Trace number 3704846

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
wbo 1.7? 1799.93 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
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

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704846-1338111074.opb.
0.00/0.00	c Instance file HOME/instance-3704846-1338111074.opb
0.00/0.00	c File size is 46027 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      1200                                                |
0.00/0.00	c |  Number Clauses:        940                                                 |
0.00/0.00	c |  Number Cardinality:    195                                                 |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/1800.00	s UNKNOWN

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 /tmp/evaluation-result-3704846-1338111074/watcher-3704846-1338111074 -o /tmp/evaluation-result-3704846-1338111074/solver-3704846-1338111074 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704846-1338111074.opb 

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.94 1.99 1.99 3/177 17708
/proc/meminfo: memFree=28830312/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=4372 CPUtime=0 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) R 17706 17708 15878 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 277231937 4476928 543 33554432000 4194304 5963574 140735115366640 140737012348376 4296660 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 1093 555 170 432 0 658 0

[startup+0.0387739 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 17708
/proc/meminfo: memFree=28830312/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84140 CPUtime=0.03 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 1179 0 0 0 3 0 0 0 20 0 2 0 277231937 86159360 1120 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21035 1120 187 432 0 20600 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84140

[startup+0.10026 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 17708
/proc/meminfo: memFree=28830312/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84140 CPUtime=0.09 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 1354 0 0 0 9 0 0 0 20 0 2 0 277231937 86159360 1295 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21035 1296 187 432 0 20600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84140

[startup+0.300225 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 17708
/proc/meminfo: memFree=28830312/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84140 CPUtime=0.29 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 1747 0 0 0 29 0 0 0 20 0 2 0 277231937 86159360 1688 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21035 1688 187 432 0 20600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84140

[startup+0.700228 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 17708
/proc/meminfo: memFree=28830312/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84284 CPUtime=0.69 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 2134 0 0 0 69 0 0 0 20 0 2 0 277231937 86306816 2075 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21071 2075 187 432 0 20636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84284

[startup+1.50025 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28821972/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84284 CPUtime=1.49 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 2630 0 0 0 149 0 0 0 20 0 2 0 277231937 86306816 2571 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21071 2571 187 432 0 20636 0
[pid=17708/tid=17710] ppid=17706 vsize=84284 CPUtime=1.48 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 1780 0 0 0 148 0 0 0 20 0 2 0 277231938 86306816 2571 33554432000 4194304 5963574 140735115366640 140472662976312 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84284

[startup+3.10026 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28818756/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84356 CPUtime=3.08 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 3562 0 0 0 308 0 0 0 20 0 2 0 277231937 86380544 3503 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21089 3503 187 432 0 20654 0
[pid=17708/tid=17710] ppid=17706 vsize=84356 CPUtime=3.08 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 2712 0 0 0 308 0 0 0 20 0 2 0 277231938 86380544 3503 33554432000 4194304 5963574 140735115366640 140472662976312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84356

[startup+6.30026 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28811936/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84464 CPUtime=6.29 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 4818 0 0 0 628 1 0 0 20 0 2 0 277231937 86491136 4759 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21116 4759 187 432 0 20681 0
[pid=17708/tid=17710] ppid=17706 vsize=84464 CPUtime=6.28 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 3968 0 0 0 626 2 0 0 20 0 2 0 277231938 86491136 4759 33554432000 4194304 5963574 140735115366640 140472662976312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84464

[startup+12.7003 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28802272/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84464 CPUtime=12.69 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 6496 0 0 0 1267 2 0 0 20 0 2 0 277231937 86491136 6437 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21116 6437 187 432 0 20681 0
[pid=17708/tid=17710] ppid=17706 vsize=84464 CPUtime=12.68 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 5646 0 0 0 1266 2 0 0 20 0 2 0 277231938 86491136 6437 33554432000 4194304 5963574 140735115366640 140472662976504 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84464

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28785780/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84624 CPUtime=25.49 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 9214 0 0 0 2546 3 0 0 20 0 2 0 277231937 86654976 9155 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21156 9155 187 432 0 20721 0
[pid=17708/tid=17710] ppid=17706 vsize=84624 CPUtime=25.48 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 8364 0 0 0 2544 4 0 0 20 0 2 0 277231938 86654976 9155 33554432000 4194304 5963574 140735115366640 140472662976552 4399542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84624

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28764636/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=84864 CPUtime=51.08 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 12549 0 0 0 5103 5 0 0 20 0 2 0 277231937 86900736 12490 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 21216 12490 187 432 0 20781 0
[pid=17708/tid=17710] ppid=17706 vsize=84864 CPUtime=51.08 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 11699 0 0 0 5102 6 0 0 20 0 2 0 277231938 86900736 12490 33554432000 4194304 5963574 140735115366640 140472662976312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84864

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28739456/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=150688 CPUtime=102.27 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 18212 0 0 0 10219 8 0 0 20 0 2 0 277231937 154304512 18159 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 37672 18159 187 432 0 37237 0
[pid=17708/tid=17710] ppid=17706 vsize=150688 CPUtime=102.29 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 17362 0 0 0 10219 10 0 0 20 0 2 0 277231938 154304512 18159 33554432000 4194304 5963574 140735115366640 140472662976504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 150688

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17710
/proc/meminfo: memFree=28713848/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=151480 CPUtime=162.23 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 23681 0 0 0 16211 12 0 0 20 0 2 0 277231937 155115520 24525 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 37870 24525 187 432 0 37435 0
[pid=17708/tid=17710] ppid=17706 vsize=151480 CPUtime=162.25 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 22831 0 0 0 16211 14 0 0 20 0 2 0 277231938 155115520 24525 33554432000 4194304 5963574 140735115366640 140472662976552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 151480

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17711
/proc/meminfo: memFree=28695716/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=152776 CPUtime=222.22 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 27399 0 0 0 22207 15 0 0 20 0 2 0 277231937 156442624 28243 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 38194 28243 187 432 0 37759 0
[pid=17708/tid=17710] ppid=17706 vsize=152776 CPUtime=222.25 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 26549 0 0 0 22206 19 0 0 20 0 2 0 277231938 156442624 28243 33554432000 4194304 5963574 140735115366640 140472662976312 4399511 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 152776

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17711
/proc/meminfo: memFree=28681332/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=154340 CPUtime=282.22 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 30987 0 0 0 28203 19 0 0 20 0 2 0 277231937 158044160 31817 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 38585 31817 187 432 0 38150 0
[pid=17708/tid=17710] ppid=17706 vsize=154340 CPUtime=282.26 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 30137 0 0 0 28203 23 0 0 20 0 2 0 277231938 158044160 31817 33554432000 4194304 5963574 140735115366640 140472662976504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 154340

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/180 17712
/proc/meminfo: memFree=28667048/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=156284 CPUtime=342.2 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 34201 0 0 0 34199 21 0 0 20 0 2 0 277231937 160034816 35112 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 39071 35112 187 432 0 38636 0
[pid=17708/tid=17710] ppid=17706 vsize=156284 CPUtime=342.25 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 33351 0 0 0 34198 27 0 0 20 0 2 0 277231938 160034816 35112 33554432000 4194304 5963574 140735115366640 140472662976504 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 156284

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17712
/proc/meminfo: memFree=28646296/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=223748 CPUtime=402.16 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 36665 0 0 0 40193 23 0 0 20 0 2 0 277231937 229117952 37714 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 55937 37714 187 432 0 55502 0
[pid=17708/tid=17710] ppid=17706 vsize=223748 CPUtime=402.22 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 35815 0 0 0 40192 30 0 0 20 0 2 0 277231938 229117952 37714 33554432000 4194304 5963574 140735115366640 140472662976504 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 223748

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 17712
/proc/meminfo: memFree=28618132/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=225656 CPUtime=462.14 cores=0,2,4,6

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

/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 75966 0 0 0 130140 82 0 0 20 0 2 0 277231938 390008832 78010 33554432000 4194304 5963574 140735115366640 140472662976552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 380868

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17760
/proc/meminfo: memFree=28138112/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=382724 CPUtime=1361.95 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 79707 0 0 0 136128 67 0 0 20 0 2 0 277231937 391909376 80897 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 95681 80897 187 432 0 95246 0
[pid=17708/tid=17710] ppid=17706 vsize=382724 CPUtime=1362.21 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 78857 0 0 0 136133 88 0 0 20 0 2 0 277231938 391909376 80897 33554432000 4194304 5963574 140735115366640 140472662976504 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 382724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17761
/proc/meminfo: memFree=28132608/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=383264 CPUtime=1421.95 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 81098 0 0 0 142127 68 0 0 20 0 2 0 277231937 392462336 82288 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 95816 82288 187 432 0 95381 0
[pid=17708/tid=17710] ppid=17706 vsize=383264 CPUtime=1422.22 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 80248 0 0 0 142132 90 0 0 20 0 2 0 277231938 392462336 82288 33554432000 4194304 5963574 140735115366640 140472662976552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 383264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17761
/proc/meminfo: memFree=28097376/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=384972 CPUtime=1481.94 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 83336 0 0 0 148123 71 0 0 20 0 2 0 277231937 394211328 84522 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 96243 84522 187 432 0 95808 0
[pid=17708/tid=17710] ppid=17706 vsize=384972 CPUtime=1482.22 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 82486 0 0 0 148128 94 0 0 20 0 2 0 277231938 394211328 84522 33554432000 4194304 5963574 140735115366640 140472662976504 4400074 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 384972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17761
/proc/meminfo: memFree=28017116/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=385840 CPUtime=1541.93 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 86729 0 0 0 154118 75 0 0 20 0 2 0 277231937 395100160 87915 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 96460 87915 187 432 0 96025 0
[pid=17708/tid=17710] ppid=17706 vsize=385840 CPUtime=1542.22 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 85879 0 0 0 154124 98 0 0 20 0 2 0 277231938 395100160 87915 33554432000 4194304 5963574 140735115366640 140472662976504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 385840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17761
/proc/meminfo: memFree=27947440/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=386448 CPUtime=1601.89 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 87013 0 0 0 160114 75 0 0 20 0 2 0 277231937 395722752 88214 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 96612 88214 187 432 0 96177 0
[pid=17708/tid=17710] ppid=17706 vsize=386448 CPUtime=1602.2 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 86163 0 0 0 160120 100 0 0 20 0 2 0 277231938 395722752 88214 33554432000 4194304 5963574 140735115366640 140472662976552 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 386448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17761
/proc/meminfo: memFree=27851324/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=386448 CPUtime=1661.88 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 88136 0 0 0 166112 76 0 0 20 0 2 0 277231937 395722752 89347 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 96612 89347 187 432 0 96177 0
[pid=17708/tid=17710] ppid=17706 vsize=386448 CPUtime=1662.19 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 87286 0 0 0 166117 102 0 0 20 0 2 0 277231938 395722752 89347 33554432000 4194304 5963574 140735115366640 140472662976552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 386448

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17762
/proc/meminfo: memFree=27649452/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=453392 CPUtime=1721.87 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 91996 0 0 0 172106 81 0 0 20 0 2 0 277231937 464273408 93207 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113348 93207 187 432 0 112913 0
[pid=17708/tid=17710] ppid=17706 vsize=453392 CPUtime=1722.2 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 91146 0 0 0 172113 107 0 0 20 0 2 0 277231938 464273408 93207 33554432000 4194304 5963574 140735115366640 140472662976504 4399958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 453392

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17765
/proc/meminfo: memFree=27415828/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=454908 CPUtime=1781.86 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93476 0 0 0 178104 82 0 0 20 0 2 0 277231937 465825792 94687 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113727 94687 187 432 0 113292 0
[pid=17708/tid=17710] ppid=17706 vsize=454908 CPUtime=1782.2 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92626 0 0 0 178110 110 0 0 20 0 2 0 277231938 465825792 94687 33554432000 4194304 5963574 140735115366640 140472662976312 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 454908

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27399512/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=454908 CPUtime=1791.46 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93476 0 0 0 179064 82 0 0 20 0 2 0 277231937 465825792 94687 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113727 94687 187 432 0 113292 0
[pid=17708/tid=17710] ppid=17706 vsize=454908 CPUtime=1791.81 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92626 0 0 0 179071 110 0 0 20 0 2 0 277231938 465825792 94687 33554432000 4194304 5963574 140735115366640 140472662976312 4399477 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 454908

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27393328/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=454908 CPUtime=1794.66 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93478 0 0 0 179384 82 0 0 20 0 2 0 277231937 465825792 94689 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113727 94689 187 432 0 113292 0
[pid=17708/tid=17710] ppid=17706 vsize=454908 CPUtime=1795.01 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92628 0 0 0 179391 110 0 0 20 0 2 0 277231938 465825792 94689 33554432000 4194304 5963574 140735115366640 140472662976312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 454908

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27390476/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=454908 CPUtime=1797.85 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93478 0 0 0 179703 82 0 0 20 0 2 0 277231937 465825792 94689 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113727 94689 187 432 0 113292 0
[pid=17708/tid=17710] ppid=17706 vsize=454908 CPUtime=1798.2 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92628 0 0 0 179710 110 0 0 20 0 2 0 277231938 465825792 94689 33554432000 4194304 5963574 140735115366640 140472662976312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 454908

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27388276/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=455052 CPUtime=1798.65 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93503 0 0 0 179783 82 0 0 20 0 2 0 277231937 465973248 94714 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113763 94714 187 432 0 113328 0
[pid=17708/tid=17710] ppid=17706 vsize=455052 CPUtime=1799 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92653 0 0 0 179790 110 0 0 20 0 2 0 277231938 465973248 94714 33554432000 4194304 5963574 140735115366640 140472662976312 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 455052

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27383688/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=455052 CPUtime=1799.06 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93503 0 0 0 179824 82 0 0 20 0 2 0 277231937 465973248 94714 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113763 94714 187 432 0 113328 0
[pid=17708/tid=17710] ppid=17706 vsize=455052 CPUtime=1799.41 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92653 0 0 0 179831 110 0 0 20 0 2 0 277231938 465973248 94714 33554432000 4194304 5963574 140735115366640 140472662976312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 455052

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27383688/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=455052 CPUtime=1799.45 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93503 0 0 0 179863 82 0 0 20 0 2 0 277231937 465973248 94714 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113763 94714 187 432 0 113328 0
[pid=17708/tid=17710] ppid=17706 vsize=455052 CPUtime=1799.8 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92653 0 0 0 179870 110 0 0 20 0 2 0 277231938 465973248 94714 33554432000 4194304 5963574 140735115366640 140472662976312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 455052

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17788
/proc/meminfo: memFree=27383688/32873844 swapFree=7900/7900
[pid=17708] ppid=17706 vsize=455052 CPUtime=1799.55 cores=0,2,4,6
/proc/17708/stat : 17708 (wbo1.7) S 17706 17708 15878 0 -1 4202496 93503 0 0 0 179873 82 0 0 20 0 2 0 277231937 465973248 94714 33554432000 4194304 5963574 140735115366640 140735115366160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17708/statm: 113763 94714 187 432 0 113328 0
[pid=17708/tid=17710] ppid=17706 vsize=455052 CPUtime=1799.9 cores=0,2,4,6
/proc/17708/task/17710/stat : 17710 (wbo1.7) R 17706 17708 15878 0 -1 4202560 92653 0 0 0 179880 110 0 0 20 0 2 0 277231938 465973248 94714 33554432000 4194304 5963574 140735115366640 140472662976312 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 455052

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.93
CPU user time (s): 1798.81
CPU system time (s): 1.11683
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 455052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.11683
maximum resident set size= 378860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93504
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= 156
involuntary context switches= 1869

runsolver used 2.96355 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 11:31:14
IDJOB=3704846
IDBENCH=89819
IDSOLVER=2283
FILE ID=node137/3704846-1338111074
RUNJOBID= node137-1338083671-15894
PBS_JOBID= 14624423
Free space on /tmp= 71476 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704846-1338111074/watcher-3704846-1338111074 -o /tmp/evaluation-result-3704846-1338111074/solver-3704846-1338111074 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704846-1338111074.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=125932961

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28830576 kB
Buffers:          309652 kB
Cached:          2616696 kB
SwapCached:        22060 kB
Active:          1077992 kB
Inactive:        2157848 kB
Active(anon):     288912 kB
Inactive(anon):    22684 kB
Active(file):     789080 kB
Inactive(file):  2135164 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              5552 kB
Writeback:             0 kB
AnonPages:        296596 kB
Mapped:            10460 kB
Shmem:                 0 kB
Slab:             666216 kB
SReclaimable:     107736 kB
SUnreclaim:       558480 kB
KernelStack:        1464 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     184880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node137 at 2012-05-27 12:01:14