Trace number 3447431

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.08 1800.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-25s.smv--soft-0-100-0.wbo
MD5SUM241801650d5a008aecc3546be621c5b9
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.080987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5072
Total number of constraints12829
Number of soft constraints12829
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 647371
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 647370
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
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-3447431-1307901625.wbo>
0.09/0.11	c original problem has 17901 variables (17901 bin, 0 int, 0 impl, 0 cont) and 12830 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.19/0.27	o 647370
0.19/0.27	c feasible solution found by trivial heuristic, objective value  6.473700e+05
0.19/0.27	c presolving:
0.19/0.29	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.32	c (round 2) 0 del vars, 1 del conss, 0 add conss, 12829 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.69/0.74	c    (0.7s) probing: 101/17901 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.74	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.69/0.75	c presolving (3 rounds):
0.69/0.75	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 12829 tightened bounds, 0 added holes, 554 changed sides, 1108 changed coefficients
0.69/0.75	c  12829 implications, 0 cliques
0.69/0.75	c presolved problem has 30730 variables (17901 bin, 0 int, 12829 impl, 0 cont) and 25658 constraints
0.69/0.75	c   12829 constraints of type <linear>
0.69/0.75	c   12829 constraints of type <indicator>
0.69/0.75	c transformed objective value is always integral (scale: 1)
0.69/0.75	c Presolving Time: 0.61
0.69/0.75	c - non default parameters ----------------------------------------------------------------------
0.69/0.75	c # SCIP version 2.0.1.4
0.69/0.75	c 
0.69/0.75	c # frequency for displaying node information lines
0.69/0.75	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.75	c display/freq = 10000
0.69/0.75	c 
0.69/0.75	c # maximal time in seconds to run
0.69/0.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.75	c limits/time = 1800
0.69/0.75	c 
0.69/0.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.75	c limits/memory = 13950
0.69/0.75	c 
0.69/0.75	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.75	c # [type: int, range: [1,2], default: 1]
0.69/0.75	c timing/clocktype = 2
0.69/0.75	c 
0.69/0.75	c # belongs reading time to solving time?
0.69/0.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.75	c timing/reading = TRUE
0.69/0.75	c 
0.69/0.75	c # should presolving try to simplify inequalities
0.69/0.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.75	c constraints/linear/simplifyinequalities = TRUE
0.69/0.75	c 
0.69/0.75	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.69/0.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.75	c constraints/indicator/addCouplingCons = TRUE
0.69/0.75	c 
0.69/0.75	c # should presolving try to simplify knapsacks
0.69/0.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.75	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.75	c 
0.69/0.75	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.75	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.75	c separating/rapidlearning/freq = 0
0.69/0.75	c 
0.69/0.75	c -----------------------------------------------------------------------------------------------
0.69/0.75	c start solving
0.69/0.77	c 
0.89/0.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.96	c t 1.0s|     1 |     0 |  1740 |     - |  89M|   0 | 574 |  30k|  38k|  30k|  12k|   0 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1.89/1.91	c   1.9s|     1 |     0 |  2569 |     - |  96M|   0 | 797 |  30k|  38k|  30k|  13k| 286 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.89/2.99	c   3.0s|     1 |     0 |  4169 |     - |  97M|   0 |1100 |  30k|  38k|  30k|  13k| 576 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
4.99/5.05	c   5.1s|     1 |     0 |  6242 |     - |  97M|   0 |1100 |  30k|  38k|  30k|  13k| 896 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
6.59/6.67	c   6.7s|     1 |     0 |  8474 |     - |  98M|   0 |1429 |  30k|  38k|  30k|  14k|1190 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
9.09/9.18	c   9.2s|     1 |     0 | 10863 |     - |  99M|   0 |1529 |  30k|  38k|  30k|  14k|1499 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
12.59/12.67	c  12.7s|     1 |     0 | 14618 |     - | 100M|   0 |1493 |  30k|  38k|  30k|  14k|1821 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
16.79/16.83	c  16.8s|     1 |     2 | 14618 |     - | 101M|   0 |1493 |  30k|  38k|  30k|  14k|1821 |   0 |  41 | 0.000000e+00 | 6.473700e+05 |    Inf 
855.42/855.43	c   855s| 10000 |  9993 |618356 |  60.4 | 270M| 655 | 612 |  30k|  38k|  30k|  13k|1966 |   7 |4736 | 0.000000e+00 | 6.473700e+05 |    Inf 
1199.03/1199.01	c  1199s| 20000 | 19993 |811467 |  39.8 | 385M| 655 | 258 |  30k|  38k|  30k|  13k|1966 |   7 |6761 | 0.000000e+00 | 6.473700e+05 |    Inf 
1474.93/1474.99	c  1475s| 30000 | 29993 |944239 |  31.0 | 500M| 655 | 764 |  30k|  38k|  30k|  13k|1966 |   7 |7600 | 0.000000e+00 | 6.473700e+05 |    Inf 
1762.74/1762.76	c  1763s| 40000 | 39993 |  1070k|  26.4 | 615M| 655 | 551 |  30k|  38k|  30k|  13k|1966 |   8 |9486 | 0.000000e+00 | 6.473700e+05 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 41500
1800.03/1800.00	c Primal Bound       : +6.47370000000000e+05 (100 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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-3447431-1307901625/watcher-3447431-1307901625 -o /var/tmp/evaluation-result-3447431-1307901625/solver-3447431-1307901625 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447431-1307901625.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14783
/proc/meminfo: memFree=1152872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=10332 CPUtime=0 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 1567 0 0 0 0 0 0 0 25 0 1 0 901762268 10579968 1520 33554432000 4194304 9128323 140734733444096 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14783/statm: 2583 1520 399 1205 0 1374 0

[startup+0.098211 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14783
/proc/meminfo: memFree=1152872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=27340 CPUtime=0.09 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 5849 0 0 0 9 0 0 0 25 0 1 0 901762268 27996160 5800 33554432000 4194304 9128323 140734733444096 18446744073709551615 7902627 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14783/statm: 6835 5800 399 1205 0 5626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27340

[startup+0.101209 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14783
/proc/meminfo: memFree=1152872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=27340 CPUtime=0.09 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 5850 0 0 0 9 0 0 0 25 0 1 0 901762268 27996160 5801 33554432000 4194304 9128323 140734733444096 18446744073709551615 4338648 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14783/statm: 6835 5801 399 1205 0 5626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27340

[startup+0.301178 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14783
/proc/meminfo: memFree=1152872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=102672 CPUtime=0.29 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 23770 0 0 0 27 2 0 0 25 0 1 0 901762268 105136128 23682 33554432000 4194304 9128323 140734733444096 18446744073709551615 5966455 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 25668 23682 510 1205 0 24459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102672

[startup+0.701112 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14783
/proc/meminfo: memFree=1152872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=104740 CPUtime=0.69 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 24768 0 0 0 67 2 0 0 25 0 1 0 901762268 107253760 24311 33554432000 4194304 9128323 140734733444096 18446744073709551615 5973216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 26185 24311 583 1205 0 24976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104740

[startup+1.50097 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14784
/proc/meminfo: memFree=1018596/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=155032 CPUtime=1.49 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 39136 0 0 0 145 4 0 0 25 0 1 0 901762268 158752768 36317 33554432000 4194304 9128323 140734733444096 18446744073709551615 6286183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 38758 36317 679 1205 0 37549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155032

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14784
/proc/meminfo: memFree=1004832/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=163912 CPUtime=3.09 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 41124 0 0 0 304 5 0 0 25 0 1 0 901762268 167845888 38264 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 40978 38264 686 1205 0 39769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163912

[startup+6.30111 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14784
/proc/meminfo: memFree=999132/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=168260 CPUtime=6.29 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 42296 0 0 0 623 6 0 0 25 0 1 0 901762268 172298240 39429 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 42065 39429 686 1205 0 40856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168260

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14784
/proc/meminfo: memFree=981932/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=181088 CPUtime=12.69 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 45950 0 0 0 1260 9 0 0 25 0 1 0 901762268 185434112 42773 33554432000 4194304 9128323 140734733444096 18446744073709551615 4683760 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 45272 42773 700 1205 0 44063 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181088

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14784
/proc/meminfo: memFree=903156/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=25.49 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64898 0 0 0 2532 17 0 0 25 0 1 0 901762268 263041024 61603 33554432000 4194304 9128323 140734733444096 18446744073709551615 7346692 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61603 773 1205 0 63010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 256876

[startup+51.1011 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 14794
/proc/meminfo: memFree=894956/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=51.09 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64914 0 0 0 5082 27 0 0 25 0 1 0 901762268 263041024 61603 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61603 757 1205 0 63010 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 256876

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 1.96 3/178 14795
/proc/meminfo: memFree=877988/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=102.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64915 0 0 0 10189 41 0 0 25 0 1 0 901762268 263041024 61603 33554432000 4194304 9128323 140734733444096 18446744073709551615 6712699 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61603 756 1205 0 63010 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 256876

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 14797
/proc/meminfo: memFree=868408/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=162.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64917 0 0 0 16178 52 0 0 25 0 1 0 901762268 263041024 61603 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61603 754 1205 0 63010 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 256876

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 14801
/proc/meminfo: memFree=851012/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=222.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64919 0 0 0 22159 71 0 0 25 0 1 0 901762268 263041024 61605 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61605 756 1205 0 63010 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 256876

[startup+282.301 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 14803
/proc/meminfo: memFree=841720/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256876 CPUtime=282.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 64980 0 0 0 28150 80 0 0 25 0 1 0 901762268 263041024 61666 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64219 61666 765 1205 0 63010 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 256876

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 14805
/proc/meminfo: memFree=824824/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256560 CPUtime=342.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 73726 0 0 0 34136 94 0 0 25 0 1 0 901762268 262717440 62111 33554432000 4194304 9128323 140734733444096 18446744073709551615 7013855 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64140 62111 758 1205 0 62931 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 256560

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 14806
/proc/meminfo: memFree=810904/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256560 CPUtime=402.31 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 73728 0 0 0 40124 107 0 0 25 0 1 0 901762268 262717440 62113 33554432000 4194304 9128323 140734733444096 18446744073709551615 7013792 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64140 62113 758 1205 0 62931 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 256560

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 14808
/proc/meminfo: memFree=798228/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=256560 CPUtime=462.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 73728 0 0 0 46113 117 0 0 25 0 1 0 901762268 262717440 62113 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64140 62113 758 1205 0 62931 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 256560

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14810
/proc/meminfo: memFree=781692/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=257508 CPUtime=522.31 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 89361 0 0 0 52096 135 0 0 25 0 1 0 901762268 263688192 62138 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 64377 62138 758 1205 0 63168 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 257508

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14850
/proc/meminfo: memFree=1307256/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=280792 CPUtime=582.3 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 113501 0 0 0 58085 145 0 0 25 0 1 0 901762268 287531008 67957 33554432000 4194304 9128323 140734733444096 18446744073709551615 7346354 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 70198 67957 917 1205 0 68989 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 280792

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14857
/proc/meminfo: memFree=1060596/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=348292 CPUtime=822.31 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 165948 0 0 0 82039 192 0 0 25 0 1 0 901762268 356651008 84995 33554432000 4194304 9128323 140734733444096 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 87073 84995 758 1205 0 85864 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 348292

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14858
/proc/meminfo: memFree=997552/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=364628 CPUtime=882.31 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 170045 0 0 0 88028 203 0 0 25 0 1 0 901762268 373379072 89092 33554432000 4194304 9128323 140734733444096 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 91157 89092 758 1205 0 89948 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 364628

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14860
/proc/meminfo: memFree=940596/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=384028 CPUtime=942.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 174906 0 0 0 94019 213 0 0 25 0 1 0 901762268 393244672 93953 33554432000 4194304 9128323 140734733444096 18446744073709551615 5984588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 96007 93953 758 1205 0 94798 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 384028

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14861
/proc/meminfo: memFree=870216/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=405472 CPUtime=1002.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 198555 0 0 0 100006 226 0 0 25 0 1 0 901762268 415203328 99272 33554432000 4194304 9128323 140734733444096 18446744073709551615 7183800 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 101368 99272 758 1205 0 100159 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 405472

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14863
/proc/meminfo: memFree=818464/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=422828 CPUtime=1062.31 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 202900 0 0 0 105996 235 0 0 25 0 1 0 901762268 432975872 103617 33554432000 4194304 9128323 140734733444096 18446744073709551615 6856950 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 105707 103617 758 1205 0 104498 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 422828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14865
/proc/meminfo: memFree=760640/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=441636 CPUtime=1122.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 207594 0 0 0 111987 245 0 0 25 0 1 0 901762268 452235264 108311 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 110409 108311 758 1205 0 109200 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 441636

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14866
/proc/meminfo: memFree=715592/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=458568 CPUtime=1182.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 211895 0 0 0 117975 257 0 0 25 0 1 0 901762268 469573632 112612 33554432000 4194304 9128323 140734733444096 18446744073709551615 6732490 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 114642 112612 758 1205 0 113433 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 458568

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/178 14868
/proc/meminfo: memFree=665036/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=478224 CPUtime=1242.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 216727 0 0 0 123963 269 0 0 25 0 1 0 901762268 489701376 117444 33554432000 4194304 9128323 140734733444096 18446744073709551615 7267303 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 119556 117444 758 1205 0 118347 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 478224

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 14869
/proc/meminfo: memFree=611488/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=499880 CPUtime=1302.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 222143 0 0 0 129951 282 0 0 25 0 1 0 901762268 511877120 122860 33554432000 4194304 9128323 140734733444096 18446744073709551615 7216870 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 124970 122860 758 1205 0 123761 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 499880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14871
/proc/meminfo: memFree=552164/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=527308 CPUtime=1362.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 228845 0 0 0 135941 291 0 0 25 0 1 0 901762268 539963392 129562 33554432000 4194304 9128323 140734733444096 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 131827 129562 758 1205 0 130618 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 527308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14873
/proc/meminfo: memFree=493940/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=551288 CPUtime=1422.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 254074 0 0 0 141929 304 0 0 25 0 1 0 901762268 564518912 135770 33554432000 4194304 9128323 140734733444096 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 137822 135770 758 1205 0 136613 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 551288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14874
/proc/meminfo: memFree=438192/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=581316 CPUtime=1482.32 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 261525 0 0 0 147920 312 0 0 25 0 1 0 901762268 595267584 143162 33554432000 4194304 9128323 140734733444096 18446744073709551615 7051528 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 145329 143162 768 1205 0 144120 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 581316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 4/178 14876
/proc/meminfo: memFree=375128/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=603400 CPUtime=1542.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 267223 0 0 0 153911 322 0 0 25 0 1 0 901762268 617881600 148730 33554432000 4194304 9128323 140734733444096 18446744073709551615 6505901 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 150850 148730 758 1205 0 149641 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 603400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14877
/proc/meminfo: memFree=316568/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=628524 CPUtime=1602.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 273419 0 0 0 159901 332 0 0 25 0 1 0 901762268 643608576 154926 33554432000 4194304 9128323 140734733444096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 157131 154926 758 1205 0 155922 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 628524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14879
/proc/meminfo: memFree=263872/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=651016 CPUtime=1662.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 279309 0 0 0 165891 342 0 0 25 0 1 0 901762268 666640384 160765 33554432000 4194304 9128323 140734733444096 18446744073709551615 7163336 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 162754 160765 758 1205 0 161545 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 651016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14881
/proc/meminfo: memFree=215528/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=672728 CPUtime=1722.33 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 285103 0 0 0 171881 352 0 0 25 0 1 0 901762268 688873472 166107 33554432000 4194304 9128323 140734733444096 18446744073709551615 7414757 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 168182 166107 758 1205 0 166973 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 672728

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 14882
/proc/meminfo: memFree=159008/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=697428 CPUtime=1782.34 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 291384 0 0 0 177873 361 0 0 25 0 1 0 901762268 714166272 172332 33554432000 4194304 9128323 140734733444096 18446744073709551615 7216745 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 174357 172332 758 1205 0 173148 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 697428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 1.97 3/178 14883
/proc/meminfo: memFree=146300/32950904 swapFree=67055440/67111528
[pid=14783] ppid=14781 vsize=705004 CPUtime=1800.04 cores=0,2,4,6
/proc/14783/stat : 14783 (scip-2.0.1.4.li) R 14781 14783 14274 0 -1 4202496 293234 0 0 0 179640 364 0 0 25 0 1 0 901762268 721924096 174182 33554432000 4194304 9128323 140734733444096 18446744073709551615 7028719 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14783/statm: 176251 174182 758 1205 0 175042 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 705004

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.04
CPU time (s): 1800.08
CPU user time (s): 1796.4
CPU system time (s): 3.67544
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 705004

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

runsolver used 2.73758 second user time and 6.18106 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 20:00:25
IDJOB=3447431
IDBENCH=79316
IDSOLVER=1944
FILE ID=node121/3447431-1307901625
RUNJOBID= node121-1307898652-14560
PBS_JOBID= 13559585
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-25s.smv--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-3447431-1307901625/watcher-3447431-1307901625 -o /var/tmp/evaluation-result-3447431-1307901625/solver-3447431-1307901625 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447431-1307901625.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 241801650d5a008aecc3546be621c5b9
RANDOM SEED=269147393

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:       1153176 kB
Buffers:         55140 kB
Cached:       30321052 kB
SwapCached:       9696 kB
Active:       15607536 kB
Inactive:     15241776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1153176 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           13016 kB
Writeback:           0 kB
AnonPages:      471012 kB
Mapped:          15892 kB
Slab:           882508 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   676388 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= 2868 MiB
End job on node121 at 2011-06-12 20:30:27