Trace number 3447937

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.04 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh04_wcsp.wbo
MD5SUM54ef51abb9454409d6f66c5b853cdf79
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark0.014997
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-3447937-1307902289.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 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, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 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.06	c 
0.00/0.06	o 420925
0.00/0.06	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.06	c t 0.1s|     1 |     0 |     0 |     - |4961k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   136 |     - |6102k|   0 |  75 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   840 |     - |7681k|   0 |  35 |1800 |2550 |1800 | 885 |  35 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |  1036 |     - |7727k|   0 |  75 |1800 |2550 |1800 | 936 |  86 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |  1148 |     - |9441k|   0 |  88 |1800 |2550 |1800 | 963 | 113 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |  1225 |     - |  11M|   0 |  89 |1800 |2550 |1800 | 977 | 127 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |  1256 |     - |  12M|   0 |  90 |1800 |2550 |1800 | 983 | 133 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  1278 |     - |  14M|   0 |  92 |1800 |2550 |1800 | 985 | 135 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.79/1.82	c   1.8s|     1 |     2 |  1278 |     - |  14M|   0 |  92 |1800 |2550 |1800 | 985 | 135 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.70/7.79	o 13158
7.70/7.79	c * 7.8s|   167 |   165 |  7872 |  39.7 |  15M|  66 |   - |1800 |2550 |1800 |1089 | 260 |   0 | 949 | 0.000000e+00 | 1.315800e+04 |    Inf 
44.79/44.88	o 8521
44.79/44.88	c *44.9s|  7594 |  7535 |275582 |  36.1 |  26M|  66 |   - |1800 |2550 |1800 |1048 |  15k|   0 |2571 | 0.000000e+00 | 8.521000e+03 |    Inf 
53.79/53.89	o 4227
53.79/53.89	c *53.9s|  9147 |  8106 |340161 |  37.1 |  27M|  66 |   - |1800 |2550 |1800 |1048 |  19k|   0 |2801 | 0.000000e+00 | 4.227000e+03 |    Inf 
58.49/58.59	c  58.6s| 10000 |  8798 |374102 |  37.3 |  28M|  66 |  10 |1800 |2607 |1800 | 999 |  21k|  57 |2873 | 0.000000e+00 | 4.227000e+03 |    Inf 
75.50/75.53	o 3959
75.50/75.53	c *75.5s| 12841 | 10837 |489431 |  38.0 |  31M|  66 |   - |1800 |2778 |1800 |1047 |  30k| 228 |3248 | 0.000000e+00 | 3.959000e+03 |    Inf 
118.60/118.66	o 3896
118.60/118.66	c * 119s| 19834 | 16331 |776345 |  39.1 |  38M|  66 |   - |1800 |3163 |1800 |1023 |  51k| 667 |4444 | 0.000000e+00 | 3.896000e+03 |    Inf 
119.89/119.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.89/119.93	c   120s| 20000 | 16407 |784601 |  39.2 |  38M|  66 |   - |1800 |3182 |1800 |1028 |  52k| 695 |4470 | 0.000000e+00 | 3.896000e+03 |    Inf 
125.99/126.06	o 3767
125.99/126.06	c * 126s| 20886 | 16741 |822211 |  39.3 |  39M|  66 |   - |1800 |3214 |1800 |1040 |  55k| 790 |4633 | 0.000000e+00 | 3.767000e+03 |    Inf 
182.29/182.33	c   182s| 30000 | 23538 |  1189k|  39.6 |  47M|  66 |   6 |1800 |3183 |1800 | 997 |  84k|1551 |6054 | 0.000000e+00 | 3.767000e+03 |    Inf 
214.59/214.69	o 3578
214.59/214.69	c * 215s| 35102 | 26895 |  1400k|  39.9 |  51M|  66 |   - |1800 |3097 |1800 |1030 | 101k|1983 |6814 | 0.000000e+00 | 3.578000e+03 |    Inf 
225.79/225.86	o 3547
225.79/225.86	c * 226s| 36884 | 28074 |  1472k|  39.9 |  53M|  66 |   - |1800 |3088 |1800 |1032 | 107k|2168 |7023 | 0.000000e+00 | 3.547000e+03 |    Inf 
226.20/226.26	o 3419
226.20/226.26	c * 226s| 36959 | 27795 |  1474k|  39.9 |  52M|  66 |   - |1800 |3084 |1800 |1025 | 107k|2179 |7026 | 0.000000e+00 | 3.419000e+03 |    Inf 
226.20/226.27	o 3354
226.20/226.27	c * 226s| 36960 | 27624 |  1474k|  39.9 |  52M|  66 |   - |1800 |3084 |1800 |1025 | 107k|2179 |7026 | 0.000000e+00 | 3.354000e+03 |    Inf 
245.80/245.83	o 2980
245.80/245.83	c * 246s| 39993 | 28183 |  1605k|  40.1 |  52M|  66 |   - |1800 |2962 |1800 |1031 | 116k|2503 |7413 | 0.000000e+00 | 2.980000e+03 |    Inf 
245.90/245.91	c   246s| 40000 | 28184 |  1606k|  40.1 |  52M|  66 |   6 |1800 |2962 |1800 | 996 | 116k|2505 |7417 | 0.000000e+00 | 2.980000e+03 |    Inf 
256.09/256.15	o 2827
256.09/256.15	c * 256s| 41509 | 28288 |  1669k|  40.2 |  52M|  66 |   - |1800 |2932 |1800 |1028 | 122k|2719 |7626 | 0.000000e+00 | 2.827000e+03 |    Inf 
307.80/307.89	c   308s| 50000 | 32839 |  2005k|  40.1 |  59M|  66 |   - |1800 |2767 |1800 |1024 | 148k|4124 |8470 | 0.000000e+00 | 2.827000e+03 |    Inf 
373.19/373.26	c   373s| 60000 | 37526 |  2418k|  40.3 |  65M|  66 |   - |1800 |2860 |1800 |1044 | 183k|5975 |9601 | 0.000000e+00 | 2.827000e+03 |    Inf 
438.20/438.22	c   438s| 70000 | 42162 |  2823k|  40.3 |  72M|  66 |   - |1800 |2806 |1800 |1024 | 219k|7791 |  10k| 0.000000e+00 | 2.827000e+03 |    Inf 
453.99/454.00	o 2393
453.99/454.00	c * 454s| 72524 | 40241 |  2919k|  40.2 |  69M|  66 |   - |1800 |2811 |1800 |1045 | 228k|8244 |  10k| 0.000000e+00 | 2.393000e+03 |    Inf 
500.30/500.37	c   500s| 80000 | 43011 |  3203k|  40.0 |  73M|  66 |   - |1800 |2892 |1800 |1011 | 253k|9859 |  11k| 0.000000e+00 | 2.393000e+03 |    Inf 
569.00/569.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.00/569.08	c   569s| 90000 | 46431 |  3597k|  40.0 |  78M|  66 |   4 |1800 |2819 |1800 | 995 | 289k|  12k|  12k| 0.000000e+00 | 2.393000e+03 |    Inf 
635.10/635.19	c   635s|100000 | 50603 |  3979k|  39.8 |  84M|  66 |   - |1800 |2912 |1800 |1011 | 321k|  14k|  12k| 0.000000e+00 | 2.393000e+03 |    Inf 
704.01/704.07	c   704s|110000 | 54423 |  4367k|  39.7 |  89M|  66 |   5 |1800 |2902 |1800 | 998 | 355k|  16k|  13k| 0.000000e+00 | 2.393000e+03 |    Inf 
771.20/771.21	c   771s|120000 | 58280 |  4749k|  39.6 |  95M|  66 |   - |1800 |2833 |1800 | 997 | 388k|  18k|  14k| 0.000000e+00 | 2.393000e+03 |    Inf 
838.11/838.15	c   838s|130000 | 62412 |  5119k|  39.4 | 101M|  66 |   - |1800 |2934 |1800 |1003 | 422k|  20k|  15k| 0.000000e+00 | 2.393000e+03 |    Inf 
896.20/896.21	o 2322
896.20/896.21	c * 896s|138171 | 64735 |  5435k|  39.3 | 104M|  66 |   - |1800 |2882 |1800 |1032 | 452k|  22k|  15k| 0.000000e+00 | 2.322000e+03 |    Inf 
896.30/896.30	o 2160
896.30/896.30	c * 896s|138179 | 63402 |  5435k|  39.3 | 102M|  66 |   - |1800 |2881 |1800 |1041 | 452k|  22k|  15k| 0.000000e+00 | 2.160000e+03 |    Inf 
910.01/910.03	c   910s|140000 | 63992 |  5514k|  39.4 | 103M|  66 |   - |1800 |2903 |1800 |1020 | 458k|  23k|  15k| 0.000000e+00 | 2.160000e+03 |    Inf 
924.50/924.52	o 2130
924.50/924.52	c * 925s|141836 | 64248 |  5592k|  39.4 | 104M|  66 |   - |1800 |2880 |1800 |1018 | 466k|  23k|  15k| 0.000000e+00 | 2.130000e+03 |    Inf 
924.60/924.61	o 1861
924.60/924.61	c * 925s|141845 | 61390 |  5593k|  39.4 |  99M|  66 |   - |1800 |2879 |1800 |1030 | 466k|  23k|  15k| 0.000000e+00 | 1.861000e+03 |    Inf 
924.90/924.99	o 1783
924.90/924.99	c * 925s|141887 | 60115 |  5595k|  39.4 |  97M|  66 |   - |1800 |2888 |1800 |1021 | 467k|  23k|  15k| 0.000000e+00 | 1.783000e+03 |    Inf 
925.11/925.18	o 1259
925.11/925.18	c * 925s|141905 | 47989 |  5596k|  39.4 |  80M|  66 |   - |1800 |2887 |1800 |1036 | 467k|  23k|  15k| 0.000000e+00 | 1.259000e+03 |    Inf 
932.91/932.95	o 1258
932.91/932.95	c * 933s|142991 | 48116 |  5639k|  39.4 |  81M|  66 |   - |1800 |2992 |1800 |1008 | 470k|  23k|  16k| 0.000000e+00 | 1.258000e+03 |    Inf 
975.31/975.35	c   975s|150000 | 48938 |  5879k|  39.2 |  85M|  66 |   - |1800 |3189 |1800 | 969 | 485k|  26k|  16k| 0.000000e+00 | 1.258000e+03 |    Inf 
1034.40/1034.43	c  1034s|160000 | 50503 |  6218k|  38.9 |  92M|  66 |   6 |1800 |3264 |1800 | 995 | 503k|  31k|  16k| 0.000000e+00 | 1.258000e+03 |    Inf 
1095.21/1095.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1095.21/1095.24	c  1095s|170000 | 52163 |  6562k|  38.6 |  99M|  66 |   - |1800 |3543 |1800 |1007 | 524k|  36k|  17k| 0.000000e+00 | 1.258000e+03 |    Inf 
1143.21/1143.25	o 1212
1143.21/1143.25	c *1143s|177847 | 51913 |  6842k|  38.5 | 102M|  66 |   - |1800 |3345 |1800 |1011 | 540k|  40k|  17k| 0.000000e+00 | 1.212000e+03 |    Inf 
1143.21/1143.25	o 1209
1143.21/1143.25	c *1143s|177848 | 51816 |  6842k|  38.5 | 102M|  66 |   - |1800 |3345 |1800 |1011 | 540k|  40k|  17k| 0.000000e+00 | 1.209000e+03 |    Inf 
1156.61/1156.62	c  1157s|180000 | 52036 |  6917k|  38.4 | 104M|  66 |   - |1800 |3378 |1800 |1003 | 544k|  41k|  17k| 0.000000e+00 | 1.209000e+03 |    Inf 
1218.82/1218.85	c  1219s|190000 | 53116 |  7261k|  38.2 | 109M|  66 |   5 |1800 |3497 |1800 |1002 | 565k|  46k|  18k| 0.000000e+00 | 1.209000e+03 |    Inf 
1222.12/1222.16	o 1200
1222.12/1222.16	c *1222s|190498 | 52891 |  7280k|  38.2 | 109M|  66 |   - |1800 |3470 |1800 | 949 | 566k|  46k|  18k| 0.000000e+00 | 1.200000e+03 |    Inf 
1279.71/1279.79	c  1280s|200000 | 54309 |  7604k|  38.0 | 116M|  66 |   2 |1800 |3352 |1800 |1002 | 584k|  51k|  18k| 0.000000e+00 | 1.200000e+03 |    Inf 
1339.01/1339.06	c  1339s|210000 | 55428 |  7922k|  37.7 | 121M|  66 |   3 |1800 |3618 |1800 |1000 | 604k|  56k|  19k| 0.000000e+00 | 1.200000e+03 |    Inf 
1399.51/1399.50	c  1400s|220000 | 56590 |  8258k|  37.5 | 127M|  66 |   6 |1800 |3760 |1800 | 964 | 625k|  62k|  19k| 0.000000e+00 | 1.200000e+03 |    Inf 
1459.91/1459.90	c  1460s|230000 | 57801 |  8578k|  37.3 | 133M|  66 |   - |1800 |3695 |1800 |1008 | 645k|  67k|  19k| 0.000000e+00 | 1.200000e+03 |    Inf 
1523.32/1523.34	c  1523s|240000 | 59556 |  8934k|  37.2 | 139M|  66 |   4 |1800 |3505 |1800 | 996 | 667k|  72k|  20k| 0.000000e+00 | 1.200000e+03 |    Inf 
1583.01/1583.07	c  1583s|250000 | 60834 |  9260k|  37.0 | 146M|  66 |   5 |1800 |3630 |1800 | 998 | 686k|  77k|  20k| 0.000000e+00 | 1.200000e+03 |    Inf 
1646.22/1646.22	c  1646s|260000 | 62999 |  9615k|  37.0 | 155M|  66 |   - |1800 |3665 |1800 | 998 | 703k|  82k|  21k| 0.000000e+00 | 1.200000e+03 |    Inf 
1706.12/1706.15	c  1706s|270000 | 64570 |  9948k|  36.8 | 163M|  66 |   - |1800 |3870 |1800 | 998 | 721k|  87k|  21k| 0.000000e+00 | 1.200000e+03 |    Inf 
1765.61/1765.66	c  1766s|280000 | 66007 | 10276k|  36.7 | 170M|  66 |  23 |1800 |3926 |1800 | 996 | 740k|  92k|  21k| 0.000000e+00 | 1.200000e+03 |    Inf 
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Solving Time (sec) : 1800.00
1800.01/1800.00	c Solving Nodes      : 285299
1800.01/1800.00	c Primal Bound       : +1.20000000000000e+03 (122 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s SATISFIABLE
1800.01/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 -x177 
1800.01/1800.00	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 -x156 x155 
1800.01/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.01/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.01/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.01/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.01/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.01/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.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Total Time         :    1800.00
1800.01/1800.00	c   solving          :    1800.00
1800.01/1800.00	c   presolving       :       0.04 (included in solving)
1800.01/1800.00	c   reading          :       0.01 (included in solving)
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-3447937-1307902289.wbo
1800.01/1800.00	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 951 initial, 951 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-3447937-1307902289.wbo
1800.01/1800.00	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 1700 initial, 4377 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
1800.01/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0     947070          0       9411          0        254        890          0          0     384028
1800.01/1800.00	c   varbound         :          0+         6     865810     754195          1          0      70268         25    4307532     754299          0          0
1800.01/1800.00	c   linear           :        850          6     865986         23          1       9408     323527      36849    1228673          0          0          0
1800.01/1800.00	c   indicator        :        850          0     829137     754195          1       9403      98081          0     145300          0          0          0
1800.01/1800.00	c   logicor          :          0+         0     413532          0          0          0     127135      13435     220331          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0         23          1        101          0          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.00	c   integral         :      45.72       0.00       0.00      45.71       0.00       0.01       0.00
1800.01/1800.00	c   varbound         :      27.75       0.00      18.01       9.71       0.00       0.00       0.02
1800.01/1800.00	c   linear           :      17.39       0.00      16.51       0.00       0.00       0.60       0.28
1800.01/1800.00	c   indicator        :      64.03       0.02      15.59      43.32       0.00       5.07       0.03
1800.01/1800.00	c   logicor          :       6.06       0.00       5.92       0.00       0.00       0.00       0.14
1800.01/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :     407027     190586         40   25839892
1800.01/1800.00	c   rootredcost      :         23          0          0          0
1800.01/1800.00	c   pseudoobj        :     890261      91072      24450    4308458
1800.01/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.00	c   vbounds          :      52.95      52.89       0.06
1800.01/1800.00	c   rootredcost      :       0.21       0.21       0.00
1800.01/1800.00	c   pseudoobj        :      18.16      17.32       0.84
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :       2.03      74799      69343     106281       17.7       1650       10.2          -
1800.01/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00          1          1          1        3.0          0        0.0          -
1800.01/1800.00	c   applied globally :          -          -          -      95548       16.1          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          5          -          -         82          -    (maximal pool size: 1986)
1800.01/1800.00	c   redcost          :      47.32     612515          0   25785598          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.27          6          0          0       1424          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.26          6          0          0       2491          0
1800.01/1800.00	c   cmir             :       0.06          6          0          0          0          0
1800.01/1800.00	c   flowcover        :       0.04          6          0          0          0          0
1800.01/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :      45.37     192875        254        890          0          0     384028
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.05          -         23
1800.01/1800.00	c   pseudo solutions :       0.00          -          0
1800.01/1800.00	c   feaspump         :       0.01          0          0
1800.01/1800.00	c   intshifting      :       0.01          0          0
1800.01/1800.00	c   oneopt           :       0.21         22          0
1800.01/1800.00	c   crossover        :       1.34         47          0
1800.01/1800.00	c   linesearchdiving :       8.91       1074          0
1800.01/1800.00	c   veclendiving     :       7.41       1074          0
1800.01/1800.00	c   coefdiving       :       9.70       1075          0
1800.01/1800.00	c   pscostdiving     :       8.51       1075          0
1800.01/1800.00	c   fracdiving       :       8.64       1075          0
1800.01/1800.00	c   guideddiving     :       8.76       1075          0
1800.01/1800.00	c   rootsoldiving    :       8.59        538          0
1800.01/1800.00	c   trivial          :       0.00          2          1
1800.01/1800.00	c   shiftandpropagate:       0.00          0          0
1800.01/1800.00	c   simplerounding   :       0.64     220195          0
1800.01/1800.00	c   zirounding       :       0.10       1000          0
1800.01/1800.00	c   rounding         :       0.65       6525          0
1800.01/1800.00	c   shifting         :       1.64       2019          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   clique           :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   objpscostdiving  :       9.06        488          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.02          1          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   vbounds          :       0.00          0          0
1800.01/1800.00	c   undercover       :       0.00          0          0
1800.01/1800.00	c   subnlp           :       0.05          0          0
1800.01/1800.00	c   trysol           :       0.29       9286         98
1800.01/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.00	c   primal LP        :       4.23          0          0       0.00       0.00
1800.01/1800.00	c   dual LP          :    1148.86    1064213    9943448       9.34    8655.04
1800.01/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.00	c   diving/probing LP:      51.24      37533     503334      13.41    9823.19
1800.01/1800.00	c   strong branching :      42.79      21953     354411      16.14    8281.87
1800.01/1800.00	c     (at root node) :          -         33      10874     329.52          -
1800.01/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.00	c B&B Tree           :
1800.01/1800.00	c   number of runs   :          1
1800.01/1800.00	c   nodes            :     285299
1800.01/1800.00	c   nodes (total)    :     285299
1800.01/1800.00	c   nodes left       :      66447
1800.01/1800.00	c   max depth        :         66
1800.01/1800.00	c   max depth (total):         66
1800.01/1800.00	c   backtracks       :      52272 (18.3%)
1800.01/1800.00	c   delayed cutoffs  :       4363
1800.01/1800.00	c   repropagations   :      63980 (720640 domain reductions, 1640 cutoffs)
1800.01/1800.00	c   avg switch length:       5.88
1800.01/1800.00	c   switching time   :      56.77
1800.01/1800.00	c Solution           :
1800.01/1800.00	c   Solutions found  :        122 (24 improvements)
1800.01/1800.00	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.01/1800.00	c   Primal Bound     : +1.20000000000000e+03   (in run 1, after 190498 nodes, 1222.16 seconds, depth 25, found by <relaxation>)
1800.01/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.00	c   Gap              :   infinite
1800.01/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.00	c   Root Iterations  :       1278

Verifier Data

OK	1200

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-3447937-1307902289/watcher-3447937-1307902289 -o /var/tmp/evaluation-result-3447937-1307902289/solver-3447937-1307902289 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447937-1307902289.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.91 2/177 11918
/proc/meminfo: memFree=1083208/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 1544 0 0 0 0 0 0 0 25 0 1 0 901827613 10366976 1497 33554432000 4194304 9128323 140733566461888 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11918/statm: 2585 1510 399 1205 0 1376 0

[startup+0.073167 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 11918
/proc/meminfo: memFree=1083208/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=26988 CPUtime=0.06 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 5946 0 0 0 6 0 0 0 18 0 1 0 901827613 27635712 5603 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 6747 5603 648 1205 0 5538 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26988

[startup+0.101163 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 11918
/proc/meminfo: memFree=1083208/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=27568 CPUtime=0.09 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 6147 0 0 0 9 0 0 0 18 0 1 0 901827613 28229632 5802 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 6892 5802 655 1205 0 5683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27568

[startup+0.301091 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 11918
/proc/meminfo: memFree=1083208/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=45800 CPUtime=0.29 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 11721 0 0 0 29 0 0 0 18 0 1 0 901827613 46899200 10381 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 11450 10381 714 1205 0 10241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45800

[startup+0.701018 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 11918
/proc/meminfo: memFree=1083208/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=45884 CPUtime=0.69 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 11824 0 0 0 68 1 0 0 18 0 1 0 901827613 46985216 10482 33554432000 4194304 9128323 140733566461888 18446744073709551615 6300128 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 11471 10482 712 1205 0 10262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11919
/proc/meminfo: memFree=1043420/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=45940 CPUtime=1.5 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 15129 0 0 0 146 4 0 0 20 0 1 0 901827613 47042560 10536 33554432000 4194304 9128323 140733566461888 18446744073709551615 7313437 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 11485 10536 719 1205 0 10276 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 45940

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11919
/proc/meminfo: memFree=1043168/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=46172 CPUtime=3.09 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 15146 0 0 0 303 6 0 0 25 0 1 0 901827613 47280128 10553 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11918/statm: 11543 10553 719 1205 0 10334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46172

[startup+6.30112 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11919
/proc/meminfo: memFree=1043044/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=46172 CPUtime=6.29 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 15146 0 0 0 619 10 0 0 25 0 1 0 901827613 47280128 10553 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 11543 10553 719 1205 0 10334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46172

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11919
/proc/meminfo: memFree=1039736/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=49524 CPUtime=12.69 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 18540 0 0 0 1249 20 0 0 25 0 1 0 901827613 50712576 11338 33554432000 4194304 9128323 140733566461888 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 12381 11338 721 1205 0 11172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49524

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11920
/proc/meminfo: memFree=1035280/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=53812 CPUtime=25.49 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 26529 0 0 0 2514 35 0 0 25 0 1 0 901827613 55103488 12420 33554432000 4194304 9128323 140733566461888 18446744073709551615 7343116 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 13453 12420 721 1205 0 12244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53812

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11920
/proc/meminfo: memFree=1030664/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=57456 CPUtime=51.09 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 37897 0 0 0 5043 66 0 0 25 0 1 0 901827613 58834944 13384 33554432000 4194304 9128323 140733566461888 18446744073709551615 6713321 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 14364 13384 721 1205 0 13155 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57456

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11922
/proc/meminfo: memFree=1020252/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=68476 CPUtime=102.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 69815 0 0 0 10103 127 0 0 25 0 1 0 901827613 70119424 16120 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 17119 16120 727 1205 0 15910 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68476

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11923
/proc/meminfo: memFree=1013648/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=75028 CPUtime=162.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 93667 0 0 0 16033 197 0 0 25 0 1 0 901827613 76828672 17778 33554432000 4194304 9128323 140733566461888 18446744073709551615 7414757 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 18757 17778 727 1205 0 17548 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75028

[startup+222.301 s]
/proc/loadavg: 2.08 2.02 1.92 3/178 11925
/proc/meminfo: memFree=1003568/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=84924 CPUtime=222.29 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 110069 0 0 0 21968 261 0 0 25 0 1 0 901827613 86962176 20301 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 21231 20301 727 1205 0 20022 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 84924

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 11926
/proc/meminfo: memFree=994352/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=88368 CPUtime=282.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 143850 0 0 0 27899 331 0 0 25 0 1 0 901827613 90488832 21171 33554432000 4194304 9128323 140733566461888 18446744073709551615 7205368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 22092 21171 727 1205 0 20883 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88368

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 11928
/proc/meminfo: memFree=972604/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=97840 CPUtime=342.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 148871 0 0 0 33830 400 0 0 25 0 1 0 901827613 100188160 23590 33554432000 4194304 9128323 140733566461888 18446744073709551615 7163269 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 24460 23590 727 1205 0 23251 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97840

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 11930
/proc/meminfo: memFree=956564/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=103460 CPUtime=402.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 150270 0 0 0 39763 467 0 0 25 0 1 0 901827613 105943040 24980 33554432000 4194304 9128323 140733566461888 18446744073709551615 8012585 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 25865 24980 727 1205 0 24656 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103460

[startup+462.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 11931
/proc/meminfo: memFree=949576/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=109744 CPUtime=462.29 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 160051 0 0 0 45695 534 0 0 25 0 1 0 901827613 112377856 26577 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11918/statm: 27436 26577 727 1205 0 26227 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 109744

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 11933
/proc/meminfo: memFree=946428/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=112328 CPUtime=522.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 166775 0 0 0 51634 596 0 0 25 0 1 0 901827613 115023872 27247 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 28082 27247 727 1205 0 26873 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112328

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11934
/proc/meminfo: memFree=930892/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=116900 CPUtime=582.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 169080 0 0 0 57584 646 0 0 25 0 1 0 901827613 119705600 28346 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 29225 28346 727 1205 0 28016 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 116900

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11941
/proc/meminfo: memFree=896268/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=137492 CPUtime=822.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 176784 0 0 0 81386 844 0 0 25 0 1 0 901827613 140791808 33556 33554432000 4194304 9128323 140733566461888 18446744073709551615 7346414 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 34373 33556 727 1205 0 33164 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 137492

[startup+882.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 11942
/proc/meminfo: memFree=883332/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=141460 CPUtime=882.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 177797 0 0 0 87337 893 0 0 25 0 1 0 901827613 144855040 34569 33554432000 4194304 9128323 140733566461888 18446744073709551615 7217983 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 35365 34569 727 1205 0 34156 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 141460

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 11944
/proc/meminfo: memFree=880432/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=143804 CPUtime=942.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 200251 0 0 0 93283 948 0 0 25 0 1 0 901827613 147255296 35173 33554432000 4194304 9128323 140733566461888 18446744073709551615 4792752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 35951 35173 729 1205 0 34742 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 143804

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11946
/proc/meminfo: memFree=877792/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=146940 CPUtime=1002.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 205514 0 0 0 99237 994 0 0 25 0 1 0 901827613 150466560 35961 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 36735 35961 729 1205 0 35526 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 146940

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 11947
/proc/meminfo: memFree=870072/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=152636 CPUtime=1062.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 210340 0 0 0 105190 1040 0 0 25 0 1 0 901827613 156299264 37377 33554432000 4194304 9128323 140733566461888 18446744073709551615 6890131 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 38159 37377 729 1205 0 36950 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 152636

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 11949
/proc/meminfo: memFree=862832/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=159152 CPUtime=1122.3 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 214856 0 0 0 111141 1089 0 0 25 0 1 0 901827613 162971648 39015 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 39788 39015 729 1205 0 38579 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 159152

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 11950
/proc/meminfo: memFree=851016/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=164840 CPUtime=1182.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 226400 0 0 0 117093 1138 0 0 25 0 1 0 901827613 168796160 40435 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 41210 40435 729 1205 0 40001 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 164840

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11952
/proc/meminfo: memFree=832124/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=171600 CPUtime=1242.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 239882 0 0 0 123044 1187 0 0 25 0 1 0 901827613 175718400 42087 33554432000 4194304 9128323 140733566461888 18446744073709551615 6416874 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 42900 42087 729 1205 0 41691 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 171600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11954
/proc/meminfo: memFree=822420/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=178904 CPUtime=1302.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 244109 0 0 0 128994 1237 0 0 25 0 1 0 901827613 183197696 43943 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 44726 43943 729 1205 0 43517 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 178904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11955
/proc/meminfo: memFree=806256/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=183536 CPUtime=1362.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 245259 0 0 0 134942 1289 0 0 25 0 1 0 901827613 187940864 45093 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 45884 45093 729 1205 0 44675 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 183536

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11957
/proc/meminfo: memFree=797412/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=192280 CPUtime=1422.32 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 248642 0 0 0 140894 1338 0 0 25 0 1 0 901827613 196894720 47268 33554432000 4194304 9128323 140733566461888 18446744073709551615 7346483 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 48070 47268 729 1205 0 46861 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 192280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11958
/proc/meminfo: memFree=787336/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=199260 CPUtime=1482.32 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 250363 0 0 0 146848 1384 0 0 25 0 1 0 901827613 204042240 48969 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 49815 48969 729 1205 0 48606 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 199260

[startup+1542.3 s]
/proc/loadavg: 1.61 1.90 1.90 2/172 11985
/proc/meminfo: memFree=1137204/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=205512 CPUtime=1542.32 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 253136 0 0 0 152800 1432 0 0 25 0 1 0 901827613 210444288 50511 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 51378 50511 729 1205 0 50169 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 205512

[startup+1602.3 s]
/proc/loadavg: 1.22 1.74 1.85 2/172 11987
/proc/meminfo: memFree=1128736/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=213920 CPUtime=1602.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 255255 0 0 0 158753 1478 0 0 25 0 1 0 901827613 219054080 52629 33554432000 4194304 9128323 140733566461888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 53480 52629 729 1205 0 52271 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 213920

[startup+1662.3 s]
/proc/loadavg: 1.08 1.60 1.79 2/172 11988
/proc/meminfo: memFree=1113816/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=228996 CPUtime=1662.31 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 259014 0 0 0 164705 1526 0 0 25 0 1 0 901827613 234491904 56345 33554432000 4194304 9128323 140733566461888 18446744073709551615 5089511 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 57249 56345 729 1205 0 56040 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 228996

[startup+1722.3 s]
/proc/loadavg: 1.03 1.49 1.74 2/172 11990
/proc/meminfo: memFree=1104104/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=238652 CPUtime=1722.32 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 261459 0 0 0 170656 1576 0 0 25 0 1 0 901827613 244379648 58790 33554432000 4194304 9128323 140733566461888 18446744073709551615 6509664 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 59663 58790 729 1205 0 58454 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 238652

[startup+1782.3 s]
/proc/loadavg: 1.01 1.40 1.69 2/172 11991
/proc/meminfo: memFree=1098120/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=246732 CPUtime=1782.32 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 262996 0 0 0 176607 1625 0 0 25 0 1 0 901827613 252653568 60318 33554432000 4194304 9128323 140733566461888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11918/statm: 61683 60318 732 1205 0 60474 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 246732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.38 1.68 2/172 11992
/proc/meminfo: memFree=1095264/32950928 swapFree=67050636/67111528
[pid=11918] ppid=11916 vsize=249136 CPUtime=1800.02 cores=0,2,4,6
/proc/11918/stat : 11918 (scip-2.0.1.4.li) R 11916 11918 10203 0 -1 4202496 263614 0 0 0 178364 1638 0 0 25 0 1 0 901827613 255115264 60932 33554432000 4194304 9128323 140733566461888 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11918/statm: 62284 60932 731 1205 0 61075 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 249136

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.04
CPU user time (s): 1783.64
CPU system time (s): 16.4005
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 249136

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

runsolver used 2.6626 second user time and 5.59715 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 20:11:29
IDJOB=3447937
IDBENCH=79393
IDSOLVER=1944
FILE ID=node126/3447937-1307902289
RUNJOBID= node126-1307898939-11560
PBS_JOBID= 13559580
Free space on /var/tmp= 2880 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-jnh04_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-3447937-1307902289/watcher-3447937-1307902289 -o /var/tmp/evaluation-result-3447937-1307902289/solver-3447937-1307902289 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447937-1307902289.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 54ef51abb9454409d6f66c5b853cdf79
RANDOM SEED=1826356373

node126.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.783
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.56
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.783
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	: 5332.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1083264 kB
Buffers:         52704 kB
Cached:       30594604 kB
SwapCached:      14604 kB
Active:       16008196 kB
Inactive:     14899140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1083264 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:           12440 kB
Writeback:           0 kB
AnonPages:      257816 kB
Mapped:          12380 kB
Slab:           894760 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   460308 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= 2880 MiB
End job on node126 at 2011-06-12 20:41:31