Trace number 3447967

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.05 1800.23

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh303_wcsp.wbo
MD5SUM7000a06966de2ad9f6a697139e04f737
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark351
Best CPU time to get the best result obtained on this benchmark0.45793
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
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-3447967-1307902635.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 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, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.4
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
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 |     - |5211k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   129 |     - |6419k|   0 |  73 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   488 |     - |9145k|   0 |  76 |1900 |2700 |1900 | 927 |  27 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   610 |     - |9227k|   0 |  85 |1900 |2700 |1900 | 956 |  56 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.50	c   0.5s|     1 |     0 |   771 |     - |  10M|   0 |  78 |1900 |2700 |1900 | 969 |  69 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.60	c   0.6s|     1 |     0 |   822 |     - |  10M|   0 |  83 |1900 |2700 |1900 | 985 |  85 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   856 |     - |  12M|   0 |  86 |1900 |2700 |1900 | 992 |  92 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   885 |     - |  15M|   0 |  86 |1900 |2700 |1900 | 994 |  94 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.39/1.49	c   1.5s|     1 |     2 |   885 |     - |  15M|   0 |  86 |1900 |2700 |1900 | 994 |  94 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
8.20/8.25	o 13058
8.20/8.25	c * 8.3s|   308 |   307 | 14491 |  44.3 |  17M|  60 |   - |1900 |2700 |1900 |1077 | 408 |   0 | 925 | 0.000000e+00 | 1.305800e+04 |    Inf 
52.89/52.98	c  53.0s| 10000 |  9999 |382224 |  38.1 |  30M|  60 |  37 |1900 |2700 |1900 | 985 |  16k|   0 |2040 | 0.000000e+00 | 1.305800e+04 |    Inf 
106.29/106.37	c   106s| 20000 | 19999 |773586 |  38.6 |  41M|  60 |  17 |1900 |2700 |1900 | 990 |  41k|   0 |3837 | 0.000000e+00 | 1.305800e+04 |    Inf 
140.49/140.51	o 6132
140.49/140.51	c * 141s| 25441 | 25102 |  1014k|  39.8 |  47M|  60 |   - |1900 |2700 |1900 |1062 |  58k|   0 |5194 | 0.000000e+00 | 6.132000e+03 |    Inf 
141.09/141.12	o 4236
141.09/141.12	c * 141s| 25488 | 23559 |  1016k|  39.8 |  46M|  60 |   - |1900 |2702 |1900 |1046 |  59k|   2 |5275 | 0.000000e+00 | 4.236000e+03 |    Inf 
171.89/171.92	c   172s| 30000 | 27260 |  1210k|  40.3 |  51M|  60 |  19 |1900 |3098 |1900 | 971 |  76k| 398 |5959 | 0.000000e+00 | 4.236000e+03 |    Inf 
231.89/231.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.89/231.93	c   232s| 40000 | 36155 |  1640k|  41.0 |  62M|  60 |   6 |1900 |3730 |1900 |1000 | 103k|1159 |7485 | 0.000000e+00 | 4.236000e+03 |    Inf 
243.80/243.82	o 4032
243.80/243.82	c * 244s| 42105 | 37391 |  1719k|  40.8 |  63M|  60 |   - |1900 |3877 |1900 |1063 | 109k|1428 |7758 | 0.000000e+00 | 4.032000e+03 |    Inf 
245.20/245.26	o 4006
245.20/245.26	c * 245s| 42279 | 37378 |  1726k|  40.8 |  63M|  60 |   - |1900 |3880 |1900 |1043 | 110k|1453 |7822 | 0.000000e+00 | 4.006000e+03 |    Inf 
247.59/247.63	o 3689
247.59/247.63	c * 248s| 42596 | 36397 |  1739k|  40.8 |  63M|  60 |   - |1900 |3866 |1900 |1044 | 112k|1494 |7916 | 0.000000e+00 | 3.689000e+03 |    Inf 
247.59/247.64	o 3487
247.59/247.64	c * 248s| 42597 | 35186 |  1739k|  40.8 |  62M|  60 |   - |1900 |3865 |1900 |1044 | 112k|1494 |7916 | 0.000000e+00 | 3.487000e+03 |    Inf 
253.30/253.34	o 3129
253.30/253.34	c * 253s| 43391 | 32668 |  1776k|  40.9 |  59M|  60 |   - |1900 |3860 |1900 |1028 | 115k|1595 |8055 | 0.000000e+00 | 3.129000e+03 |    Inf 
254.00/254.07	o 3088
254.00/254.07	c * 254s| 43486 | 32325 |  1780k|  40.9 |  59M|  60 |   - |1900 |3858 |1900 |1053 | 115k|1612 |8065 | 0.000000e+00 | 3.088000e+03 |    Inf 
270.80/270.87	o 3050
270.80/270.87	c * 271s| 46373 | 33897 |  1892k|  40.8 |  61M|  60 |   - |1900 |3852 |1900 |1045 | 123k|2161 |8346 | 0.000000e+00 | 3.050000e+03 |    Inf 
291.89/291.99	c   292s| 50000 | 36247 |  2028k|  40.6 |  64M|  60 |  15 |1900 |3637 |1900 | 981 | 134k|2885 |8773 | 0.000000e+00 | 3.050000e+03 |    Inf 
301.49/301.52	o 3045
301.49/301.52	c * 302s| 51601 | 37240 |  2090k|  40.5 |  66M|  60 |   - |1900 |3526 |1900 |1046 | 139k|3193 |8964 | 0.000000e+00 | 3.045000e+03 |    Inf 
333.39/333.49	o 2750
333.39/333.49	c * 333s| 57028 | 37430 |  2301k|  40.3 |  67M|  60 |   - |1900 |3246 |1900 |1036 | 155k|4268 |9575 | 0.000000e+00 | 2.750000e+03 |    Inf 
350.39/350.49	c   350s| 60000 | 39274 |  2409k|  40.1 |  69M|  60 |   - |1900 |3209 |1900 |1027 | 164k|4860 |9782 | 0.000000e+00 | 2.750000e+03 |    Inf 
410.59/410.64	c   411s| 70000 | 44812 |  2779k|  39.7 |  77M|  60 |   6 |1900 |3129 |1900 | 976 | 198k|7180 |  10k| 0.000000e+00 | 2.750000e+03 |    Inf 
468.60/468.65	c   469s| 80000 | 50466 |  3144k|  39.3 |  84M|  60 |   4 |1900 |3098 |1900 | 992 | 230k|9503 |  11k| 0.000000e+00 | 2.750000e+03 |    Inf 
526.20/526.28	c   526s| 90000 | 55835 |  3511k|  39.0 |  91M|  60 |   8 |1900 |3081 |1900 |1027 | 262k|  11k|  12k| 0.000000e+00 | 2.750000e+03 |    Inf 
530.80/530.90	o 2588
530.80/530.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.80/530.90	c * 531s| 90891 | 54604 |  3543k|  39.0 |  90M|  60 |   - |1900 |3125 |1900 |1054 | 264k|  12k|  12k| 0.000000e+00 | 2.588000e+03 |    Inf 
582.30/582.38	c   582s|100000 | 59498 |  3877k|  38.8 |  97M|  60 |   6 |1900 |3018 |1900 | 988 | 291k|  14k|  13k| 0.000000e+00 | 2.588000e+03 |    Inf 
639.11/639.19	c   639s|110000 | 64574 |  4239k|  38.5 | 104M|  60 |   - |1900 |3069 |1900 | 992 | 321k|  17k|  14k| 0.000000e+00 | 2.588000e+03 |    Inf 
701.60/701.68	c   702s|120000 | 69268 |  4629k|  38.6 | 111M|  60 |  43 |1900 |3025 |1900 | 970 | 355k|  19k|  15k| 0.000000e+00 | 2.588000e+03 |    Inf 
702.50/702.50	o 2556
702.50/702.50	c * 703s|120138 | 69046 |  4633k|  38.6 | 110M|  60 |   - |1900 |3025 |1900 |1040 | 355k|  19k|  15k| 0.000000e+00 | 2.556000e+03 |    Inf 
764.41/764.46	c   764s|130000 | 73401 |  5025k|  38.6 | 117M|  60 |  32 |1900 |3066 |1900 |1017 | 389k|  22k|  15k| 0.000000e+00 | 2.556000e+03 |    Inf 
824.80/824.80	c   825s|140000 | 77740 |  5398k|  38.6 | 123M|  60 |   2 |1900 |3126 |1900 |1002 | 423k|  25k|  16k| 0.000000e+00 | 2.556000e+03 |    Inf 
878.40/878.49	o 2485
878.40/878.49	c * 878s|149415 | 81784 |  5738k|  38.4 | 129M|  60 |   - |1900 |3121 |1900 |1029 | 452k|  27k|  17k| 0.000000e+00 | 2.485000e+03 |    Inf 
881.50/881.59	c   882s|150000 | 82147 |  5758k|  38.4 | 129M|  60 |  10 |1900 |3071 |1900 | 975 | 454k|  27k|  17k| 0.000000e+00 | 2.485000e+03 |    Inf 
893.51/893.54	o 2152
893.51/893.54	c * 894s|152075 | 79537 |  5829k|  38.3 | 125M|  60 |   - |1900 |3085 |1900 |1043 | 461k|  28k|  17k| 0.000000e+00 | 2.152000e+03 |    Inf 
943.51/943.59	c   944s|160000 | 82057 |  6132k|  38.3 | 130M|  60 |   5 |1900 |3206 |1900 | 985 | 488k|  30k|  17k| 0.000000e+00 | 2.152000e+03 |    Inf 
1006.52/1006.52	c  1007s|170000 | 84985 |  6512k|  38.3 | 135M|  60 |   5 |1900 |3094 |1900 | 989 | 525k|  33k|  18k| 0.000000e+00 | 2.152000e+03 |    Inf 
1064.00/1064.02	c  1064s|180000 | 88442 |  6858k|  38.1 | 141M|  60 |   - |1900 |3207 |1900 |1015 | 558k|  37k|  19k| 0.000000e+00 | 2.152000e+03 |    Inf 
1119.00/1119.09	c  1119s|190000 | 92289 |  7193k|  37.9 | 147M|  60 |   9 |1900 |3200 |1900 | 988 | 588k|  40k|  19k| 0.000000e+00 | 2.152000e+03 |    Inf 
1153.21/1153.28	o 2074
1153.21/1153.28	c *1153s|195924 | 93157 |  7402k|  37.8 | 149M|  60 |   - |1900 |3165 |1900 |1017 | 606k|  42k|  20k| 0.000000e+00 | 2.074000e+03 |    Inf 
1176.61/1176.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.61/1176.61	c  1177s|200000 | 94566 |  7544k|  37.7 | 152M|  60 |   3 |1900 |3204 |1900 |1007 | 618k|  43k|  20k| 0.000000e+00 | 2.074000e+03 |    Inf 
1234.51/1234.55	c  1235s|210000 | 98309 |  7917k|  37.7 | 158M|  60 |  11 |1900 |3146 |1900 | 984 | 647k|  47k|  20k| 0.000000e+00 | 2.074000e+03 |    Inf 
1287.91/1288.00	o 2058
1287.91/1288.00	c *1288s|219945 |101852 |  8247k|  37.5 | 164M|  60 |   - |1900 |3148 |1900 |1014 | 675k|  50k|  21k| 0.000000e+00 | 2.058000e+03 |    Inf 
1288.02/1288.01	o 1865
1288.02/1288.01	c *1288s|219946 | 99069 |  8247k|  37.5 | 160M|  60 |   - |1900 |3146 |1900 |1015 | 675k|  50k|  21k| 0.000000e+00 | 1.865000e+03 |    Inf 
1288.31/1288.35	c  1288s|220000 | 99083 |  8249k|  37.5 | 160M|  60 |   - |1900 |3127 |1900 | 986 | 675k|  50k|  21k| 0.000000e+00 | 1.865000e+03 |    Inf 
1341.21/1341.24	c  1341s|230000 |102306 |  8572k|  37.3 | 167M|  60 |  44 |1900 |3278 |1900 | 986 | 701k|  54k|  21k| 0.000000e+00 | 1.865000e+03 |    Inf 
1378.81/1378.82	o 1829
1378.81/1378.82	c *1379s|236814 |104055 |  8810k|  37.2 | 170M|  60 |   - |1900 |3349 |1900 |1044 | 720k|  56k|  22k| 0.000000e+00 | 1.829000e+03 |    Inf 
1396.92/1396.99	c  1397s|240000 |105037 |  8920k|  37.2 | 172M|  60 |   - |1900 |3275 |   0 |   0 | 729k|  58k|  22k| 0.000000e+00 | 1.829000e+03 |    Inf 
1452.31/1452.32	c  1452s|250000 |108589 |  9270k|  37.1 | 179M|  60 |   2 |1900 |3209 |1900 | 972 | 756k|  61k|  22k| 0.000000e+00 | 1.829000e+03 |    Inf 
1465.32/1465.34	o 1806
1465.32/1465.34	c *1465s|252435 |108896 |  9350k|  37.0 | 180M|  60 |   - |1900 |3344 |1900 |1031 | 763k|  62k|  23k| 0.000000e+00 | 1.806000e+03 |    Inf 
1494.22/1494.25	o 1434
1494.22/1494.25	c *1494s|257464 | 97773 |  9534k|  37.0 | 166M|  60 |   - |1900 |3292 |1900 |1045 | 777k|  64k|  23k| 0.000000e+00 | 1.434000e+03 |    Inf 
1508.51/1508.50	c  1509s|260000 | 98164 |  9621k|  37.0 | 168M|  60 |   3 |1900 |3142 |1900 | 996 | 783k|  65k|  23k| 0.000000e+00 | 1.434000e+03 |    Inf 
1560.61/1560.68	c  1561s|270000 | 99289 |  9950k|  36.9 | 178M|  60 |   5 |1900 |3289 |1900 |1013 | 803k|  71k|  23k| 0.000000e+00 | 1.434000e+03 |    Inf 
1619.81/1619.81	c  1620s|280000 |101196 | 10328k|  36.9 | 186M|  60 |   - |1900 |3292 |1900 |1018 | 827k|  76k|  24k| 0.000000e+00 | 1.434000e+03 |    Inf 
1678.21/1678.25	c  1678s|290000 |102530 | 10692k|  36.9 | 194M|  60 |   8 |1900 |3511 |1900 | 985 | 852k|  82k|  24k| 0.000000e+00 | 1.434000e+03 |    Inf 
1718.31/1718.30	o 1353
1718.31/1718.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.31/1718.30	c *1718s|296594 | 99782 | 10929k|  36.8 | 193M|  60 |   - |1900 |3403 |1900 |1020 | 870k|  85k|  24k| 0.000000e+00 | 1.353000e+03 |    Inf 
1737.82/1737.81	c  1738s|300000 |100274 | 11054k|  36.8 | 196M|  60 |   8 |1900 |3399 |1900 | 970 | 877k|  87k|  24k| 0.000000e+00 | 1.353000e+03 |    Inf 
1797.32/1797.34	c  1797s|310000 |101646 | 11418k|  36.8 | 203M|  60 |   - |1900 |3548 |1900 | 988 | 902k|  93k|  25k| 0.000000e+00 | 1.353000e+03 |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 310530
1800.02/1800.00	c Primal Bound       : +1.35300000000000e+03 (122 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 
1800.02/1800.00	v x177 x176 -x175 -x174 x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
1800.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 [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.05 (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-3447967-1307902635.wbo
1800.02/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3447967-1307902635.wbo
1800.02/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 1800 initial, 3895 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        900          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    1132839          0      13727          0        136        543          0          0     457550
1800.02/1800.00	c   varbound         :          0+         6     814371     903571          1          0      72836          6    4361719     903630          0          0
1800.02/1800.00	c   linear           :        900          6     814566         23          0      13724     339676      36160    1052688          0          0          0
1800.02/1800.00	c   indicator        :        900          0     778406     903571          1      13719     158719          0     194838          0          0          0
1800.02/1800.00	c   logicor          :          0+         0     383136          0          0          0      85464       6821     153490          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0         23          1        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         :      49.27       0.00       0.00      49.27       0.00       0.01       0.00
1800.02/1800.00	c   varbound         :      28.89       0.00      15.75      13.12       0.00       0.00       0.02
1800.02/1800.00	c   linear           :      14.59       0.00      13.60       0.00       0.00       0.70       0.28
1800.02/1800.00	c   indicator        :      73.99       0.01      14.43      51.92       0.00       7.57       0.05
1800.02/1800.00	c   logicor          :       4.34       0.00       4.24       0.00       0.00       0.00       0.09
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          :     339888     143395         43   19189059
1800.02/1800.00	c   rootredcost      :         23          0          0          0
1800.02/1800.00	c   pseudoobj        :     845226      88429      30854    4361766
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :      41.86      41.82       0.04
1800.02/1800.00	c   rootredcost      :       0.19       0.19       0.00
1800.02/1800.00	c   pseudoobj        :      16.97      16.15       0.82
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       1.83      73884      71449      99918       14.6        791       10.6          -
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 :          -          -          -      94096       13.8          -          -          -
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          -          -         40          -    (maximal pool size: 2251)
1800.02/1800.00	c   redcost          :      42.81     657187          0   19156311          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.29          6          0          0       1003          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.27          6          0          0       2190          0
1800.02/1800.00	c   cmir             :       0.06          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        :      48.89     229268        136        543          0          0     457550
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          1          0          0          0          0          2
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.07          -         23
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   feaspump         :       0.01          0          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.20         22          0
1800.03/1800.00	c   linesearchdiving :      10.36       1708          0
1800.03/1800.00	c   guideddiving     :       9.99       1708          0
1800.03/1800.00	c   coefdiving       :       9.75       1708          0
1800.03/1800.00	c   pscostdiving     :       9.24       1708          0
1800.03/1800.00	c   veclendiving     :       9.20       1708          0
1800.03/1800.00	c   fracdiving       :      10.05       1709          0
1800.03/1800.00	c   objpscostdiving  :       8.50        855          0
1800.03/1800.00	c   rootsoldiving    :       8.33        855          0
1800.03/1800.00	c   trivial          :       0.00          2          1
1800.03/1800.00	c   shiftandpropagate:       0.00          0          0
1800.03/1800.00	c   simplerounding   :       0.70     252719          0
1800.03/1800.00	c   zirounding       :       0.10       1000          0
1800.03/1800.00	c   rounding         :       0.60       7031          0
1800.03/1800.00	c   shifting         :       1.78       2130          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0

Verifier Data

OK	1353

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-3447967-1307902635/watcher-3447967-1307902635 -o /tmp/evaluation-result-3447967-1307902635/solver-3447967-1307902635 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447967-1307902635.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 2.00 2/177 18863
/proc/meminfo: memFree=7621692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 1536 0 0 0 0 0 0 0 25 0 1 0 980494201 10362880 1489 33554432000 4194304 9128323 140733386592832 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18863/statm: 2530 1489 399 1205 0 1321 0

[startup+0.0975231 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18863
/proc/meminfo: memFree=7621692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=27936 CPUtime=0.09 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 6234 0 0 0 9 0 0 0 25 0 1 0 980494201 28606464 5899 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 6984 5899 655 1205 0 5775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27936

[startup+0.100502 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18863
/proc/meminfo: memFree=7621692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=27936 CPUtime=0.09 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 6243 0 0 0 9 0 0 0 25 0 1 0 980494201 28606464 5908 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 6984 5908 655 1205 0 5775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27936

[startup+0.300497 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18863
/proc/meminfo: memFree=7621692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=33800 CPUtime=0.29 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 12170 0 0 0 28 1 0 0 25 0 1 0 980494201 34611200 7486 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 8450 7486 712 1205 0 7241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33800

[startup+0.70044 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18863
/proc/meminfo: memFree=7621692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=44072 CPUtime=0.69 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 14628 0 0 0 68 1 0 0 25 0 1 0 980494201 45129728 9944 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 11018 9944 718 1205 0 9809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44072

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7580176/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=47224 CPUtime=1.49 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 18928 0 0 0 146 3 0 0 25 0 1 0 980494201 48357376 10775 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 11806 10775 720 1205 0 10597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47224

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7579668/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=47612 CPUtime=3.09 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 19034 0 0 0 305 4 0 0 25 0 1 0 980494201 48754688 10880 33554432000 4194304 9128323 140733386592832 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 11903 10880 719 1205 0 10694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47612

[startup+6.3005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7578052/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=47784 CPUtime=6.29 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 19071 0 0 0 621 8 0 0 25 0 1 0 980494201 48930816 10917 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 11946 10917 719 1205 0 10737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47784

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7570404/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=52156 CPUtime=12.7 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 28447 0 0 0 1253 17 0 0 25 0 1 0 980494201 53407744 12003 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 13039 12003 721 1205 0 11830 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52156

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7559476/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=56920 CPUtime=25.49 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 36347 0 0 0 2516 33 0 0 25 0 1 0 980494201 58286080 13170 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 14230 13170 721 1205 0 13021 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56920

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18864
/proc/meminfo: memFree=7539520/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=61540 CPUtime=51.09 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 41020 0 0 0 5047 62 0 0 25 0 1 0 980494201 63016960 14384 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 15385 14384 721 1205 0 14176 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61540

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18866
/proc/meminfo: memFree=7503892/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=72976 CPUtime=102.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 47416 0 0 0 10115 115 0 0 25 0 1 0 980494201 74727424 17249 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 18244 17249 721 1205 0 17035 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72976

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 18868
/proc/meminfo: memFree=7466372/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=83588 CPUtime=162.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 60602 0 0 0 16057 173 0 0 25 0 1 0 980494201 85594112 19943 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 20897 19943 727 1205 0 19688 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 83588

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 18870
/proc/meminfo: memFree=7430472/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=94000 CPUtime=222.29 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 71544 0 0 0 21998 231 0 0 25 0 1 0 980494201 96256000 22575 33554432000 4194304 9128323 140733386592832 18446744073709551615 7414800 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 23500 22575 727 1205 0 22291 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94000

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18872
/proc/meminfo: memFree=7405236/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=98256 CPUtime=282.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 101761 0 0 0 27937 293 0 0 25 0 1 0 980494201 100614144 23631 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 24564 23631 727 1205 0 23355 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 98256

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18872
/proc/meminfo: memFree=7375412/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=105924 CPUtime=342.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 129461 0 0 0 33877 353 0 0 25 0 1 0 980494201 108466176 25564 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 26481 25564 727 1205 0 25272 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105924

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18874
/proc/meminfo: memFree=7349692/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=111280 CPUtime=402.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 135611 0 0 0 39825 405 0 0 25 0 1 0 980494201 113950720 26927 33554432000 4194304 9128323 140733386592832 18446744073709551615 5208356 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 27820 26927 727 1205 0 26611 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111280

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18876
/proc/meminfo: memFree=7318496/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=120564 CPUtime=462.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 139339 0 0 0 45769 461 0 0 25 0 1 0 980494201 123457536 29303 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 30141 29303 727 1205 0 28932 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120564

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18878
/proc/meminfo: memFree=7283712/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=129076 CPUtime=522.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 142745 0 0 0 51716 514 0 0 25 0 1 0 980494201 132173824 31436 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 32269 31436 727 1205 0 31060 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 129076

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18880
/proc/meminfo: memFree=7254148/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=135864 CPUtime=582.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 157451 0 0 0 57659 571 0 0 25 0 1 0 980494201 139124736 33129 33554432000 4194304 9128323 140733386592832 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 33966 33129 727 1205 0 32757 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 135864

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 18888
/proc/meminfo: memFree=7088256/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=171888 CPUtime=882.3 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 185827 0 0 0 87385 845 0 0 25 0 1 0 980494201 176013312 41752 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 42972 41752 727 1205 0 41763 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 171888

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 18888
/proc/meminfo: memFree=7057444/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=175200 CPUtime=942.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 202918 0 0 0 93331 900 0 0 25 0 1 0 980494201 179404800 42564 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 43800 42564 727 1205 0 42591 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 175200

[startup+1002.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/172 18915
/proc/meminfo: memFree=7886328/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=180932 CPUtime=1002.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 207810 0 0 0 99277 954 0 0 25 0 1 0 980494201 185274368 44019 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 45233 44019 727 1205 0 44024 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 180932

[startup+1062.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/172 18917
/proc/meminfo: memFree=7881668/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=185412 CPUtime=1062.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 210130 0 0 0 105224 1007 0 0 25 0 1 0 980494201 189861888 45155 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 46353 45155 727 1205 0 45144 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 185412

[startup+1122.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/172 18919
/proc/meminfo: memFree=7874904/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=192676 CPUtime=1122.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 211954 0 0 0 111171 1060 0 0 25 0 1 0 980494201 197300224 46942 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 48169 46942 727 1205 0 46960 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 192676

[startup+1182.3 s]
/proc/loadavg: 1.02 1.47 1.78 2/172 18919
/proc/meminfo: memFree=7866524/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=200500 CPUtime=1182.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 220962 0 0 0 117117 1114 0 0 25 0 1 0 980494201 205312000 48937 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 50125 48937 727 1205 0 48916 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 200500

[startup+1242.3 s]
/proc/loadavg: 1.01 1.38 1.72 2/172 18921
/proc/meminfo: memFree=7858292/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=208260 CPUtime=1242.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 229601 0 0 0 123063 1168 0 0 25 0 1 0 980494201 213258240 50878 33554432000 4194304 9128323 140733386592832 18446744073709551615 7342525 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 52065 50878 727 1205 0 50856 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 208260

[startup+1302.3 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 18925
/proc/meminfo: memFree=7852016/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=214372 CPUtime=1302.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 236895 0 0 0 129011 1221 0 0 25 0 1 0 980494201 219516928 52416 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 53593 52416 727 1205 0 52384 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 214372

[startup+1362.3 s]
/proc/loadavg: 1.00 1.25 1.63 2/172 18928
/proc/meminfo: memFree=7843420/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=223448 CPUtime=1362.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 247059 0 0 0 134960 1272 0 0 25 0 1 0 980494201 228810752 54694 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 55862 54694 730 1205 0 54653 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 223448

[startup+1422.31 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 18930
/proc/meminfo: memFree=7836184/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=230436 CPUtime=1422.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 256811 0 0 0 140907 1325 0 0 25 0 1 0 980494201 235966464 56480 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 57609 56480 730 1205 0 56400 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 230436

[startup+1482.3 s]
/proc/loadavg: 1.00 1.16 1.55 2/172 18932
/proc/meminfo: memFree=7828800/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=237784 CPUtime=1482.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 263543 0 0 0 146850 1382 0 0 25 0 1 0 980494201 243490816 58331 33554432000 4194304 9128323 140733386592832 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 59446 58331 730 1205 0 58237 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 237784

[startup+1542.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/172 18932
/proc/meminfo: memFree=7820432/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=246328 CPUtime=1542.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 277048 0 0 0 152797 1435 0 0 25 0 1 0 980494201 252239872 60472 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 61582 60472 730 1205 0 60373 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 246328

[startup+1602.3 s]
/proc/loadavg: 1.00 1.10 1.48 2/172 18934
/proc/meminfo: memFree=7813060/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=253692 CPUtime=1602.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 282056 0 0 0 158747 1485 0 0 25 0 1 0 980494201 259780608 62315 33554432000 4194304 9128323 140733386592832 18446744073709551615 4859648 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 63423 62315 730 1205 0 62214 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 253692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 18936
/proc/meminfo: memFree=7804452/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=261964 CPUtime=1662.31 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 287317 0 0 0 164695 1536 0 0 25 0 1 0 980494201 268251136 64365 33554432000 4194304 9128323 140733386592832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 65491 64365 730 1205 0 64282 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 261964

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/172 18938
/proc/meminfo: memFree=7796084/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=270136 CPUtime=1722.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 293714 0 0 0 170647 1585 0 0 25 0 1 0 980494201 276619264 66376 33554432000 4194304 9128323 140733386592832 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 67534 66376 730 1205 0 66325 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 270136

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/172 18940
/proc/meminfo: memFree=7788704/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=277780 CPUtime=1782.32 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 301139 0 0 0 176592 1640 0 0 25 0 1 0 980494201 284446720 68243 33554432000 4194304 9128323 140733386592832 18446744073709551615 6712944 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18863/statm: 69445 68243 730 1205 0 68236 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 277780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.05 1.38 2/172 18940
/proc/meminfo: memFree=7785952/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=280372 CPUtime=1800.03 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) R 18861 18863 18184 0 -1 4202496 301815 0 0 0 178348 1655 0 0 25 0 1 0 980494201 287100928 68919 33554432000 4194304 9128323 140733386592832 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18863/statm: 70093 68919 732 1205 0 68884 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 280372

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

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

[startup+1800.2 s]
/proc/loadavg: 1.00 1.05 1.38 2/172 18940
/proc/meminfo: memFree=7785952/32951124 swapFree=67049472/67111528
[pid=18863] ppid=18861 vsize=0 CPUtime=1800.04 cores=0,2,4,6
/proc/18863/stat : 18863 (scip-2.0.1.4.li) S 18861 18863 18184 0 -1 4203524 301815 0 0 0 178348 1656 0 0 25 0 1 0 980494201 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18863/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.23
CPU time (s): 1800.05
CPU user time (s): 1783.48
CPU system time (s): 16.5645
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 280372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.48
system time used= 16.5645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301815
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= 5
involuntary context switches= 1687

runsolver used 2.6616 second user time and 5.60215 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-12 20:17:15
IDJOB=3447967
IDBENCH=79423
IDSOLVER=1944
FILE ID=node118/3447967-1307902635
RUNJOBID= node118-1307897649-18411
PBS_JOBID= 13559604
Free space on /tmp= 18204 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-jnh303_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-3447967-1307902635/watcher-3447967-1307902635 -o /tmp/evaluation-result-3447967-1307902635/solver-3447967-1307902635 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447967-1307902635.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 7000a06966de2ad9f6a697139e04f737
RANDOM SEED=1297105892

node118.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.842
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.68
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.842
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.842
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7622004 kB
Buffers:         59984 kB
Cached:       24031744 kB
SwapCached:      14020 kB
Active:        9326264 kB
Inactive:     15210024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7622004 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:      443968 kB
Mapped:          12060 kB
Slab:           726872 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   640112 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 /tmp at the end= 18204 MiB
End job on node118 at 2011-06-12 20:47:17