Trace number 3447561

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.4? (TO) 1800.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-tlan2.ucl--soft-0-100-0.wbo
MD5SUM8cd432ce35ac43809c1c027beb7ff72a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.039993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2221
Total number of constraints3050
Number of soft constraints3050
Number of constraints which are clauses2330
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints720
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 154947
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 154946
Biggest number in a constraint 641
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2174
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3447561-1307901826.wbo>
0.03/0.04	c original problem has 5271 variables (5271 bin, 0 int, 0 impl, 0 cont) and 3051 constraints
0.03/0.04	c problem read
0.03/0.04	c presolving settings loaded
0.03/0.08	o 154946
0.03/0.08	c feasible solution found by trivial heuristic, objective value  1.549460e+05
0.03/0.08	c presolving:
0.03/0.09	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 360 chg sides, 720 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.10	c (round 2) 0 del vars, 1 del conss, 0 add conss, 3050 chg bounds, 360 chg sides, 720 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.2s) probing: 101/5271 (1.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 3050 tightened bounds, 0 added holes, 360 changed sides, 720 changed coefficients
0.09/0.18	c  3050 implications, 0 cliques
0.09/0.18	c presolved problem has 8321 variables (5271 bin, 0 int, 3050 impl, 0 cont) and 6100 constraints
0.09/0.18	c    3050 constraints of type <linear>
0.09/0.18	c    3050 constraints of type <indicator>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 2.0.1.4
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1800
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 13950
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # belongs reading time to solving time?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c timing/reading = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |   535 |     - |  24M|   0 | 265 |8321 |9150 |8321 |3050 |   0 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   867 |     - |  26M|   0 | 360 |8321 |9150 |8321 |3309 | 259 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  1561 |     - |  27M|   0 | 637 |8321 |9150 |8321 |3588 | 538 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
1.79/1.81	c   1.8s|     1 |     0 |  2406 |     - |  27M|   0 | 796 |8321 |9150 |8321 |3812 | 762 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
2.39/2.46	c   2.5s|     1 |     0 |  3289 |     - |  27M|   0 | 895 |8321 |9150 |8321 |4019 | 969 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
3.19/3.26	c   3.3s|     1 |     0 |  4680 |     - |  28M|   0 | 878 |8321 |9150 |8321 |4222 |1172 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
4.09/4.17	c   4.2s|     1 |     0 |  6732 |     - |  28M|   0 | 923 |8321 |9150 |8321 |4444 |1394 |   0 |   0 | 0.000000e+00 | 1.549460e+05 |    Inf 
6.89/6.99	c   7.0s|     1 |     2 |  6732 |     - |  28M|   0 | 923 |8321 |9150 |8321 |4444 |1394 |   0 |  23 | 0.000000e+00 | 1.549460e+05 |    Inf 
391.80/391.88	c   392s| 10000 |  9999 |795233 |  78.9 |  79M| 169 | 669 |8321 |9168 |8321 |4583 |1394 |  18 |6248 | 0.000000e+00 | 1.549460e+05 |    Inf 
649.51/649.50	c   650s| 20000 | 19999 |  1391k|  69.2 | 115M| 197 | 518 |8321 |9186 |8321 |4583 |1394 |  36 |9594 | 0.000000e+00 | 1.549460e+05 |    Inf 
895.12/895.17	c   895s| 30000 | 29999 |  1973k|  65.6 | 151M| 197 | 440 |8321 |9192 |8321 |4583 |1394 |  42 |  12k| 0.000000e+00 | 1.549460e+05 |    Inf 
1129.02/1129.08	c  1129s| 40000 | 39999 |  2603k|  64.9 | 186M| 211 | 423 |8321 |9210 |8321 |4583 |1394 |  60 |  13k| 0.000000e+00 | 1.549460e+05 |    Inf 
1358.33/1358.37	c  1358s| 50000 | 49999 |  3158k|  63.0 | 222M| 211 | 530 |8321 |9215 |8321 |4583 |1394 |  66 |  15k| 0.000000e+00 | 1.549460e+05 |    Inf 
1548.54/1548.58	c  1549s| 60000 | 59999 |  3603k|  60.0 | 257M| 217 | 581 |8321 |9222 |8321 |4583 |1394 |  73 |  17k| 0.000000e+00 | 1.549460e+05 |    Inf 
1730.35/1730.38	c  1730s| 70000 | 69999 |  4026k|  57.4 | 293M| 217 | 626 |8321 |9233 |8321 |4583 |1394 |  84 |  18k| 0.000000e+00 | 1.549460e+05 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 74413
1800.04/1800.00	c Primal Bound       : +1.54946000000000e+05 (100 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447561-1307901826/watcher-3447561-1307901826 -o /var/tmp/evaluation-result-3447561-1307901826/solver-3447561-1307901826 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447561-1307901826.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: 1.98 2.00 1.92 3/177 12903
/proc/meminfo: memFree=1076708/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=9996 CPUtime=0 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 1488 0 0 0 0 0 0 0 25 0 1 0 901780554 10235904 1441 33554432000 4194304 9128323 140737232934064 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12903/statm: 2499 1444 399 1205 0 1290 0

[startup+0.0355781 s]
/proc/loadavg: 1.98 2.00 1.92 3/177 12903
/proc/meminfo: memFree=1076708/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=16380 CPUtime=0.03 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 3078 0 0 0 3 0 0 0 25 0 1 0 901780554 16773120 3031 33554432000 4194304 9128323 140737232934064 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12903/statm: 4095 3031 399 1205 0 2886 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16380

[startup+0.10059 s]
/proc/loadavg: 1.98 2.00 1.92 3/177 12903
/proc/meminfo: memFree=1076708/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=40916 CPUtime=0.09 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 9127 0 0 0 8 1 0 0 25 0 1 0 901780554 41897984 8821 33554432000 4194304 9128323 140737232934064 18446744073709551615 4464192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 10229 8821 513 1205 0 9020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40916

[startup+0.300571 s]
/proc/loadavg: 1.98 2.00 1.92 3/177 12903
/proc/meminfo: memFree=1076708/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=57724 CPUtime=0.29 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 13764 0 0 0 28 1 0 0 25 0 1 0 901780554 59109376 13239 33554432000 4194304 9128323 140737232934064 18446744073709551615 8008900 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 14431 13239 654 1205 0 13222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57724

[startup+0.700505 s]
/proc/loadavg: 1.98 2.00 1.92 3/177 12903
/proc/meminfo: memFree=1076708/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=102972 CPUtime=0.69 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 24728 0 0 0 67 2 0 0 25 0 1 0 901780554 105443328 24202 33554432000 4194304 9128323 140737232934064 18446744073709551615 4242495 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 25743 24202 687 1205 0 24534 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102972

[startup+1.50035 s]
/proc/loadavg: 1.98 2.00 1.92 3/178 12904
/proc/meminfo: memFree=987332/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=97512 CPUtime=1.49 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 25141 0 0 0 146 3 0 0 25 0 1 0 901780554 99852288 22956 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 24378 22956 709 1205 0 23169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97512

[startup+3.101 s]
/proc/loadavg: 1.98 2.00 1.92 3/178 12904
/proc/meminfo: memFree=986960/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=97512 CPUtime=3.09 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 25156 0 0 0 305 4 0 0 25 0 1 0 901780554 99852288 22969 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 24378 22969 707 1205 0 23169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97512

[startup+6.30048 s]
/proc/loadavg: 1.98 2.00 1.92 3/178 12904
/proc/meminfo: memFree=987572/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=94832 CPUtime=6.29 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 28271 0 0 0 623 6 0 0 25 0 1 0 901780554 97107968 22660 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 23708 22660 736 1205 0 22499 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94832

[startup+12.7003 s]
/proc/loadavg: 1.98 2.00 1.92 3/178 12905
/proc/meminfo: memFree=987372/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=94832 CPUtime=12.69 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 28276 0 0 0 1260 9 0 0 25 0 1 0 901780554 97107968 22665 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 23708 22665 741 1205 0 22499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94832

[startup+25.501 s]
/proc/loadavg: 1.99 2.00 1.92 3/178 12905
/proc/meminfo: memFree=985660/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=94832 CPUtime=25.49 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 28276 0 0 0 2532 17 0 0 25 0 1 0 901780554 97107968 22665 33554432000 4194304 9128323 140737232934064 18446744073709551615 7357544 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 23708 22665 741 1205 0 22499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94832

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 1.92 3/178 12909
/proc/meminfo: memFree=982192/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=94832 CPUtime=51.09 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 28284 0 0 0 5082 27 0 0 25 0 1 0 901780554 97107968 22673 33554432000 4194304 9128323 140737232934064 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 23708 22673 749 1205 0 22499 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94832

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/178 12910
/proc/meminfo: memFree=975824/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=94832 CPUtime=102.3 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 28293 0 0 0 10182 48 0 0 25 0 1 0 901780554 97107968 22682 33554432000 4194304 9128323 140737232934064 18446744073709551615 7315329 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12903/statm: 23708 22682 750 1205 0 22499 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94832

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.92 3/178 12912
/proc/meminfo: memFree=949612/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=105864 CPUtime=162.29 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 41577 0 0 0 16160 69 0 0 25 0 1 0 901780554 108404736 25275 33554432000 4194304 9128323 140737232934064 18446744073709551615 7184012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 26466 25275 750 1205 0 25257 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105864

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 12913
/proc/meminfo: memFree=929580/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=112940 CPUtime=222.3 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 50182 0 0 0 22139 91 0 0 25 0 1 0 901780554 115650560 27072 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 28235 27072 750 1205 0 27026 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112940

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 12915
/proc/meminfo: memFree=909660/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=117428 CPUtime=282.29 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 51308 0 0 0 28114 115 0 0 25 0 1 0 901780554 120246272 28198 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 29357 28198 750 1205 0 28148 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 117428

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12916
/proc/meminfo: memFree=889368/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=125452 CPUtime=342.29 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 60945 0 0 0 34090 139 0 0 25 0 1 0 901780554 128462848 30146 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 31363 30146 750 1205 0 30154 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 125452

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12918
/proc/meminfo: memFree=863388/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=135920 CPUtime=402.3 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 63738 0 0 0 40069 161 0 0 25 0 1 0 901780554 139182080 32846 33554432000 4194304 9128323 140737232934064 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 33980 32846 750 1205 0 32771 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 135920

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12920
/proc/meminfo: memFree=845844/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=142844 CPUtime=462.3 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 65452 0 0 0 46049 181 0 0 25 0 1 0 901780554 146272256 34502 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 35711 34502 750 1205 0 34502 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142844

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12921
/proc/meminfo: memFree=822464/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=150284 CPUtime=522.3 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 75071 0 0 0 52024 206 0 0 25 0 1 0 901780554 153890816 36434 33554432000 4194304 9128323 140737232934064 18446744073709551615 7192149 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 37571 36434 750 1205 0 36362 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150284

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12923
/proc/meminfo: memFree=809000/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=156168 CPUtime=582.31 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 76665 0 0 0 58002 229 0 0 25 0 1 0 901780554 159916032 37927 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 39042 37927 750 1205 0 37833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 156168

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 12929
/proc/meminfo: memFree=735328/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=193388 CPUtime=822.31 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 93565 0 0 0 81910 321 0 0 25 0 1 0 901780554 198029312 47204 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 48347 47204 750 1205 0 47138 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 193388

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 12931
/proc/meminfo: memFree=715308/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=202180 CPUtime=882.31 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 95883 0 0 0 87888 343 0 0 25 0 1 0 901780554 207032320 49400 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 50545 49400 750 1205 0 49336 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 202180

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12932
/proc/meminfo: memFree=701836/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=208140 CPUtime=942.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 97458 0 0 0 93865 367 0 0 25 0 1 0 901780554 213135360 50975 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 52035 50975 750 1205 0 50826 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 208140

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12934
/proc/meminfo: memFree=684288/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=218832 CPUtime=1002.31 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 100166 0 0 0 99843 388 0 0 25 0 1 0 901780554 224083968 53582 33554432000 4194304 9128323 140737232934064 18446744073709551615 7216870 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 54708 53582 750 1205 0 53499 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 218832

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12936
/proc/meminfo: memFree=667720/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=227044 CPUtime=1062.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 102209 0 0 0 105821 411 0 0 25 0 1 0 901780554 232493056 55625 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 56761 55625 750 1205 0 55552 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 227044

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12937
/proc/meminfo: memFree=652516/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=236328 CPUtime=1122.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 104673 0 0 0 111797 435 0 0 25 0 1 0 901780554 241999872 57992 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 59082 57992 751 1205 0 57873 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 236328

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12939
/proc/meminfo: memFree=636348/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=244984 CPUtime=1182.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 107025 0 0 0 117775 457 0 0 25 0 1 0 901780554 250863616 60226 33554432000 4194304 9128323 140737232934064 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 61246 60226 750 1205 0 60037 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 244984

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12940
/proc/meminfo: memFree=618796/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=254532 CPUtime=1242.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 109522 0 0 0 123755 477 0 0 25 0 1 0 901780554 260640768 62591 33554432000 4194304 9128323 140737232934064 18446744073709551615 7192149 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 63633 62591 750 1205 0 62424 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 254532

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 12942
/proc/meminfo: memFree=601372/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=264300 CPUtime=1302.33 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 111869 0 0 0 129737 496 0 0 25 0 1 0 901780554 270643200 64938 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 66075 64938 750 1205 0 64866 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 264300

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 12944
/proc/meminfo: memFree=585060/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=272784 CPUtime=1362.32 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 114144 0 0 0 135714 518 0 0 25 0 1 0 901780554 279330816 67213 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 68196 67213 750 1205 0 66987 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 272784

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 12945
/proc/meminfo: memFree=568496/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=282572 CPUtime=1422.34 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 123975 0 0 0 141692 542 0 0 25 0 1 0 901780554 289353728 69600 33554432000 4194304 9128323 140737232934064 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 70643 69600 750 1205 0 69434 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 282572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 12947
/proc/meminfo: memFree=552304/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=292784 CPUtime=1482.33 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 126735 0 0 0 147668 565 0 0 25 0 1 0 901780554 299810816 72174 33554432000 4194304 9128323 140737232934064 18446744073709551615 7216741 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 73196 72174 750 1205 0 71987 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 292784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 12948
/proc/meminfo: memFree=532152/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=305164 CPUtime=1542.34 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 130021 0 0 0 153649 585 0 0 25 0 1 0 901780554 312487936 75312 33554432000 4194304 9128323 140737232934064 18446744073709551615 7343232 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 76291 75312 750 1205 0 75082 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 305164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12950
/proc/meminfo: memFree=510628/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=319616 CPUtime=1602.33 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 133649 0 0 0 159629 604 0 0 25 0 1 0 901780554 327286784 78929 33554432000 4194304 9128323 140737232934064 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 79904 78929 752 1205 0 78695 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 319616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12952
/proc/meminfo: memFree=488976/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=333100 CPUtime=1662.34 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 136599 0 0 0 165609 625 0 0 25 0 1 0 901780554 341094400 81811 33554432000 4194304 9128323 140737232934064 18446744073709551615 7346414 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 83275 81811 752 1205 0 82066 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 333100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 12953
/proc/meminfo: memFree=473412/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=344260 CPUtime=1722.33 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 139523 0 0 0 171586 647 0 0 25 0 1 0 901780554 352522240 84582 33554432000 4194304 9128323 140737232934064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 86065 84582 750 1205 0 84856 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 344260

[startup+1782.3 s]
/proc/loadavg: 1.56 1.89 1.91 2/172 12980
/proc/meminfo: memFree=888536/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=356124 CPUtime=1782.34 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 142498 0 0 0 177567 667 0 0 25 0 1 0 901780554 364670976 87554 33554432000 4194304 9128323 140737232934064 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12903/statm: 89031 87554 750 1205 0 87822 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 356124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.43 1.84 1.89 2/172 12980
/proc/meminfo: memFree=884060/32951124 swapFree=67051728/67111528
[pid=12903] ppid=12901 vsize=360336 CPUtime=1800.05 cores=0,2,4,6
/proc/12903/stat : 12903 (scip-2.0.1.4.li) R 12901 12903 12190 0 -1 4202496 143596 0 0 0 179332 673 0 0 25 0 1 0 901780554 368984064 88652 33554432000 4194304 9128323 140737232934064 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12903/statm: 90084 88652 751 1205 0 88875 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 360336

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1793.32
CPU system time (s): 6.74297
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 360336

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

runsolver used 2.75358 second user time and 5.53316 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 20:03:46
IDJOB=3447561
IDBENCH=79328
IDSOLVER=1944
FILE ID=node138/3447561-1307901826
RUNJOBID= node138-1307898164-12496
PBS_JOBID= 13559517
Free space on /var/tmp= 2884 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-tlan2.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447561-1307901826/watcher-3447561-1307901826 -o /var/tmp/evaluation-result-3447561-1307901826/solver-3447561-1307901826 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447561-1307901826.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8cd432ce35ac43809c1c027beb7ff72a
RANDOM SEED=2110270343

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1077020 kB
Buffers:         62928 kB
Cached:       30684812 kB
SwapCached:      13084 kB
Active:       16240276 kB
Inactive:     14673596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1077020 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:           16604 kB
Writeback:           0 kB
AnonPages:      163228 kB
Mapped:          12396 kB
Slab:           895484 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   358612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node138 at 2011-06-12 20:33:48