Trace number 3727013

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.72? 1799.87 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727013-1338650806.opb.
0.00/0.00	c Instance file HOME/instance-3727013-1338650806.opb
0.00/0.00	c File size is 39935 bytes.
0.00/0.00	c Highest Coefficient sum: 138
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      370                                                 |
0.00/0.00	c |  Number Clauses:        558                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 249                                                 |
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.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3727013-1338650806/watcher-3727013-1338650806 -o /tmp/evaluation-result-3727013-1338650806/solver-3727013-1338650806 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727013-1338650806.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: 0.92 1.19 1.59 3/171 16037
/proc/meminfo: memFree=28121324/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=7864 CPUtime=0 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) R 16034 16037 14594 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 1 0 331206531 8052736 697 33554432000 4194304 5964350 140737069255280 140734668142520 5244170 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 2006 706 170 433 0 1570 0

[startup+0.05722 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 16037
/proc/meminfo: memFree=28121324/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83804 CPUtime=0.05 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 1017 0 0 0 5 0 0 0 20 0 2 0 331206531 85815296 959 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20951 959 187 433 0 20515 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83804

[startup+0.100258 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 16037
/proc/meminfo: memFree=28121324/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83804 CPUtime=0.09 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 1117 0 0 0 9 0 0 0 20 0 2 0 331206531 85815296 1059 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20951 1059 187 433 0 20515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83804

[startup+0.300222 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 16037
/proc/meminfo: memFree=28121324/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83804 CPUtime=0.29 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 1431 0 0 0 29 0 0 0 20 0 2 0 331206531 85815296 1373 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20951 1373 187 433 0 20515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83804

[startup+0.700219 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 16037
/proc/meminfo: memFree=28121324/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83804 CPUtime=0.69 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 1945 0 0 0 69 0 0 0 20 0 2 0 331206531 85815296 1887 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20951 1887 187 433 0 20515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83804

[startup+1.50025 s]
/proc/loadavg: 0.92 1.19 1.59 3/177 16082
/proc/meminfo: memFree=28108400/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83804 CPUtime=1.49 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 2603 0 0 0 149 0 0 0 20 0 2 0 331206531 85815296 2545 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20951 2545 187 433 0 20515 0
[pid=16037/tid=16041] ppid=16034 vsize=83804 CPUtime=1.48 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 1831 0 0 0 148 0 0 0 20 0 2 0 331206531 85815296 2545 33554432000 4194304 5964350 140737069255280 139680439268888 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83804

[startup+3.10026 s]
/proc/loadavg: 1.01 1.21 1.60 3/177 16082
/proc/meminfo: memFree=28098828/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=83948 CPUtime=3.09 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 3036 0 0 0 309 0 0 0 20 0 2 0 331206531 85962752 2978 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 20987 2978 187 433 0 20551 0
[pid=16037/tid=16041] ppid=16034 vsize=83948 CPUtime=3.08 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 2264 0 0 0 308 0 0 0 20 0 2 0 331206531 85962752 2978 33554432000 4194304 5964350 140737069255280 139680439269176 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83948

[startup+6.30025 s]
/proc/loadavg: 1.01 1.21 1.60 3/177 16082
/proc/meminfo: memFree=28089184/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=84020 CPUtime=6.28 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 4123 0 0 0 628 0 0 0 20 0 2 0 331206531 86036480 4100 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 21005 4100 187 433 0 20569 0
[pid=16037/tid=16041] ppid=16034 vsize=84020 CPUtime=6.27 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 3351 0 0 0 627 0 0 0 20 0 2 0 331206531 86036480 4100 33554432000 4194304 5964350 140737069255280 139680439269368 4399958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84020

[startup+12.7003 s]
/proc/loadavg: 1.16 1.23 1.60 3/177 16082
/proc/meminfo: memFree=28072624/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=84524 CPUtime=12.68 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 5635 0 0 0 1268 0 0 0 20 0 2 0 331206531 86552576 5612 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 21131 5612 187 433 0 20695 0
[pid=16037/tid=16041] ppid=16034 vsize=84524 CPUtime=12.67 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 4863 0 0 0 1267 0 0 0 20 0 2 0 331206531 86552576 5612 33554432000 4194304 5964350 140737069255280 139680439269368 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84524

[startup+25.5003 s]
/proc/loadavg: 1.29 1.26 1.60 3/177 16082
/proc/meminfo: memFree=28051216/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=87512 CPUtime=25.48 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 7955 0 0 0 2547 1 0 0 20 0 2 0 331206531 89612288 8338 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 21878 8338 187 433 0 21442 0
[pid=16037/tid=16041] ppid=16034 vsize=87512 CPUtime=25.47 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 7183 0 0 0 2545 2 0 0 20 0 2 0 331206531 89612288 8338 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87512

[startup+51.1003 s]
/proc/loadavg: 1.53 1.32 1.61 3/177 16082
/proc/meminfo: memFree=28017292/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=90336 CPUtime=51.08 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 10600 0 0 0 5105 3 0 0 20 0 2 0 331206531 92504064 10983 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 22584 10983 187 433 0 22148 0
[pid=16037/tid=16041] ppid=16034 vsize=90336 CPUtime=51.08 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 9828 0 0 0 5104 4 0 0 20 0 2 0 331206531 92504064 10983 33554432000 4194304 5964350 140737069255280 139680439269416 4400477 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90336

[startup+102.306 s]
/proc/loadavg: 1.81 1.43 1.64 3/177 16082
/proc/meminfo: memFree=27975340/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=95772 CPUtime=102.26 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 16153 0 0 0 10220 6 0 0 20 0 2 0 331206531 98070528 16565 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 23943 16565 187 433 0 23507 0
[pid=16037/tid=16041] ppid=16034 vsize=95772 CPUtime=102.26 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 15381 0 0 0 10218 8 0 0 20 0 2 0 331206531 98070528 16565 33554432000 4194304 5964350 140737069255280 139680439269416 5135577 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 95772

[startup+162.3 s]
/proc/loadavg: 1.97 1.54 1.66 3/177 16082
/proc/meminfo: memFree=27928320/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=167252 CPUtime=162.25 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 21277 0 0 0 16216 9 0 0 20 0 2 0 331206531 171266048 21689 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 41813 21689 187 433 0 41377 0
[pid=16037/tid=16041] ppid=16034 vsize=167252 CPUtime=162.25 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 20505 0 0 0 16213 12 0 0 20 0 2 0 331206531 171266048 21689 33554432000 4194304 5964350 140737069255280 139680439269416 4400439 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 167252

[startup+222.3 s]
/proc/loadavg: 1.99 1.62 1.68 3/178 16086
/proc/meminfo: memFree=27898032/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=169156 CPUtime=222.23 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 23964 0 0 0 22212 11 0 0 20 0 2 0 331206531 173215744 24881 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 42289 24881 187 433 0 41853 0
[pid=16037/tid=16041] ppid=16034 vsize=169156 CPUtime=222.24 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 23192 0 0 0 22210 14 0 0 20 0 2 0 331206531 173215744 24881 33554432000 4194304 5964350 140737069255280 139680439268888 4400380 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 169156

[startup+282.3 s]
/proc/loadavg: 1.99 1.69 1.69 3/177 16086
/proc/meminfo: memFree=27863976/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=170952 CPUtime=282.22 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 26860 0 0 0 28208 14 0 0 20 0 2 0 331206531 175054848 27777 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 42738 27777 187 433 0 42302 0
[pid=16037/tid=16041] ppid=16034 vsize=170952 CPUtime=282.24 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 26088 0 0 0 28205 19 0 0 20 0 2 0 331206531 175054848 27777 33554432000 4194304 5964350 140737069255280 139680439269368 4399852 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 170952

[startup+342.3 s]
/proc/loadavg: 1.99 1.74 1.71 3/177 16086
/proc/meminfo: memFree=27838336/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=173236 CPUtime=342.2 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 31065 0 0 0 34202 18 0 0 20 0 2 0 331206531 177393664 31976 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 43309 31976 187 433 0 42873 0
[pid=16037/tid=16041] ppid=16034 vsize=173236 CPUtime=342.23 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 30293 0 0 0 34199 24 0 0 20 0 2 0 331206531 177393664 31976 33554432000 4194304 5964350 140737069255280 139680439269176 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 173236

[startup+402.3 s]
/proc/loadavg: 1.99 1.78 1.73 3/177 16086
/proc/meminfo: memFree=27831996/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=174456 CPUtime=402.19 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 31921 0 0 0 40200 19 0 0 20 0 2 0 331206531 178642944 32832 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 43614 32832 187 433 0 43178 0
[pid=16037/tid=16041] ppid=16034 vsize=174456 CPUtime=402.23 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 31149 0 0 0 40197 26 0 0 20 0 2 0 331206531 178642944 32832 33554432000 4194304 5964350 140737069255280 139680439269368 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 174456

[startup+462.3 s]
/proc/loadavg: 1.99 1.82 1.74 3/177 16086
/proc/meminfo: memFree=27792924/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=176844 CPUtime=462.18 cores=0,2,4,6

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

/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 64949 0 0 0 130148 69 0 0 20 0 2 0 331206531 330899456 66685 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 323144

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/177 16092
/proc/meminfo: memFree=27548000/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=324316 CPUtime=1362 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 68237 0 0 0 136148 52 0 0 20 0 2 0 331206531 332099584 69201 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 81079 69201 187 433 0 80643 0
[pid=16037/tid=16041] ppid=16034 vsize=324316 CPUtime=1362.16 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 67465 0 0 0 136143 73 0 0 20 0 2 0 331206531 332099584 69201 33554432000 4194304 5964350 140737069255280 139680439269368 4400029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 324316

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.88 3/178 16095
/proc/meminfo: memFree=27535932/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=325316 CPUtime=1421.99 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 71088 0 0 0 142145 54 0 0 20 0 2 0 331206531 333123584 72052 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 81329 72052 187 433 0 80893 0
[pid=16037/tid=16041] ppid=16034 vsize=325316 CPUtime=1422.16 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 70316 0 0 0 142140 76 0 0 20 0 2 0 331206531 333123584 72052 33554432000 4194304 5964350 140737069255280 139680439269368 4381880 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 325316

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/177 16096
/proc/meminfo: memFree=27531848/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=326216 CPUtime=1481.99 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 71273 0 0 0 148144 55 0 0 20 0 2 0 331206531 334045184 72237 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 81554 72237 187 433 0 81118 0
[pid=16037/tid=16041] ppid=16034 vsize=326216 CPUtime=1482.15 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 70501 0 0 0 148137 78 0 0 20 0 2 0 331206531 334045184 72237 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 326216

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/177 16096
/proc/meminfo: memFree=27504196/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=327620 CPUtime=1541.98 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 72480 0 0 0 154141 57 0 0 20 0 2 0 331206531 335482880 73444 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 81905 73444 187 433 0 81469 0
[pid=16037/tid=16041] ppid=16034 vsize=327620 CPUtime=1542.15 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 71708 0 0 0 154134 81 0 0 20 0 2 0 331206531 335482880 73444 33554432000 4194304 5964350 140737069255280 139680439269368 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 327620

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/177 16096
/proc/meminfo: memFree=27484264/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=393916 CPUtime=1601.96 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77324 0 0 0 160133 63 0 0 20 0 2 0 331206531 403369984 78303 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98479 78303 187 433 0 98043 0
[pid=16037/tid=16041] ppid=16034 vsize=393916 CPUtime=1602.14 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 76552 0 0 0 160126 88 0 0 20 0 2 0 331206531 403369984 78303 33554432000 4194304 5964350 140737069255280 139680439269368 4399861 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 393916

[startup+1662.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/177 16096
/proc/meminfo: memFree=27482280/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=394024 CPUtime=1661.95 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77480 0 0 0 166132 63 0 0 20 0 2 0 331206531 403480576 78459 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98506 78459 187 433 0 98070 0
[pid=16037/tid=16041] ppid=16034 vsize=394024 CPUtime=1662.14 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 76708 0 0 0 166125 89 0 0 20 0 2 0 331206531 403480576 78459 33554432000 4194304 5964350 140737069255280 139680439269416 4379231 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 394024

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/177 16096
/proc/meminfo: memFree=27473104/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=394096 CPUtime=1721.94 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77498 0 0 0 172131 63 0 0 20 0 2 0 331206531 403554304 78477 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98524 78477 187 433 0 98088 0
[pid=16037/tid=16041] ppid=16034 vsize=394096 CPUtime=1722.14 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 76726 0 0 0 172124 90 0 0 20 0 2 0 331206531 403554304 78477 33554432000 4194304 5964350 140737069255280 139680439269416 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 394096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27455948/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=395428 CPUtime=1781.93 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77765 0 0 0 178130 63 0 0 20 0 2 0 331206531 404918272 78744 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98857 78744 187 433 0 98421 0
[pid=16037/tid=16041] ppid=16034 vsize=395428 CPUtime=1782.14 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 76993 0 0 0 178123 91 0 0 20 0 2 0 331206531 404918272 78744 33554432000 4194304 5964350 140737069255280 139680439269176 4400707 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 395428

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27453592/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=395824 CPUtime=1791.53 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77834 0 0 0 179090 63 0 0 20 0 2 0 331206531 405323776 78813 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98956 78813 187 433 0 98520 0
[pid=16037/tid=16041] ppid=16034 vsize=395824 CPUtime=1791.74 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77062 0 0 0 179083 91 0 0 20 0 2 0 331206531 405323776 78813 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 395824

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27452972/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=395824 CPUtime=1794.73 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77839 0 0 0 179410 63 0 0 20 0 2 0 331206531 405323776 78818 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98956 78818 187 433 0 98520 0
[pid=16037/tid=16041] ppid=16034 vsize=395824 CPUtime=1794.94 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77067 0 0 0 179403 91 0 0 20 0 2 0 331206531 405323776 78818 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 395824

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27452724/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=395896 CPUtime=1797.93 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77863 0 0 0 179730 63 0 0 20 0 2 0 331206531 405397504 78842 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98974 78842 187 433 0 98538 0
[pid=16037/tid=16041] ppid=16034 vsize=395896 CPUtime=1798.13 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77091 0 0 0 179722 91 0 0 20 0 2 0 331206531 405397504 78842 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 395896

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27452104/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=395896 CPUtime=1798.73 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77866 0 0 0 179810 63 0 0 20 0 2 0 331206531 405397504 78845 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 98974 78845 187 433 0 98538 0
[pid=16037/tid=16041] ppid=16034 vsize=395896 CPUtime=1798.93 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77094 0 0 0 179802 91 0 0 20 0 2 0 331206531 405397504 78845 33554432000 4194304 5964350 140737069255280 139680439269416 4399904 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 395896

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27451980/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=396148 CPUtime=1799.13 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77894 0 0 0 179850 63 0 0 20 0 2 0 331206531 405655552 78873 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 99037 78873 187 433 0 98601 0
[pid=16037/tid=16041] ppid=16034 vsize=396148 CPUtime=1799.34 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77122 0 0 0 179843 91 0 0 20 0 2 0 331206531 405655552 78873 33554432000 4194304 5964350 140737069255280 139680439269416 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 396148

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27451980/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=396220 CPUtime=1799.53 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77918 0 0 0 179890 63 0 0 20 0 2 0 331206531 405729280 78897 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 99055 78897 187 433 0 98619 0
[pid=16037/tid=16041] ppid=16034 vsize=396220 CPUtime=1799.73 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77146 0 0 0 179882 91 0 0 20 0 2 0 331206531 405729280 78897 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 396220

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27451980/32873852 swapFree=6856/6856
[pid=16037] ppid=16034 vsize=396328 CPUtime=1799.63 cores=0,2,4,6
/proc/16037/stat : 16037 (wbo1.72) S 16034 16037 14594 0 -1 4202496 77923 0 0 0 179900 63 0 0 20 0 2 0 331206531 405839872 78902 33554432000 4194304 5964350 140737069255280 140737069254800 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16037/statm: 99082 78902 187 433 0 98646 0
[pid=16037/tid=16041] ppid=16034 vsize=396328 CPUtime=1799.83 cores=0,2,4,6
/proc/16037/task/16041/stat : 16041 (wbo1.72) R 16034 16037 14594 0 -1 4202560 77151 0 0 0 179892 91 0 0 20 0 2 0 331206531 405839872 78902 33554432000 4194304 5964350 140737069255280 139680439269416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 396328

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.87
CPU user time (s): 1798.94
CPU system time (s): 0.925859
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 396328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 0.925859
maximum resident set size= 315620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77926
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= 127
involuntary context switches= 1871

runsolver used 2.76358 second user time and 7.05893 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 17:26:46
IDJOB=3727013
IDBENCH=1158
IDSOLVER=2313
FILE ID=node128/3727013-1338650806
RUNJOBID= node128-1338650806-16012
PBS_JOBID= 14636452
Free space on /tmp= 70508 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727013-1338650806/watcher-3727013-1338650806 -o /tmp/evaluation-result-3727013-1338650806/solver-3727013-1338650806 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727013-1338650806.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1536408403

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        28121928 kB
Buffers:          521956 kB
Cached:          3328212 kB
SwapCached:          784 kB
Active:          1717512 kB
Inactive:        2143508 kB
Active(anon):       2456 kB
Inactive(anon):    11368 kB
Active(file):    1715056 kB
Inactive(file):  2132140 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:         17292 kB
Mapped:            13360 kB
Shmem:               200 kB
Slab:             751960 kB
SReclaimable:     194336 kB
SUnreclaim:       557624 kB
KernelStack:        1360 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70500 MiB
End job on node128 at 2012-06-02 17:56:46