Trace number 3447934

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.3 1800.26

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh216_wcsp.wbo
MD5SUM830bcbfbc6ad7e0fb8e641f5751577e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.024995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447934-1307902287.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |     0 |     - |4701k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |   117 |     - |5770k|   0 |  76 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   384 |     - |8144k|   0 |  78 |1700 |2400 |1700 | 821 |  21 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   449 |     - |9608k|   0 |  78 |1700 |2400 |1700 | 835 |  35 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   476 |     - |  11M|   0 |  81 |1700 |2400 |1700 | 846 |  46 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   555 |     - |  12M|   0 |  80 |1700 |2400 |1700 | 851 |  51 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |   601 |     - |  14M|   0 |  81 |1700 |2400 |1700 | 863 |  63 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   640 |     - |  16M|   0 |  83 |1700 |2400 |1700 | 868 |  68 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.59/1.66	c   1.7s|     1 |     2 |   640 |     - |  16M|   0 |  83 |1700 |2400 |1700 | 868 |  68 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
7.70/7.71	o 9706
7.70/7.71	c * 7.7s|   442 |   434 | 15028 |  32.6 |  19M|  57 |   - |1700 |2400 |1700 | 981 | 660 |   0 |1246 | 0.000000e+00 | 9.706000e+03 |    Inf 
9.49/9.53	o 9598
9.49/9.53	c * 9.5s|   771 |   759 | 24745 |  31.3 |  20M|  57 |   - |1700 |2400 |1700 | 957 |1492 |   0 |1476 | 0.000000e+00 | 9.598000e+03 |    Inf 
53.09/53.13	c  53.1s| 10000 |  9984 |362581 |  36.2 |  31M|  57 |   8 |1700 |2414 |1700 | 892 |  24k|  14 |2475 | 0.000000e+00 | 9.598000e+03 |    Inf 
90.10/90.19	o 7097
90.10/90.19	c *90.2s| 16864 | 16733 |618827 |  36.7 |  38M|  57 |   - |1700 |2414 |1700 | 926 |  46k|  14 |3670 | 0.000000e+00 | 7.097000e+03 |    Inf 
109.30/109.37	c   109s| 20000 | 19817 |750267 |  37.5 |  41M|  57 |  14 |1700 |2424 |1700 | 895 |  57k|  26 |4409 | 0.000000e+00 | 7.097000e+03 |    Inf 
112.29/112.32	o 6639
112.29/112.32	c * 112s| 20507 | 20256 |769104 |  37.5 |  42M|  57 |   - |1700 |2423 |1700 | 958 |  59k|  26 |4460 | 0.000000e+00 | 6.639000e+03 |    Inf 
118.49/118.53	o 3132
118.49/118.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.49/118.53	c * 119s| 21671 | 17527 |807475 |  37.2 |  39M|  58 |   - |1700 |2432 |1700 | 933 |  63k|  35 |4632 | 0.000000e+00 | 3.132000e+03 |    Inf 
168.40/168.43	c   168s| 30000 | 23015 |  1137k|  37.9 |  47M|  58 |   - |1700 |3404 |1700 | 890 |  92k|1360 |5797 | 0.000000e+00 | 3.132000e+03 |    Inf 
226.80/226.85	c   227s| 40000 | 29324 |  1510k|  37.8 |  55M|  63 |   9 |1700 |3119 |1700 | 906 | 128k|3005 |7018 | 0.000000e+00 | 3.132000e+03 |    Inf 
279.79/279.83	o 3050
279.79/279.83	c * 280s| 49287 | 34591 |  1844k|  37.4 |  62M|  63 |   - |1700 |2841 |1700 | 846 | 160k|4804 |8117 | 0.000000e+00 | 3.050000e+03 |    Inf 
283.60/283.65	c   284s| 50000 | 35059 |  1868k|  37.4 |  62M|  63 |  10 |1700 |2782 |1700 | 885 | 162k|4922 |8187 | 0.000000e+00 | 3.050000e+03 |    Inf 
288.60/288.69	o 3027
288.60/288.69	c * 289s| 51109 | 35682 |  1896k|  37.1 |  63M|  63 |   - |1700 |2805 |1700 | 917 | 165k|5125 |8343 | 0.000000e+00 | 3.027000e+03 |    Inf 
288.70/288.70	o 2882
288.70/288.70	c * 289s| 51110 | 35180 |  1896k|  37.1 |  62M|  63 |   - |1700 |2804 |1700 | 919 | 165k|5125 |8343 | 0.000000e+00 | 2.882000e+03 |    Inf 
289.80/289.88	o 2841
289.80/289.88	c * 290s| 51344 | 35088 |  1903k|  37.1 |  62M|  63 |   - |1700 |2801 |1700 | 911 | 166k|5177 |8363 | 0.000000e+00 | 2.841000e+03 |    Inf 
299.10/299.12	o 2834
299.10/299.12	c * 299s| 53301 | 35893 |  1953k|  36.6 |  63M|  63 |   - |1700 |2766 |1700 | 899 | 172k|5707 |8571 | 0.000000e+00 | 2.834000e+03 |    Inf 
305.60/305.65	o 2788
305.60/305.65	c * 306s| 54557 | 36045 |  1986k|  36.4 |  64M|  67 |   - |1700 |2732 |1700 | 902 | 177k|6096 |8657 | 0.000000e+00 | 2.788000e+03 |    Inf 
329.80/329.83	o 2785
329.80/329.83	c * 330s| 58928 | 37262 |  2113k|  35.9 |  65M|  67 |   - |1700 |2710 |1700 | 916 | 194k|7331 |9115 | 0.000000e+00 | 2.785000e+03 |    Inf 
335.41/335.42	c   335s| 60000 | 37590 |  2143k|  35.7 |  66M|  67 |   - |1700 |2665 |1700 | 895 | 198k|7604 |9195 | 0.000000e+00 | 2.785000e+03 |    Inf 
371.50/371.59	o 2709
371.50/371.59	c * 372s| 67224 | 39251 |  2328k|  34.6 |  68M|  67 |   - |1700 |2704 |1700 | 902 | 224k|9750 |9648 | 0.000000e+00 | 2.709000e+03 |    Inf 
385.80/385.89	c   386s| 70000 | 39960 |  2393k|  34.2 |  69M|  67 |   5 |1700 |2722 |1700 | 854 | 236k|  10k|9834 | 0.000000e+00 | 2.709000e+03 |    Inf 
389.41/389.48	o 2590
389.41/389.48	c * 389s| 70669 | 39770 |  2413k|  34.1 |  69M|  67 |   - |1700 |2763 |1700 | 911 | 238k|  10k|9896 | 0.000000e+00 | 2.590000e+03 |    Inf 
438.31/438.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.31/438.35	c   438s| 80000 | 43478 |  2696k|  33.7 |  74M|  67 |   2 |1700 |2800 |1700 | 881 | 271k|  13k|  10k| 0.000000e+00 | 2.590000e+03 |    Inf 
489.80/489.81	o 2528
489.80/489.81	c * 490s| 89654 | 46548 |  3009k|  33.6 |  79M|  67 |   - |1700 |2838 |1700 | 903 | 303k|  15k|  11k| 0.000000e+00 | 2.528000e+03 |    Inf 
491.30/491.35	c   491s| 90000 | 46697 |  3018k|  33.5 |  79M|  67 |  10 |1700 |2870 |1700 | 885 | 304k|  15k|  11k| 0.000000e+00 | 2.528000e+03 |    Inf 
491.51/491.52	o 2387
491.51/491.52	c * 492s| 90039 | 45789 |  3019k|  33.5 |  78M|  67 |   - |1700 |2871 |1700 | 901 | 304k|  15k|  11k| 0.000000e+00 | 2.387000e+03 |    Inf 
544.30/544.39	c   544s|100000 | 49554 |  3359k|  33.6 |  83M|  67 |   - |1700 |2792 |   0 |   0 | 334k|  18k|  12k| 0.000000e+00 | 2.387000e+03 |    Inf 
599.51/599.55	c   600s|110000 | 53087 |  3683k|  33.5 |  89M|  67 |  13 |1700 |2802 |1700 | 854 | 372k|  21k|  13k| 0.000000e+00 | 2.387000e+03 |    Inf 
655.41/655.41	c   655s|120000 | 56660 |  4003k|  33.4 |  94M|  67 |   2 |1700 |2811 |1700 | 852 | 410k|  25k|  13k| 0.000000e+00 | 2.387000e+03 |    Inf 
713.01/713.03	o 2221
713.01/713.03	c * 713s|129977 | 58802 |  4338k|  33.4 |  97M|  67 |   - |1700 |2775 |1700 | 914 | 447k|  28k|  14k| 0.000000e+00 | 2.221000e+03 |    Inf 
713.21/713.27	c   713s|130000 | 58805 |  4339k|  33.4 |  97M|  67 |   3 |1700 |2771 |1700 | 855 | 448k|  28k|  14k| 0.000000e+00 | 2.221000e+03 |    Inf 
731.61/731.62	o 1920
731.61/731.62	c * 732s|133552 | 55767 |  4455k|  33.4 |  93M|  67 |   - |1700 |2779 |1700 | 909 | 458k|  29k|  14k| 0.000000e+00 | 1.920000e+03 |    Inf 
731.61/731.69	o 1849
731.61/731.69	c * 732s|133558 | 54645 |  4456k|  33.4 |  92M|  67 |   - |1700 |2780 |1700 | 901 | 458k|  29k|  14k| 0.000000e+00 | 1.849000e+03 |    Inf 
731.71/731.70	o 1819
731.71/731.70	c * 732s|133559 | 54135 |  4456k|  33.4 |  91M|  67 |   - |1700 |2780 |1700 | 901 | 458k|  29k|  14k| 0.000000e+00 | 1.819000e+03 |    Inf 
764.81/764.85	c   765s|140000 | 55965 |  4658k|  33.3 |  95M|  67 |   - |1700 |2992 |   0 |   0 | 478k|  31k|  15k| 0.000000e+00 | 1.819000e+03 |    Inf 
814.71/814.74	c   815s|150000 | 58554 |  4966k|  33.1 | 101M|  67 |   2 |1700 |2844 |1700 | 896 | 505k|  35k|  15k| 0.000000e+00 | 1.819000e+03 |    Inf 
869.41/869.42	c   869s|160000 | 61028 |  5307k|  33.2 | 106M|  67 |   8 |1700 |2940 |1700 | 862 | 538k|  39k|  16k| 0.000000e+00 | 1.819000e+03 |    Inf 
921.42/921.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
921.42/921.40	c   921s|170000 | 63837 |  5615k|  33.0 | 111M|  67 |   3 |1700 |2883 |1700 | 890 | 568k|  43k|  16k| 0.000000e+00 | 1.819000e+03 |    Inf 
967.92/967.98	c   968s|180000 | 66584 |  5895k|  32.8 | 117M|  67 |  16 |1700 |3311 |1700 | 888 | 595k|  47k|  17k| 0.000000e+00 | 1.819000e+03 |    Inf 
1018.52/1018.55	c  1019s|190000 | 68466 |  6173k|  32.5 | 121M|  67 |   6 |1700 |3473 |1700 | 900 | 630k|  51k|  17k| 0.000000e+00 | 1.819000e+03 |    Inf 
1067.91/1067.95	c  1068s|200000 | 69845 |  6436k|  32.2 | 124M|  67 |  10 |1700 |3310 |1700 | 909 | 664k|  57k|  18k| 0.000000e+00 | 1.819000e+03 |    Inf 
1119.42/1119.48	c  1119s|210000 | 71490 |  6709k|  31.9 | 128M|  67 |   - |1700 |3268 |   0 |   0 | 699k|  61k|  18k| 0.000000e+00 | 1.819000e+03 |    Inf 
1171.92/1171.95	c  1172s|220000 | 73484 |  6976k|  31.7 | 132M|  67 |  40 |1700 |2960 |1700 | 880 | 736k|  66k|  19k| 0.000000e+00 | 1.819000e+03 |    Inf 
1228.63/1228.65	c  1229s|230000 | 75695 |  7248k|  31.5 | 137M|  67 |   - |1700 |3190 |1700 | 864 | 771k|  70k|  19k| 0.000000e+00 | 1.819000e+03 |    Inf 
1286.82/1286.85	c  1287s|240000 | 77875 |  7518k|  31.3 | 141M|  67 |   - |1700 |3055 |1700 | 856 | 806k|  75k|  20k| 0.000000e+00 | 1.819000e+03 |    Inf 
1344.32/1344.33	c  1344s|250000 | 80003 |  7783k|  31.1 | 146M|  67 |   6 |1700 |3061 |1700 | 885 | 841k|  79k|  20k| 0.000000e+00 | 1.819000e+03 |    Inf 
1403.13/1403.16	c  1403s|260000 | 82044 |  8067k|  31.0 | 150M|  67 |  18 |1700 |3163 |1700 | 911 | 874k|  83k|  21k| 0.000000e+00 | 1.819000e+03 |    Inf 
1461.73/1461.78	c  1462s|270000 | 84229 |  8353k|  30.9 | 154M|  67 |   4 |1700 |3020 |1700 | 887 | 907k|  88k|  21k| 0.000000e+00 | 1.819000e+03 |    Inf 
1520.03/1520.07	c  1520s|280000 | 86376 |  8634k|  30.8 | 159M|  67 |   - |1700 |3173 |   0 |   0 | 942k|  92k|  21k| 0.000000e+00 | 1.819000e+03 |    Inf 
1574.04/1574.04	c  1574s|290000 | 88799 |  8909k|  30.7 | 164M|  67 |   8 |1700 |3055 |1700 | 868 | 970k|  96k|  22k| 0.000000e+00 | 1.819000e+03 |    Inf 
1632.43/1632.49	c  1632s|300000 | 91253 |  9219k|  30.7 | 169M|  67 |   - |1700 |3193 |1700 | 865 |1001k| 101k|  22k| 0.000000e+00 | 1.819000e+03 |    Inf 
1695.13/1695.13	c  1695s|310000 | 93339 |  9513k|  30.7 | 173M|  67 |   - |1700 |3090 |1700 | 900 |1038k| 105k|  23k| 0.000000e+00 | 1.819000e+03 |    Inf 
1748.53/1748.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1748.53/1748.53	c  1749s|320000 | 95512 |  9777k|  30.6 | 178M|  68 |   8 |1700 |3232 |1700 | 846 |1067k| 109k|  23k| 0.000000e+00 | 1.819000e+03 |    Inf 
1762.24/1762.26	o 1724
1762.24/1762.26	c *1762s|322368 | 94271 |  9846k|  30.5 | 176M|  68 |   - |1700 |3174 |1700 | 913 |1075k| 110k|  23k| 0.000000e+00 | 1.724000e+03 |    Inf 
1762.73/1762.71	o 1720
1762.73/1762.71	c *1763s|322440 | 94191 |  9848k|  30.5 | 176M|  68 |   - |1700 |3181 |1700 | 894 |1075k| 111k|  23k| 0.000000e+00 | 1.720000e+03 |    Inf 
1762.73/1762.75	o 1641
1762.73/1762.75	c *1763s|322443 | 92565 |  9848k|  30.5 | 174M|  68 |   - |1700 |3183 |1700 | 893 |1075k| 111k|  23k| 0.000000e+00 | 1.641000e+03 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 329045
1800.04/1800.00	c Primal Bound       : +1.64100000000000e+03 (122 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 -x178 
1800.04/1800.00	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
1800.04/1800.00	v -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 -x132 
1800.04/1800.00	v x131 -x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 x121 -x120 x119 x118 -x117 x116 -x115 -x114 x113 x112 -x111 -x110 x109 
1800.04/1800.00	v x108 -x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 x98 -x97 x96 -x95 x94 -x93 x92 -x91 -x90 x89 -x88 x87 -x86 x85 -x84 
1800.04/1800.00	v x83 x82 -x81 x80 -x79 -x78 x77 -x76 x75 -x74 x73 x72 -x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 x60 -x59 -x58 x57 -x56 
1800.04/1800.00	v x55 x54 -x53 x52 -x51 x50 -x49 -x48 x47 x46 -x45 -x44 x43 -x42 x41 -x40 x39 x38 -x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 x28 
1800.04/1800.00	v -x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 -x6 x5 x4 -x3 -x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.04 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447934-1307902287.wbo
1800.04/1800.00	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 901 initial, 901 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447934-1307902287.wbo
1800.04/1800.00	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1600 initial, 3626 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    1316985          0      11381          0        235        945          0          0     445616
1800.04/1800.00	c   varbound         :          0+         6     898492    1093348          2          0      77630          4    4142101    1093387          0          0
1800.04/1800.00	c   linear           :        800          6     898682         21          0      11378     390120      42790    1198339          0          0          0
1800.04/1800.00	c   indicator        :        800          0     855899    1093348          0      11375     195446          0     213546          0          0          0
1800.04/1800.00	c   logicor          :          0+         0     418275          0          0          0     115525       8529     175191          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0         23          2        101          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      40.89       0.00       0.00      40.88       0.00       0.01       0.00
1800.04/1800.00	c   varbound         :      32.99       0.00      16.81      16.15       0.00       0.00       0.03
1800.04/1800.00	c   linear           :      14.67       0.00      13.81       0.00       0.00       0.58       0.28
1800.04/1800.00	c   indicator        :      78.19       0.01      14.68      57.77       0.00       5.68       0.06
1800.04/1800.00	c   logicor          :       4.77       0.00       4.63       0.00       0.00       0.00       0.14
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :     392854     158118         26   22214592
1800.04/1800.00	c   rootredcost      :         23          0          0          0
1800.04/1800.00	c   pseudoobj        :     933827     100266      35334    4142438
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :      44.91      44.86       0.05
1800.04/1800.00	c   rootredcost      :       0.22       0.22       0.00
1800.04/1800.00	c   pseudoobj        :      17.68      16.79       0.88
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       2.13      86683      83941     122550       16.0       1124       15.1          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     113807       14.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -        120          -    (maximal pool size: 2050)
1800.04/1800.00	c   redcost          :      43.49     695821          0   22171218          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.31          6          0          0         56          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.30          6          0          0       2126          0
1800.04/1800.00	c   cmir             :       0.08          6          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.04          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      40.44     223637        235        945          0          0     445616
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.04          -         23
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   feaspump         :       0.01          0          0
1800.04/1800.00	c   oneopt           :       0.19         22          0
1800.04/1800.00	c   rootsoldiving    :       7.52        688          0
1800.04/1800.00	c   linesearchdiving :      11.14       1422          0
1800.04/1800.01	c   guideddiving     :      10.29       1422          0
1800.04/1800.01	c   coefdiving       :      10.83       1422          0
1800.04/1800.01	c   fracdiving       :      10.91       1423          0
1800.04/1800.01	c   veclendiving     :      10.47       1423          0
1800.04/1800.01	c   pscostdiving     :      11.11       1423          0
1800.04/1800.01	c   objpscostdiving  :       6.61        712          0
1800.04/1800.01	c   trivial          :       0.00          2          1
1800.04/1800.01	c   shiftandpropagate:       0.00          0          0
1800.04/1800.01	c   simplerounding   :       0.78     247255          0
1800.04/1800.01	c   zirounding       :       0.10       1000          0
1800.04/1800.01	c   rounding         :       0.72       7019          0
1800.04/1800.01	c   shifting         :       1.64       2161          0
1800.04/1800.01	c   intshifting      :       0.01          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   clique           :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.02          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       1.12         45          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   vbounds          :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   subnlp           :       0.05          0          0
1800.04/1800.01	c   trysol           :       0.33      11263         98
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       4.56          0          0       0.00       0.00
1800.04/1800.01	c   dual LP          :    1122.04    1421505    9494341       6.68    8461.67
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:      53.34      56657     557204       9.83   10445.50
1800.04/1800.01	c   strong branching :      37.87      24209     320847      13.25    8472.76
1800.04/1800.01	c     (at root node) :          -         33       8973     271.91          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     329045
1800.04/1800.01	c   nodes (total)    :     329045
1800.04/1800.01	c   nodes left       :      94191
1800.04/1800.01	c   max depth        :         68
1800.04/1800.01	c   max depth (total):         68
1800.04/1800.01	c   backtracks       :      56220 (17.1%)
1800.04/1800.01	c   delayed cutoffs  :       3875
1800.04/1800.01	c   repropagations   :      64615 (683182 domain reductions, 2167 cutoffs)
1800.04/1800.01	c   avg switch length:       6.02
1800.04/1800.01	c   switching time   :      48.91
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        122 (24 improvements)
1800.04/1800.01	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +1.64100000000000e+03   (in run 1, after 322443 nodes, 1762.74 seconds, depth 49, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        640
1800.23/1800.26	c Time complete: 1800.29.

Verifier Data

OK	1641

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447934-1307902287/watcher-3447934-1307902287 -o /var/tmp/evaluation-result-3447934-1307902287/solver-3447934-1307902287 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447934-1307902287.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10130
/proc/meminfo: memFree=1221776/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=9844 CPUtime=0 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 1470 0 0 0 0 0 0 0 25 0 1 0 357838082 10080256 1423 33554432000 4194304 9128323 140734913634976 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10130/statm: 2461 1426 396 1205 0 1252 0

[startup+0.063078 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10130
/proc/meminfo: memFree=1221776/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=26392 CPUtime=0.05 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 5758 0 0 0 5 0 0 0 18 0 1 0 357838082 27025408 5441 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 6598 5444 617 1205 0 5389 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26392

[startup+0.101073 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10130
/proc/meminfo: memFree=1221776/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=27112 CPUtime=0.09 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 6014 0 0 0 9 0 0 0 18 0 1 0 357838082 27762688 5670 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 6778 5670 655 1205 0 5569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27112

[startup+0.301035 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10130
/proc/meminfo: memFree=1221776/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=45508 CPUtime=0.29 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 11686 0 0 0 28 1 0 0 18 0 1 0 357838082 46600192 10298 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 11377 10298 731 1205 0 10168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45508

[startup+0.700965 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10130
/proc/meminfo: memFree=1221776/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=45676 CPUtime=0.69 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 11836 0 0 0 68 1 0 0 18 0 1 0 357838082 46772224 10429 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 11419 10429 712 1205 0 10210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45676

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10131
/proc/meminfo: memFree=1181096/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=46820 CPUtime=1.49 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 15284 0 0 0 146 3 0 0 20 0 1 0 357838082 47943680 10678 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 11705 10678 719 1205 0 10496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46820

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10131
/proc/meminfo: memFree=1180724/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=47304 CPUtime=3.09 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 15449 0 0 0 305 4 0 0 25 0 1 0 357838082 48439296 10843 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 11826 10843 719 1205 0 10617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47304

[startup+6.30097 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10131
/proc/meminfo: memFree=1178492/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=48708 CPUtime=6.29 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 18944 0 0 0 621 8 0 0 25 0 1 0 357838082 49876992 11128 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 12177 11128 720 1205 0 10968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48708

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10131
/proc/meminfo: memFree=1171868/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=53432 CPUtime=12.69 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 27701 0 0 0 1253 16 0 0 25 0 1 0 357838082 54714368 12323 33554432000 4194304 9128323 140734913634976 18446744073709551615 4519796 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 13358 12323 727 1205 0 12149 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53432

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10132
/proc/meminfo: memFree=1164024/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=58424 CPUtime=25.49 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 35488 0 0 0 2520 29 0 0 25 0 1 0 357838082 59826176 13580 33554432000 4194304 9128323 140734913634976 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 14606 13580 727 1205 0 13397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58424

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10133
/proc/meminfo: memFree=1152916/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=62384 CPUtime=51.1 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 39697 0 0 0 5053 57 0 0 25 0 1 0 357838082 63881216 14589 33554432000 4194304 9128323 140734913634976 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 15596 14589 727 1205 0 14387 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62384

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10137
/proc/meminfo: memFree=1125556/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=72248 CPUtime=102.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 54502 0 0 0 10123 107 0 0 25 0 1 0 357838082 73981952 17120 33554432000 4194304 9128323 140734913634976 18446744073709551615 4823536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 18062 17120 727 1205 0 16853 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72248

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10138
/proc/meminfo: memFree=1099600/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=80640 CPUtime=162.29 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 79740 0 0 0 16063 166 0 0 25 0 1 0 357838082 82575360 19202 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 20160 19202 727 1205 0 18951 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80640

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10140
/proc/meminfo: memFree=1075868/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=90668 CPUtime=222.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 85476 0 0 0 22010 220 0 0 25 0 1 0 357838082 92844032 21733 33554432000 4194304 9128323 140734913634976 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 22667 21733 727 1205 0 21458 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90668

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10142
/proc/meminfo: memFree=1050408/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=98952 CPUtime=282.29 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 94037 0 0 0 27949 280 0 0 25 0 1 0 357838082 101326848 23845 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 24738 23845 727 1205 0 23529 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98952

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 10143
/proc/meminfo: memFree=1027672/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=104576 CPUtime=342.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 122527 0 0 0 33897 333 0 0 25 0 1 0 357838082 107085824 25255 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 26144 25255 727 1205 0 24935 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104576

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 10145
/proc/meminfo: memFree=1007544/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=108608 CPUtime=402.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 138551 0 0 0 39847 383 0 0 25 0 1 0 357838082 111214592 26276 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 27152 26276 727 1205 0 25943 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 108608

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10146
/proc/meminfo: memFree=980724/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=114852 CPUtime=462.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 147598 0 0 0 45790 440 0 0 25 0 1 0 357838082 117608448 27858 33554432000 4194304 9128323 140734913634976 18446744073709551615 7191211 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 28713 27858 727 1205 0 27504 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 114852

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10148
/proc/meminfo: memFree=953524/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=120436 CPUtime=522.3 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 158930 0 0 0 51736 494 0 0 25 0 1 0 357838082 123326464 29285 33554432000 4194304 9128323 140734913634976 18446744073709551615 6713544 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 30109 29285 728 1205 0 28900 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 120436

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10150
/proc/meminfo: memFree=938480/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=125540 CPUtime=582.31 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 164545 0 0 0 57687 544 0 0 25 0 1 0 357838082 128552960 30566 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 31385 30566 728 1205 0 30176 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125540

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 10158
/proc/meminfo: memFree=869448/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=152776 CPUtime=882.31 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 197762 0 0 0 87429 802 0 0 25 0 1 0 357838082 156442624 37394 33554432000 4194304 9128323 140734913634976 18446744073709551615 5984644 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 38194 37394 728 1205 0 36985 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 152776

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 10159
/proc/meminfo: memFree=855896/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=158756 CPUtime=942.31 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 199261 0 0 0 93377 854 0 0 25 0 1 0 357838082 162566144 38893 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 39689 38893 728 1205 0 38480 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 158756

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10161
/proc/meminfo: memFree=834908/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=171340 CPUtime=1002.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 202992 0 0 0 99327 905 0 0 25 0 1 0 357838082 175452160 41535 33554432000 4194304 9128323 140734913634976 18446744073709551615 4528647 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 42835 41535 728 1205 0 41626 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 171340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10162
/proc/meminfo: memFree=817012/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=174412 CPUtime=1062.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 203806 0 0 0 105279 953 0 0 25 0 1 0 357838082 178597888 42341 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 43603 42341 728 1205 0 42394 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 174412

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10164
/proc/meminfo: memFree=798500/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=180184 CPUtime=1122.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 205242 0 0 0 111230 1002 0 0 25 0 1 0 357838082 184508416 43771 33554432000 4194304 9128323 140734913634976 18446744073709551615 6713522 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10130/statm: 45046 43771 728 1205 0 43837 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 180184

[startup+1182.3 s]
/proc/loadavg: 1.92 1.98 1.93 2/176 10167
/proc/meminfo: memFree=1313196/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=184936 CPUtime=1182.31 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 206486 0 0 0 117181 1050 0 0 25 0 1 0 357838082 189374464 44999 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 46234 44999 728 1205 0 45025 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 184936

[startup+1242.3 s]
/proc/loadavg: 1.34 1.80 1.86 2/172 10192
/proc/meminfo: memFree=1321220/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=191388 CPUtime=1242.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 208071 0 0 0 123129 1103 0 0 25 0 1 0 357838082 195981312 46584 33554432000 4194304 9128323 140734913634976 18446744073709551615 4231452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 47847 46584 731 1205 0 46638 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 191388

[startup+1302.3 s]
/proc/loadavg: 1.12 1.65 1.81 2/172 10194
/proc/meminfo: memFree=1315488/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=196488 CPUtime=1302.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 210409 0 0 0 129079 1153 0 0 25 0 1 0 357838082 201203712 47872 33554432000 4194304 9128323 140734913634976 18446744073709551615 5992644 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 49122 47872 728 1205 0 47913 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 196488

[startup+1362.3 s]
/proc/loadavg: 1.04 1.53 1.75 2/172 10195
/proc/meminfo: memFree=1308504/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=203216 CPUtime=1362.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 212133 0 0 0 135028 1204 0 0 25 0 1 0 357838082 208093184 49579 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 50804 49579 728 1205 0 49595 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 203216

[startup+1422.31 s]
/proc/loadavg: 1.08 1.45 1.71 2/172 10197
/proc/meminfo: memFree=1303384/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=208220 CPUtime=1422.33 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 213390 0 0 0 140988 1245 0 0 25 0 1 0 357838082 213217280 50831 33554432000 4194304 9128323 140734913634976 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 52055 50831 728 1205 0 50846 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 208220

[startup+1482.3 s]
/proc/loadavg: 1.03 1.36 1.66 2/172 10199
/proc/meminfo: memFree=1299012/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=212572 CPUtime=1482.33 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 214479 0 0 0 146939 1294 0 0 25 0 1 0 357838082 217673728 51917 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 53143 51917 728 1205 0 51934 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 212572

[startup+1542.3 s]
/proc/loadavg: 1.01 1.29 1.62 2/172 10200
/proc/meminfo: memFree=1293392/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=217956 CPUtime=1542.32 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 215857 0 0 0 152893 1339 0 0 25 0 1 0 357838082 223186944 53293 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 54489 53293 728 1205 0 53280 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 217956

[startup+1602.3 s]
/proc/loadavg: 1.00 1.24 1.58 2/172 10202
/proc/meminfo: memFree=1286296/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=224776 CPUtime=1602.33 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 217591 0 0 0 158840 1393 0 0 25 0 1 0 357838082 230170624 55012 33554432000 4194304 9128323 140734913634976 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 56194 55012 729 1205 0 54985 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 224776

[startup+1662.3 s]
/proc/loadavg: 1.00 1.19 1.54 2/172 10203
/proc/meminfo: memFree=1280312/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=230928 CPUtime=1662.33 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 219146 0 0 0 164793 1440 0 0 25 0 1 0 357838082 236470272 56553 33554432000 4194304 9128323 140734913634976 18446744073709551615 6713321 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 57732 56553 729 1205 0 56523 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 230928

[startup+1722.3 s]
/proc/loadavg: 1.00 1.15 1.50 2/172 10205
/proc/meminfo: memFree=1275944/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=235432 CPUtime=1722.33 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 220231 0 0 0 170745 1488 0 0 25 0 1 0 357838082 241082368 57629 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 58858 57629 729 1205 0 57649 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 235432

[startup+1782.3 s]
/proc/loadavg: 1.00 1.12 1.47 2/172 10207
/proc/meminfo: memFree=1269700/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=241096 CPUtime=1782.34 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 229467 0 0 0 176697 1537 0 0 25 0 1 0 357838082 246882304 59067 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 60274 59067 729 1205 0 59065 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 241096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.12 1.46 2/172 10207
/proc/meminfo: memFree=1269572/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=241516 CPUtime=1800.04 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 229566 0 0 0 178454 1550 0 0 25 0 1 0 357838082 247312384 59166 33554432000 4194304 9128323 140734913634976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10130/statm: 60379 59166 729 1205 0 59170 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 241516

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

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

[startup+1800.2 s]
/proc/loadavg: 1.00 1.12 1.46 2/172 10207
/proc/meminfo: memFree=1269572/32950928 swapFree=67054688/67111528
[pid=10130] ppid=10128 vsize=241516 CPUtime=1800.23 cores=0,2,4,6
/proc/10130/stat : 10130 (scip-2.0.1.4.li) R 10128 10130 8717 0 -1 4202496 229569 0 0 0 178473 1550 0 0 25 0 1 0 357838082 247312384 59169 33554432000 4194304 9128323 140734913634976 18446744073709551615 4806813 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10130/statm: 60379 59169 732 1205 0 59170 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 241516

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.3
CPU user time (s): 1784.79
CPU system time (s): 15.5136
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 248168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.79
system time used= 15.5136
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229571
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= 6
involuntary context switches= 3094

runsolver used 2.75658 second user time and 5.45517 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-12 20:11:27
IDJOB=3447934
IDBENCH=79390
IDSOLVER=1944
FILE ID=node112/3447934-1307902287
RUNJOBID= node112-1307898654-9268
PBS_JOBID= 13559592
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh216_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447934-1307902287/watcher-3447934-1307902287 -o /var/tmp/evaluation-result-3447934-1307902287/solver-3447934-1307902287 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447934-1307902287.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 830bcbfbc6ad7e0fb8e641f5751577e3
RANDOM SEED=274906303

node112.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5180.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1222428 kB
Buffers:         56396 kB
Cached:       30435372 kB
SwapCached:      10436 kB
Active:       15985972 kB
Inactive:     14792488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1222428 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           12060 kB
Writeback:           0 kB
AnonPages:      285056 kB
Mapped:          12384 kB
Slab:           884760 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   479960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2872 MiB
End job on node112 at 2011-06-12 20:41:29