Trace number 2667521

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT334 59.7549 59.7772

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-3-c.opb
MD5SUM995cbcff162892786ed2539630dc8f6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark0.854869
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 334
Optimality of the best value was proved YES
Number of variables668
Total number of constraints1666
Number of constraints which are clauses1666
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 668
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 668
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 668
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667521-1276430090.opb>
0.00/0.04	c original problem has 668 variables (668 bin, 0 int, 0 impl, 0 cont) and 1666 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.10	c (round 1) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1604 upgd conss, 1644 impls, 0 clqs
0.10/0.11	c (round 2) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1605 upgd conss, 1644 impls, 0 clqs
0.10/0.12	c (round 3) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1606 upgd conss, 1644 impls, 0 clqs
0.10/0.18	c (round 4) 50 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1606 upgd conss, 15564 impls, 0 clqs
0.10/0.19	c presolving (5 rounds):
0.10/0.19	c  50 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 0 changed coefficients
0.10/0.19	c  15564 implications, 0 cliques
0.10/0.19	c presolved problem has 618 variables (618 bin, 0 int, 0 impl, 0 cont) and 1606 constraints
0.10/0.19	c    1606 constraints of type <logicor>
0.10/0.19	c transformed objective value is always integral (scale: 1)
0.10/0.19	c Presolving Time: 0.12
0.10/0.19	c - non default parameters ----------------------------------------------------------------------
0.10/0.19	c # SCIP version 1.2.1.2
0.10/0.19	c 
0.10/0.19	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.10/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.19	c conflict/interconss = 0
0.10/0.19	c 
0.10/0.19	c # should binary conflicts be preferred?
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c conflict/preferbinary = TRUE
0.10/0.19	c 
0.10/0.19	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.10/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.10/0.19	c constraints/agelimit = 1
0.10/0.19	c 
0.10/0.19	c # should enforcement of pseudo solution be disabled?
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/disableenfops = TRUE
0.10/0.19	c 
0.10/0.19	c # frequency for displaying node information lines
0.10/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.19	c display/freq = 10000
0.10/0.19	c 
0.10/0.19	c # maximal time in seconds to run
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/time = 1799.97
0.10/0.19	c 
0.10/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/memory = 1620
0.10/0.19	c 
0.10/0.19	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.10/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.19	c lp/solvefreq = 0
0.10/0.19	c 
0.10/0.19	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.10/0.19	c # [type: char, range: {lafpsqd}, default: l]
0.10/0.19	c lp/pricing = a
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify inequalities
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/linear/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify knapsacks
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # priority of node selection rule <dfs> in standard mode
0.10/0.19	c # [type: int, range: [-536870912,536870911], default: 0]
0.10/0.19	c nodeselection/dfs/stdpriority = 1000000
0.10/0.19	c 
0.10/0.19	c -----------------------------------------------------------------------------------------------
0.10/0.19	c start solving
0.10/0.19	c 
0.39/0.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.44	c   0.4s|     1 |     0 |  1334 |     - |3937k|   0 | 444 | 618 |1606 | 618 |1556 |   0 |   0 |   0 | 2.115195e+02 |      --      |    Inf 
2.09/2.18	c   2.1s|     1 |     0 |  6453 |     - |5247k|   0 | 403 | 618 |1606 | 618 |1678 | 122 |   0 |   0 | 2.209317e+02 |      --      |    Inf 
2.49/2.55	c   2.4s|     1 |     0 |  6904 |     - |6859k|   0 | 400 | 618 |1606 | 618 |1700 | 144 |   0 |   0 | 2.251034e+02 |      --      |    Inf 
2.99/3.05	c   2.9s|     1 |     0 |  7435 |     - |8529k|   0 | 381 | 618 |1606 | 618 |1728 | 172 |   0 |   0 | 2.333002e+02 |      --      |    Inf 
3.40/3.46	c   3.3s|     1 |     0 |  7750 |     - |  10M|   0 | 388 | 618 |1606 | 618 |1740 | 184 |   0 |   0 | 2.363608e+02 |      --      |    Inf 
3.79/3.87	c   3.7s|     1 |     0 |  8037 |     - |  10M|   0 | 437 | 618 |1606 | 618 |1762 | 206 |   0 |   0 | 2.418717e+02 |      --      |    Inf 
4.29/4.30	c   4.1s|     1 |     0 |  8315 |     - |  11M|   0 | 398 | 618 |1606 | 618 |1788 | 232 |   0 |   0 | 2.474612e+02 |      --      |    Inf 
4.69/4.74	c   4.6s|     1 |     0 |  8547 |     - |  12M|   0 | 432 | 618 |1606 | 618 |1804 | 248 |   0 |   0 | 2.530634e+02 |      --      |    Inf 
5.19/5.27	c   5.1s|     1 |     0 |  8890 |     - |  12M|   0 | 391 | 618 |1606 | 618 |1829 | 273 |   0 |   0 | 2.605855e+02 |      --      |    Inf 
5.59/5.64	c   5.5s|     1 |     0 |  9132 |     - |  13M|   0 | 365 | 618 |1606 | 618 |1865 | 309 |   0 |   0 | 2.670833e+02 |      --      |    Inf 
5.99/6.04	c   5.8s|     1 |     0 |  9541 |     - |  15M|   0 | 362 | 618 |1606 | 618 |1881 | 325 |   0 |   0 | 2.693333e+02 |      --      |    Inf 
6.39/6.42	c   6.2s|     1 |     0 |  9997 |     - |  16M|   0 | 363 | 618 |1606 | 618 |1893 | 337 |   0 |   0 | 2.710000e+02 |      --      |    Inf 
6.89/6.97	c   6.8s|     1 |     0 | 10685 |     - |  18M|   0 | 414 | 618 |1606 | 618 |1792 | 353 |   0 |   0 | 2.730000e+02 |      --      |    Inf 
7.58/7.64	c   7.4s|     1 |     0 | 11574 |     - |  20M|   0 | 381 | 618 |1606 | 618 |1810 | 371 |   0 |   0 | 2.744167e+02 |      --      |    Inf 
7.99/8.10	c   7.9s|     1 |     0 | 12019 |     - |  21M|   0 | 335 | 618 |1606 | 618 |1834 | 395 |   0 |   0 | 2.770000e+02 |      --      |    Inf 
8.69/8.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.69/8.72	c   8.5s|     1 |     0 | 12830 |     - |  22M|   0 | 428 | 618 |1606 | 618 |1856 | 417 |   0 |   0 | 2.803075e+02 |      --      |    Inf 
9.29/9.38	c   9.1s|     1 |     0 | 13565 |     - |  25M|   0 | 433 | 618 |1606 | 618 |1877 | 438 |   0 |   0 | 2.821587e+02 |      --      |    Inf 
9.89/9.95	c   9.7s|     1 |     0 | 14067 |     - |  28M|   0 | 461 | 618 |1606 | 618 |1893 | 454 |   0 |   0 | 2.831444e+02 |      --      |    Inf 
10.49/10.57	c  10.3s|     1 |     0 | 14728 |     - |  31M|   0 | 447 | 618 |1606 | 618 |1818 | 464 |   0 |   0 | 2.834280e+02 |      --      |    Inf 
11.39/11.43	c  11.1s|     1 |     0 | 15615 |     - |  31M|   0 | 377 | 618 |1606 | 618 |1844 | 490 |   0 |   0 | 2.893056e+02 |      --      |    Inf 
11.89/11.98	c  11.7s|     1 |     0 | 16192 |     - |  33M|   0 | 366 | 618 |1606 | 618 |1862 | 508 |   0 |   0 | 2.918333e+02 |      --      |    Inf 
12.19/12.22	c  11.9s|     1 |     0 | 16506 |     - |  34M|   0 | 440 | 618 |1606 | 618 |1879 | 525 |   0 |   0 | 2.931998e+02 |      --      |    Inf 
12.79/12.82	c  12.5s|     1 |     0 | 17170 |     - |  35M|   0 | 442 | 618 |1606 | 618 |1907 | 553 |   0 |   0 | 2.988050e+02 |      --      |    Inf 
13.08/13.20	c  12.9s|     1 |     0 | 17555 |     - |  36M|   0 | 474 | 618 |1606 | 618 |1923 | 569 |   0 |   0 | 2.997685e+02 |      --      |    Inf 
13.39/13.45	c  13.1s|     1 |     0 | 17825 |     - |  38M|   0 | 379 | 618 |1606 | 618 |1849 | 591 |   0 |   0 | 3.004583e+02 |      --      |    Inf 
13.68/13.74	c  13.4s|     1 |     0 | 18197 |     - |  39M|   0 | 474 | 618 |1606 | 618 |1863 | 605 |   0 |   0 | 3.011253e+02 |      --      |    Inf 
14.29/14.33	c  14.0s|     1 |     0 | 18844 |     - |  40M|   0 | 358 | 618 |1606 | 618 |1889 | 631 |   0 |   0 | 3.036250e+02 |      --      |    Inf 
14.79/14.82	c  14.5s|     1 |     0 | 19594 |     - |  42M|   0 | 469 | 618 |1606 | 618 |1901 | 643 |   0 |   0 | 3.044539e+02 |      --      |    Inf 
15.18/15.22	c  14.9s|     1 |     0 | 19929 |     - |  43M|   0 | 444 | 618 |1606 | 618 |1910 | 652 |   0 |   0 | 3.055827e+02 |      --      |    Inf 
15.59/15.68	c  15.3s|     1 |     0 | 20538 |     - |  44M|   0 | 495 | 618 |1606 | 618 |1925 | 667 |   0 |   0 | 3.059580e+02 |      --      |    Inf 
16.19/16.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.19/16.26	c  15.9s|     1 |     0 | 21079 |     - |  44M|   0 | 432 | 618 |1606 | 618 |1847 | 683 |   0 |   0 | 3.063646e+02 |      --      |    Inf 
16.59/16.62	c  16.2s|     1 |     0 | 21592 |     - |  45M|   0 | 490 | 618 |1606 | 618 |1859 | 695 |   0 |   0 | 3.067622e+02 |      --      |    Inf 
17.28/17.32	c  16.9s|     1 |     0 | 22444 |     - |  45M|   0 | 494 | 618 |1606 | 618 |1873 | 709 |   0 |   0 | 3.085541e+02 |      --      |    Inf 
17.88/17.94	c  17.6s|     1 |     0 | 22919 |     - |  46M|   0 | 502 | 618 |1606 | 618 |1885 | 721 |   0 |   0 | 3.093292e+02 |      --      |    Inf 
18.49/18.59	c  18.2s|     1 |     0 | 23601 |     - |  46M|   0 | 471 | 618 |1606 | 618 |1903 | 739 |   0 |   0 | 3.108594e+02 |      --      |    Inf 
18.69/18.77	c  18.4s|     1 |     0 | 23791 |     - |  47M|   0 | 495 | 618 |1606 | 618 |1912 | 748 |   0 |   0 | 3.111679e+02 |      --      |    Inf 
18.99/19.04	c  18.6s|     1 |     0 | 24071 |     - |  48M|   0 | 494 | 618 |1606 | 618 |1827 | 756 |   0 |   0 | 3.113748e+02 |      --      |    Inf 
19.38/19.45	c  19.1s|     1 |     0 | 24338 |     - |  49M|   0 | 504 | 618 |1606 | 618 |1834 | 763 |   0 |   0 | 3.114597e+02 |      --      |    Inf 
19.80/19.90	c  19.5s|     1 |     0 | 24722 |     - |  49M|   0 | 482 | 618 |1606 | 618 |1846 | 775 |   0 |   0 | 3.116769e+02 |      --      |    Inf 
20.28/20.35	c  19.9s|     1 |     0 | 25044 |     - |  49M|   0 | 536 | 618 |1606 | 618 |1856 | 785 |   0 |   0 | 3.120399e+02 |      --      |    Inf 
20.89/20.91	c  20.5s|     1 |     0 | 25474 |     - |  49M|   0 | 413 | 618 |1606 | 618 |1870 | 799 |   0 |   0 | 3.123643e+02 |      --      |    Inf 
21.29/21.33	c  20.9s|     1 |     0 | 25957 |     - |  50M|   0 | 478 | 618 |1606 | 618 |1880 | 809 |   0 |   0 | 3.126142e+02 |      --      |    Inf 
21.79/21.85	c  21.4s|     1 |     0 | 26447 |     - |  51M|   0 | 497 | 618 |1606 | 618 |1819 | 816 |   0 |   0 | 3.129775e+02 |      --      |    Inf 
22.18/22.28	c  21.8s|     1 |     0 | 26668 |     - |  51M|   0 | 461 | 618 |1606 | 618 |1823 | 820 |   0 |   0 | 3.131284e+02 |      --      |    Inf 
22.68/22.71	c  22.2s|     1 |     0 | 26987 |     - |  51M|   0 | 452 | 618 |1606 | 618 |1834 | 831 |   0 |   0 | 3.134400e+02 |      --      |    Inf 
23.09/23.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.09/23.19	c  22.7s|     1 |     0 | 27445 |     - |  51M|   0 | 499 | 618 |1606 | 618 |1850 | 847 |   0 |   0 | 3.145458e+02 |      --      |    Inf 
23.68/23.76	c  23.3s|     1 |     0 | 28065 |     - |  51M|   0 | 532 | 618 |1606 | 618 |1864 | 861 |   0 |   0 | 3.160277e+02 |      --      |    Inf 
23.99/24.09	c  23.6s|     1 |     0 | 28399 |     - |  52M|   0 | 496 | 618 |1606 | 618 |1884 | 881 |   0 |   0 | 3.168980e+02 |      --      |    Inf 
24.58/24.60	c  24.1s|     1 |     0 | 28856 |     - |  52M|   0 | 473 | 618 |1606 | 618 |1830 | 886 |   0 |   0 | 3.174643e+02 |      --      |    Inf 
24.88/24.98	c  24.5s|     1 |     0 | 29374 |     - |  53M|   0 | 490 | 618 |1606 | 618 |1839 | 895 |   0 |   0 | 3.179020e+02 |      --      |    Inf 
25.49/25.53	c  25.0s|     1 |     0 | 30056 |     - |  53M|   0 | 479 | 618 |1606 | 618 |1858 | 914 |   0 |   0 | 3.194880e+02 |      --      |    Inf 
25.98/26.09	c  25.6s|     1 |     0 | 30658 |     - |  54M|   0 | 511 | 618 |1606 | 618 |1876 | 932 |   0 |   0 | 3.197635e+02 |      --      |    Inf 
26.68/26.74	c  26.2s|     1 |     0 | 31510 |     - |  54M|   0 | 512 | 618 |1606 | 618 |1891 | 947 |   0 |   0 | 3.203407e+02 |      --      |    Inf 
27.18/27.27	c  26.8s|     1 |     0 | 32050 |     - |  54M|   0 | 526 | 618 |1606 | 618 |1900 | 956 |   0 |   0 | 3.205531e+02 |      --      |    Inf 
27.59/27.65	c  27.1s|     1 |     0 | 32276 |     - |  54M|   0 | 473 | 618 |1606 | 618 |1863 | 969 |   0 |   0 | 3.208367e+02 |      --      |    Inf 
28.08/28.11	c  27.6s|     1 |     0 | 32777 |     - |  54M|   0 | 487 | 618 |1606 | 618 |1877 | 983 |   0 |   0 | 3.220629e+02 |      --      |    Inf 
28.39/28.47	c  27.9s|     1 |     0 | 33090 |     - |  55M|   0 | 495 | 618 |1606 | 618 |1896 |1002 |   0 |   0 | 3.229962e+02 |      --      |    Inf 
28.78/28.89	c  28.4s|     1 |     0 | 33586 |     - |  55M|   0 | 474 | 618 |1606 | 618 |1909 |1015 |   0 |   0 | 3.234971e+02 |      --      |    Inf 
29.39/29.50	c  28.9s|     1 |     0 | 34310 |     - |  55M|   0 | 503 | 618 |1606 | 618 |1916 |1022 |   0 |   0 | 3.237250e+02 |      --      |    Inf 
29.99/30.04	c  29.5s|     1 |     0 | 34942 |     - |  55M|   0 | 489 | 618 |1606 | 618 |1919 |1025 |   0 |   0 | 3.238936e+02 |      --      |    Inf 
30.29/30.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.29/30.36	c  29.8s|     1 |     0 | 35140 |     - |  55M|   0 | 495 | 618 |1606 | 618 |1860 |1028 |   0 |   0 | 3.239549e+02 |      --      |    Inf 
30.58/30.63	c  30.1s|     1 |     0 | 35193 |     - |  55M|   0 | 485 | 618 |1606 | 618 |1862 |1030 |   0 |   0 | 3.239629e+02 |      --      |    Inf 
31.68/31.80	c  31.2s|     1 |     2 | 35193 |     - |  55M|   0 | 485 | 618 |1606 | 618 |1862 |1030 |   0 |  18 | 3.239629e+02 |      --      |    Inf 
46.77/46.89	c  45.2s| 10000 |    12 | 35193 |   0.0 |  55M|  30 |   - | 618 |1638 |   0 |   0 |1030 |7133 |  18 | 3.240488e+02 |      --      |    Inf 
58.67/58.74	o 334
58.67/58.74	c *56.2s| 18660 |     6 | 35193 |   0.0 |  55M|  30 |   - | 618 |1538 |   0 |   0 |1030 |  12k|  18 | 3.241310e+02 | 3.340000e+02 |   3.04%
59.67/59.72	c 
59.67/59.72	c SCIP Status        : problem is solved [optimal solution found]
59.67/59.72	c Solving Time (sec) : 57.06
59.67/59.72	c Solving Nodes      : 19361
59.67/59.72	c Primal Bound       : +3.34000000000000e+02 (1 solutions)
59.67/59.72	c Dual Bound         : +3.34000000000000e+02
59.67/59.72	c Gap                : 0.00 %
59.67/59.72	s OPTIMUM FOUND
59.67/59.72	v -x668 x667 -x666 x665 x664 -x663 x662 -x661 -x660 x659 x658 -x657 -x656 x655 x654 -x653 x652 -x651 -x650 x649 x648 -x647 x646 -x645 
59.67/59.72	v -x644 x643 x642 -x641 -x640 x639 -x638 x637 -x636 x635 x634 -x633 -x632 x631 -x630 x629 -x628 x627 x626 -x625 x624 -x623 
59.67/59.72	v -x622 x621 -x620 x619 x618 -x617 -x616 x615 -x614 x613 -x612 x611 -x610 x609 -x608 x607 x606 -x605 -x604 x603 x602 -x601 -x600 
59.67/59.72	v x599 -x598 x597 x596 -x595 x594 -x593 -x592 x591 x590 -x589 x588 -x587 -x586 x585 -x584 x583 -x582 x581 x580 -x579 -x578 x577 
59.67/59.72	v -x576 x575 x574 -x573 -x572 x571 x570 -x569 -x568 x567 x566 -x565 -x564 x563 -x562 x561 -x560 x559 x558 -x557 x556 -x555 
59.67/59.72	v -x554 x553 x552 -x551 x550 -x549 -x548 x547 -x546 x545 -x544 x543 x542 -x541 x540 -x539 -x538 x537 -x536 x535 x534 -x533 x532 
59.67/59.72	v -x531 -x530 x529 -x528 x527 x526 -x525 -x524 x523 -x522 x521 -x520 x519 x518 -x517 -x516 x515 x514 -x513 x512 -x511 -x510 x509 
59.67/59.72	v x508 -x507 -x506 x505 -x504 x503 x502 -x501 -x500 x499 -x498 x497 x496 -x495 -x494 x493 -x492 x491 x490 -x489 -x488 x487 -x486 
59.67/59.72	v x485 -x484 x483 x482 -x481 -x480 x479 -x478 x477 -x476 x475 x474 -x473 -x472 x471 -x470 x469 x468 -x467 -x466 x465 -x464 
59.67/59.72	v x463 x462 -x461 -x460 x459 -x458 x457 x456 -x455 -x454 x453 x452 -x451 -x450 x449 -x448 x447 x446 -x445 -x444 x443 x442 -x441 
59.67/59.72	v x440 -x439 -x438 x437 x436 -x435 x434 -x433 x432 -x431 -x430 x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 x420 -x419 -x418 
59.67/59.72	v x417 x416 -x415 -x414 x413 -x412 x411 x410 -x409 -x408 x407 -x406 x405 x404 -x403 x402 -x401 -x400 x399 -x398 x397 -x396 
59.67/59.72	v x395 -x394 x393 x392 -x391 -x390 x389 -x388 x387 x386 -x385 -x384 x383 -x382 x381 x380 -x379 x378 -x377 -x376 x375 -x374 x373 
59.67/59.72	v x372 -x371 -x370 x369 -x368 x367 x366 -x365 x364 -x363 -x362 x361 x360 -x359 -x358 x357 -x356 x355 -x354 x353 x352 -x351 x350 
59.67/59.72	v -x349 x348 -x347 -x346 x345 x344 -x343 -x342 x341 -x340 x339 x338 -x337 x336 -x335 -x334 x333 -x332 x331 x330 -x329 -x328 x327 
59.67/59.72	v -x326 x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 x316 -x315 -x314 x313 -x312 x311 x310 -x309 -x308 x307 x306 -x305 
59.67/59.72	v x304 -x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 -x292 x291 -x290 x289 -x288 x287 x286 -x285 x284 -x283 x282 
59.67/59.72	v -x281 -x280 x279 -x278 x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 x266 -x265 -x264 x263 -x262 x261 x260 -x259 
59.67/59.72	v x258 -x257 -x256 x255 x254 -x253 -x252 x251 -x250 x249 x248 -x247 x246 -x245 x244 -x243 x242 -x241 x240 -x239 x238 -x237 x236 
59.67/59.72	v -x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 x226 -x225 x224 -x223 x222 -x221 x220 -x219 x218 -x217 x216 -x215 x214 
59.67/59.72	v -x213 x212 -x211 x210 -x209 x208 -x207 x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 
59.67/59.72	v x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 
59.67/59.72	v -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 
59.67/59.72	v x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 -x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 
59.67/59.72	v -x122 x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 x104 -x103 -x102 x101 -x100 
59.67/59.72	v x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 -x83 -x82 x81 x80 -x79 -x78 x77 x76 -x75 -x74 x73 x72 
59.67/59.72	v -x71 -x70 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 
59.67/59.72	v x44 -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 
59.67/59.72	v x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
59.67/59.72	c SCIP Status        : problem is solved [optimal solution found]
59.67/59.72	c Solving Time       :      57.06
59.67/59.72	c Original Problem   :
59.67/59.72	c   Problem name     : HOME/instance-2667521-1276430090.opb
59.67/59.72	c   Variables        : 668 (668 binary, 0 integer, 0 implicit integer, 0 continuous)
59.67/59.72	c   Constraints      : 1666 initial, 1666 maximal
59.67/59.72	c Presolved Problem  :
59.67/59.72	c   Problem name     : t_HOME/instance-2667521-1276430090.opb
59.67/59.72	c   Variables        : 618 (618 binary, 0 integer, 0 implicit integer, 0 continuous)
59.67/59.72	c   Constraints      : 1606 initial, 1779 maximal
59.67/59.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
59.67/59.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
59.67/59.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
59.67/59.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
59.67/59.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
59.67/59.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
59.67/59.72	c   probing          :       0.05          0         50          0          0          0          0          0          0
59.67/59.72	c   linear           :       0.03          0          0          0          0          0         60         60          0
59.67/59.72	c   logicor          :       0.03          0          0          0          0          0          0          0          0
59.67/59.72	c   root node        :          -        403          -          -        403          -          -          -          -
59.67/59.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
59.67/59.72	c   integral         :          0          0          0          1          0          0          0          0          0          2
59.67/59.72	c   logicor          :       1606+        62     378763          0          1      12549    2334504          0          0          0
59.67/59.72	c   countsols        :          0          0          0          0          1          0          0          0          0          0
59.67/59.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
59.67/59.72	c   integral         :       0.88       0.00       0.00       0.88       0.00
59.67/59.72	c   logicor          :       7.19       0.01       7.18       0.00       0.00
59.67/59.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
59.67/59.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
59.67/59.72	c   vbounds          :       0.15          2          0          0
59.67/59.72	c   rootredcost      :       0.22          1          0          0
59.67/59.72	c   pseudoobj        :       9.37     389963          0          0
59.67/59.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
59.67/59.72	c   propagation      :       1.11      12549      12184      12184       10.1        667        7.7          -
59.67/59.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
59.67/59.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
59.67/59.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
59.67/59.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
59.67/59.72	c   applied globally :          -          -          -      12851        9.9          -          -          -
59.67/59.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
59.67/59.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
59.67/59.72	c   cut pool         :       0.87         61          -          -        949          -    (maximal pool size: 14828)
59.67/59.72	c   redcost          :       0.01         62          0          0          0          0
59.67/59.72	c   impliedbounds    :       0.01         62          0          0        223          0
59.67/59.72	c   intobj           :       0.00          0          0          0          0          0
59.67/59.72	c   cgmip            :       0.00          0          0          0          0          0
59.67/59.72	c   gomory           :      11.10         62          0          0      21538          0
59.67/59.72	c   strongcg         :       2.02         20          0          0       9272          0
59.67/59.72	c   cmir             :       0.12         10          0          0          0          0
59.67/59.72	c   flowcover        :       0.09         10          0          0          0          0
59.67/59.72	c   clique           :       0.01         62          0          0         66          0
59.67/59.72	c   zerohalf         :       0.00          0          0          0          0          0
59.67/59.72	c   mcf              :       0.00          1          0          0          0          0
59.67/59.72	c   rapidlearning    :       0.00          0          0          0          0          0
59.67/59.72	c Pricers            :       Time      Calls       Vars
59.67/59.72	c   problem variables:       0.00          0          0
59.67/59.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
59.67/59.72	c   relpscost        :       0.88          1          0          0          0          0          2
59.67/59.72	c   pscost           :       0.00          0          0          0          0          0          0
59.67/59.72	c   inference        :       1.34      12713          0          0          0          0      25426
59.67/59.72	c   mostinf          :       0.00          0          0          0          0          0          0
59.67/59.72	c   leastinf         :       0.00          0          0          0          0          0          0
59.67/59.72	c   fullstrong       :       0.00          0          0          0          0          0          0
59.67/59.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
59.67/59.72	c   random           :       0.00          0          0          0          0          0          0
59.67/59.72	c Primal Heuristics  :       Time      Calls      Found
59.67/59.72	c   LP solutions     :       0.00          -          0
59.67/59.72	c   pseudo solutions :       0.00          -          1
59.67/59.72	c   oneopt           :       0.00          0          0
59.67/59.72	c   crossover        :       0.00          0          0
59.67/59.72	c   trivial          :       0.01          2          0
59.67/59.72	c   simplerounding   :       0.00          0          0
59.67/59.72	c   zirounding       :       0.00          1          0
59.67/59.72	c   rounding         :       0.07         62          0
59.67/59.72	c   shifting         :       0.15         62          0
59.67/59.72	c   intshifting      :       0.00          0          0
59.67/59.72	c   twoopt           :       0.00          0          0
59.67/59.72	c   fixandinfer      :       0.00          0          0
59.67/59.72	c   feaspump         :       1.40          1          0
59.67/59.72	c   coefdiving       :       0.00          0          0
59.67/59.72	c   pscostdiving     :       0.00          0          0
59.67/59.72	c   fracdiving       :       0.00          0          0
59.67/59.72	c   veclendiving     :       0.00          0          0
59.67/59.72	c   intdiving        :       0.00          0          0
59.67/59.72	c   actconsdiving    :       0.00          0          0
59.67/59.72	c   objpscostdiving  :       0.00          0          0
59.67/59.72	c   rootsoldiving    :       0.00          0          0
59.67/59.72	c   linesearchdiving :       0.00          0          0
59.67/59.72	c   guideddiving     :       0.00          0          0
59.67/59.72	c   octane           :       0.00          0          0
59.67/59.72	c   rens             :       0.00          0          0
59.67/59.72	c   rins             :       0.00          0          0
59.67/59.72	c   localbranching   :       0.00          0          0
59.67/59.72	c   mutation         :       0.00          0          0
59.67/59.72	c   dins             :       0.00          0          0
59.67/59.72	c   undercover       :       0.00          0          0
59.67/59.72	c   nlp              :       0.01          0          0
59.67/59.72	c   trysol           :       0.01          0          0
59.67/59.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
59.67/59.72	c   primal LP        :       0.03          0          0       0.00       0.00
59.67/59.72	c   dual LP          :      13.93         62      30519     492.24    2190.88
59.67/59.72	c   lex dual LP      :       0.00          0          0       0.00          -
59.67/59.72	c   barrier LP       :       0.00          0          0       0.00          -
59.67/59.72	c   diving/probing LP:       1.35         65       4674      71.91    3462.22
59.67/59.72	c   strong branching :       0.88         18       2143     119.06    2435.23
59.67/59.72	c     (at root node) :          -         18       2143     119.06          -
59.67/59.72	c   conflict analysis:       0.00          0          0       0.00          -
59.67/59.72	c B&B Tree           :
59.67/59.72	c   number of runs   :          1
59.67/59.72	c   nodes            :      19361
59.67/59.72	c   nodes (total)    :      19361
59.67/59.72	c   nodes left       :          0
59.67/59.72	c   max depth        :         30
59.67/59.72	c   max depth (total):         30
59.67/59.72	c   backtracks       :       6175 (31.9%)
59.67/59.72	c   delayed cutoffs  :       6068
59.67/59.72	c   repropagations   :      17636 (1088030 domain reductions, 5903 cutoffs)
59.67/59.72	c   avg switch length:       2.59
59.67/59.72	c   switching time   :       3.46
59.67/59.72	c Solution           :
59.67/59.72	c   Solutions found  :          1 (1 improvements)
59.67/59.72	c   First Solution   : +3.34000000000000e+02   (in run 1, after 18660 nodes, 56.16 seconds, depth 13, found by <relaxation>)
59.67/59.72	c   Primal Bound     : +3.34000000000000e+02   (in run 1, after 18660 nodes, 56.16 seconds, depth 13, found by <relaxation>)
59.67/59.72	c   Dual Bound       : +3.34000000000000e+02
59.67/59.72	c   Gap              :       0.00 %
59.67/59.72	c   Root Dual Bound  : +3.23962895553931e+02
59.67/59.72	c   Root Iterations  :      35193
59.67/59.77	c Time complete: 59.74.

Verifier Data

OK	334

Watcher Data

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

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

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.04 1.03 1.06 3/106 21658
/proc/meminfo: memFree=1825488/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=7724 CPUtime=0
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 1008 0 0 0 0 0 0 0 18 0 1 0 18612906 7909376 927 1992294400 4194304 8223781 140735996323920 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21658/statm: 1931 937 348 984 0 944 0

[startup+0.106875 s]
/proc/loadavg: 1.04 1.03 1.06 3/106 21658
/proc/meminfo: memFree=1825488/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=16308 CPUtime=0.1
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 4247 0 0 0 8 2 0 0 20 0 1 0 18612906 16699392 3031 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 4077 3031 444 984 0 3090 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16308

[startup+0.200885 s]
/proc/loadavg: 1.04 1.03 1.06 3/106 21658
/proc/meminfo: memFree=1825488/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=19708 CPUtime=0.19
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 6407 0 0 0 16 3 0 0 20 0 1 0 18612906 20180992 3901 1992294400 4194304 8223781 140735996323920 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 4927 3913 504 984 0 3940 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19708

[startup+0.300893 s]
/proc/loadavg: 1.04 1.03 1.06 3/106 21658
/proc/meminfo: memFree=1825488/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=20952 CPUtime=0.29
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 6940 0 0 0 26 3 0 0 20 0 1 0 18612906 21454848 4310 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 5238 4310 527 984 0 4251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20952

[startup+0.700931 s]
/proc/loadavg: 1.04 1.03 1.06 3/106 21658
/proc/meminfo: memFree=1825488/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=21372 CPUtime=0.69
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 7443 0 0 0 65 4 0 0 21 0 1 0 18612906 21884928 4424 1992294400 4194304 8223781 140735996323920 18446744073709551615 6563049 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 5343 4424 539 984 0 4356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21372

[startup+1.50101 s]
/proc/loadavg: 1.04 1.03 1.06 2/107 21659
/proc/meminfo: memFree=1809732/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=21580 CPUtime=1.49
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 7916 0 0 0 144 5 0 0 23 0 1 0 18612906 22097920 4437 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 5395 4437 540 984 0 4408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21580

[startup+3.10116 s]
/proc/loadavg: 1.04 1.03 1.06 2/107 21659
/proc/meminfo: memFree=1806384/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=32584 CPUtime=3.09
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 11564 0 0 0 300 9 0 0 25 0 1 0 18612906 33366016 7223 1992294400 4194304 8223781 140735996323920 18446744073709551615 4326075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 8146 7223 566 984 0 7159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32584

[startup+6.30047 s]
/proc/loadavg: 1.04 1.03 1.06 2/107 21659
/proc/meminfo: memFree=1790636/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=43916 CPUtime=6.29
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 16360 0 0 0 613 16 0 0 25 0 1 0 18612906 44969984 9899 1992294400 4194304 8223781 140735996323920 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 10979 9899 566 984 0 9992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43916

[startup+12.7011 s]
/proc/loadavg: 1.03 1.03 1.06 2/107 21659
/proc/meminfo: memFree=1765960/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=67088 CPUtime=12.69
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 29103 0 0 0 1242 27 0 0 25 0 1 0 18612906 68698112 15642 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 16772 15642 566 984 0 15785 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67088

[startup+25.5013 s]
/proc/loadavg: 1.03 1.03 1.06 2/107 21659
/proc/meminfo: memFree=1747608/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=84088 CPUtime=25.49
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 44045 0 0 0 2503 46 0 0 25 0 1 0 18612906 86106112 19798 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 21022 19798 566 984 0 20035 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84088

[startup+51.1007 s]
/proc/loadavg: 1.02 1.03 1.06 2/107 21661
/proc/meminfo: memFree=1739548/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92368 CPUtime=51.07
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54617 0 0 0 4914 193 0 0 25 0 1 0 18612906 94584832 21886 1992294400 4194304 8223781 140735996323920 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23092 21886 580 984 0 22105 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92368

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

[startup+51.2007 s]
/proc/loadavg: 1.02 1.03 1.06 2/107 21661
/proc/meminfo: memFree=1739548/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92368 CPUtime=51.17
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54617 0 0 0 4923 194 0 0 25 0 1 0 18612906 94584832 21886 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23092 21886 580 984 0 22105 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 92368

[startup+54.401 s]
/proc/loadavg: 1.02 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739424/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92516 CPUtime=54.37
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54655 0 0 0 5221 216 0 0 25 0 1 0 18612906 94736384 21924 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23129 21924 580 984 0 22142 0
Current children cumulated CPU time (s) 54.37
Current children cumulated vsize (KiB) 92516

[startup+57.6003 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739300/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92516 CPUtime=57.57
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54675 0 0 0 5513 244 0 0 25 0 1 0 18612906 94736384 21944 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23129 21944 580 984 0 22142 0
Current children cumulated CPU time (s) 57.57
Current children cumulated vsize (KiB) 92516

[startup+58.4084 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739300/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92664 CPUtime=58.37
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54680 0 0 0 5587 250 0 0 25 0 1 0 18612906 94887936 21949 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23166 21949 580 984 0 22179 0
Current children cumulated CPU time (s) 58.37
Current children cumulated vsize (KiB) 92664

[startup+59.2005 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739300/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92664 CPUtime=59.17
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54683 0 0 0 5661 256 0 0 25 0 1 0 18612906 94887936 21952 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23166 21952 580 984 0 22179 0
Current children cumulated CPU time (s) 59.17
Current children cumulated vsize (KiB) 92664

[startup+59.6005 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739300/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92664 CPUtime=59.57
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54683 0 0 0 5698 259 0 0 25 0 1 0 18612906 94887936 21952 1992294400 4194304 8223781 140735996323920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23166 21952 580 984 0 22179 0
Current children cumulated CPU time (s) 59.57
Current children cumulated vsize (KiB) 92664

[startup+59.7005 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 21661
/proc/meminfo: memFree=1739300/2059040 swapFree=4140388/4192956
[pid=21658] ppid=21656 vsize=92664 CPUtime=59.67
/proc/21658/stat : 21658 (pbscip.linux.x8) R 21656 21658 21007 0 -1 4202496 54683 0 0 0 5707 260 0 0 25 0 1 0 18612906 94887936 21952 1992294400 4194304 8223781 140735996323920 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21658/statm: 23166 21952 580 984 0 22179 0
Current children cumulated CPU time (s) 59.67
Current children cumulated vsize (KiB) 92664

Child status: 0
Real time (s): 59.7772
CPU time (s): 59.7549
CPU user time (s): 57.1363
CPU system time (s): 2.6186
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 92664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.1363
system time used= 2.6186
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54691
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= 3
involuntary context switches= 162

runsolver used 0.094985 second user time and 0.302953 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-13 13:54:50
IDJOB=2667521
IDBENCH=2115
IDSOLVER=1169
FILE ID=node004/2667521-1276430090
PBS_JOBID= 11173308
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par16-3-c.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667521-1276430090/watcher-2667521-1276430090 -o /tmp/evaluation-result-2667521-1276430090/solver-2667521-1276430090 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667521-1276430090.opb -t 1800 -m 1800

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

MD5SUM BENCH= 995cbcff162892786ed2539630dc8f6e
RANDOM SEED=719600731

node004.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826016 kB
Buffers:         27336 kB
Cached:         127048 kB
SwapCached:       6496 kB
Active:          94008 kB
Inactive:        73868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826016 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:            4520 kB
Writeback:           0 kB
AnonPages:       11436 kB
Mapped:          12936 kB
Slab:            43520 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node004 at 2010-06-13 13:55:50