Trace number 1870355

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-81 1798.58 1799.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
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-120
Best CPU time to get the best result obtained on this benchmark1800.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
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 constraint22
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)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

Solver Data

0.00/0.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver Clp 1.8.2
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1870355-1245199291.opb>
0.00/0.05	c original problem has 3659 variables (3659 bin, 0 int, 0 impl, 0 cont) and 3659 constraints
0.07/0.08	c start presolving problem
0.07/0.08	c presolving:
0.19/0.25	c (round 1) 3159 del vars, 500 del conss, 3159 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12636 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  3159 deleted vars, 500 deleted constraints, 3159 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  18954 implications, 0 cliques
0.39/0.42	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3159 constraints
0.39/0.42	c    3159 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.17
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.39/0.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c   0.2s|     1 |     0 |   549 |  12M|   0 | 500 | 500 |3159 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.39/0.49	o -81
0.39/0.49	c R 0.3s|     1 |     0 |   549 |  12M|   0 | 500 | 500 |3159 |3159 | 500 |3159 |   0 |   0 |   0 |-2.500000e+02 |-8.100000e+01 |  67.60%
0.59/0.66	c   0.4s|     1 |     0 |   675 |  12M|   0 | 486 | 500 |3159 |3159 | 500 |3172 |  13 |   0 |   0 |-2.430000e+02 |-8.100000e+01 |  66.67%
0.79/0.85	c   0.6s|     1 |     0 |   810 |  12M|   0 | 480 | 500 |3159 |3159 | 500 |3179 |  20 |   0 |   0 |-2.400000e+02 |-8.100000e+01 |  66.25%
0.99/1.02	c   0.8s|     1 |     0 |   901 |  12M|   0 | 472 | 500 |3159 |3159 | 500 |3189 |  30 |   0 |   0 |-2.360000e+02 |-8.100000e+01 |  65.68%
1.19/1.21	c   1.0s|     1 |     0 |  1051 |  12M|   0 | 465 | 500 |3159 |3159 | 500 |3199 |  40 |   0 |   0 |-2.325000e+02 |-8.100000e+01 |  65.16%
1.39/1.43	c   1.2s|     1 |     0 |  1204 |  12M|   0 | 460 | 500 |3159 |3159 | 500 |3207 |  48 |   0 |   0 |-2.300000e+02 |-8.100000e+01 |  64.78%
1.59/1.61	c   1.4s|     1 |     0 |  1309 |  12M|   0 | 455 | 500 |3159 |3159 | 500 |3215 |  56 |   0 |   0 |-2.275000e+02 |-8.100000e+01 |  64.40%
1.69/1.79	c   1.5s|     1 |     0 |  1401 |  12M|   0 | 452 | 500 |3159 |3159 | 500 |3224 |  65 |   0 |   0 |-2.260000e+02 |-8.100000e+01 |  64.16%
1.99/2.09	c   1.8s|     1 |     0 |  1782 |  12M|   0 | 448 | 500 |3159 |3159 | 500 |3233 |  74 |   0 |   0 |-2.240000e+02 |-8.100000e+01 |  63.84%
2.29/2.39	c   2.1s|     1 |     0 |  2040 |  12M|   0 | 445 | 500 |3159 |3159 | 500 |3243 |  84 |   0 |   0 |-2.225000e+02 |-8.100000e+01 |  63.60%
2.89/2.97	c   2.7s|     1 |     0 |  2544 |  13M|   0 | 441 | 500 |3159 |3159 | 500 |3251 |  92 |   0 |   0 |-2.205000e+02 |-8.100000e+01 |  63.27%
3.49/3.50	c   3.2s|     1 |     0 |  3175 |  13M|   0 | 436 | 500 |3159 |3159 | 500 | 805 | 100 |   0 |   0 |-2.180000e+02 |-8.100000e+01 |  62.84%
3.69/3.71	c   3.4s|     1 |     0 |  3396 |  13M|   0 | 431 | 500 |3159 |3159 | 500 | 813 | 108 |   0 |   0 |-2.170000e+02 |-8.100000e+01 |  62.67%
3.99/4.00	c   3.7s|     1 |     0 |  3790 |  14M|   0 | 441 | 500 |3159 |3159 | 500 | 851 | 146 |   0 |   0 |-2.145000e+02 |-8.100000e+01 |  62.24%
4.19/4.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.23	c   3.9s|     1 |     0 |  4105 |  14M|   0 | 429 | 500 |3159 |3159 | 500 | 987 | 282 |   0 |   0 |-2.135000e+02 |-8.100000e+01 |  62.06%
4.40/4.48	c   4.2s|     1 |     0 |  4501 |  14M|   0 | 418 | 500 |3159 |3159 | 500 |1092 | 387 |   0 |   0 |-2.127500e+02 |-8.100000e+01 |  61.93%
4.69/4.71	c   4.4s|     1 |     0 |  4985 |  14M|   0 | 406 | 500 |3159 |3159 | 500 |1126 | 421 |   0 |   0 |-2.110000e+02 |-8.100000e+01 |  61.61%
4.99/5.06	c   4.8s|     1 |     0 |  5529 |  14M|   0 | 420 | 500 |3159 |3159 | 500 | 903 | 477 |   0 |   0 |-2.100000e+02 |-8.100000e+01 |  61.43%
5.19/5.28	c   5.0s|     1 |     0 |  5828 |  15M|   0 | 410 | 500 |3159 |3159 | 500 | 920 | 494 |   0 |   0 |-2.090000e+02 |-8.100000e+01 |  61.24%
5.59/5.63	c   5.3s|     1 |     0 |  6399 |  15M|   0 | 418 | 500 |3159 |3159 | 500 | 955 | 529 |   0 |   0 |-2.080000e+02 |-8.100000e+01 |  61.06%
5.69/5.78	c   5.5s|     1 |     0 |  6588 |  15M|   0 | 406 | 500 |3159 |3159 | 500 |1179 | 753 |   0 |   0 |-2.060000e+02 |-8.100000e+01 |  60.68%
6.09/6.18	c   5.9s|     1 |     0 |  7471 |  15M|   0 | 411 | 500 |3159 |3159 | 500 |1208 | 782 |   0 |   0 |-2.045000e+02 |-8.100000e+01 |  60.39%
6.49/6.51	c   6.2s|     1 |     0 |  8192 |  15M|   0 | 425 | 500 |3159 |3159 | 500 |1280 | 854 |   0 |   0 |-2.033636e+02 |-8.100000e+01 |  60.17%
6.69/6.74	c   6.4s|     1 |     0 |  8629 |  16M|   0 | 412 | 500 |3159 |3159 | 500 |1183 | 942 |   0 |   0 |-2.025000e+02 |-8.100000e+01 |  60.00%
6.89/6.98	c   6.7s|     1 |     0 |  9095 |  16M|   0 | 429 | 500 |3159 |3159 | 500 |1198 | 957 |   0 |   0 |-2.015000e+02 |-8.100000e+01 |  59.80%
7.19/7.22	c   6.9s|     1 |     0 |  9588 |  16M|   0 | 439 | 500 |3159 |3159 | 500 |1246 |1005 |   0 |   0 |-2.001250e+02 |-8.100000e+01 |  59.53%
7.38/7.47	c   7.2s|     1 |     0 | 10078 |  16M|   0 | 405 | 500 |3159 |3159 | 500 |1315 |1074 |   0 |   0 |-1.995000e+02 |-8.100000e+01 |  59.40%
7.70/7.77	c   7.5s|     1 |     0 | 10707 |  16M|   0 | 418 | 500 |3159 |3159 | 500 |1343 |1102 |   0 |   0 |-1.987500e+02 |-8.100000e+01 |  59.25%
7.89/7.98	c   7.7s|     1 |     0 | 10922 |  17M|   0 | 397 | 500 |3159 |3159 | 500 |1364 |1123 |   0 |   0 |-1.985000e+02 |-8.100000e+01 |  59.19%
8.49/8.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.53	c   8.2s|     1 |     0 | 11818 |  17M|   0 | 411 | 500 |3159 |3159 | 500 |1047 |1130 |   0 |   0 |-1.982750e+02 |-8.100000e+01 |  59.15%
8.69/8.78	c   8.5s|     1 |     0 | 12328 |  17M|   0 | 427 | 500 |3159 |3159 | 500 |1069 |1152 |   0 |   0 |-1.980137e+02 |-8.100000e+01 |  59.09%
8.99/9.00	c   8.7s|     1 |     0 | 12701 |  17M|   0 | 451 | 500 |3159 |3159 | 500 |1099 |1182 |   0 |   0 |-1.979245e+02 |-8.100000e+01 |  59.08%
9.19/9.27	c   8.9s|     1 |     0 | 13196 |  18M|   0 | 454 | 500 |3159 |3159 | 500 |1179 |1262 |   0 |   0 |-1.976762e+02 |-8.100000e+01 |  59.02%
9.49/9.52	c   9.2s|     1 |     0 | 13533 |  18M|   0 | 451 | 500 |3159 |3159 | 500 |1273 |1356 |   0 |   0 |-1.974201e+02 |-8.100000e+01 |  58.97%
9.89/9.93	c   9.6s|     1 |     0 | 14128 |  19M|   0 | 460 | 500 |3159 |3159 | 500 |1303 |1386 |   0 |   0 |-1.965833e+02 |-8.100000e+01 |  58.80%
10.29/10.37	c  10.1s|     1 |     0 | 14886 |  19M|   0 | 391 | 500 |3159 |3159 | 500 | 947 |1443 |   0 |   0 |-1.955000e+02 |-8.100000e+01 |  58.57%
10.49/10.55	c  10.2s|     1 |     0 | 15138 |  20M|   0 | 474 | 500 |3159 |3159 | 500 | 955 |1451 |   0 |   0 |-1.953304e+02 |-8.100000e+01 |  58.53%
10.79/10.88	c  10.6s|     1 |     0 | 15474 |  20M|   0 | 467 | 500 |3159 |3159 | 500 |1111 |1607 |   0 |   0 |-1.950433e+02 |-8.100000e+01 |  58.47%
11.09/11.12	c  10.8s|     1 |     0 | 15796 |  21M|   0 | 446 | 500 |3159 |3159 | 500 |1149 |1645 |   0 |   0 |-1.945648e+02 |-8.100000e+01 |  58.37%
11.29/11.39	c  11.1s|     1 |     0 | 16262 |  21M|   0 | 469 | 500 |3159 |3159 | 500 |1166 |1662 |   0 |   0 |-1.939912e+02 |-8.100000e+01 |  58.25%
11.68/11.73	c  11.4s|     1 |     0 | 16846 |  22M|   0 | 483 | 500 |3159 |3159 | 500 |1191 |1687 |   0 |   0 |-1.936018e+02 |-8.100000e+01 |  58.16%
12.09/12.13	c  11.8s|     1 |     0 | 17319 |  24M|   0 | 494 | 500 |3159 |3159 | 500 |1094 |1741 |   0 |   0 |-1.932686e+02 |-8.100000e+01 |  58.09%
12.39/12.47	c  12.1s|     1 |     0 | 17526 |  24M|   0 | 472 | 500 |3159 |3159 | 500 |1133 |1780 |   0 |   0 |-1.932235e+02 |-8.100000e+01 |  58.08%
12.79/12.81	c  12.5s|     1 |     0 | 17890 |  24M|   0 | 471 | 500 |3159 |3159 | 500 |1144 |1791 |   0 |   0 |-1.931352e+02 |-8.100000e+01 |  58.06%
13.09/13.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.09/13.14	c  12.8s|     1 |     0 | 18236 |  24M|   0 | 475 | 500 |3159 |3159 | 500 |1152 |1799 |   0 |   0 |-1.930441e+02 |-8.100000e+01 |  58.04%
13.39/13.45	c  13.1s|     1 |     0 | 18500 |  24M|   0 | 477 | 500 |3159 |3159 | 500 |1185 |1832 |   0 |   0 |-1.929688e+02 |-8.100000e+01 |  58.02%
13.79/13.85	c  13.5s|     1 |     0 | 19076 |  24M|   0 | 457 | 500 |3159 |3159 | 500 |1200 |1847 |   0 |   0 |-1.925976e+02 |-8.100000e+01 |  57.94%
14.19/14.21	c  13.9s|     1 |     0 | 19546 |  24M|   0 | 481 | 500 |3159 |3159 | 500 | 920 |1857 |   0 |   0 |-1.925145e+02 |-8.100000e+01 |  57.93%
14.38/14.48	c  14.1s|     1 |     0 | 19919 |  25M|   0 | 489 | 500 |3159 |3159 | 500 | 938 |1875 |   0 |   0 |-1.923737e+02 |-8.100000e+01 |  57.89%
14.78/14.83	c  14.5s|     1 |     0 | 20398 |  25M|   0 | 497 | 500 |3159 |3159 | 500 |1020 |1957 |   0 |   0 |-1.921578e+02 |-8.100000e+01 |  57.85%
15.08/15.17	c  14.8s|     1 |     0 | 20705 |  25M|   0 | 481 | 500 |3159 |3159 | 500 |1046 |1983 |   0 |   0 |-1.921036e+02 |-8.100000e+01 |  57.84%
15.48/15.50	c  15.2s|     1 |     0 | 21074 |  25M|   0 | 490 | 500 |3159 |3159 | 500 |1059 |1996 |   0 |   0 |-1.920589e+02 |-8.100000e+01 |  57.83%
15.69/15.80	c  15.4s|     1 |     0 | 21125 |  25M|   0 | 493 | 500 |3159 |3159 | 500 |1082 |2019 |   0 |   0 |-1.920585e+02 |-8.100000e+01 |  57.83%
16.09/16.17	c  15.8s|     1 |     0 | 21311 |  25M|   0 | 492 | 500 |3159 |3159 | 500 | 960 |2020 |   0 |   0 |-1.920456e+02 |-8.100000e+01 |  57.82%
16.39/16.50	c  16.1s|     1 |     0 | 21719 |  25M|   0 | 493 | 500 |3159 |3159 | 500 | 986 |2046 |   0 |   0 |-1.919050e+02 |-8.100000e+01 |  57.79%
16.69/16.78	c  16.4s|     1 |     0 | 21812 |  25M|   0 | 495 | 500 |3159 |3159 | 500 |1025 |2085 |   0 |   0 |-1.918983e+02 |-8.100000e+01 |  57.79%
16.99/17.05	c  16.7s|     1 |     0 | 21819 |  25M|   0 | 495 | 500 |3159 |3159 | 500 |1034 |2094 |   0 |   0 |-1.918983e+02 |-8.100000e+01 |  57.79%
20.39/20.47	c  20.1s|     1 |     2 | 24603 |  25M|   0 | 495 | 500 |3159 |3159 | 500 |1034 |2094 |   0 |  30 |-1.918983e+02 |-8.100000e+01 |  57.79%
1190.64/1191.02	c  1186s| 10000 | 10001 |  4316k|  46M|  38 | 300 | 500 |3159 |1656 | 500 |1011 | 479k|   0 |3674 |-1.844375e+02 |-8.100000e+01 |  56.08%
1798.37/1798.95	c 
1798.37/1798.95	c SCIP Status        : solving was interrupted [time limit reached]
1798.37/1798.95	c Solving Time (sec) : 1791.00
1798.37/1798.95	c Solving Nodes      : 15782
1798.37/1798.95	c Primal Bound       : -8.10000000000000e+01 (2 solutions)
1798.37/1798.95	c Dual Bound         : -1.83250000000000e+02
1798.37/1798.95	c Gap                : 55.80 %
1798.37/1798.95	c NODE         15782
1798.37/1798.95	c DUAL BOUND   -183.25
1798.37/1798.95	c PRIMAL BOUND -81
1798.37/1798.95	c GAP          0.557981
1798.37/1798.95	s SATISFIABLE
1798.37/1798.95	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 x480 -x479 
1798.37/1798.95	v x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1798.37/1798.95	v -x457 -x456 x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1798.37/1798.95	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1798.37/1798.95	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1798.37/1798.95	v -x394 x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 x374 
1798.37/1798.95	v x373 x372 -x371 -x370 -x369 -x368 x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 x354 -x353 
1798.37/1798.95	v -x352 -x351 x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 x331 
1798.37/1798.95	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 x313 -x312 -x311 -x310 
1798.37/1798.95	v -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 x290 -x289 
1798.37/1798.95	v -x288 -x287 -x286 x285 -x284 -x283 x282 -x281 x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 
1798.37/1798.95	v -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 x252 -x251 -x250 -x249 -x248 -x247 x246 
1798.37/1798.95	v -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 
1798.37/1798.95	v -x224 -x223 -x222 -x221 x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 -x205 x204 
1798.37/1798.95	v -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 -x183 
1798.37/1798.95	v x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 x162 -x161 
1798.37/1798.95	v -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 x140 
1798.37/1798.95	v -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 x130 x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 
1798.37/1798.95	v -x117 x116 -x115 -x114 -x113 -x112 -x111 x110 x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 
1798.37/1798.95	v -x95 -x94 -x93 -x92 x91 -x90 -x89 x88 x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 x72 x71 x70 
1798.37/1798.95	v x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1798.37/1798.95	v x43 -x42 -x41 x40 x39 x38 -x37 x36 x35 x34 -x33 -x32 -x31 -x30 x29 -x28 x27 x26 -x25 x24 -x23 x22 -x21 -x20 x19 x18 -x17 -x16 
1798.37/1798.95	v x15 -x14 x13 x12 x11 -x10 x9 -x8 x7 -x6 -x5 -x4 x3 x2 x1 
1798.37/1798.95	c SCIP Status        : solving was interrupted [time limit reached]
1798.37/1798.95	c Solving Time       :    1791.00
1798.37/1798.95	c Original Problem   :
1798.37/1798.95	c   Problem name     : HOME/instance-1870355-1245199291.opb
1798.37/1798.95	c   Variables        : 3659 (3659 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.37/1798.95	c   Constraints      : 3659 initial, 3659 maximal
1798.37/1798.95	c Presolved Problem  :
1798.37/1798.95	c   Problem name     : t_HOME/instance-1870355-1245199291.opb
1798.37/1798.95	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.37/1798.95	c   Constraints      : 3159 initial, 3159 maximal
1798.37/1798.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.37/1798.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   probing          :       0.04          0          0          0          0          0          0          0          0
1798.37/1798.95	c   and              :       0.10          0          0          0          0          0          0          0          0
1798.37/1798.95	c   linear           :       0.02       3159          0          0       3159          0        500          0          0
1798.37/1798.95	c   root node        :          -          0          -          -          0          -          -          -          -
1798.37/1798.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.37/1798.95	c   integral         :          0          0          0      15781          0          0          0          0          0      31562
1798.37/1798.95	c   and              :       3159      37684      88697          0          1          0     158063     972241          0          0
1798.37/1798.95	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.37/1798.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.37/1798.95	c   integral         :     144.97       0.00       0.00     144.97       0.00
1798.37/1798.95	c   and              :      88.46      73.91      14.55       0.00       0.00
1798.37/1798.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.37/1798.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.37/1798.95	c   rootredcost      :       0.09          0          0          0
1798.37/1798.95	c   pseudoobj        :       2.80      88826          0          0
1798.37/1798.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.37/1798.95	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.37/1798.95	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.37/1798.95	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.37/1798.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.37/1798.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.37/1798.95	c   cut pool         :       0.12         56          -          -        258          -    (maximal pool size: 3268)
1798.37/1798.95	c   redcost          :       0.49      37684          0          0          0          0
1798.37/1798.95	c   impliedbounds    :       0.05         57          0          0       2912          0
1798.37/1798.95	c   intobj           :       0.00          0          0          0          0          0
1798.37/1798.95	c   gomory           :       6.37         57          0          0      21938          0
1798.37/1798.95	c   strongcg         :       0.98         20          0          0      10000          0
1798.37/1798.95	c   cmir             :       0.21         10          0          0          0          0
1798.37/1798.95	c   flowcover        :       0.13         10          0          0          0          0
1798.37/1798.95	c   clique           :       0.22         57          0          0        370          0
1798.37/1798.95	c   zerohalf         :       0.00          0          0          0          0          0
1798.37/1798.95	c   mcf              :       0.00          1          0          0          0          0
1798.37/1798.95	c Pricers            :       Time      Calls       Vars
1798.37/1798.95	c   problem variables:       0.00          0          0
1798.37/1798.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.37/1798.95	c   relpscost        :     144.90      15781          0          0          0          0      31562
1798.37/1798.95	c   pscost           :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   inference        :       0.00          1          0          0          0          0          2
1798.37/1798.95	c   mostinf          :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   leastinf         :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   random           :       0.00          0          0          0          0          0          0
1798.37/1798.95	c Primal Heuristics  :       Time      Calls      Found
1798.37/1798.95	c   LP solutions     :       0.00          -          0
1798.37/1798.95	c   pseudo solutions :       0.00          -          0
1798.37/1798.95	c   crossover        :       0.02          0          0
1798.37/1798.95	c   oneopt           :       0.03          1          0
1798.37/1798.95	c   simplerounding   :       0.11          0          0
1798.37/1798.95	c   rounding         :      35.42       9009          1
1798.37/1798.95	c   shifting         :       4.75       1149          1
1798.37/1798.95	c   intshifting      :       0.00          0          0
1798.37/1798.95	c   fixandinfer      :       0.00          0          0
1798.37/1798.95	c   feaspump         :      17.45         95          0
1798.37/1798.95	c   coefdiving       :      48.85        195          0
1798.37/1798.95	c   pscostdiving     :      61.53        118          0
1798.37/1798.95	c   fracdiving       :      47.10        186          0
1798.37/1798.95	c   veclendiving     :      56.73        139          0
1798.37/1798.95	c   intdiving        :       0.00          0          0
1798.37/1798.95	c   actconsdiving    :       0.00          0          0
1798.37/1798.95	c   objpscostdiving  :      24.95         76          0
1798.37/1798.95	c   rootsoldiving    :      11.82        139          0
1798.37/1798.95	c   linesearchdiving :      40.17        205          0
1798.37/1798.95	c   guideddiving     :      52.90        179          0
1798.37/1798.95	c   octane           :       0.00          0          0
1798.37/1798.95	c   rens             :       0.00          0          0
1798.37/1798.95	c   rins             :       0.00          0          0
1798.37/1798.95	c   localbranching   :       0.00          0          0
1798.37/1798.95	c   mutation         :       0.00          0          0
1798.37/1798.95	c   dins             :       0.00          0          0
1798.37/1798.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.37/1798.95	c   primal LP        :     136.05          0          0       0.00       0.00
1798.37/1798.95	c   dual LP          :     974.09      37784    4951408     131.05    5083.11
1798.37/1798.95	c   barrier LP       :       0.00          0          0       0.00          -
1798.37/1798.95	c   diving/probing LP:     332.53      55733    1774834      31.85    5337.37
1798.37/1798.95	c   strong branching :     141.72       4542     705074     155.23    4975.12
1798.37/1798.95	c     (at root node) :          -         30       7870     262.33          -
1798.37/1798.95	c   conflict analysis:       0.00          0          0       0.00          -
1798.37/1798.95	c B&B Tree           :
1798.37/1798.95	c   number of runs   :          1
1798.37/1798.95	c   nodes            :      15782
1798.37/1798.95	c   nodes (total)    :      15782
1798.37/1798.95	c   nodes left       :      15783
1798.37/1798.95	c   max depth        :         42
1798.37/1798.95	c   max depth (total):         42
1798.37/1798.95	c   backtracks       :       4294 (27.2%)
1798.37/1798.95	c   delayed cutoffs  :          0
1798.37/1798.96	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.37/1798.96	c   avg switch length:       8.24
1798.37/1798.96	c   switching time   :     143.22
1798.37/1798.96	c Solution           :
1798.37/1798.96	c   Solutions found  :          2 (1 improvements)
1798.37/1798.96	c   Primal Bound     : -8.10000000000000e+01   (in run 1, after 1 nodes, 0.25 seconds, depth 0, found by <rounding>)
1798.37/1798.96	c   Dual Bound       : -1.83250000000000e+02
1798.37/1798.96	c   Gap              :      55.80 %
1798.37/1798.96	c   Root Dual Bound  : -1.91898345555135e+02
1798.56/1799.11	c Time complete: 1798.57.

Verifier Data

OK	-81

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870355-1245199291/watcher-1870355-1245199291 -o /tmp/evaluation-result-1870355-1245199291/solver-1870355-1245199291 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870355-1245199291.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: 0.99 0.97 0.99 3/64 6553
/proc/meminfo: memFree=1851856/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=5812 CPUtime=0
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 187528995 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6553/statm: 1453 503 332 1256 0 192 0

[startup+0.0821781 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6553
/proc/meminfo: memFree=1851856/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=22200 CPUtime=0.07
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 4923 0 0 0 6 1 0 0 18 0 1 0 187528995 22732800 4553 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 5550 4553 426 1256 0 4289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22200

[startup+0.10218 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6553
/proc/meminfo: memFree=1851856/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=24108 CPUtime=0.09
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 5160 0 0 0 8 1 0 0 18 0 1 0 187528995 24686592 4790 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 6027 4790 446 1256 0 4766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24108

[startup+0.301202 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6553
/proc/meminfo: memFree=1851856/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=25704 CPUtime=0.29
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 5587 0 0 0 16 13 0 0 19 0 1 0 187528995 26320896 5217 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 6426 5217 467 1256 0 5165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25704

[startup+0.701247 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6553
/proc/meminfo: memFree=1851856/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=36900 CPUtime=0.69
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 8049 0 0 0 49 20 0 0 22 0 1 0 187528995 37785600 7679 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 9225 7679 641 1256 0 7964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36900

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1823304/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=38060 CPUtime=1.49
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 8316 0 0 0 128 21 0 0 25 0 1 0 187528995 38973440 7946 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 9515 7946 643 1256 0 8254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38060

[startup+3.10152 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1822280/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=45792 CPUtime=3.09
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 10410 0 0 0 286 23 0 0 25 0 1 0 187528995 46891008 10040 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 11448 10040 646 1256 0 10187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45792

[startup+6.30189 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1799304/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=60556 CPUtime=6.29
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 14222 0 0 0 603 26 0 0 25 0 1 0 187528995 62009344 13852 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 15139 13852 659 1256 0 13878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60556

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1788880/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=70712 CPUtime=12.69
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 16696 0 0 0 1240 29 0 0 25 0 1 0 187528995 72409088 16326 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 17678 16326 659 1256 0 16417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70712

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1786128/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72256 CPUtime=25.48
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 17377 0 0 0 2515 33 0 0 25 0 1 0 187528995 73990144 17007 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18064 17007 676 1256 0 16803 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72256

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1786192/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72256 CPUtime=51.08
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 17380 0 0 0 5066 42 0 0 25 0 1 0 187528995 73990144 17010 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18064 17010 677 1256 0 16803 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72256

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1786064/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72496 CPUtime=102.26
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 17413 0 0 0 10166 60 0 0 25 0 1 0 187528995 74235904 17043 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18124 17043 677 1256 0 16863 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72496

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1785872/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72496 CPUtime=162.24
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 17453 0 0 0 16143 81 0 0 25 0 1 0 187528995 74235904 17083 1992294400 4194304 9342243 548682068736 18446744073709551615 6888736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18124 17083 677 1256 0 16863 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 72496

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1787024/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72108 CPUtime=222.23
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 18811 0 0 0 22117 106 0 0 25 0 1 0 187528995 73838592 16803 1992294400 4194304 9342243 548682068736 18446744073709551615 6960221 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18027 16803 677 1256 0 16766 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 72108

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1786704/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=72560 CPUtime=282.21
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 23907 0 0 0 28091 130 0 0 25 0 1 0 187528995 74301440 16797 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18140 16797 677 1256 0 16879 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72560

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1785552/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=74268 CPUtime=342.19
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 26019 0 0 0 34063 156 0 0 25 0 1 0 187528995 76050432 17150 1992294400 4194304 9342243 548682068736 18446744073709551615 6890344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18567 17150 677 1256 0 17306 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 74268

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1785040/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=74236 CPUtime=402.17
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 30893 0 0 0 40035 182 0 0 25 0 1 0 187528995 76017664 17269 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 18559 17269 677 1256 0 17298 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 74236

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1782160/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=76592 CPUtime=462.16
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 32892 0 0 0 46011 205 0 0 25 0 1 0 187528995 78430208 17978 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 19148 17978 677 1256 0 17887 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 76592

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1782224/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=76552 CPUtime=522.14
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 34891 0 0 0 51983 231 0 0 25 0 1 0 187528995 78389248 17905 1992294400 4194304 9342243 548682068736 18446744073709551615 4364531 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 19138 17905 677 1256 0 17877 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 76552

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1780624/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=79428 CPUtime=582.12
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 36681 0 0 0 57959 253 0 0 25 0 1 0 187528995 81334272 18354 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 19857 18354 677 1256 0 18596 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 79428

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6554
/proc/meminfo: memFree=1779728/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=79428 CPUtime=642.11
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 36895 0 0 0 63934 277 0 0 25 0 1 0 187528995 81334272 18568 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 19857 18568 677 1256 0 18596 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 79428

[startup+702.301 s]

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

/proc/meminfo: memFree=1772240/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=87624 CPUtime=1061.99
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 51167 0 0 0 105752 447 0 0 25 0 1 0 187528995 89726976 20437 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 21906 20437 677 1256 0 20645 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 87624

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6556
/proc/meminfo: memFree=1770256/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=89376 CPUtime=1121.96
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 51924 0 0 0 111728 468 0 0 25 0 1 0 187528995 91521024 20918 1992294400 4194304 9342243 548682068736 18446744073709551615 5892095 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 22344 20918 677 1256 0 21083 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 89376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1770312/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=88428 CPUtime=1181.94
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 52834 0 0 0 117701 493 0 0 25 0 1 0 187528995 90550272 20919 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 22107 20919 677 1256 0 20846 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 88428

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1767112/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=91172 CPUtime=1241.92
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 54914 0 0 0 123675 517 0 0 25 0 1 0 187528995 93360128 21682 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 22793 21682 677 1256 0 21532 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 91172

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1765128/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=93384 CPUtime=1301.91
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 57246 0 0 0 129649 542 0 0 25 0 1 0 187528995 95625216 22178 1992294400 4194304 9342243 548682068736 18446744073709551615 6224535 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 23346 22178 677 1256 0 22085 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 93384

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1763976/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=94396 CPUtime=1361.89
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 57699 0 0 0 135624 565 0 0 25 0 1 0 187528995 96661504 22468 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 23599 22468 677 1256 0 22338 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 94396

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1763336/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=95052 CPUtime=1421.88
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 58278 0 0 0 141597 591 0 0 25 0 1 0 187528995 97333248 22629 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 23763 22629 677 1256 0 22502 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 95052

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1762064/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=98176 CPUtime=1481.86
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 58852 0 0 0 147571 615 0 0 25 0 1 0 187528995 100532224 22947 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 24544 22947 677 1256 0 23283 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 98176

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1761488/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=96844 CPUtime=1541.84
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 59251 0 0 0 153548 636 0 0 25 0 1 0 187528995 99168256 23083 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 24211 23083 677 1256 0 22950 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 96844

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1760272/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=99564 CPUtime=1601.82
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 59539 0 0 0 159523 659 0 0 25 0 1 0 187528995 101953536 23371 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 24891 23371 677 1256 0 23630 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 99564

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1758288/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=100020 CPUtime=1661.81
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 60897 0 0 0 165496 685 0 0 25 0 1 0 187528995 102420480 23869 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25005 23869 677 1256 0 23744 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 100020

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1757136/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=102816 CPUtime=1721.78
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61205 0 0 0 171470 708 0 0 25 0 1 0 187528995 105283584 24177 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25704 24177 677 1256 0 24443 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 102816

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1755664/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1781.77
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61566 0 0 0 177446 731 0 0 25 0 1 0 187528995 106369024 24538 1992294400 4194304 9342243 548682068736 18446744073709551615 6960335 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24538 677 1256 0 24708 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 103876

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1755664/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1791.36
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61570 0 0 0 178401 735 0 0 25 0 1 0 187528995 106369024 24542 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24542 677 1256 0 24708 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 103876

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1755664/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1794.57
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61570 0 0 0 178720 737 0 0 25 0 1 0 187528995 106369024 24542 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24542 677 1256 0 24708 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 103876

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1755664/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1796.16
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61571 0 0 0 178879 737 0 0 25 0 1 0 187528995 106369024 24543 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24543 677 1256 0 24708 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 103876

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1755664/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1797.76
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61735 0 0 0 179039 737 0 0 25 0 1 0 187528995 106369024 24707 1992294400 4194304 9342243 548682068736 18446744073709551615 6965720 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24707 677 1256 0 24708 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 103876

[startup+1798.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1754960/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=103876 CPUtime=1798.17
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61745 0 0 0 179079 738 0 0 25 0 1 0 187528995 106369024 24717 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6553/statm: 25969 24717 677 1256 0 24708 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (KiB) 103876

[startup+1799.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6562
/proc/meminfo: memFree=1754960/2055920 swapFree=4182468/4192956
[pid=6553] ppid=6551 vsize=35852 CPUtime=1798.56
/proc/6553/stat : 6553 (pbscip.linux.x8) R 6551 6553 6220 0 -1 4194304 61753 0 0 0 179117 739 0 0 18 0 1 0 187528995 36712448 8092 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/6553/statm: 8963 8092 682 1256 0 7702 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 35852

Child status: 0
Real time (s): 1799.11
CPU time (s): 1798.58
CPU user time (s): 1791.18
CPU system time (s): 7.40087
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 103876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.18
system time used= 7.40087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61756
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= 5
involuntary context switches= 2141

runsolver used 1.39379 second user time and 3.9174 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-17 02:41:31
IDJOB=1870355
IDBENCH=48176
IDSOLVER=684
FILE ID=node23/1870355-1245199291
PBS_JOBID= 9368300
Free space on /tmp= 66272 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_500_10_1.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-1870355-1245199291/watcher-1870355-1245199291 -o /tmp/evaluation-result-1870355-1245199291/solver-1870355-1245199291 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870355-1245199291.opb

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=56281409

node23.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.236
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.236
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:       1852272 kB
Buffers:         48632 kB
Cached:          92516 kB
SwapCached:       4304 kB
Active:          75188 kB
Inactive:        73904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852272 kB
SwapTotal:     4192956 kB
SwapFree:      4182468 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          14576 kB
Slab:            40580 kB
Committed_AS:   167644 kB
PageTables:       1392 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= 66260 MiB
End job on node23 at 2009-06-17 03:11:30