Trace number 1869002

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT334 1789.86 1790.46

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.880865
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.01/0.03	c SCIP version 1.1.0.7
0.01/0.03	c LP-Solver SoPlex 1.4.1
0.01/0.03	c user parameter file <scip.set> not found - using default parameters
0.01/0.03	c read problem <HOME/instance-1869002-1245153998.opb>
0.01/0.03	c original problem has 668 variables (668 bin, 0 int, 0 impl, 0 cont) and 1666 constraints
0.01/0.04	c start presolving problem
0.01/0.04	c presolving:
0.01/0.09	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.01/0.10	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.09/0.10	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.09/0.16	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.09/0.17	c presolving (5 rounds):
0.09/0.17	c  50 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 0 changed coefficients
0.09/0.17	c  15564 implications, 0 cliques
0.09/0.17	c presolved problem has 618 variables (618 bin, 0 int, 0 impl, 0 cont) and 1606 constraints
0.09/0.17	c    1606 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.11
0.09/0.17	c strange?!, PURESAT with obj
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 1620
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.39/0.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.41	c   0.4s|     1 |     0 |  1334 |3861k|   0 | 444 | 618 |1606 |1606 | 618 |1556 |   0 |   0 |   0 | 2.115195e+02 |      --      |    Inf 
2.09/2.14	c   2.1s|     1 |     0 |  6453 |5171k|   0 | 403 | 618 |1606 |1606 | 618 |1678 | 122 |   0 |   0 | 2.209317e+02 |      --      |    Inf 
2.49/2.51	c   2.4s|     1 |     0 |  6904 |6783k|   0 | 400 | 618 |1606 |1606 | 618 |1700 | 144 |   0 |   0 | 2.251034e+02 |      --      |    Inf 
2.99/3.00	c   2.9s|     1 |     0 |  7435 |8453k|   0 | 381 | 618 |1606 |1606 | 618 |1728 | 172 |   0 |   0 | 2.333002e+02 |      --      |    Inf 
3.39/3.41	c   3.3s|     1 |     0 |  7750 |  10M|   0 | 388 | 618 |1606 |1606 | 618 |1740 | 184 |   0 |   0 | 2.363608e+02 |      --      |    Inf 
3.79/3.82	c   3.7s|     1 |     0 |  8037 |  10M|   0 | 437 | 618 |1606 |1606 | 618 |1762 | 206 |   0 |   0 | 2.418717e+02 |      --      |    Inf 
4.18/4.25	c   4.1s|     1 |     0 |  8315 |  11M|   0 | 398 | 618 |1606 |1606 | 618 |1788 | 232 |   0 |   0 | 2.474612e+02 |      --      |    Inf 
4.59/4.68	c   4.6s|     1 |     0 |  8547 |  12M|   0 | 432 | 618 |1606 |1606 | 618 |1804 | 248 |   0 |   0 | 2.530634e+02 |      --      |    Inf 
5.19/5.21	c   5.1s|     1 |     0 |  8890 |  12M|   0 | 391 | 618 |1606 |1606 | 618 |1829 | 273 |   0 |   0 | 2.605855e+02 |      --      |    Inf 
5.49/5.59	c   5.5s|     1 |     0 |  9132 |  13M|   0 | 365 | 618 |1606 |1606 | 618 |1865 | 309 |   0 |   0 | 2.670833e+02 |      --      |    Inf 
5.89/5.98	c   5.9s|     1 |     0 |  9541 |  15M|   0 | 362 | 618 |1606 |1606 | 618 |1881 | 325 |   0 |   0 | 2.693333e+02 |      --      |    Inf 
6.29/6.36	c   6.2s|     1 |     0 |  9997 |  16M|   0 | 363 | 618 |1606 |1606 | 618 |1893 | 337 |   0 |   0 | 2.710000e+02 |      --      |    Inf 
6.89/6.91	c   6.8s|     1 |     0 | 10685 |  18M|   0 | 414 | 618 |1606 |1606 | 618 |1792 | 353 |   0 |   0 | 2.730000e+02 |      --      |    Inf 
7.49/7.57	c   7.4s|     1 |     0 | 11574 |  20M|   0 | 381 | 618 |1606 |1606 | 618 |1810 | 371 |   0 |   0 | 2.744167e+02 |      --      |    Inf 
7.98/8.03	c   7.9s|     1 |     0 | 12019 |  21M|   0 | 335 | 618 |1606 |1606 | 618 |1834 | 395 |   0 |   0 | 2.770000e+02 |      --      |    Inf 
8.59/8.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.66	c   8.5s|     1 |     0 | 12830 |  22M|   0 | 428 | 618 |1606 |1606 | 618 |1856 | 417 |   0 |   0 | 2.803075e+02 |      --      |    Inf 
9.29/9.31	c   9.2s|     1 |     0 | 13565 |  25M|   0 | 433 | 618 |1606 |1606 | 618 |1877 | 438 |   0 |   0 | 2.821587e+02 |      --      |    Inf 
9.79/9.86	c   9.7s|     1 |     0 | 14067 |  28M|   0 | 461 | 618 |1606 |1606 | 618 |1893 | 454 |   0 |   0 | 2.831444e+02 |      --      |    Inf 
10.38/10.48	c  10.3s|     1 |     0 | 14728 |  31M|   0 | 447 | 618 |1606 |1606 | 618 |1818 | 464 |   0 |   0 | 2.834280e+02 |      --      |    Inf 
11.28/11.33	c  11.1s|     1 |     0 | 15615 |  31M|   0 | 377 | 618 |1606 |1606 | 618 |1844 | 490 |   0 |   0 | 2.893056e+02 |      --      |    Inf 
11.79/11.89	c  11.7s|     1 |     0 | 16192 |  33M|   0 | 366 | 618 |1606 |1606 | 618 |1862 | 508 |   0 |   0 | 2.918333e+02 |      --      |    Inf 
12.09/12.12	c  11.9s|     1 |     0 | 16506 |  34M|   0 | 440 | 618 |1606 |1606 | 618 |1879 | 525 |   0 |   0 | 2.931998e+02 |      --      |    Inf 
12.68/12.72	c  12.5s|     1 |     0 | 17170 |  35M|   0 | 442 | 618 |1606 |1606 | 618 |1907 | 553 |   0 |   0 | 2.988050e+02 |      --      |    Inf 
13.09/13.10	c  12.9s|     1 |     0 | 17555 |  36M|   0 | 474 | 618 |1606 |1606 | 618 |1923 | 569 |   0 |   0 | 2.997685e+02 |      --      |    Inf 
13.28/13.36	c  13.2s|     1 |     0 | 17825 |  38M|   0 | 379 | 618 |1606 |1606 | 618 |1849 | 591 |   0 |   0 | 3.004583e+02 |      --      |    Inf 
13.58/13.65	c  13.4s|     1 |     0 | 18197 |  39M|   0 | 474 | 618 |1606 |1606 | 618 |1863 | 605 |   0 |   0 | 3.011253e+02 |      --      |    Inf 
14.19/14.23	c  14.0s|     1 |     0 | 18844 |  40M|   0 | 358 | 618 |1606 |1606 | 618 |1889 | 631 |   0 |   0 | 3.036250e+02 |      --      |    Inf 
14.69/14.72	c  14.5s|     1 |     0 | 19594 |  42M|   0 | 469 | 618 |1606 |1606 | 618 |1901 | 643 |   0 |   0 | 3.044539e+02 |      --      |    Inf 
15.08/15.12	c  14.9s|     1 |     0 | 19929 |  42M|   0 | 444 | 618 |1606 |1606 | 618 |1910 | 652 |   0 |   0 | 3.055827e+02 |      --      |    Inf 
15.49/15.57	c  15.3s|     1 |     0 | 20538 |  44M|   0 | 495 | 618 |1606 |1606 | 618 |1925 | 667 |   0 |   0 | 3.059580e+02 |      --      |    Inf 
16.09/16.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.09/16.14	c  15.9s|     1 |     0 | 21079 |  44M|   0 | 432 | 618 |1606 |1606 | 618 |1847 | 683 |   0 |   0 | 3.063646e+02 |      --      |    Inf 
16.39/16.49	c  16.3s|     1 |     0 | 21592 |  45M|   0 | 490 | 618 |1606 |1606 | 618 |1859 | 695 |   0 |   0 | 3.067622e+02 |      --      |    Inf 
17.09/17.19	c  16.9s|     1 |     0 | 22444 |  45M|   0 | 494 | 618 |1606 |1606 | 618 |1873 | 709 |   0 |   0 | 3.085541e+02 |      --      |    Inf 
17.68/17.79	c  17.6s|     1 |     0 | 22919 |  46M|   0 | 502 | 618 |1606 |1606 | 618 |1885 | 721 |   0 |   0 | 3.093292e+02 |      --      |    Inf 
18.39/18.43	c  18.2s|     1 |     0 | 23601 |  46M|   0 | 471 | 618 |1606 |1606 | 618 |1903 | 739 |   0 |   0 | 3.108594e+02 |      --      |    Inf 
18.59/18.62	c  18.4s|     1 |     0 | 23791 |  47M|   0 | 495 | 618 |1606 |1606 | 618 |1912 | 748 |   0 |   0 | 3.111679e+02 |      --      |    Inf 
18.78/18.88	c  18.6s|     1 |     0 | 24071 |  48M|   0 | 494 | 618 |1606 |1606 | 618 |1827 | 756 |   0 |   0 | 3.113748e+02 |      --      |    Inf 
19.18/19.28	c  19.0s|     1 |     0 | 24338 |  48M|   0 | 504 | 618 |1606 |1606 | 618 |1834 | 763 |   0 |   0 | 3.114597e+02 |      --      |    Inf 
19.69/19.72	c  19.5s|     1 |     0 | 24722 |  49M|   0 | 482 | 618 |1606 |1606 | 618 |1846 | 775 |   0 |   0 | 3.116769e+02 |      --      |    Inf 
20.08/20.17	c  19.9s|     1 |     0 | 25044 |  49M|   0 | 536 | 618 |1606 |1606 | 618 |1856 | 785 |   0 |   0 | 3.120399e+02 |      --      |    Inf 
20.69/20.72	c  20.5s|     1 |     0 | 25474 |  49M|   0 | 413 | 618 |1606 |1606 | 618 |1870 | 799 |   0 |   0 | 3.123643e+02 |      --      |    Inf 
21.08/21.13	c  20.9s|     1 |     0 | 25957 |  50M|   0 | 478 | 618 |1606 |1606 | 618 |1880 | 809 |   0 |   0 | 3.126142e+02 |      --      |    Inf 
21.58/21.65	c  21.4s|     1 |     0 | 26447 |  51M|   0 | 497 | 618 |1606 |1606 | 618 |1819 | 816 |   0 |   0 | 3.129775e+02 |      --      |    Inf 
21.99/22.07	c  21.8s|     1 |     0 | 26668 |  51M|   0 | 461 | 618 |1606 |1606 | 618 |1823 | 820 |   0 |   0 | 3.131284e+02 |      --      |    Inf 
22.38/22.49	c  22.2s|     1 |     0 | 26987 |  51M|   0 | 452 | 618 |1606 |1606 | 618 |1834 | 831 |   0 |   0 | 3.134400e+02 |      --      |    Inf 
22.88/22.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.88/22.96	c  22.7s|     1 |     0 | 27445 |  51M|   0 | 499 | 618 |1606 |1606 | 618 |1850 | 847 |   0 |   0 | 3.145458e+02 |      --      |    Inf 
23.48/23.53	c  23.3s|     1 |     0 | 28065 |  51M|   0 | 532 | 618 |1606 |1606 | 618 |1864 | 861 |   0 |   0 | 3.160277e+02 |      --      |    Inf 
23.79/23.86	c  23.6s|     1 |     0 | 28399 |  52M|   0 | 496 | 618 |1606 |1606 | 618 |1884 | 881 |   0 |   0 | 3.168980e+02 |      --      |    Inf 
24.28/24.35	c  24.1s|     1 |     0 | 28856 |  52M|   0 | 473 | 618 |1606 |1606 | 618 |1830 | 886 |   0 |   0 | 3.174643e+02 |      --      |    Inf 
24.68/24.72	c  24.4s|     1 |     0 | 29374 |  53M|   0 | 490 | 618 |1606 |1606 | 618 |1839 | 895 |   0 |   0 | 3.179020e+02 |      --      |    Inf 
25.19/25.26	c  25.0s|     1 |     0 | 30056 |  53M|   0 | 479 | 618 |1606 |1606 | 618 |1858 | 914 |   0 |   0 | 3.194880e+02 |      --      |    Inf 
25.78/25.82	c  25.5s|     1 |     0 | 30658 |  54M|   0 | 511 | 618 |1606 |1606 | 618 |1876 | 932 |   0 |   0 | 3.197635e+02 |      --      |    Inf 
26.38/26.46	c  26.1s|     1 |     0 | 31510 |  54M|   0 | 512 | 618 |1606 |1606 | 618 |1891 | 947 |   0 |   0 | 3.203407e+02 |      --      |    Inf 
26.88/26.98	c  26.7s|     1 |     0 | 32050 |  54M|   0 | 526 | 618 |1606 |1606 | 618 |1900 | 956 |   0 |   0 | 3.205531e+02 |      --      |    Inf 
27.28/27.36	c  27.1s|     1 |     0 | 32276 |  54M|   0 | 473 | 618 |1606 |1606 | 618 |1863 | 969 |   0 |   0 | 3.208367e+02 |      --      |    Inf 
27.78/27.82	c  27.5s|     1 |     0 | 32777 |  54M|   0 | 487 | 618 |1606 |1606 | 618 |1877 | 983 |   0 |   0 | 3.220629e+02 |      --      |    Inf 
28.08/28.18	c  27.9s|     1 |     0 | 33090 |  54M|   0 | 495 | 618 |1606 |1606 | 618 |1896 |1002 |   0 |   0 | 3.229962e+02 |      --      |    Inf 
28.48/28.60	c  28.3s|     1 |     0 | 33586 |  55M|   0 | 474 | 618 |1606 |1606 | 618 |1909 |1015 |   0 |   0 | 3.234971e+02 |      --      |    Inf 
29.18/29.20	c  28.9s|     1 |     0 | 34310 |  55M|   0 | 503 | 618 |1606 |1606 | 618 |1916 |1022 |   0 |   0 | 3.237250e+02 |      --      |    Inf 
29.69/29.75	c  29.4s|     1 |     0 | 34942 |  55M|   0 | 489 | 618 |1606 |1606 | 618 |1919 |1025 |   0 |   0 | 3.238936e+02 |      --      |    Inf 
29.98/30.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.98/30.08	c  29.7s|     1 |     0 | 35140 |  55M|   0 | 495 | 618 |1606 |1606 | 618 |1860 |1028 |   0 |   0 | 3.239549e+02 |      --      |    Inf 
30.28/30.35	c  30.0s|     1 |     0 | 35193 |  55M|   0 | 485 | 618 |1606 |1606 | 618 |1862 |1030 |   0 |   0 | 3.239629e+02 |      --      |    Inf 
31.48/31.51	c  31.2s|     1 |     2 | 35193 |  55M|   0 | 485 | 618 |1606 |1606 | 618 |1862 |1030 |   0 |  18 | 3.239629e+02 |      --      |    Inf 
708.65/708.96	c   703s| 10000 |   646 |  1450k|  58M|  29 |   - | 618 |5868 |1176 |   0 |   0 |1030 |  14k|2142 | 3.290815e+02 |      --      |    Inf 
1069.94/1070.31	c  1061s| 20000 |   658 |  2265k|  60M|  31 |   - | 618 |8449 | 785 |   0 |   0 |1030 |  29k|2884 | 3.297663e+02 |      --      |    Inf 
1382.33/1382.88	o 334
1382.33/1382.88	c *1371s| 29731 |   643 |  2964k|  61M|  32 |   - | 618 |9767 | 221 | 618 |1720 |1030 |  43k|3455 | 3.301181e+02 | 3.340000e+02 |   1.18%
1390.63/1391.11	c  1379s| 30000 |   635 |  2980k|  60M|  32 |   - | 618 |9340 |1328 | 618 |1720 |1030 |  43k|3473 | 3.301181e+02 | 3.340000e+02 |   1.18%
1763.40/1764.07	c  1749s| 40000 |    57 |  3868k|  58M|  32 |   - | 618 |5386 |1279 | 618 |1720 |1030 |  46k|4278 | 3.306837e+02 | 3.340000e+02 |   1.00%
1789.69/1790.39	c 
1789.69/1790.39	c SCIP Status        : problem is solved [optimal solution found]
1789.69/1790.39	c Solving Time (sec) : 1775.25
1789.69/1790.39	c Solving Nodes      : 40601
1789.69/1790.39	c Primal Bound       : +3.34000000000000e+02 (1 solutions)
1789.69/1790.39	c Dual Bound         : +3.34000000000000e+02
1789.69/1790.39	c Gap                : 0.00 %
1789.69/1790.39	c NODE         40601
1789.69/1790.39	c DUAL BOUND   334
1789.69/1790.39	c PRIMAL BOUND 334
1789.69/1790.39	c GAP          0
1789.69/1790.39	s OPTIMUM FOUND
1789.69/1790.39	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 
1789.69/1790.39	v -x644 x643 x642 -x641 -x640 x639 -x638 x637 -x636 x635 x634 -x633 -x632 x631 -x630 x629 -x628 x627 x626 -x625 x624 -x623 
1789.69/1790.39	v -x622 x621 -x620 x619 x618 -x617 -x616 x615 -x614 x613 -x612 x611 -x610 x609 -x608 x607 x606 -x605 -x604 x603 x602 -x601 -x600 
1789.69/1790.39	v x599 -x598 x597 x596 -x595 x594 -x593 -x592 x591 x590 -x589 x588 -x587 -x586 x585 -x584 x583 -x582 x581 x580 -x579 -x578 x577 
1789.69/1790.39	v -x576 x575 x574 -x573 -x572 x571 x570 -x569 -x568 x567 x566 -x565 -x564 x563 -x562 x561 -x560 x559 x558 -x557 x556 -x555 
1789.69/1790.39	v -x554 x553 x552 -x551 x550 -x549 -x548 x547 -x546 x545 -x544 x543 x542 -x541 x540 -x539 -x538 x537 -x536 x535 x534 -x533 x532 
1789.69/1790.39	v -x531 -x530 x529 -x528 x527 x526 -x525 -x524 x523 -x522 x521 -x520 x519 x518 -x517 -x516 x515 x514 -x513 x512 -x511 -x510 x509 
1789.69/1790.39	v x508 -x507 -x506 x505 -x504 x503 x502 -x501 -x500 x499 -x498 x497 x496 -x495 -x494 x493 -x492 x491 x490 -x489 -x488 x487 -x486 
1789.69/1790.39	v x485 -x484 x483 x482 -x481 -x480 x479 -x478 x477 -x476 x475 x474 -x473 -x472 x471 -x470 x469 x468 -x467 -x466 x465 -x464 
1789.69/1790.39	v x463 x462 -x461 -x460 x459 -x458 x457 x456 -x455 -x454 x453 x452 -x451 -x450 x449 -x448 x447 x446 -x445 -x444 x443 x442 -x441 
1789.69/1790.39	v x440 -x439 -x438 x437 x436 -x435 x434 -x433 x432 -x431 -x430 x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 x420 -x419 -x418 
1789.69/1790.39	v x417 x416 -x415 -x414 x413 -x412 x411 x410 -x409 -x408 x407 -x406 x405 x404 -x403 x402 -x401 -x400 x399 -x398 x397 -x396 
1789.69/1790.39	v x395 -x394 x393 x392 -x391 -x390 x389 -x388 x387 x386 -x385 -x384 x383 -x382 x381 x380 -x379 x378 -x377 -x376 x375 -x374 x373 
1789.69/1790.39	v x372 -x371 -x370 x369 -x368 x367 x366 -x365 x364 -x363 -x362 x361 x360 -x359 -x358 x357 -x356 x355 -x354 x353 x352 -x351 x350 
1789.69/1790.39	v -x349 x348 -x347 -x346 x345 x344 -x343 -x342 x341 -x340 x339 x338 -x337 x336 -x335 -x334 x333 -x332 x331 x330 -x329 -x328 x327 
1789.69/1790.39	v -x326 x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 x316 -x315 -x314 x313 -x312 x311 x310 -x309 -x308 x307 x306 -x305 
1789.69/1790.39	v x304 -x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 -x292 x291 -x290 x289 -x288 x287 x286 -x285 x284 -x283 x282 
1789.69/1790.39	v -x281 -x280 x279 -x278 x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 x266 -x265 -x264 x263 -x262 x261 x260 -x259 
1789.69/1790.39	v x258 -x257 -x256 x255 x254 -x253 -x252 x251 -x250 x249 x248 -x247 x246 -x245 x244 -x243 x242 -x241 x240 -x239 x238 -x237 x236 
1789.69/1790.39	v -x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 x226 -x225 x224 -x223 x222 -x221 x220 -x219 x218 -x217 x216 -x215 x214 
1789.69/1790.39	v -x213 x212 -x211 x210 -x209 x208 -x207 x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 
1789.69/1790.39	v x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 
1789.69/1790.39	v -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 
1789.69/1790.39	v x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 -x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 
1789.69/1790.39	v -x122 x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 x104 -x103 -x102 x101 -x100 
1789.69/1790.39	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 
1789.69/1790.39	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 
1789.69/1790.39	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 
1789.69/1790.39	v x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1789.69/1790.39	c SCIP Status        : problem is solved [optimal solution found]
1789.69/1790.39	c Solving Time       :    1775.25
1789.69/1790.39	c Original Problem   :
1789.69/1790.39	c   Problem name     : HOME/instance-1869002-1245153998.opb
1789.69/1790.39	c   Variables        : 668 (668 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.39	c   Constraints      : 1666 initial, 1666 maximal
1789.69/1790.39	c Presolved Problem  :
1789.69/1790.39	c   Problem name     : t_HOME/instance-1869002-1245153998.opb
1789.69/1790.39	c   Variables        : 618 (618 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.39	c   Constraints      : 1606 initial, 9767 maximal
1789.69/1790.39	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.39	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.39	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.39	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.39	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.39	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.39	c   probing          :       0.04          0         50          0          0          0          0          0          0
1789.69/1790.39	c   linear           :       0.03          0          0          0          0          0         60         60          0
1789.69/1790.39	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1789.69/1790.39	c   root node        :          -         12          -          -         12          -          -          -          -
1789.69/1790.39	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.39	c   integral         :          0          0          0      24500          0         96        553          0          0      48036
1789.69/1790.39	c   logicor          :       1606+        62     801838          1          0      18164    4203523          0          0          0
1789.69/1790.39	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1789.69/1790.39	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.39	c   integral         :     311.00       0.00       0.00     311.00       0.00
1789.69/1790.39	c   logicor          :      40.70       0.02      40.68       0.00       0.00
1789.69/1790.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.39	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.39	c   rootredcost      :       0.29          1          0          0
1789.69/1790.39	c   pseudoobj        :      21.64     829066          0          0
1789.69/1790.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.39	c   propagation      :       3.21      18164      17090     127447       19.7        735       11.7          -
1789.69/1790.39	c   infeasible LP    :       0.67       1198       1173       7785       17.8         34        6.5          0
1789.69/1790.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.39	c   applied globally :          -          -          -      47169       17.3          -          -          -
1789.69/1790.39	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.39	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.39	c   cut pool         :       0.88         61          -          -        949          -    (maximal pool size: 14827)
1789.69/1790.39	c   redcost          :       0.39      26039          0       2300          0          0
1789.69/1790.39	c   impliedbounds    :       0.00         62          0          0        223          0
1789.69/1790.39	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.39	c   gomory           :      11.10         62          0          0      21538          0
1789.69/1790.39	c   strongcg         :       1.97         20          0          0       9272          0
1789.69/1790.39	c   cmir             :       0.12         10          0          0          0          0
1789.69/1790.39	c   flowcover        :       0.12         10          0          0          0          0
1789.69/1790.39	c   clique           :       0.04         62          0          0         66          0
1789.69/1790.39	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.39	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.39	c Pricers            :       Time      Calls       Vars
1789.69/1790.39	c   problem variables:       0.00          0          0
1789.69/1790.39	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.39	c   relpscost        :     310.97      24499         96        553          0          0      48036
1789.69/1790.39	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   inference        :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.39	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.39	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.39	c   LP solutions     :       0.00          -          1
1789.69/1790.39	c   pseudo solutions :       0.00          -          0
1789.69/1790.39	c   crossover        :       0.02          0          0
1789.69/1790.39	c   oneopt           :       0.02          1          0
1789.69/1790.39	c   guideddiving     :       0.71          5          0
1789.69/1790.39	c   objpscostdiving  :      17.94         16          0
1789.69/1790.39	c   feaspump         :      16.18         18          0
1789.69/1790.39	c   rootsoldiving    :      14.10         29          0
1789.69/1790.39	c   veclendiving     :      10.06         91          0
1789.69/1790.39	c   linesearchdiving :      13.17         91          0
1789.69/1790.39	c   fracdiving       :      16.22         91          0
1789.69/1790.39	c   pscostdiving     :      18.47         91          0
1789.69/1790.39	c   coefdiving       :      16.89         92          0
1789.69/1790.39	c   simplerounding   :       0.07          0          0
1789.69/1790.39	c   rounding         :       1.30       2196          0
1789.69/1790.39	c   shifting         :       0.85        589          0
1789.69/1790.39	c   intshifting      :       0.00          0          0
1789.69/1790.39	c   fixandinfer      :       0.00          0          0
1789.69/1790.39	c   intdiving        :       0.00          0          0
1789.69/1790.39	c   actconsdiving    :       0.00          0          0
1789.69/1790.39	c   octane           :       0.00          0          0
1789.69/1790.39	c   rens             :       0.01          0          0
1789.69/1790.39	c   rins             :       0.00          0          0
1789.69/1790.39	c   localbranching   :       0.00          0          0
1789.69/1790.39	c   mutation         :       0.00          0          0
1789.69/1790.39	c   dins             :       0.00          0          0
1789.69/1790.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.39	c   primal LP        :       0.04          0          0       0.00       0.00
1789.69/1790.39	c   dual LP          :    1207.39      29841    3603550     120.76    2984.58
1789.69/1790.39	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.39	c   diving/probing LP:     116.09       6777     327916      48.39    2824.67
1789.69/1790.39	c   strong branching :     305.75       4374     890584     203.61    2912.78
1789.69/1790.39	c     (at root node) :          -         18       2143     119.06          -
1789.69/1790.39	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.39	c B&B Tree           :
1789.69/1790.39	c   number of runs   :          1
1789.69/1790.39	c   nodes            :      40601
1789.69/1790.39	c   nodes (total)    :      40601
1789.69/1790.39	c   nodes left       :          0
1789.69/1790.39	c   max depth        :         32
1789.69/1790.39	c   max depth (total):         32
1789.69/1790.39	c   backtracks       :       9332 (23.0%)
1789.69/1790.39	c   delayed cutoffs  :       7435
1789.69/1790.39	c   repropagations   :      33673 (1310713 domain reductions, 6150 cutoffs)
1789.69/1790.39	c   avg switch length:       4.22
1789.69/1790.39	c   switching time   :      20.35
1789.69/1790.39	c Solution           :
1789.69/1790.39	c   Solutions found  :          1 (1 improvements)
1789.69/1790.39	c   Primal Bound     : +3.34000000000000e+02   (in run 1, after 29731 nodes, 1371.14 seconds, depth 23, found by <relaxation>)
1789.69/1790.39	c   Dual Bound       : +3.34000000000000e+02
1789.69/1790.39	c   Gap              :       0.00 %
1789.69/1790.39	c   Root Dual Bound  : +3.23962895553931e+02
1789.79/1790.46	c Time complete: 1789.85.

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3962
/proc/meminfo: memFree=1855288/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=4488 CPUtime=0
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 182996521 4595712 473 1992294400 4194304 7823515 548682068736 18446744073709551615 6962474 0 0 4096 0 0 0 0 17 1 0 0
/proc/3962/statm: 1162 484 317 886 0 272 0

[startup+0.0210641 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3962
/proc/meminfo: memFree=1855288/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=9416 CPUtime=0.01
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 1697 0 0 0 1 0 0 0 18 0 1 0 182996521 9641984 1679 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/3962/statm: 2354 1679 354 886 0 1464 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9416

[startup+0.101077 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3962
/proc/meminfo: memFree=1855288/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=16768 CPUtime=0.09
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 3601 0 0 0 8 1 0 0 18 0 1 0 182996521 17170432 3229 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 4192 3229 425 886 0 3302 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16768

[startup+0.301114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3962
/proc/meminfo: memFree=1855288/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=20276 CPUtime=0.29
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 4668 0 0 0 27 2 0 0 19 0 1 0 182996521 20762624 4246 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 5069 4246 512 886 0 4179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20276

[startup+0.701188 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3962
/proc/meminfo: memFree=1855288/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=20784 CPUtime=0.69
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 4830 0 0 0 66 3 0 0 22 0 1 0 182996521 21282816 4407 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 5196 4407 527 886 0 4306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20784

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1839408/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=21076 CPUtime=1.49
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 4872 0 0 0 145 4 0 0 25 0 1 0 182996521 21581824 4449 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 5269 4449 527 886 0 4379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21076

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1836464/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=32288 CPUtime=3.09
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 7754 0 0 0 303 6 0 0 25 0 1 0 182996521 33062912 7305 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 8072 7305 557 886 0 7182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32288

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1818544/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=44696 CPUtime=6.29
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 10897 0 0 0 620 9 0 0 25 0 1 0 182996521 45768704 10401 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 11174 10401 557 886 0 10284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44696

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1793072/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=68644 CPUtime=12.68
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 16967 0 0 0 1252 16 0 0 25 0 1 0 182996521 70291456 16360 1992294400 4194304 7823515 548682068736 18446744073709551615 6240786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 17161 16360 557 886 0 16271 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68644

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1775600/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=85012 CPUtime=25.48
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 21037 0 0 0 2522 26 0 0 25 0 1 0 182996521 87052288 20398 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 21253 20398 557 886 0 20363 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85012

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1769648/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=90768 CPUtime=51.07
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22566 0 0 0 5060 47 0 0 25 0 1 0 182996521 92946432 21888 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22692 21888 566 886 0 21802 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90768

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1769648/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=90768 CPUtime=102.26
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22567 0 0 0 10144 82 0 0 25 0 1 0 182996521 92946432 21889 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22692 21889 567 886 0 21802 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90768

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1769648/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=90768 CPUtime=162.23
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22567 0 0 0 16094 129 0 0 25 0 1 0 182996521 92946432 21889 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22692 21889 567 886 0 21802 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 90768

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1769584/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=90768 CPUtime=222.22
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22567 0 0 0 22051 171 0 0 25 0 1 0 182996521 92946432 21889 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22692 21889 567 886 0 21802 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 90768

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1769008/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=91260 CPUtime=282.2
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22712 0 0 0 28007 213 0 0 25 0 1 0 182996521 93450240 22034 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22815 22034 567 886 0 21925 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 91260

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1768368/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=91932 CPUtime=342.17
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 22865 0 0 0 33958 259 0 0 25 0 1 0 182996521 94138368 22187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 22983 22187 567 886 0 22093 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 91932

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1767792/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=92520 CPUtime=402.15
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 23004 0 0 0 39910 305 0 0 25 0 1 0 182996521 94740480 22326 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 23130 22326 567 886 0 22240 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 92520

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1766704/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=93572 CPUtime=462.13
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 23254 0 0 0 45862 351 0 0 25 0 1 0 182996521 95817728 22576 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 23393 22576 567 886 0 22503 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 93572

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1766384/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=93912 CPUtime=522.12
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 23329 0 0 0 51812 400 0 0 25 0 1 0 182996521 96165888 22651 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 23478 22651 567 886 0 22588 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 93912

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1765680/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=94528 CPUtime=582.09
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 23494 0 0 0 57756 453 0 0 25 0 1 0 182996521 96796672 22816 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 23632 22816 567 886 0 22742 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 94528

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1764656/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=95352 CPUtime=642.08
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 23741 0 0 0 63708 500 0 0 25 0 1 0 182996521 97640448 23063 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 23838 23063 567 886 0 22948 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 95352

[startup+702.301 s]

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

/proc/meminfo: memFree=1759024/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101044 CPUtime=1061.94
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25149 0 0 0 105342 852 0 0 25 0 1 0 182996521 103469056 24471 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25261 24471 567 886 0 24371 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 101044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1758704/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101352 CPUtime=1121.91
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25214 0 0 0 111284 907 0 0 25 0 1 0 182996521 103784448 24536 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25338 24536 567 886 0 24448 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 101352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1758704/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101352 CPUtime=1181.89
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25215 0 0 0 117232 957 0 0 25 0 1 0 182996521 103784448 24537 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25338 24537 567 886 0 24448 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 101352

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1758512/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101352 CPUtime=1241.88
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25223 0 0 0 123184 1004 0 0 25 0 1 0 182996521 103784448 24545 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25338 24545 567 886 0 24448 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 101352

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1758384/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101528 CPUtime=1301.86
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25238 0 0 0 129129 1057 0 0 25 0 1 0 182996521 103964672 24560 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25382 24560 567 886 0 24492 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 101528

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1758128/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=101692 CPUtime=1361.83
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25301 0 0 0 135074 1109 0 0 25 0 1 0 182996521 104132608 24623 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25423 24623 567 886 0 24533 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 101692

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1757488/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102360 CPUtime=1421.81
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25459 0 0 0 141022 1159 0 0 25 0 1 0 182996521 104816640 24781 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25590 24781 567 886 0 24700 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 102360

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756912/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1481.79
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25582 0 0 0 146969 1210 0 0 25 0 1 0 182996521 105291776 24904 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24904 567 886 0 24816 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 102824

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756912/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1541.78
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25583 0 0 0 152922 1256 0 0 25 0 1 0 182996521 105291776 24905 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24905 567 886 0 24816 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 102824

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756848/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1601.76
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 158872 1304 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 102824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756848/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1661.74
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 164823 1351 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 102824

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1721.71
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 170772 1399 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 102824

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1781.7
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 176724 1446 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 102824

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1784.9
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 177042 1448 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 102824

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1788.09
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25584 0 0 0 177360 1449 0 0 25 0 1 0 182996521 105291776 24906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24906 567 886 0 24816 0
Current children cumulated CPU time (s) 1788.09
Current children cumulated vsize (KiB) 102824

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1788.89
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25585 0 0 0 177439 1450 0 0 25 0 1 0 182996521 105291776 24907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24907 568 886 0 24816 0
Current children cumulated CPU time (s) 1788.89
Current children cumulated vsize (KiB) 102824

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1789.29
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25585 0 0 0 177479 1450 0 0 25 0 1 0 182996521 105291776 24907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24907 568 886 0 24816 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 102824

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1789.69
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25585 0 0 0 177518 1451 0 0 25 0 1 0 182996521 105291776 24907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24907 568 886 0 24816 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 102824

[startup+1790.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3963
/proc/meminfo: memFree=1756784/2055920 swapFree=4191900/4192956
[pid=3962] ppid=3960 vsize=102824 CPUtime=1789.79
/proc/3962/stat : 3962 (pbscip.linux.x8) R 3960 3962 3279 0 -1 4194304 25589 0 0 0 177528 1451 0 0 16 0 1 0 182996521 105291776 24911 1992294400 4194304 7823515 548682068736 18446744073709551615 5875825 0 0 4096 0 0 0 0 17 1 0 0
/proc/3962/statm: 25706 24911 572 886 0 24816 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 102824

Child status: 0
Real time (s): 1790.46
CPU time (s): 1789.86
CPU user time (s): 1775.33
CPU system time (s): 14.5348
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 102824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.33
system time used= 14.5348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25592
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= 2785

runsolver used 1.36479 second user time and 3.60145 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-16 14:06:38
IDJOB=1869002
IDBENCH=2115
IDSOLVER=683
FILE ID=node44/1869002-1245153998
PBS_JOBID= 9363767
Free space on /tmp= 65924 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
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-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869002-1245153998/watcher-1869002-1245153998 -o /tmp/evaluation-result-1869002-1245153998/solver-1869002-1245153998 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869002-1245153998.opb

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

MD5SUM BENCH= 995cbcff162892786ed2539630dc8f6e
RANDOM SEED=1614279107

node44.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.263
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.263
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:       1855704 kB
Buffers:         34396 kB
Cached:          85908 kB
SwapCached:        260 kB
Active:          50896 kB
Inactive:        82696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855704 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            52576 kB
Committed_AS:   164768 kB
PageTables:       1384 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= 65912 MiB
End job on node44 at 2009-06-16 14:36:29