Trace number 3727017

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? (TO) 1800.36 1800.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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 benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
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-3727017-1338650807.opb.
0.00/0.00	c Instance file HOME/instance-3727017-1338650807.opb
0.00/0.00	c File size is 55178 bytes.
0.00/0.00	c Highest Coefficient sum: 193
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:      490                                                 |
0.00/0.00	c |  Number Clauses:        738                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 345                                                 |
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 ===============================================================================
1800.01/1800.41	c ===============================================================================
1800.01/1800.41	c Wall Clock Time: 1800.41 s
1800.01/1800.41	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-3727017-1338650807/watcher-3727017-1338650807 -o /tmp/evaluation-result-3727017-1338650807/solver-3727017-1338650807 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727017-1338650807.opb 

running on 4 cores: 1,3,5,7

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/175 16080
/proc/meminfo: memFree=28114624/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=4412 CPUtime=0 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) R 16078 16080 14594 0 -1 4202496 579 0 0 0 0 0 0 0 20 0 1 0 331206606 4517888 518 33554432000 4194304 5964350 140735086980448 140735086978936 4297174 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 1103 528 170 433 0 667 0

[startup+0.00915607 s]
/proc/loadavg: 0.92 1.19 1.59 3/175 16080
/proc/meminfo: memFree=28114624/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=83980 CPUtime=0 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 931 0 0 0 0 0 0 0 20 0 2 0 331206606 85995520 869 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 20995 869 185 433 0 20559 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83980

[startup+0.100147 s]
/proc/loadavg: 0.92 1.19 1.59 3/175 16080
/proc/meminfo: memFree=28114624/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=83980 CPUtime=0.09 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 1226 0 0 0 9 0 0 0 20 0 2 0 331206606 85995520 1164 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 20995 1164 187 433 0 20559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83980

[startup+0.300114 s]
/proc/loadavg: 0.92 1.19 1.59 3/175 16080
/proc/meminfo: memFree=28114624/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=83980 CPUtime=0.29 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 1668 0 0 0 29 0 0 0 20 0 2 0 331206606 85995520 1606 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 20995 1606 187 433 0 20559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83980

[startup+0.700111 s]
/proc/loadavg: 0.92 1.19 1.59 3/175 16080
/proc/meminfo: memFree=28114624/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=83980 CPUtime=0.69 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 2275 0 0 0 69 0 0 0 20 0 2 0 331206606 85995520 2213 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 20995 2213 187 433 0 20559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83980

[startup+1.50026 s]
/proc/loadavg: 0.92 1.19 1.59 3/177 16082
/proc/meminfo: memFree=28101060/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=83980 CPUtime=1.49 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 3083 0 0 0 148 1 0 0 20 0 2 0 331206606 85995520 3021 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 20995 3021 187 433 0 20559 0
[pid=16080/tid=16082] ppid=16078 vsize=83980 CPUtime=1.47 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 2282 0 0 0 147 0 0 0 20 0 2 0 331206607 85995520 3021 33554432000 4194304 5964350 140735086980448 140724263573496 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83980

[startup+3.10027 s]
/proc/loadavg: 1.01 1.21 1.60 3/177 16082
/proc/meminfo: memFree=28096448/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=84124 CPUtime=3.09 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 3583 0 0 0 308 1 0 0 20 0 2 0 331206606 86142976 3521 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 21031 3521 187 433 0 20595 0
[pid=16080/tid=16082] ppid=16078 vsize=84124 CPUtime=3.08 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 2782 0 0 0 306 2 0 0 20 0 2 0 331206607 86142976 3521 33554432000 4194304 5964350 140735086980448 140724263573304 5179535 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84124

[startup+6.30026 s]
/proc/loadavg: 1.01 1.21 1.60 3/177 16082
/proc/meminfo: memFree=28086456/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=84340 CPUtime=6.28 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 4832 0 0 0 627 1 0 0 20 0 2 0 331206606 86364160 4770 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 21085 4770 187 433 0 20649 0
[pid=16080/tid=16082] ppid=16078 vsize=84340 CPUtime=6.28 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 4031 0 0 0 626 2 0 0 20 0 2 0 331206607 86364160 4770 33554432000 4194304 5964350 140735086980448 140724263573016 4400029 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84340

[startup+12.7003 s]
/proc/loadavg: 1.16 1.23 1.60 3/177 16082
/proc/meminfo: memFree=28072408/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=85132 CPUtime=12.68 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 6650 0 0 0 1266 2 0 0 20 0 2 0 331206606 87175168 6588 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 21283 6588 187 433 0 20847 0
[pid=16080/tid=16082] ppid=16078 vsize=85132 CPUtime=12.67 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 5849 0 0 0 1265 2 0 0 20 0 2 0 331206607 87175168 6588 33554432000 4194304 5964350 140735086980448 140724263573304 4399987 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85132

[startup+25.5004 s]
/proc/loadavg: 1.29 1.26 1.60 3/177 16082
/proc/meminfo: memFree=28050968/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=87256 CPUtime=25.46 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 9497 0 0 0 2544 2 0 0 20 0 2 0 331206606 89350144 9451 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 21814 9451 187 433 0 21378 0
[pid=16080/tid=16082] ppid=16078 vsize=87256 CPUtime=25.46 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 8696 0 0 0 2543 3 0 0 20 0 2 0 331206607 89350144 9451 33554432000 4194304 5964350 140735086980448 140724263573304 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87256

[startup+51.1004 s]
/proc/loadavg: 1.53 1.32 1.61 3/177 16082
/proc/meminfo: memFree=28016176/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=92204 CPUtime=51.06 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 14868 0 0 0 5100 6 0 0 20 0 2 0 331206606 94416896 15544 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 23051 15544 187 433 0 22615 0
[pid=16080/tid=16082] ppid=16078 vsize=92204 CPUtime=51.06 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 14067 0 0 0 5099 7 0 0 20 0 2 0 331206607 94416896 15544 33554432000 4194304 5964350 140735086980448 140724263573496 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 92204

[startup+102.307 s]
/proc/loadavg: 1.81 1.43 1.64 3/177 16082
/proc/meminfo: memFree=27975340/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=94388 CPUtime=102.26 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 19189 0 0 0 10217 9 0 0 20 0 2 0 331206606 96653312 19865 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 23597 19865 187 433 0 23161 0
[pid=16080/tid=16082] ppid=16078 vsize=94388 CPUtime=102.26 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 18388 0 0 0 10215 11 0 0 20 0 2 0 331206607 96653312 19865 33554432000 4194304 5964350 140735086980448 140724263573544 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94388

[startup+162.3 s]
/proc/loadavg: 1.97 1.54 1.66 3/177 16082
/proc/meminfo: memFree=27928320/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=163856 CPUtime=162.23 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 25812 0 0 0 16209 14 0 0 20 0 2 0 331206606 167788544 26505 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 40964 26505 187 433 0 40528 0
[pid=16080/tid=16082] ppid=16078 vsize=163856 CPUtime=162.25 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 25011 0 0 0 16208 17 0 0 20 0 2 0 331206607 167788544 26505 33554432000 4194304 5964350 140735086980448 140724263573304 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 163856

[startup+222.3 s]
/proc/loadavg: 1.99 1.62 1.68 3/178 16086
/proc/meminfo: memFree=27897660/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=170772 CPUtime=222.22 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 30112 0 0 0 22204 18 0 0 20 0 2 0 331206606 174870528 30798 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 42693 30798 187 433 0 42257 0
[pid=16080/tid=16082] ppid=16078 vsize=170772 CPUtime=222.25 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 29311 0 0 0 22203 22 0 0 20 0 2 0 331206607 174870528 30798 33554432000 4194304 5964350 140735086980448 140724263573496 4379231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 170772

[startup+282.3 s]
/proc/loadavg: 1.99 1.69 1.69 3/177 16086
/proc/meminfo: memFree=27863976/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=172708 CPUtime=282.21 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 35764 0 0 0 28198 23 0 0 20 0 2 0 331206606 176852992 36439 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 43177 36439 187 433 0 42741 0
[pid=16080/tid=16082] ppid=16078 vsize=172708 CPUtime=282.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 34963 0 0 0 28197 27 0 0 20 0 2 0 331206607 176852992 36439 33554432000 4194304 5964350 140735086980448 140724263573496 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 172708

[startup+342.3 s]
/proc/loadavg: 1.99 1.74 1.71 3/177 16086
/proc/meminfo: memFree=27837964/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=174304 CPUtime=342.19 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 37504 0 0 0 34195 24 0 0 20 0 2 0 331206606 178487296 38686 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 43576 38686 187 433 0 43140 0
[pid=16080/tid=16082] ppid=16078 vsize=174304 CPUtime=342.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 36703 0 0 0 34194 30 0 0 20 0 2 0 331206607 178487296 38686 33554432000 4194304 5964350 140735086980448 140724263573304 4379231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 174304

[startup+402.3 s]
/proc/loadavg: 1.99 1.79 1.73 3/177 16086
/proc/meminfo: memFree=27831996/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=177332 CPUtime=402.18 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 38206 0 0 0 40193 25 0 0 20 0 2 0 331206606 181587968 39384 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 44333 39384 187 433 0 43897 0
[pid=16080/tid=16082] ppid=16078 vsize=177332 CPUtime=402.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 37405 0 0 0 40192 32 0 0 20 0 2 0 331206607 181587968 39384 33554432000 4194304 5964350 140735086980448 140724263573304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 177332

[startup+462.3 s]
/proc/loadavg: 1.99 1.82 1.74 3/177 16086
/proc/meminfo: memFree=27792428/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=245244 CPUtime=462.16 cores=1,3,5,7

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

[pid=16080] ppid=16078 vsize=321396 CPUtime=1002.06 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 63346 0 0 0 100150 56 0 0 20 0 2 0 331206606 329109504 64523 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 80349 64523 187 433 0 79913 0
[pid=16080/tid=16082] ppid=16078 vsize=321396 CPUtime=1002.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 62545 0 0 0 100151 72 0 0 20 0 2 0 331206607 329109504 64523 33554432000 4194304 5964350 140735086980448 140724263573544 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 321396

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/177 16091
/proc/meminfo: memFree=27624872/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=321864 CPUtime=1062.05 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 63424 0 0 0 106149 56 0 0 20 0 2 0 331206606 329588736 64601 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 80466 64601 187 433 0 80030 0
[pid=16080/tid=16082] ppid=16078 vsize=321864 CPUtime=1062.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 62623 0 0 0 106150 73 0 0 20 0 2 0 331206607 329588736 64601 33554432000 4194304 5964350 140735086980448 140724263573544 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 321864

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/177 16091
/proc/meminfo: memFree=27620944/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=322132 CPUtime=1122.04 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 63485 0 0 0 112148 56 0 0 20 0 2 0 331206606 329863168 64652 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 80533 64652 187 433 0 80097 0
[pid=16080/tid=16082] ppid=16078 vsize=322132 CPUtime=1122.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 62684 0 0 0 112149 74 0 0 20 0 2 0 331206607 329863168 64652 33554432000 4194304 5964350 140735086980448 140724263573544 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 322132

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/177 16092
/proc/meminfo: memFree=27595896/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=323284 CPUtime=1182.02 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 64790 0 0 0 118144 58 0 0 20 0 2 0 331206606 331042816 65957 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 80821 65957 187 433 0 80385 0
[pid=16080/tid=16082] ppid=16078 vsize=323284 CPUtime=1182.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 63989 0 0 0 118147 76 0 0 20 0 2 0 331206607 331042816 65957 33554432000 4194304 5964350 140735086980448 140724263573544 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 323284

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 16092
/proc/meminfo: memFree=27583468/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=324528 CPUtime=1242.02 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 66480 0 0 0 124142 60 0 0 20 0 2 0 331206606 332316672 67647 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 81132 67647 187 433 0 80696 0
[pid=16080/tid=16082] ppid=16078 vsize=324528 CPUtime=1242.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 65679 0 0 0 124144 79 0 0 20 0 2 0 331206607 332316672 67647 33554432000 4194304 5964350 140735086980448 140724263573016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 324528

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/177 16092
/proc/meminfo: memFree=27562264/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=326080 CPUtime=1302.02 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 71620 0 0 0 130133 69 0 0 20 0 2 0 331206606 333905920 72787 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 81520 72787 187 433 0 81084 0
[pid=16080/tid=16082] ppid=16078 vsize=326080 CPUtime=1302.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 70819 0 0 0 130135 89 0 0 20 0 2 0 331206607 333905920 72787 33554432000 4194304 5964350 140735086980448 140724263573496 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 326080

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/177 16092
/proc/meminfo: memFree=27547752/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=326368 CPUtime=1361.99 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 72719 0 0 0 136129 70 0 0 20 0 2 0 331206606 334200832 73886 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 81592 73886 187 433 0 81156 0
[pid=16080/tid=16082] ppid=16078 vsize=326368 CPUtime=1362.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 71918 0 0 0 136133 91 0 0 20 0 2 0 331206607 334200832 73886 33554432000 4194304 5964350 140735086980448 140724263573496 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 326368

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.88 3/178 16095
/proc/meminfo: memFree=27535932/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=326852 CPUtime=1421.98 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 72814 0 0 0 142128 70 0 0 20 0 2 0 331206606 334696448 73970 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 81713 73970 187 433 0 81277 0
[pid=16080/tid=16082] ppid=16078 vsize=326852 CPUtime=1422.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 72013 0 0 0 142131 92 0 0 20 0 2 0 331206607 334696448 73970 33554432000 4194304 5964350 140735086980448 140724263573544 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 326852

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/177 16096
/proc/meminfo: memFree=27531476/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=327732 CPUtime=1481.97 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 73764 0 0 0 148125 72 0 0 20 0 2 0 331206606 335597568 74920 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 81933 74920 187 433 0 81497 0
[pid=16080/tid=16082] ppid=16078 vsize=327732 CPUtime=1482.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 72963 0 0 0 148128 95 0 0 20 0 2 0 331206607 335597568 74920 33554432000 4194304 5964350 140735086980448 140724263573496 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 327732

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/177 16096
/proc/meminfo: memFree=27503948/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=394468 CPUtime=1541.95 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 79472 0 0 0 154114 81 0 0 20 0 2 0 331206606 403935232 80628 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 98617 80628 187 433 0 98181 0
[pid=16080/tid=16082] ppid=16078 vsize=394468 CPUtime=1542.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 78671 0 0 0 154118 105 0 0 20 0 2 0 331206607 403935232 80628 33554432000 4194304 5964350 140735086980448 140724263573496 4378928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 394468

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/177 16096
/proc/meminfo: memFree=27484264/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=395060 CPUtime=1601.95 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 79594 0 0 0 160113 82 0 0 20 0 2 0 331206606 404541440 80750 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 98765 80750 187 433 0 98329 0
[pid=16080/tid=16082] ppid=16078 vsize=395060 CPUtime=1602.23 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 78793 0 0 0 160116 107 0 0 20 0 2 0 331206607 404541440 80750 33554432000 4194304 5964350 140735086980448 140724263573544 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 395060

[startup+1662.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/177 16096
/proc/meminfo: memFree=27482280/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=396252 CPUtime=1661.94 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 79876 0 0 0 166112 82 0 0 20 0 2 0 331206606 405762048 81032 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 99063 81032 187 433 0 98627 0
[pid=16080/tid=16082] ppid=16078 vsize=396252 CPUtime=1662.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 79075 0 0 0 166116 108 0 0 20 0 2 0 331206607 405762048 81032 33554432000 4194304 5964350 140735086980448 140724263573544 4400410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 396252

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/177 16096
/proc/meminfo: memFree=27473104/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=396860 CPUtime=1721.93 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 82246 0 0 0 172107 86 0 0 20 0 2 0 331206606 406384640 83402 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 99215 83402 187 433 0 98779 0
[pid=16080/tid=16082] ppid=16078 vsize=396860 CPUtime=1722.24 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 81445 0 0 0 172111 113 0 0 20 0 2 0 331206607 406384640 83402 33554432000 4194304 5964350 140735086980448 140724263573496 4399852 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 396860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16097
/proc/meminfo: memFree=27455700/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=397208 CPUtime=1781.91 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 86163 0 0 0 178099 92 0 0 20 0 2 0 331206606 406740992 87300 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 99302 87300 187 433 0 98866 0
[pid=16080/tid=16082] ppid=16078 vsize=397208 CPUtime=1782.22 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 85362 0 0 0 178102 120 0 0 20 0 2 0 331206607 406740992 87300 33554432000 4194304 5964350 140735086980448 140724263573496 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 397208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 16214
/proc/meminfo: memFree=27764984/32873852 swapFree=6856/6856
[pid=16080] ppid=16078 vsize=398764 CPUtime=1800.01 cores=1,3,5,7
/proc/16080/stat : 16080 (wbo1.72) S 16078 16080 14594 0 -1 4202496 87056 0 0 0 179908 93 0 0 20 0 2 0 331206606 408334336 88193 33554432000 4194304 5964350 140735086980448 140735086979968 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16080/statm: 99691 88193 187 433 0 99255 0
[pid=16080/tid=16082] ppid=16078 vsize=398764 CPUtime=1800.33 cores=1,3,5,7
/proc/16080/task/16082/stat : 16082 (wbo1.72) R 16078 16080 14594 0 -1 4202560 86255 0 0 0 179912 121 0 0 20 0 2 0 331206607 408334336 88193 33554432000 4194304 5964350 140735086980448 140724263573304 4379329 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 398764

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

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.36
CPU user time (s): 1799.13
CPU system time (s): 1.23081
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 398764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.23081
maximum resident set size= 352776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87057
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= 145
involuntary context switches= 1910

runsolver used 3.74143 second user time and 10.2124 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 17:26:47
IDJOB=3727017
IDBENCH=1160
IDSOLVER=2313
FILE ID=node128/3727017-1338650807
RUNJOBID= node128-1338650806-16013
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

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

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=2564512

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:        28114616 kB
Buffers:          521976 kB
Cached:          3328176 kB
SwapCached:          784 kB
Active:          1725420 kB
Inactive:        2143196 kB
Active(anon):       9844 kB
Inactive(anon):    11368 kB
Active(file):    1715576 kB
Inactive(file):  2131828 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             11132 kB
Writeback:             0 kB
AnonPages:         24872 kB
Mapped:            14804 kB
Shmem:               200 kB
Slab:             752216 kB
SReclaimable:     194516 kB
SUnreclaim:       557700 kB
KernelStack:        1384 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     141904 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:49