Trace number 3693057

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.78 1797.08

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693057-1338037601.opb>
0.00/0.01	c original problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 602 constraints
0.00/0.01	c problem read in 0.01
0.00/0.05	c presolving:
0.18/0.25	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50160 impls, 400 clqs
0.38/0.45	c    (0.5s) probing: 51/6620 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.38/0.45	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.38/0.46	c presolving (2 rounds):
0.38/0.46	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.38/0.46	c  50160 implications, 400 cliques
0.38/0.46	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.38/0.46	c       1 constraints of type <knapsack>
0.38/0.46	c     600 constraints of type <setppc>
0.38/0.46	c    6220 constraints of type <and>
0.38/0.46	c       1 constraints of type <linear>
0.38/0.46	c transformed objective value is always integral (scale: 1)
0.38/0.46	c Presolving Time: 0.44
0.38/0.46	c - non default parameters ----------------------------------------------------------------------
0.38/0.46	c # SCIP version 2.1.1.4
0.38/0.46	c 
0.38/0.46	c # maximal time in seconds to run
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/time = 1797
0.38/0.46	c 
0.38/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/memory = 13950
0.38/0.46	c 
0.38/0.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.38/0.46	c # [type: int, range: [1,2], default: 1]
0.38/0.46	c timing/clocktype = 2
0.38/0.46	c 
0.38/0.46	c # belongs reading time to solving time?
0.38/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.38/0.46	c timing/reading = TRUE
0.38/0.46	c 
0.38/0.46	c -----------------------------------------------------------------------------------------------
0.38/0.46	c start solving
0.38/0.46	c 
1.59/1.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.59/1.63	c   1.6s|     1 |     0 |  1334 |     - |  30M|   0 | 707 |6620 |6844 |6620 |  13k|   0 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.93	c  13.9s|     1 |     0 | 12814 |     - |  32M|   0 | 698 |6620 |6845 |6620 |  13k|  40 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
19.19/19.26	c  19.3s|     1 |     0 | 12897 |     - |  33M|   0 | 706 |6620 |6845 |6620 |  13k|  53 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
26.08/26.15	c  26.2s|     1 |     0 | 12953 |     - |  35M|   0 | 700 |6620 |6845 |6620 |  13k|  61 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
31.48/31.57	c  31.6s|     1 |     0 | 13210 |     - |  36M|   0 | 693 |6620 |6845 |6620 |  13k|  68 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
38.68/38.70	c  38.7s|     1 |     0 | 13302 |     - |  38M|   0 | 700 |6620 |6845 |6620 |  13k|  75 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
44.18/44.24	c  44.2s|     1 |     0 | 13417 |     - |  39M|   0 | 693 |6620 |6845 |6620 |  13k|  82 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
54.88/54.90	c  54.9s|     1 |     2 | 13417 |     - |  39M|   0 | 693 |6620 |6845 |6620 |  13k|  82 |  22 |  20 | 0.000000e+00 |      --      |    Inf 
224.85/224.98	c   225s|   100 |   101 |277960 |2672.2 |  41M|  14 | 897 |6620 |7258 |6620 |1573 |  21k| 435 | 758 | 0.000000e+00 |      --      |    Inf 
332.51/332.61	c   333s|   200 |   187 |516682 |2529.0 |  43M|  39 | 661 |6620 |7524 |6620 |2867 |  41k| 721 |1131 | 0.000000e+00 |      --      |    Inf 
369.42/369.57	c   370s|   300 |   221 |622063 |2035.6 |  43M|  54 | 705 |6620 |7653 |6620 |2900 |  46k| 850 |1142 | 0.000000e+00 |      --      |    Inf 
400.31/400.44	c   400s|   400 |   234 |680753 |1672.5 |  44M|  63 | 698 |6620 |7775 |6620 |2956 |  50k| 974 |1295 | 0.000000e+00 |      --      |    Inf 
426.91/427.06	c   427s|   500 |   236 |733405 |1442.9 |  44M|  63 |   - |6620 |7877 |6620 |2982 |  53k|1077 |1421 | 0.000000e+00 |      --      |    Inf 
441.01/441.16	c   441s|   600 |   232 |766483 |1257.2 |  44M|  63 |   - |6620 |7909 |6620 |3010 |  55k|1117 |1430 | 0.000000e+00 |      --      |    Inf 
474.50/474.68	c   475s|   700 |   241 |833996 |1173.9 |  44M|  63 |   - |6620 |8002 |6620 |3002 |  59k|1215 |1535 | 0.000000e+00 |      --      |    Inf 
509.49/509.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.49/509.67	c   510s|   800 |   240 |913743 |1126.8 |  44M|  63 |   - |6620 |8080 |6620 |3028 |  64k|1310 |1683 | 0.000000e+00 |      --      |    Inf 
533.79/533.97	c   534s|   900 |   250 |966975 |1060.7 |  45M|  63 |   - |6620 |8193 |6620 |2984 |  67k|1438 |1746 | 0.000000e+00 |      --      |    Inf 
550.19/550.36	c   550s|  1000 |   250 |  1010k| 998.1 |  45M|  63 |   - |6620 |8263 |6620 |3051 |  69k|1527 |1755 | 0.000000e+00 |      --      |    Inf 
570.28/570.43	c   570s|  1100 |   250 |  1054k| 947.2 |  45M|  63 | 659 |6620 |8293 |6620 |3020 |  71k|1601 |1822 | 0.000000e+00 |      --      |    Inf 
588.88/589.01	c   589s|  1200 |   254 |  1091k| 899.1 |  45M|  63 |   - |6620 |8381 |6620 |3054 |  73k|1692 |1895 | 0.000000e+00 |      --      |    Inf 
607.77/607.97	c   608s|  1300 |   245 |  1128k| 858.5 |  45M|  63 | 685 |6620 |8448 |6620 |3037 |  75k|1787 |1980 | 0.000000e+00 |      --      |    Inf 
624.07/624.21	c   624s|  1400 |   250 |  1170k| 826.8 |  45M|  63 | 649 |6620 |8524 |6620 |3084 |  78k|1884 |2000 | 0.000000e+00 |      --      |    Inf 
640.87/641.09	c   641s|  1500 |   256 |  1217k| 803.0 |  45M|  63 | 693 |6620 |8621 |6620 |2977 |  80k|1983 |2009 | 0.000000e+00 |      --      |    Inf 
659.17/659.32	c   659s|  1600 |   260 |  1259k| 779.3 |  46M|  63 |   - |6620 |8703 |6620 |3082 |  83k|2066 |2045 | 0.000000e+00 |      --      |    Inf 
679.87/680.04	c   680s|  1700 |   250 |  1301k| 758.0 |  46M|  63 |   - |6620 |8785 |6620 |3086 |  85k|2149 |2124 | 0.000000e+00 |      --      |    Inf 
697.46/697.61	c   698s|  1800 |   254 |  1340k| 737.4 |  46M|  63 |   - |6620 |8811 |6620 |3047 |  86k|2227 |2181 | 0.000000e+00 |      --      |    Inf 
713.66/713.88	c   714s|  1900 |   252 |  1383k| 721.3 |  46M|  63 |   - |6620 |8883 |6620 |3068 |  89k|2311 |2191 | 0.000000e+00 |      --      |    Inf 
732.76/732.96	c   733s|  2000 |   266 |  1431k| 709.5 |  46M|  63 |   - |6620 |8928 |6620 |3044 |  91k|2391 |2198 | 0.000000e+00 |      --      |    Inf 
751.96/752.13	c   752s|  2100 |   270 |  1474k| 696.3 |  46M|  63 | 685 |6620 |9041 |6620 |2972 |  94k|2509 |2239 | 0.000000e+00 |      --      |    Inf 
774.95/775.18	c   775s|  2200 |   251 |  1524k| 687.1 |  46M|  63 | 663 |6620 |9003 |6620 |3382 |  96k|2625 |2317 | 0.000000e+00 |      --      |    Inf 
808.25/808.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.25/808.49	c   808s|  2300 |   265 |  1578k| 680.8 |  46M|  63 |   - |6620 |8941 |6620 |2998 | 100k|2705 |2496 | 0.000000e+00 |      --      |    Inf 
820.74/820.99	c   821s|  2400 |   271 |  1609k| 665.5 |  46M|  63 | 602 |6620 |8943 |6620 |3014 | 103k|2720 |2497 | 0.000000e+00 |      --      |    Inf 
834.54/834.77	c   835s|  2500 |   273 |  1644k| 652.6 |  46M|  63 | 614 |6620 |8958 |6620 |3144 | 106k|2735 |2498 | 0.000000e+00 |      --      |    Inf 
853.13/853.36	c   853s|  2600 |   269 |  1680k| 641.4 |  46M|  63 | 601 |6620 |8963 |6620 |2905 | 110k|2744 |2557 | 0.000000e+00 |      --      |    Inf 
868.13/868.33	c   868s|  2700 |   273 |  1714k| 630.1 |  46M|  63 | 648 |6620 |8998 |6620 |3010 | 113k|2780 |2572 | 0.000000e+00 |      --      |    Inf 
882.93/883.15	c   883s|  2800 |   273 |  1753k| 621.8 |  46M|  63 | 608 |6620 |9001 |6620 |2970 | 117k|2783 |2574 | 0.000000e+00 |      --      |    Inf 
896.34/896.51	c   897s|  2900 |   269 |  1788k| 612.4 |  46M|  63 | 624 |6620 |9018 |6620 |2954 | 119k|2801 |2575 | 0.000000e+00 |      --      |    Inf 
923.13/923.38	c   923s|  3000 |   295 |  1842k| 609.8 |  46M|  63 |   - |6620 |8847 |6620 |3119 | 124k|2891 |2633 | 0.000000e+00 |      --      |    Inf 
944.22/944.49	c   944s|  3100 |   305 |  1901k| 609.1 |  46M|  63 |   - |6620 |8863 |6620 |3112 | 127k|2985 |2652 | 0.000000e+00 |      --      |    Inf 
974.22/974.49	c   974s|  3200 |   311 |  1994k| 619.3 |  46M|  63 | 748 |6620 |8951 |6620 |3177 | 131k|3086 |2660 | 0.000000e+00 |      --      |    Inf 
998.32/998.53	c   999s|  3300 |   317 |  2067k| 622.6 |  46M|  63 |   - |6620 |9033 |6620 |3190 | 134k|3183 |2664 | 0.000000e+00 |      --      |    Inf 
1028.41/1028.68	c  1029s|  3400 |   323 |  2141k| 626.1 |  46M|  64 | 639 |6620 |9133 |6620 |3151 | 138k|3286 |2710 | 0.000000e+00 |      --      |    Inf 
1057.01/1057.28	c  1057s|  3500 |   319 |  2207k| 627.2 |  46M|  64 | 698 |6620 |9240 |6620 |3157 | 141k|3398 |2798 | 0.000000e+00 |      --      |    Inf 
1091.01/1091.29	c  1091s|  3600 |   325 |  2290k| 632.8 |  47M|  64 | 519 |6620 |9342 |6620 |3408 | 144k|3501 |2889 | 0.000000e+00 |      --      |    Inf 
1116.20/1116.47	c  1116s|  3700 |   329 |  2350k| 631.9 |  46M|  64 | 735 |6620 |9273 |6620 |3060 | 146k|3611 |2931 | 0.000000e+00 |      --      |    Inf 
1153.39/1153.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1153.39/1153.69	c  1154s|  3800 |   365 |  2444k| 639.8 |  46M|  64 | 730 |6620 |9044 |6620 |3107 | 153k|3723 |2979 | 0.000000e+00 |      --      |    Inf 
1185.29/1185.56	c  1186s|  3900 |   417 |  2533k| 646.3 |  47M|  64 | 687 |6620 |9093 |6620 |2722 | 160k|3819 |2980 | 0.000000e+00 |      --      |    Inf 
1213.08/1213.35	c  1213s|  4000 |   467 |  2597k| 646.2 |  47M|  64 | 669 |6620 |9092 |6620 |3145 | 167k|3866 |3025 | 0.000000e+00 |      --      |    Inf 
1234.48/1234.72	c  1235s|  4100 |   481 |  2644k| 641.8 |  47M|  64 |   - |6620 |9129 |6620 |3124 | 171k|3903 |3063 | 0.000000e+00 |      --      |    Inf 
1264.17/1264.40	c  1264s|  4200 |   509 |  2713k| 643.1 |  47M|  64 |   - |6620 |9200 |6620 |2954 | 176k|3975 |3137 | 0.000000e+00 |      --      |    Inf 
1279.17/1279.44	c  1279s|  4300 |   527 |  2750k| 636.6 |  47M|  67 | 657 |6620 |9269 |6620 |2985 | 178k|4045 |3152 | 0.000000e+00 |      --      |    Inf 
1292.77/1293.01	c  1293s|  4400 |   531 |  2786k| 630.3 |  48M|  67 |   - |6620 |9345 |6620 |3008 | 181k|4121 |3156 | 0.000000e+00 |      --      |    Inf 
1306.96/1307.24	c  1307s|  4500 |   537 |  2823k| 624.5 |  48M|  72 | 610 |6620 |9393 |6620 |3087 | 183k|4181 |3161 | 0.000000e+00 |      --      |    Inf 
1319.68/1319.99	c  1320s|  4600 |   535 |  2857k| 618.4 |  48M|  72 |   - |6620 |9435 |6620 |2946 | 185k|4236 |3161 | 0.000000e+00 |      --      |    Inf 
1338.67/1338.94	c  1339s|  4700 |   535 |  2903k| 615.0 |  47M|  72 | 647 |6620 |9299 |6620 |2711 | 188k|4297 |3188 | 0.000000e+00 |      --      |    Inf 
1367.56/1367.82	c  1368s|  4800 |   550 |  2968k| 615.8 |  47M|  72 | 684 |6620 |9137 |6620 |3212 | 194k|4379 |3246 | 0.000000e+00 |      --      |    Inf 
1388.55/1388.88	c  1389s|  4900 |   548 |  3015k| 612.7 |  47M|  72 |   - |6620 |9046 |6620 |3059 | 196k|4469 |3300 | 0.000000e+00 |      --      |    Inf 
1415.25/1415.52	c  1416s|  5000 |   562 |  3055k| 608.6 |  47M|  72 |   - |6620 |8838 |6620 |3026 | 200k|4532 |3406 | 0.000000e+00 |      --      |    Inf 
1433.74/1434.06	c  1434s|  5100 |   573 |  3103k| 606.1 |  47M|  72 | 714 |6620 |8734 |6620 |3051 | 204k|4603 |3417 | 0.000000e+00 |      --      |    Inf 
1463.14/1463.40	c  1463s|  5200 |   600 |  3169k| 607.0 |  47M|  72 | 637 |6620 |8606 |6620 |3429 | 210k|4654 |3462 | 0.000000e+00 |      --      |    Inf 
1483.14/1483.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.14/1483.49	c  1483s|  5300 |   608 |  3212k| 603.7 |  47M|  72 | 679 |6620 |8615 |6620 |3100 | 214k|4723 |3502 | 0.000000e+00 |      --      |    Inf 
1507.84/1508.12	c  1508s|  5400 |   621 |  3270k| 603.3 |  47M|  72 | 697 |6620 |8549 |6620 |3157 | 217k|4822 |3548 | 0.000000e+00 |      --      |    Inf 
1526.63/1526.95	c  1527s|  5500 |   642 |  3319k| 601.2 |  47M|  72 |   - |6620 |8453 |6620 |3020 | 221k|4901 |3563 | 0.000000e+00 |      --      |    Inf 
1565.33/1565.66	c  1566s|  5600 |   662 |  3379k| 601.2 |  48M|  72 | 633 |6620 |8384 |6620 |3058 | 226k|4973 |3738 | 0.000000e+00 |      --      |    Inf 
1580.03/1580.32	c  1580s|  5700 |   666 |  3418k| 597.4 |  48M|  72 |   - |6620 |8413 |6620 |3262 | 230k|5044 |3739 | 0.000000e+00 |      --      |    Inf 
1625.52/1625.85	c  1626s|  5800 |   691 |  3498k| 601.0 |  48M|  72 | 609 |6620 |8235 |6620 |3106 | 237k|5100 |3886 | 0.000000e+00 |      --      |    Inf 
1647.62/1647.97	c  1648s|  5900 |   696 |  3548k| 599.3 |  47M|  72 | 652 |6620 |8042 |6620 |3591 | 241k|5184 |3906 | 0.000000e+00 |      --      |    Inf 
1661.11/1661.40	c  1661s|  6000 |   712 |  3581k| 594.8 |  47M|  72 | 643 |6620 |8083 |6620 |3062 | 244k|5232 |3906 | 0.000000e+00 |      --      |    Inf 
1673.81/1674.19	c  1674s|  6100 |   706 |  3613k| 590.3 |  47M|  72 |   - |6620 |8139 |6620 |2980 | 247k|5288 |3906 | 0.000000e+00 |      --      |    Inf 
1697.80/1698.10	c  1698s|  6200 |   708 |  3671k| 590.1 |  48M|  72 |   - |6620 |8107 |6620 |3067 | 252k|5354 |3942 | 0.000000e+00 |      --      |    Inf 
1712.11/1712.48	c  1712s|  6300 |   722 |  3708k| 586.6 |  48M|  72 | 651 |6620 |8171 |6620 |2993 | 255k|5438 |3942 | 0.000000e+00 |      --      |    Inf 
1727.60/1727.90	c  1728s|  6400 |   728 |  3748k| 583.7 |  48M|  72 |   - |6620 |8177 |6620 |3027 | 257k|5496 |3943 | 0.000000e+00 |      --      |    Inf 
1747.89/1748.20	c  1748s|  6500 |   744 |  3807k| 583.7 |  48M|  72 | 693 |6620 |8017 |6620 |3104 | 262k|5569 |3943 | 0.000000e+00 |      --      |    Inf 
1776.99/1777.32	c  1777s|  6600 |   758 |  3873k| 584.9 |  48M|  72 | 664 |6620 |7943 |6620 |2810 | 266k|5638 |4014 | 0.000000e+00 |      --      |    Inf 
1791.79/1792.12	c  1792s|  6700 |   758 |  3912k| 582.0 |  47M|  72 |   - |6620 |7899 |6620 |3041 | 269k|5696 |4014 | 0.000000e+00 |      --      |    Inf 
1796.69/1797.00	c 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Solving Time (sec) : 1797.00
1796.69/1797.00	c Solving Nodes      : 6736
1796.69/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.00	c Gap                : infinite
1796.69/1797.00	s UNKNOWN
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Total Time         :    1797.00
1796.69/1797.00	c   solving          :    1797.00
1796.69/1797.00	c   presolving       :       0.44 (included in solving)
1796.69/1797.00	c   reading          :       0.01 (included in solving)
1796.69/1797.00	c   copying          :       0.04 (2 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3693057-1338037601.opb
1796.69/1797.00	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 602 initial, 602 maximal
1796.69/1797.00	c   Objective sense  : minimize
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3693057-1338037601.opb
1796.69/1797.00	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 6822 initial, 9465 maximal
1796.69/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   and              :       0.34       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   linear           :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   integral         :          0          0          0          0       3976          0         17          0          3        312          0          0       7514
1796.69/1797.00	c   knapsack         :          1          1          6      55436          0          2         16        352          3          0          0          0          0
1796.69/1797.00	c   setppc           :        600        600          6      55450          0          2         15     475347        149       7431          0          0          0
1796.69/1797.00	c   and              :       6220       6220      14475      55301          0          2         14     433353        161     184560     291275          0          0
1796.69/1797.00	c   linear           :          1          1          6      55140          0          2          1          0         10          0          0          0          0
1796.69/1797.00	c   logicor          :          0+      2643          6       8212          0          0          0       8610          9       3548          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.69/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.00	c   integral         :     290.49       0.00       0.00       0.00     290.49       0.00       0.00       0.00
1796.69/1797.00	c   knapsack         :       0.12       0.00       0.01       0.10       0.00       0.00       0.00       0.00
1796.69/1797.00	c   setppc           :       1.22       0.00       0.00       0.81       0.00       0.00       0.00       0.42
1796.69/1797.00	c   and              :      20.74       0.00      14.08       6.18       0.00       0.00       0.00       0.47
1796.69/1797.00	c   linear           :       0.12       0.00       0.00       0.12       0.00       0.00       0.00       0.00
1796.69/1797.00	c   logicor          :       0.30       0.00       0.00       0.26       0.00       0.00       0.00       0.04
1796.69/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.00	c   rootredcost      :          0          0          0          0
1796.69/1797.00	c   pseudoobj        :          0          0          0          0
1796.69/1797.00	c   vbounds          :          0          0          0          0
1796.69/1797.00	c   redcost          :      15599          0          0          0
1796.69/1797.00	c   probing          :          0          0          0          0
1796.69/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.00	c   rootredcost      :       0.06       0.00       0.00       0.06       0.00
1796.69/1797.00	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00
1796.69/1797.00	c   vbounds          :       0.06       0.00       0.00       0.06       0.00
1796.69/1797.00	c   redcost          :       1.52       0.00       0.00       1.52       0.00
1796.69/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :       0.02        332        328        384       35.4          0        0.0          -
1796.69/1797.00	c   infeasible LP    :       7.88       3195       2163      22291      139.9          4       55.0          0
1796.69/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   applied globally :          -          -          -       5725      126.0          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.00                     5          -          -          2          -    (maximal pool size: 618)
1796.69/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   impliedbounds    :       0.01       0.00          6          0          0         43          0
1796.69/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   gomory           :       8.80       0.00          6          0          0         50          0
1796.69/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   strongcg         :      26.09       0.00          6          0          0       2390          0
1796.69/1797.00	c   cmir             :       0.43       0.00          6          0          0         12          0
1796.69/1797.00	c   flowcover        :       0.60       0.00          6          0          0         22          0
1796.69/1797.00	c   clique           :       0.15       0.00          6          0          0         39          0
1796.69/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   mcf              :       0.16       0.00          3          0          0         36          0
1796.69/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.00	c   problem variables:       0.00          -          0          0
1796.69/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   relpscost        :     290.47       0.00       3976          3        312          0          0       7514
1796.69/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.69/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.00	c   LP solutions     :       0.00          -          -          0
1796.69/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.00	c   oneopt           :       0.03       0.00          0          0
1796.69/1797.00	c   crossover        :       0.01       0.00          0          0
1796.69/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.00	c   fracdiving       :      34.88       0.00         15          0
1796.69/1797.00	c   pscostdiving     :      35.97       0.00         15          0
1796.69/1797.00	c   coefdiving       :      50.97       0.00         15          0
1796.69/1797.00	c   veclendiving     :      34.51       0.00         15          0
1796.69/1797.00	c   objpscostdiving  :       0.77       0.00          8          0
1796.69/1797.00	c   rootsoldiving    :      14.39       0.00          8          0
1796.69/1797.00	c   linesearchdiving :      18.32       0.00         16          0
1796.69/1797.00	c   feaspump         :      21.14       0.00          8          0
1796.69/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          2          0
1796.69/1797.00	c   shiftandpropagate:       0.61       0.00          1          0
1796.69/1797.00	c   simplerounding   :       0.02       0.00          0          0
1796.69/1797.00	c   zirounding       :       1.05       0.00          0          0
1796.69/1797.00	c   rounding         :       1.89       0.00       1719          0
1796.69/1797.00	c   shifting         :      25.84       0.00        452          0
1796.69/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.00	c   indoneopt        :       0.03       0.00          0          0
1796.69/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.00	c   clique           :       0.00       0.00          0          0
1796.69/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   octane           :       0.00       0.00          0          0
1796.69/1797.00	c   rens             :       2.22       0.00          1          0
1796.69/1797.00	c   rins             :       0.00       0.00          0          0
1796.69/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.00	c   mutation         :       0.00       0.00          0          0
1796.69/1797.00	c   dins             :       0.00       0.00          0          0
1796.69/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.00	c   undercover       :       0.32       0.00          1          0
1796.69/1797.00	c   subnlp           :       0.01       0.00          0          0
1796.69/1797.00	c   trysol           :       0.02       0.00          0          0
1796.69/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.00	c   primal LP        :      16.86       3259          0       0.00       0.00      16.85       3259
1796.69/1797.00	c   dual LP          :    1158.02      18591    3400402     183.14    2936.39       0.12         24
1796.69/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.00	c   diving/probing LP:     179.82      22164     523588      23.62    2911.78
1796.69/1797.00	c   strong branching :     290.02       4014     712062     177.39    2455.24
1796.69/1797.00	c     (at root node) :          -         20      12596     629.80          -
1796.69/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.00	c B&B Tree           :
1796.69/1797.00	c   number of runs   :          1
1796.69/1797.00	c   nodes            :       6736
1796.69/1797.00	c   nodes (total)    :       6736
1796.69/1797.00	c   nodes left       :        764
1796.69/1797.00	c   max depth        :         72
1796.69/1797.00	c   max depth (total):         72
1796.69/1797.00	c   backtracks       :       1347 (20.0%)
1796.69/1797.00	c   delayed cutoffs  :         19
1796.69/1797.00	c   repropagations   :       5384 (27984 domain reductions, 19 cutoffs)
1796.69/1797.00	c   avg switch length:       4.87
1796.69/1797.00	c   switching time   :      19.84
1796.69/1797.00	c Solution           :
1796.69/1797.00	c   Solutions found  :          0 (0 improvements)
1796.69/1797.00	c   Primal Bound     :          -
1796.69/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.00	c   Gap              :   infinite
1796.69/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.00	c   Root Iterations  :      13417
1796.69/1797.08	c Time complete: 1796.77.

Verifier Data

ERROR: no interpretation found !

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 /tmp/evaluation-result-3693057-1338037601/watcher-3693057-1338037601 -o /tmp/evaluation-result-3693057-1338037601/solver-3693057-1338037601 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693057-1338037601.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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 2.00 3/174 32334
/proc/meminfo: memFree=27617100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=10264 CPUtime=0 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 1 0 269888519 10510336 1255 33554432000 4194304 10169799 140734653970416 140734653969240 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 2566 1255 410 1459 0 1098 0

[startup+0.00661797 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32334
/proc/meminfo: memFree=27617100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=10264 CPUtime=0 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 1329 0 0 0 0 0 0 0 20 0 1 0 269888519 10510336 1284 33554432000 4194304 10169799 140734653970416 140734653969240 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 2566 1284 410 1459 0 1098 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10264

[startup+0.100286 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32334
/proc/meminfo: memFree=27617100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=32152 CPUtime=0.09 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 6801 0 0 0 6 3 0 0 20 0 1 0 269888519 32923648 6499 33554432000 4194304 10169799 140734653970416 140734653969240 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 8038 6499 538 1459 0 6570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32152

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32334
/proc/meminfo: memFree=27617100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=36696 CPUtime=0.29 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 8086 0 0 0 11 18 0 0 20 0 1 0 269888519 37576704 7748 33554432000 4194304 10169799 140734653970416 140734653969240 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 9174 7748 584 1459 0 7706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36696

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32334
/proc/meminfo: memFree=27617100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=60648 CPUtime=0.69 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 14489 0 0 0 38 31 0 0 20 0 1 0 269888519 62103552 13697 33554432000 4194304 10169799 140734653970416 140734653965864 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 15162 13697 687 1459 0 13694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60648

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27561408/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=75008 CPUtime=1.49 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 17959 0 0 0 116 33 0 0 20 0 1 0 269888519 76808192 17119 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 18752 17119 771 1459 0 17284 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75008

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27551092/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=73580 CPUtime=3.09 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 18443 0 0 0 276 33 0 0 20 0 1 0 269888519 75345920 17128 33554432000 4194304 10169799 140734653970416 140734653962728 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 18395 17128 786 1459 0 16927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73580

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27547372/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=73580 CPUtime=6.28 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 18446 0 0 0 595 33 0 0 20 0 1 0 269888519 75345920 17131 33554432000 4194304 10169799 140734653970416 140734653961992 8004497 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 18395 17131 789 1459 0 16927 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73580

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27505468/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=111148 CPUtime=12.68 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 33835 0 0 0 1229 39 0 0 20 0 1 0 269888519 113815552 26632 33554432000 4194304 10169799 140734653970416 140734653966456 5104736 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 27787 26632 853 1459 0 26319 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111148

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27499464/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=111148 CPUtime=25.48 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 34056 0 0 0 2504 44 0 0 20 0 1 0 269888519 113815552 26804 33554432000 4194304 10169799 140734653970416 140734653966456 5105474 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 27787 26804 874 1459 0 26319 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111148

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32335
/proc/meminfo: memFree=27487560/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=110844 CPUtime=51.08 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 41580 0 0 0 5052 56 0 0 20 0 1 0 269888519 113504256 26741 33554432000 4194304 10169799 140734653970416 140734653965112 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 27711 26741 879 1459 0 26243 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 110844

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 32335
/proc/meminfo: memFree=27458048/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=110844 CPUtime=102.27 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 41593 0 0 0 10155 72 0 0 20 0 1 0 269888519 113504256 26754 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 27711 26754 879 1459 0 26243 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 110844

[startup+162.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/175 32336
/proc/meminfo: memFree=27428100/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=113716 CPUtime=162.27 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 41797 0 0 0 16137 90 0 0 20 0 1 0 269888519 116445184 27426 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 28429 27426 880 1459 0 26961 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 113716

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 32339
/proc/meminfo: memFree=27395852/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=114604 CPUtime=222.26 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 41946 0 0 0 22111 115 0 0 20 0 1 0 269888519 117354496 27575 33554432000 4194304 10169799 140734653970416 140734653964744 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 28651 27575 880 1459 0 27183 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 114604

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 32415
/proc/meminfo: memFree=28154376/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=119636 CPUtime=282.23 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 43329 0 0 0 28085 138 0 0 20 0 1 0 269888519 122507264 28967 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 29909 28967 880 1459 0 28441 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 119636

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 32415
/proc/meminfo: memFree=28145544/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=122276 CPUtime=342.21 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 43965 0 0 0 34067 154 0 0 20 0 1 0 269888519 125210624 29856 33554432000 4194304 10169799 140734653970416 140734653963288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 30569 29856 880 1459 0 29101 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 122276

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 32415
/proc/meminfo: memFree=28144532/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=124036 CPUtime=402.21 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 44327 0 0 0 40046 175 0 0 20 0 1 0 269888519 127012864 30214 33554432000 4194304 10169799 140734653970416 140734653964504 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 31009 30214 880 1459 0 29541 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 124036

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 32416
/proc/meminfo: memFree=28142048/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=125264 CPUtime=462.2 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 44739 0 0 0 46024 196 0 0 20 0 1 0 269888519 128270336 30624 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 31316 30624 880 1459 0 29848 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 125264

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 32416
/proc/meminfo: memFree=28132496/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=127120 CPUtime=522.19 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 45162 0 0 0 51999 220 0 0 20 0 1 0 269888519 130170880 31047 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 31780 31047 880 1459 0 30312 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 127120

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/175 32416
/proc/meminfo: memFree=28132248/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=128728 CPUtime=582.18 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 45488 0 0 0 57979 239 0 0 20 0 1 0 269888519 131817472 31373 33554432000 4194304 10169799 140734653970416 140734653965400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 32182 31373 880 1459 0 30714 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 128728

[startup+642.3 s]

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

/proc/meminfo: memFree=28127520/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=132364 CPUtime=1122.1 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46448 0 0 0 111776 434 0 0 20 0 1 0 269888519 135540736 32330 33554432000 4194304 10169799 140734653970416 140734653965400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33091 32330 880 1459 0 31623 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 132364

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 32421
/proc/meminfo: memFree=28126528/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=133264 CPUtime=1182.09 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46721 0 0 0 117757 452 0 0 20 0 1 0 269888519 136462336 32603 33554432000 4194304 10169799 140734653970416 140734653964488 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33316 32603 880 1459 0 31848 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 133264

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 32421
/proc/meminfo: memFree=28126404/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=133512 CPUtime=1242.07 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46743 0 0 0 123738 469 0 0 20 0 1 0 269888519 136716288 32625 33554432000 4194304 10169799 140734653970416 140734653963656 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33378 32625 880 1459 0 31910 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 133512

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 32421
/proc/meminfo: memFree=28125720/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=133512 CPUtime=1302.08 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46763 0 0 0 129719 489 0 0 20 0 1 0 269888519 136716288 32645 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33378 32645 880 1459 0 31910 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 133512

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/174 32421
/proc/meminfo: memFree=28125976/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=134028 CPUtime=1362.06 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46818 0 0 0 135697 509 0 0 20 0 1 0 269888519 137244672 32700 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33507 32700 880 1459 0 32039 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 134028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 32425
/proc/meminfo: memFree=28125712/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=134028 CPUtime=1422.05 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 46927 0 0 0 141680 525 0 0 20 0 1 0 269888519 137244672 32809 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33507 32809 880 1459 0 32039 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 134028

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 32425
/proc/meminfo: memFree=28124852/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=134908 CPUtime=1482.04 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47025 0 0 0 147659 545 0 0 20 0 1 0 269888519 138145792 32907 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33727 32907 880 1459 0 32259 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 134908

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32425
/proc/meminfo: memFree=28124852/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=134908 CPUtime=1542.03 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47028 0 0 0 153640 563 0 0 20 0 1 0 269888519 138145792 32910 33554432000 4194304 10169799 140734653970416 140734653964504 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33727 32910 880 1459 0 32259 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 134908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 32425
/proc/meminfo: memFree=28124540/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=134908 CPUtime=1602.02 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47101 0 0 0 159623 579 0 0 20 0 1 0 269888519 138145792 32982 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33727 32982 880 1459 0 32259 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 134908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 32425
/proc/meminfo: memFree=28124672/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=135320 CPUtime=1662.01 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47219 0 0 0 165599 602 0 0 20 0 1 0 269888519 138567680 33100 33554432000 4194304 10169799 140734653970416 140734653964504 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33830 33100 880 1459 0 32362 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 135320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123424/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=135612 CPUtime=1722 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47343 0 0 0 171576 624 0 0 20 0 1 0 269888519 138866688 33224 33554432000 4194304 10169799 140734653970416 140734653964920 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 33903 33224 880 1459 0 32435 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 135612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123176/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1781.99 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47433 0 0 0 177553 646 0 0 20 0 1 0 269888519 139653120 33314 33554432000 4194304 10169799 140734653970416 140734653964504 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33314 880 1459 0 32627 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 136380

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123176/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1785.19 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47433 0 0 0 177870 649 0 0 20 0 1 0 269888519 139653120 33314 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33314 880 1459 0 32627 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 136380

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123052/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1791.6 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47433 0 0 0 178508 652 0 0 20 0 1 0 269888519 139653120 33314 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33314 880 1459 0 32627 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 136380

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123052/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1794.79 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47489 0 0 0 178826 653 0 0 20 0 1 0 269888519 139653120 33370 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33370 880 1459 0 32627 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 136380

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28123052/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1795.6 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47489 0 0 0 178906 654 0 0 20 0 1 0 269888519 139653120 33370 33554432000 4194304 10169799 140734653970416 140734653964824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33370 880 1459 0 32627 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 136380

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28122928/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1796.39 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47489 0 0 0 178985 654 0 0 20 0 1 0 269888519 139653120 33370 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33370 880 1459 0 32627 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 136380

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28122928/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1796.59 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47489 0 0 0 179005 654 0 0 20 0 1 0 269888519 139653120 33370 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33370 880 1459 0 32627 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 136380

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32427
/proc/meminfo: memFree=28122928/32873844 swapFree=6080/6080
[pid=32334] ppid=32332 vsize=136380 CPUtime=1796.69 cores=1,3,5,7
/proc/32334/stat : 32334 (scip-2.1.1.4sfi) R 32332 32334 29432 0 -1 4202496 47489 0 0 0 179015 654 0 0 20 0 1 0 269888519 139653120 33370 33554432000 4194304 10169799 140734653970416 140734653964920 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32334/statm: 34095 33370 880 1459 0 32627 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 136380

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.78
CPU user time (s): 1790.23
CPU system time (s): 6.546
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 142144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.23
system time used= 6.546
maximum resident set size= 137096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47493
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= 32
involuntary context switches= 1848

runsolver used 2.6206 second user time and 7.18391 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-26 15:06:41
IDJOB=3693057
IDBENCH=48359
IDSOLVER=2272
FILE ID=node110/3693057-1338037601
RUNJOBID= node110-1338028571-30833
PBS_JOBID= 14624361
Free space on /tmp= 71544 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693057-1338037601/watcher-3693057-1338037601 -o /tmp/evaluation-result-3693057-1338037601/solver-3693057-1338037601 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693057-1338037601.opb -t 1800 -m 15500

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1103389516

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27617472 kB
Buffers:          245256 kB
Cached:          3455768 kB
SwapCached:            0 kB
Active:          1428312 kB
Inactive:        3053112 kB
Active(anon):     783000 kB
Inactive(anon):        0 kB
Active(file):     645312 kB
Inactive(file):  3053112 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13812 kB
Writeback:             0 kB
AnonPages:        786212 kB
Mapped:            16668 kB
Shmem:               200 kB
Slab:             633564 kB
SReclaimable:      76248 kB
SUnreclaim:       557316 kB
KernelStack:        1456 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     887224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71532 MiB
End job on node110 at 2012-05-26 15:36:38