Trace number 3447941

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.29 1800.27

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447941-1307902301.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/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.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1000 implications, 0 cliques
0.01/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.06	c     800 constraints of type <linear>
0.01/0.06	c     800 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 394238
0.01/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.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |4703k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   153 |     - |5772k|   0 |  66 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   595 |     - |6575k|   0 |  63 |1700 |2400 |1700 | 833 |  33 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   795 |     - |7248k|   0 |  73 |1700 |2400 |1700 | 876 |  76 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   886 |     - |9717k|   0 |  84 |1700 |2400 |1700 | 900 | 100 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   938 |     - |  11M|   0 |  86 |1700 |2400 |1700 | 911 | 111 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |   971 |     - |  12M|   0 |  87 |1700 |2400 |1700 | 916 | 116 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  1009 |     - |  13M|   0 |  92 |1700 |2400 |1700 | 924 | 124 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.89/1.98	c   2.0s|     1 |     2 |  1009 |     - |  13M|   0 |  92 |1700 |2400 |1700 | 924 | 124 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
7.79/7.81	o 9186
7.79/7.81	c * 7.8s|   157 |   156 |  6732 |  36.7 |  14M|  60 |   - |1700 |2400 |1700 | 997 | 253 |   0 |1001 | 0.000000e+00 | 9.186000e+03 |    Inf 
12.39/12.46	o 4872
12.39/12.46	c *12.5s|   903 |   885 | 31912 |  34.3 |  17M|  64 |   - |1700 |2400 |1700 | 976 |1479 |   0 |1599 | 0.000000e+00 | 4.872000e+03 |    Inf 
43.90/43.93	o 4205
43.90/43.93	c *43.9s|  7573 |  7320 |276622 |  36.4 |  25M|  64 |   - |1700 |2479 |1700 | 968 |  10k|  81 |2266 | 0.000000e+00 | 4.205000e+03 |    Inf 
58.50/58.54	c  58.5s| 10000 |  9449 |374765 |  37.4 |  28M|  64 |  10 |1700 |2583 |1700 | 931 |  17k| 188 |2505 | 0.000000e+00 | 4.205000e+03 |    Inf 
72.09/72.17	o 4037
72.09/72.17	c *72.2s| 12482 | 11733 |467676 |  37.4 |  30M|  64 |   - |1700 |2634 |1700 | 961 |  23k| 241 |2883 | 0.000000e+00 | 4.037000e+03 |    Inf 
117.49/117.56	c   118s| 20000 | 18235 |762157 |  38.1 |  38M|  64 |  15 |1700 |2946 |1700 | 941 |  42k| 628 |4384 | 0.000000e+00 | 4.037000e+03 |    Inf 
135.80/135.85	o 2877
135.80/135.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.80/135.85	c * 136s| 22869 | 19114 |878924 |  38.4 |  38M|  64 |   - |1700 |3021 |1700 | 958 |  51k| 803 |4886 | 0.000000e+00 | 2.877000e+03 |    Inf 
135.80/135.87	o 2685
135.80/135.87	c * 136s| 22870 | 18552 |878991 |  38.4 |  38M|  64 |   - |1700 |3021 |1700 | 955 |  51k| 803 |4886 | 0.000000e+00 | 2.685000e+03 |    Inf 
178.50/178.57	c   179s| 30000 | 22670 |  1144k|  38.1 |  44M|  64 |  19 |1700 |3120 |1700 | 932 |  68k|1996 |5857 | 0.000000e+00 | 2.685000e+03 |    Inf 
238.00/238.02	c   238s| 40000 | 28252 |  1513k|  37.8 |  52M|  64 |   7 |1700 |2750 |1700 | 932 |  94k|3800 |7079 | 0.000000e+00 | 2.685000e+03 |    Inf 
297.09/297.11	c   297s| 50000 | 34121 |  1884k|  37.7 |  61M|  64 |   5 |1700 |2649 |1700 | 886 | 121k|5543 |8194 | 0.000000e+00 | 2.685000e+03 |    Inf 
329.50/329.59	o 2511
329.50/329.59	c * 330s| 55390 | 36330 |  2080k|  37.5 |  64M|  64 |   - |1700 |2694 |1700 | 959 | 136k|6587 |8762 | 0.000000e+00 | 2.511000e+03 |    Inf 
349.30/349.35	o 2444
349.30/349.35	c * 349s| 58711 | 37691 |  2201k|  37.5 |  66M|  64 |   - |1700 |2641 |1700 | 946 | 144k|7253 |9135 | 0.000000e+00 | 2.444000e+03 |    Inf 
357.19/357.20	c   357s| 60000 | 38291 |  2247k|  37.4 |  67M|  64 |   - |1700 |2687 |1700 | 930 | 148k|7511 |9258 | 0.000000e+00 | 2.444000e+03 |    Inf 
405.69/405.77	o 2202
405.69/405.77	c * 406s| 67920 | 40767 |  2539k|  37.4 |  71M|  64 |   - |1700 |2723 |1700 | 957 | 170k|9165 |  10k| 0.000000e+00 | 2.202000e+03 |    Inf 
418.10/418.16	c   418s| 70000 | 41557 |  2611k|  37.3 |  72M|  64 |   3 |1700 |2722 |1700 | 918 | 176k|9722 |  10k| 0.000000e+00 | 2.202000e+03 |    Inf 
425.70/425.76	o 2087
425.70/425.76	c * 426s| 71223 | 41537 |  2659k|  37.3 |  72M|  64 |   - |1700 |2725 |1700 | 944 | 179k|9967 |  10k| 0.000000e+00 | 2.087000e+03 |    Inf 
472.30/472.34	o 2079
472.30/472.34	c * 472s| 78601 | 44568 |  2945k|  37.5 |  78M|  64 |   - |1700 |2778 |1700 | 955 | 199k|  11k|  11k| 0.000000e+00 | 2.079000e+03 |    Inf 
480.09/480.19	c   480s| 80000 | 45136 |  2991k|  37.4 |  79M|  64 |  13 |1700 |2746 |1700 | 924 | 203k|  12k|  11k| 0.000000e+00 | 2.079000e+03 |    Inf 
539.10/539.14	c   539s| 90000 | 48975 |  3357k|  37.3 |  85M|  64 |   - |1700 |2809 |1700 | 934 | 228k|  14k|  11k| 0.000000e+00 | 2.079000e+03 |    Inf 
599.30/599.37	c   599s|100000 | 52497 |  3726k|  37.3 |  90M|  64 |   - |1700 |2715 |1700 | 944 | 255k|  16k|  12k| 0.000000e+00 | 2.079000e+03 |    Inf 
652.31/652.38	o 1839
652.31/652.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.31/652.38	c * 652s|108866 | 53524 |  4042k|  37.1 |  90M|  64 |   - |1700 |2769 |1700 | 940 | 279k|  19k|  13k| 0.000000e+00 | 1.839000e+03 |    Inf 
659.00/659.01	c   659s|110000 | 53879 |  4082k|  37.1 |  91M|  64 |   5 |1700 |2776 |1700 | 926 | 281k|  19k|  13k| 0.000000e+00 | 1.839000e+03 |    Inf 
718.70/718.71	c   719s|120000 | 57292 |  4454k|  37.1 |  98M|  64 |   6 |1700 |2784 |1700 | 934 | 306k|  22k|  13k| 0.000000e+00 | 1.839000e+03 |    Inf 
778.00/778.02	c   778s|130000 | 60403 |  4816k|  37.0 | 104M|  64 |   - |1700 |2725 |1700 | 930 | 330k|  25k|  14k| 0.000000e+00 | 1.839000e+03 |    Inf 
837.20/837.20	c   837s|140000 | 63574 |  5181k|  37.0 | 111M|  64 |   8 |1700 |2784 |1700 | 918 | 355k|  28k|  15k| 0.000000e+00 | 1.839000e+03 |    Inf 
898.51/898.52	c   899s|150000 | 66673 |  5559k|  37.1 | 117M|  64 |   - |1700 |2838 |   0 |   0 | 380k|  31k|  15k| 0.000000e+00 | 1.839000e+03 |    Inf 
956.80/956.83	c   957s|160000 | 70095 |  5895k|  36.8 | 124M|  64 |   7 |1700 |2855 |1700 | 895 | 407k|  34k|  16k| 0.000000e+00 | 1.839000e+03 |    Inf 
993.00/993.03	o 1731
993.00/993.03	c * 993s|166007 | 71045 |  6094k|  36.7 | 124M|  64 |   - |1700 |2960 |1700 | 915 | 425k|  36k|  16k| 0.000000e+00 | 1.731000e+03 |    Inf 
993.20/993.24	o 1679
993.20/993.24	c * 993s|166032 | 70314 |  6095k|  36.7 | 123M|  64 |   - |1700 |2960 |1700 | 918 | 425k|  36k|  16k| 0.000000e+00 | 1.679000e+03 |    Inf 
1015.81/1015.87	c  1016s|170000 | 71422 |  6219k|  36.6 | 125M|  64 |  10 |1700 |3052 |1700 | 919 | 435k|  37k|  16k| 0.000000e+00 | 1.679000e+03 |    Inf 
1071.91/1071.97	c  1072s|180000 | 74643 |  6523k|  36.2 | 133M|  64 |   - |1700 |3319 |1700 | 912 | 462k|  41k|  17k| 0.000000e+00 | 1.679000e+03 |    Inf 
1128.61/1128.67	o 1461
1128.61/1128.67	c *1129s|189985 | 74147 |  6857k|  36.1 | 134M|  64 |   - |1700 |2841 |1700 | 945 | 486k|  45k|  17k| 0.000000e+00 | 1.461000e+03 |    Inf 
1128.71/1128.76	c  1129s|190000 | 74156 |  6857k|  36.1 | 134M|  64 |  14 |1700 |2844 |1700 | 927 | 486k|  46k|  17k| 0.000000e+00 | 1.461000e+03 |    Inf 
1184.21/1184.29	c  1184s|200000 | 76642 |  7174k|  35.9 | 141M|  64 |  12 |1700 |2898 |1700 | 918 | 509k|  50k|  18k| 0.000000e+00 | 1.461000e+03 |    Inf 
1242.31/1242.33	c  1242s|210000 | 78952 |  7498k|  35.7 | 148M|  64 |   5 |1700 |3020 |1700 | 919 | 535k|  54k|  18k| 0.000000e+00 | 1.461000e+03 |    Inf 
1297.81/1297.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.81/1297.83	c  1298s|220000 | 81644 |  7807k|  35.5 | 156M|  64 |  26 |1700 |3195 |1700 | 886 | 560k|  59k|  19k| 0.000000e+00 | 1.461000e+03 |    Inf 
1355.51/1355.51	c  1356s|230000 | 83877 |  8124k|  35.3 | 163M|  64 |   4 |1700 |3120 |1700 | 916 | 585k|  64k|  19k| 0.000000e+00 | 1.461000e+03 |    Inf 
1414.31/1414.36	c  1414s|240000 | 86467 |  8436k|  35.1 | 169M|  64 |   4 |1700 |3403 |1700 | 887 | 615k|  68k|  20k| 0.000000e+00 | 1.461000e+03 |    Inf 
1473.92/1473.98	c  1474s|250000 | 88806 |  8755k|  35.0 | 175M|  64 |   7 |1700 |3286 |1700 | 898 | 644k|  73k|  20k| 0.000000e+00 | 1.461000e+03 |    Inf 
1528.91/1528.94	c  1529s|260000 | 91192 |  9058k|  34.8 | 183M|  64 |  15 |1700 |3169 |1700 | 886 | 668k|  77k|  20k| 0.000000e+00 | 1.461000e+03 |    Inf 
1587.61/1587.61	c  1588s|270000 | 93397 |  9374k|  34.7 | 189M|  64 |   3 |1700 |3097 |1700 | 892 | 696k|  82k|  21k| 0.000000e+00 | 1.461000e+03 |    Inf 
1646.21/1646.20	c  1646s|280000 | 96130 |  9698k|  34.6 | 197M|  64 |   - |1700 |3215 |1700 | 895 | 723k|  87k|  21k| 0.000000e+00 | 1.461000e+03 |    Inf 
1708.81/1708.81	c  1709s|290000 | 98262 | 10021k|  34.6 | 203M|  64 |   8 |1700 |3049 |1700 | 918 | 755k|  91k|  22k| 0.000000e+00 | 1.461000e+03 |    Inf 
1768.22/1768.24	c  1768s|300000 |100351 | 10331k|  34.4 | 210M|  64 |  13 |1700 |3235 |1700 | 921 | 784k|  96k|  22k| 0.000000e+00 | 1.461000e+03 |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 305609
1800.02/1800.00	c Primal Bound       : +1.46100000000000e+03 (114 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s SATISFIABLE
1800.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.04 (included in solving)
1800.02/1800.00	c   reading          :       0.01 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3447941-1307902301.wbo
1800.02/1800.00	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 901 initial, 901 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3447941-1307902301.wbo
1800.02/1800.00	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 1600 initial, 3567 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0    1010438          0      10740          0        237        903          0          0     421150
1800.02/1800.00	c   varbound         :          0+         6     905516     798957          2          0      84302          8    4741549     799057          0          0
1800.02/1800.00	c   linear           :        800          6     905709         15          0      10737     380604      38290    1364289          0          0          0
1800.02/1800.00	c   indicator        :        800          0     867419     798957          0      10734     138240          0     175493          0          0          0
1800.02/1800.00	c   logicor          :          0+         0     433445          0          0          0      96412       9947     179349          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0         15          2        101          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :      47.15       0.00       0.00      47.14       0.00       0.01       0.00
1800.02/1800.00	c   varbound         :      29.96       0.00      18.42      11.51       0.00       0.00       0.03
1800.02/1800.00	c   linear           :      17.76       0.00      16.82       0.00       0.00       0.62       0.32
1800.02/1800.00	c   indicator        :      66.27       0.02      15.78      44.57       0.00       5.86       0.04
1800.02/1800.00	c   logicor          :       4.90       0.00       4.78       0.00       0.00       0.00       0.12
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :     433241     195181         43   24215976
1800.02/1800.00	c   rootredcost      :         15          0          0          0
1800.02/1800.00	c   pseudoobj        :     933894     108521      28377    4741543
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :      52.56      52.50       0.07
1800.02/1800.00	c   rootredcost      :       0.23       0.23       0.00
1800.02/1800.00	c   pseudoobj        :      19.00      18.03       0.97
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       2.19      76665      73073     104264       16.3       1270        9.7          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -      99078       15.5          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          5          -          -         21          -    (maximal pool size: 1680)
1800.02/1800.00	c   redcost          :      45.80     636956          0   24177529          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.33          6          0          0       1237          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.30          6          0          0       2202          0
1800.02/1800.00	c   cmir             :       0.09          6          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.05          6          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :      46.76     211481        237        903          0          0     421150
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.03          -         15
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       0.17         15          0
1800.02/1800.00	c   crossover        :       1.31         47          0
1800.02/1800.00	c   linesearchdiving :       9.38       1265          0
1800.02/1800.00	c   guideddiving     :       8.82       1265          0
1800.02/1800.00	c   coefdiving       :       9.15       1265          0
1800.02/1800.00	c   objpscostdiving  :       8.48        633          0
1800.02/1800.00	c   rootsoldiving    :       8.40        633          0
1800.02/1800.00	c   pscostdiving     :       8.55       1266          0
1800.02/1800.00	c   fracdiving       :       8.66       1266          0
1800.02/1800.00	c   veclendiving     :       8.48       1266          0
1800.02/1800.00	c   trivial          :       0.00          2          1
1800.02/1800.00	c   shiftandpropagate:       0.00          0          0
1800.02/1800.00	c   simplerounding   :       0.71     243222          0
1800.02/1800.00	c   zirounding       :       0.12       1000          0
1800.02/1800.00	c   rounding         :       0.69       6946          0
1800.02/1800.00	c   shifting         :       1.75       2155          0
1800.02/1800.00	c   intshifting      :       0.01          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.01          0          0
1800.02/1800.00	c   clique           :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.02          1          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.05          0          0
1800.02/1800.00	c   trysol           :       0.32      10622         98
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       4.39          0          0       0.00       0.00
1800.02/1800.00	c   dual LP          :    1141.35    1121876   10032814       8.94    8790.34
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:      49.01      39372     470755      11.96    9605.84
1800.02/1800.00	c   strong branching :      43.90      22777     357444      15.69    8142.70
1800.02/1800.00	c     (at root node) :          -         33       9812     297.33          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :     305609
1800.02/1800.00	c   nodes (total)    :     305609
1800.02/1800.00	c   nodes left       :     101653
1800.02/1800.00	c   max depth        :         64
1800.02/1800.00	c   max depth (total):         64
1800.02/1800.00	c   backtracks       :      49243 (16.1%)
1800.02/1800.00	c   delayed cutoffs  :       1631
1800.02/1800.00	c   repropagations   :      47721 (412411 domain reductions, 1055 cutoffs)
1800.02/1800.00	c   avg switch length:       5.11
1800.02/1800.00	c   switching time   :      54.88
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        114 (16 improvements)
1800.02/1800.00	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.02/1800.00	c   Primal Bound     : +1.46100000000000e+03   (in run 1, after 189985 nodes, 1128.67 seconds, depth 38, found by <relaxation>)
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :       1009
1800.21/1800.26	c Time complete: 1800.28.

Verifier Data

OK	1461

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-3447941-1307902301/watcher-3447941-1307902301 -o /tmp/evaluation-result-3447941-1307902301/solver-3447941-1307902301 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447941-1307902301.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.07 2.02 1.99 2/172 3581
/proc/meminfo: memFree=28835996/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 1540 0 0 0 0 0 0 0 25 0 1 0 901829731 10362880 1493 33554432000 4194304 9128323 140734798742800 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3581/statm: 2530 1493 399 1205 0 1321 0

[startup+0.0216271 s]
/proc/loadavg: 2.07 2.02 1.99 2/172 3581
/proc/meminfo: memFree=28835996/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=19940 CPUtime=0.01 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 3728 0 0 0 1 0 0 0 25 0 1 0 901829731 20418560 3680 33554432000 4194304 9128323 140734798742800 18446744073709551615 8012154 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 4985 3681 474 1205 0 3776 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19940

[startup+0.100587 s]
/proc/loadavg: 2.07 2.02 1.99 2/172 3581
/proc/meminfo: memFree=28835996/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=27256 CPUtime=0.09 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 6041 0 0 0 9 0 0 0 25 0 1 0 901829731 27910144 5710 33554432000 4194304 9128323 140734798742800 18446744073709551615 4312148 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 6814 5710 655 1205 0 5605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.300585 s]
/proc/loadavg: 2.07 2.02 1.99 2/172 3581
/proc/meminfo: memFree=28835996/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=44600 CPUtime=0.29 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 11461 0 0 0 28 1 0 0 25 0 1 0 901829731 45670400 10071 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 11150 10071 712 1205 0 9941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44600

[startup+0.700529 s]
/proc/loadavg: 2.07 2.02 1.99 2/172 3581
/proc/meminfo: memFree=28835996/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=53456 CPUtime=0.69 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 13533 0 0 0 68 1 0 0 25 0 1 0 901829731 54738944 12143 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 13364 12143 712 1205 0 12155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53456

[startup+1.5004 s]
/proc/loadavg: 2.07 2.02 1.99 3/173 3582
/proc/meminfo: memFree=28789652/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=65560 CPUtime=1.49 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 16235 0 0 0 146 3 0 0 25 0 1 0 901829731 67133440 14845 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16390 14845 719 1205 0 15181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65560

[startup+3.10106 s]
/proc/loadavg: 2.07 2.02 1.99 3/173 3582
/proc/meminfo: memFree=28778620/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=65624 CPUtime=3.09 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 16242 0 0 0 305 4 0 0 25 0 1 0 901829731 67198976 14852 33554432000 4194304 9128323 140734798742800 18446744073709551615 7361791 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16406 14852 719 1205 0 15197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65624

[startup+6.30057 s]
/proc/loadavg: 2.07 2.02 1.99 3/173 3582
/proc/meminfo: memFree=28777072/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=65624 CPUtime=6.29 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 16242 0 0 0 621 8 0 0 25 0 1 0 901829731 67198976 14852 33554432000 4194304 9128323 140734798742800 18446744073709551615 7343061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16406 14852 719 1205 0 15197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65624

[startup+12.7005 s]
/proc/loadavg: 2.20 2.05 2.00 3/173 3582
/proc/meminfo: memFree=28776284/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=65624 CPUtime=12.69 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 16327 0 0 0 1255 14 0 0 25 0 1 0 901829731 67198976 14937 33554432000 4194304 9128323 140734798742800 18446744073709551615 4232496 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16406 14937 727 1205 0 15197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65624

[startup+25.5003 s]
/proc/loadavg: 2.17 2.05 2.00 3/173 3582
/proc/meminfo: memFree=28763264/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=64252 CPUtime=25.49 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 24003 0 0 0 2520 29 0 0 25 0 1 0 901829731 65794048 14904 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16063 14904 727 1205 0 14854 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64252

[startup+51.101 s]
/proc/loadavg: 2.11 2.04 2.00 3/173 3584
/proc/meminfo: memFree=28765108/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=67912 CPUtime=51.09 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 34254 0 0 0 5054 55 0 0 25 0 1 0 901829731 69541888 15817 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 16978 15817 727 1205 0 15769 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67912

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 2.00 3/173 3584
/proc/meminfo: memFree=28745080/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=78136 CPUtime=102.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 54038 0 0 0 10120 110 0 0 25 0 1 0 901829731 80011264 18402 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 19534 18402 727 1205 0 18325 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78136

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 3586
/proc/meminfo: memFree=28730068/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=84292 CPUtime=162.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 71773 0 0 0 16063 167 0 0 25 0 1 0 901829731 86315008 19959 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 21073 19959 727 1205 0 19864 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 84292

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/173 3588
/proc/meminfo: memFree=28709852/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=94572 CPUtime=222.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 80702 0 0 0 22009 221 0 0 25 0 1 0 901829731 96841728 22543 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 23643 22543 727 1205 0 22434 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94572

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 3590
/proc/meminfo: memFree=28689620/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=103952 CPUtime=282.29 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 83088 0 0 0 27955 274 0 0 25 0 1 0 901829731 106446848 24926 33554432000 4194304 9128323 140734798742800 18446744073709551615 6712964 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 25988 24926 727 1205 0 24779 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103952

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 3592
/proc/meminfo: memFree=28669276/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=113756 CPUtime=342.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 96187 0 0 0 33903 327 0 0 25 0 1 0 901829731 116486144 27388 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 28439 27388 727 1205 0 27230 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113756

[startup+402.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/173 3592
/proc/meminfo: memFree=28654876/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=120016 CPUtime=402.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 116772 0 0 0 39845 385 0 0 25 0 1 0 901829731 122896384 28975 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 30004 28975 730 1205 0 28795 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 120016

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 3594
/proc/meminfo: memFree=28636892/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=126324 CPUtime=462.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 135264 0 0 0 45788 442 0 0 25 0 1 0 901829731 129355776 30535 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 31581 30535 730 1205 0 30372 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126324

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3596
/proc/meminfo: memFree=28618152/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=136120 CPUtime=522.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 151833 0 0 0 51734 496 0 0 25 0 1 0 901829731 139386880 33013 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 34030 33013 730 1205 0 32821 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136120

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3598
/proc/meminfo: memFree=28602644/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=141384 CPUtime=582.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 154225 0 0 0 57678 552 0 0 25 0 1 0 901829731 144777216 34332 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 35346 34332 730 1205 0 34137 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 141384

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3606
/proc/meminfo: memFree=28524092/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=173736 CPUtime=882.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 177366 0 0 0 87398 833 0 0 25 0 1 0 901829731 177905664 42005 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 43434 42005 731 1205 0 42225 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 173736

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3608
/proc/meminfo: memFree=28506112/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=181512 CPUtime=942.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 179293 0 0 0 93350 880 0 0 25 0 1 0 901829731 185868288 43920 33554432000 4194304 9128323 140734798742800 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 45378 43920 731 1205 0 44169 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 181512

[startup+1002.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/173 3608
/proc/meminfo: memFree=28487372/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=188760 CPUtime=1002.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 187194 0 0 0 99299 932 0 0 25 0 1 0 901829731 193290240 45739 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 47190 45739 729 1205 0 45981 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 188760

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/173 3610
/proc/meminfo: memFree=28472236/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=194920 CPUtime=1062.3 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 192720 0 0 0 105248 982 0 0 25 0 1 0 901829731 199598080 47305 33554432000 4194304 9128323 140734798742800 18446744073709551615 7343074 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 48730 47305 729 1205 0 47521 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 194920

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 3612
/proc/meminfo: memFree=28454248/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=203568 CPUtime=1122.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 195997 0 0 0 111195 1036 0 0 25 0 1 0 901829731 208453632 49485 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 50892 49485 729 1205 0 49683 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 203568

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 3614
/proc/meminfo: memFree=28438364/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=207544 CPUtime=1182.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 207606 0 0 0 117133 1098 0 0 25 0 1 0 901829731 212525056 50469 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 51886 50469 729 1205 0 50677 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 207544

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 3616
/proc/meminfo: memFree=28420868/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=215644 CPUtime=1242.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 210681 0 0 0 123077 1154 0 0 25 0 1 0 901829731 220819456 52467 33554432000 4194304 9128323 140734798742800 18446744073709551615 6712766 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 53911 52467 729 1205 0 52702 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 215644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3616
/proc/meminfo: memFree=28401632/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=225324 CPUtime=1302.32 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 216016 0 0 0 129030 1202 0 0 25 0 1 0 901829731 230731776 54911 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 56331 54911 729 1205 0 55122 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 225324

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3618
/proc/meminfo: memFree=28379792/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=234612 CPUtime=1362.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 218344 0 0 0 134982 1249 0 0 25 0 1 0 901829731 240242688 57223 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 58653 57223 729 1205 0 57444 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 234612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3620
/proc/meminfo: memFree=28360812/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=242760 CPUtime=1422.32 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 223218 0 0 0 140934 1298 0 0 25 0 1 0 901829731 248586240 59273 33554432000 4194304 9128323 140734798742800 18446744073709551615 7191228 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 60690 59273 729 1205 0 59481 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 242760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3622
/proc/meminfo: memFree=28343556/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=252548 CPUtime=1482.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 225686 0 0 0 146885 1346 0 0 25 0 1 0 901829731 258609152 61710 33554432000 4194304 9128323 140734798742800 18446744073709551615 7217024 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 63137 61710 729 1205 0 61928 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 252548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3624
/proc/meminfo: memFree=28324080/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=260760 CPUtime=1542.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 227747 0 0 0 152837 1394 0 0 25 0 1 0 901829731 267018240 63748 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 65190 63748 729 1205 0 63981 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 260760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3624
/proc/meminfo: memFree=28304596/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=271088 CPUtime=1602.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 230358 0 0 0 158789 1442 0 0 25 0 1 0 901829731 277594112 66358 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 67772 66358 729 1205 0 66563 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 271088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3626
/proc/meminfo: memFree=28289340/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=277612 CPUtime=1662.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 231939 0 0 0 164740 1491 0 0 25 0 1 0 901829731 284274688 67926 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 69403 67926 729 1205 0 68194 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 277612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3628
/proc/meminfo: memFree=28271348/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=286012 CPUtime=1722.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 235060 0 0 0 170690 1541 0 0 25 0 1 0 901829731 292876288 69999 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 71503 69999 729 1205 0 70294 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 286012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 3630
/proc/meminfo: memFree=28256084/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=292032 CPUtime=1782.31 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 236546 0 0 0 176642 1589 0 0 25 0 1 0 901829731 299040768 71477 33554432000 4194304 9128323 140734798742800 18446744073709551615 4207183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 73008 71477 729 1205 0 71799 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 292032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.85 1.97 1.99 2/167 3655
/proc/meminfo: memFree=28604236/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=294760 CPUtime=1800.02 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 237281 0 0 0 178399 1603 0 0 25 0 1 0 901829731 301834240 72207 33554432000 4194304 9128323 140734798742800 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3581/statm: 73690 72207 729 1205 0 72481 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 294760

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

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

[startup+1800.2 s]
/proc/loadavg: 1.85 1.97 1.99 2/167 3655
/proc/meminfo: memFree=28604236/32951132 swapFree=67061148/67111528
[pid=3581] ppid=3579 vsize=294760 CPUtime=1800.21 cores=0,2,4,6
/proc/3581/stat : 3581 (scip-2.0.1.4.li) R 3579 3581 2091 0 -1 4202496 237283 0 0 0 178418 1603 0 0 25 0 1 0 901829731 301834240 72209 33554432000 4194304 9128323 140734798742800 18446744073709551615 4219351 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3581/statm: 73690 72209 731 1205 0 72481 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 294760

Child status: 0
Real time (s): 1800.27
CPU time (s): 1800.29
CPU user time (s): 1784.24
CPU system time (s): 16.0456
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 294760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.24
system time used= 16.0456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2672

runsolver used 2.6376 second user time and 5.55715 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 20:11:41
IDJOB=3447941
IDBENCH=79397
IDSOLVER=1944
FILE ID=node129/3447941-1307902301
RUNJOBID= node129-1307897167-2527
PBS_JOBID= 13559577
Free space on /tmp= 74044 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-jnh215_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 /tmp/evaluation-result-3447941-1307902301/watcher-3447941-1307902301 -o /tmp/evaluation-result-3447941-1307902301/solver-3447941-1307902301 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447941-1307902301.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f6fb73f0a02abbaaed6c5aa05fa83af7
RANDOM SEED=185899682

node129.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.831
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.66
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.831
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.83
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.831
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.75
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.74
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.75
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28836424 kB
Buffers:        447272 kB
Cached:        3322532 kB
SwapCached:      13132 kB
Active:        1208260 kB
Inactive:      2623444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28836424 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           24356 kB
Writeback:           4 kB
AnonPages:       59244 kB
Mapped:          11972 kB
Slab:           220668 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   223864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node129 at 2011-06-12 20:41:43