Trace number 3704715

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.58 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
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 benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704715-1338078762.opb.
0.00/0.00	c Instance file HOME/instance-3704715-1338078762.opb
0.00/0.00	c File size is 31753 bytes.
0.00/0.00	c Highest Coefficient sum: 165
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:      428                                                 |
0.00/0.00	c |  Number Clauses:        354                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 288                                                 |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3704715-1338078762/watcher-3704715-1338078762 -o /tmp/evaluation-result-3704715-1338078762/solver-3704715-1338078762 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704715-1338078762.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: 2.02 2.03 2.00 3/177 28569
/proc/meminfo: memFree=28773792/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 860 0 0 0 0 0 0 0 20 0 2 0 274002050 85815296 805 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 806 179 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=0 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 2 0 274002050 85815296 808 33554432000 4194304 5963574 140733923340976 140735639426248 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0513329 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 28569
/proc/meminfo: memFree=28773792/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=0.04 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 1047 0 0 0 4 0 0 0 20 0 2 0 274002050 85815296 992 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 992 187 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=0.03 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 278 0 0 0 3 0 0 0 20 0 2 0 274002050 85815296 992 33554432000 4194304 5963574 140733923340976 140735639426248 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83804

[startup+0.100245 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 28569
/proc/meminfo: memFree=28773792/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=0.09 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 1178 0 0 0 9 0 0 0 20 0 2 0 274002050 85815296 1123 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 1123 187 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=0.08 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 409 0 0 0 8 0 0 0 20 0 2 0 274002050 85815296 1123 33554432000 4194304 5963574 140733923340976 140735639426248 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83804

[startup+0.300207 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 28569
/proc/meminfo: memFree=28773792/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=0.29 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 1609 0 0 0 29 0 0 0 20 0 2 0 274002050 85815296 1554 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 1554 187 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=0.28 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 840 0 0 0 28 0 0 0 20 0 2 0 274002050 85815296 1554 33554432000 4194304 5963574 140733923340976 139980758976024 4399642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83804

[startup+0.700209 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 28569
/proc/meminfo: memFree=28773792/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=0.69 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 2230 0 0 0 69 0 0 0 20 0 2 0 274002050 85815296 2175 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 2175 187 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=0.68 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 1461 0 0 0 68 0 0 0 20 0 2 0 274002050 85815296 2175 33554432000 4194304 5963574 140733923340976 139980758976024 4400093 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83804

[startup+1.5002 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 28571
/proc/meminfo: memFree=28764228/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83804 CPUtime=1.49 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 3139 0 0 0 149 0 0 0 20 0 2 0 274002050 85815296 3084 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20951 3084 187 432 0 20516 0
[pid=28569/tid=28570] ppid=28567 vsize=83804 CPUtime=1.48 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 2370 0 0 0 148 0 0 0 20 0 2 0 274002050 85815296 3084 33554432000 4194304 5963574 140733923340976 139980758976504 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83804

[startup+3.10022 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 28571
/proc/meminfo: memFree=28759384/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=83948 CPUtime=3.09 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 3897 0 0 0 309 0 0 0 20 0 2 0 274002050 85962752 3842 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 20987 3842 187 432 0 20552 0
[pid=28569/tid=28570] ppid=28567 vsize=83948 CPUtime=3.07 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 3128 0 0 0 307 0 0 0 20 0 2 0 274002050 85962752 3842 33554432000 4194304 5963574 140733923340976 139980758976312 4381161 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83948

[startup+6.30021 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 28571
/proc/meminfo: memFree=28749528/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=84020 CPUtime=6.28 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 5076 0 0 0 628 0 0 0 20 0 2 0 274002050 86036480 5021 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 21005 5021 187 432 0 20570 0
[pid=28569/tid=28570] ppid=28567 vsize=84020 CPUtime=6.26 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 4307 0 0 0 626 0 0 0 20 0 2 0 274002050 86036480 5021 33554432000 4194304 5963574 140733923340976 139980758976312 4399448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84020

[startup+12.7011 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 28571
/proc/meminfo: memFree=28734876/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=84020 CPUtime=12.69 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 7065 0 0 0 1268 1 0 0 20 0 2 0 274002050 86036480 7010 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 21005 7010 187 432 0 20570 0
[pid=28569/tid=28570] ppid=28567 vsize=84020 CPUtime=12.65 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 6296 0 0 0 1264 1 0 0 20 0 2 0 274002050 86036480 7010 33554432000 4194304 5963574 140733923340976 139980758976312 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84020

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 28572
/proc/meminfo: memFree=28713880/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=84848 CPUtime=25.49 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 10156 0 0 0 2547 2 0 0 20 0 2 0 274002050 86884352 10101 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 21212 10101 187 432 0 20777 0
[pid=28569/tid=28570] ppid=28567 vsize=84848 CPUtime=25.41 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 9387 0 0 0 2539 2 0 0 20 0 2 0 274002050 86884352 10101 33554432000 4194304 5963574 140733923340976 139980758976504 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84848

[startup+51.1003 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 28572
/proc/meminfo: memFree=28692616/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=85800 CPUtime=51.09 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 14070 0 0 0 5105 4 0 0 20 0 2 0 274002050 87859200 14015 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 21450 14015 187 432 0 21015 0
[pid=28569/tid=28570] ppid=28567 vsize=85800 CPUtime=50.95 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 13301 0 0 0 5091 4 0 0 20 0 2 0 274002050 87859200 14015 33554432000 4194304 5963574 140733923340976 139980758976504 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85800

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 28572
/proc/meminfo: memFree=28662356/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=153304 CPUtime=102.28 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 18979 0 0 0 10221 7 0 0 20 0 2 0 274002050 156983296 18913 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 38326 18913 187 432 0 37891 0
[pid=28569/tid=28570] ppid=28567 vsize=153304 CPUtime=102.02 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 18210 0 0 0 10194 8 0 0 20 0 2 0 274002050 156983296 18913 33554432000 4194304 5963574 140733923340976 139980758976552 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 153304

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 28572
/proc/meminfo: memFree=28637484/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=155300 CPUtime=162.26 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 25216 0 0 0 16216 10 0 0 20 0 2 0 274002050 159027200 25148 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 38825 25148 187 432 0 38390 0
[pid=28569/tid=28570] ppid=28567 vsize=155300 CPUtime=161.86 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 24447 0 0 0 16174 12 0 0 20 0 2 0 274002050 159027200 25148 33554432000 4194304 5963574 140733923340976 139980758976312 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 155300

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28572
/proc/meminfo: memFree=28619604/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=156576 CPUtime=222.22 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 29344 0 0 0 22208 14 0 0 20 0 2 0 274002050 160333824 29507 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 39144 29507 187 432 0 38709 0
[pid=28569/tid=28570] ppid=28567 vsize=156576 CPUtime=221.67 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 28575 0 0 0 22150 17 0 0 20 0 2 0 274002050 160333824 29507 33554432000 4194304 5963574 140733923340976 139980758976312 4399456 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) 156576

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 28572
/proc/meminfo: memFree=28579748/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=224436 CPUtime=282.21 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 35693 0 0 0 28203 18 0 0 20 0 2 0 274002050 229822464 35851 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 56109 35851 187 432 0 55674 0
[pid=28569/tid=28570] ppid=28567 vsize=224436 CPUtime=281.52 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 34924 0 0 0 28130 22 0 0 20 0 2 0 274002050 229822464 35851 33554432000 4194304 5963574 140733923340976 139980758976312 4399456 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) 224436

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28573
/proc/meminfo: memFree=28565436/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=228796 CPUtime=342.2 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 37788 0 0 0 34201 19 0 0 20 0 2 0 274002050 234287104 37946 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 57199 37946 187 432 0 56764 0
[pid=28569/tid=28570] ppid=28567 vsize=228796 CPUtime=341.36 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 37019 0 0 0 34112 24 0 0 20 0 2 0 274002050 234287104 37946 33554432000 4194304 5963574 140733923340976 139980758976504 4400012 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 228796

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28573
/proc/meminfo: memFree=28513852/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=229912 CPUtime=402.19 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 43680 0 0 0 40196 23 0 0 20 0 2 0 274002050 235429888 43834 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28816
/proc/meminfo: memFree=28523220/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=375216 CPUtime=1421.96 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 87256 0 0 0 142125 71 0 0 20 0 2 0 274002050 384221184 88049 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 93804 88049 187 432 0 93369 0
[pid=28569/tid=28570] ppid=28567 vsize=375216 CPUtime=1418.52 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 86487 0 0 0 141760 92 0 0 20 0 2 0 274002050 384221184 88049 33554432000 4194304 5963574 140733923340976 139980758976504 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 375216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28816
/proc/meminfo: memFree=28484904/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=441184 CPUtime=1481.94 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 90067 0 0 0 148120 74 0 0 20 0 2 0 274002050 451772416 90860 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 110296 90860 187 432 0 109861 0
[pid=28569/tid=28570] ppid=28567 vsize=441184 CPUtime=1478.35 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 89298 0 0 0 147739 96 0 0 20 0 2 0 274002050 451772416 90860 33554432000 4194304 5963574 140733923340976 139980758976504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 441184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28856
/proc/meminfo: memFree=28591656/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=441184 CPUtime=1541.93 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 90069 0 0 0 154119 74 0 0 20 0 2 0 274002050 451772416 90862 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 110296 90862 187 432 0 109861 0
[pid=28569/tid=28570] ppid=28567 vsize=441184 CPUtime=1538.2 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 89300 0 0 0 153723 97 0 0 20 0 2 0 274002050 451772416 90862 33554432000 4194304 5963574 140733923340976 139980758976504 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 441184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28856
/proc/meminfo: memFree=28523628/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=441184 CPUtime=1601.92 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 90087 0 0 0 160118 74 0 0 20 0 2 0 274002050 451772416 90880 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 110296 90880 187 432 0 109861 0
[pid=28569/tid=28570] ppid=28567 vsize=441184 CPUtime=1598.05 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 89318 0 0 0 159707 98 0 0 20 0 2 0 274002050 451772416 90880 33554432000 4194304 5963574 140733923340976 139980758976504 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 441184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28859
/proc/meminfo: memFree=28472044/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=441584 CPUtime=1661.9 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 90202 0 0 0 166116 74 0 0 20 0 2 0 274002050 452182016 91021 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 110396 91021 187 432 0 109961 0
[pid=28569/tid=28570] ppid=28567 vsize=441584 CPUtime=1657.88 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 89433 0 0 0 165689 99 0 0 20 0 2 0 274002050 452182016 91021 33554432000 4194304 5963574 140733923340976 139980758976552 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 441584

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28882
/proc/meminfo: memFree=28453876/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=443140 CPUtime=1721.89 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 90749 0 0 0 172115 74 0 0 20 0 2 0 274002050 453775360 91568 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 110785 91568 187 432 0 110350 0
[pid=28569/tid=28570] ppid=28567 vsize=443140 CPUtime=1717.73 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 89980 0 0 0 171673 100 0 0 20 0 2 0 274002050 453775360 91568 33554432000 4194304 5963574 140733923340976 139980758976504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 443140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28426292/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444308 CPUtime=1781.88 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93835 0 0 0 178110 78 0 0 20 0 2 0 274002050 454971392 94654 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111077 94654 187 432 0 110642 0
[pid=28569/tid=28570] ppid=28567 vsize=444308 CPUtime=1777.57 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93066 0 0 0 177652 105 0 0 20 0 2 0 274002050 454971392 94654 33554432000 4194304 5963574 140733923340976 139980758976552 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 444308

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28426044/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444308 CPUtime=1791.49 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93848 0 0 0 179071 78 0 0 20 0 2 0 274002050 454971392 94667 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111077 94667 187 432 0 110642 0
[pid=28569/tid=28570] ppid=28567 vsize=444308 CPUtime=1787.15 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93079 0 0 0 178610 105 0 0 20 0 2 0 274002050 454971392 94667 33554432000 4194304 5963574 140733923340976 139980758976552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 444308

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28426044/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444308 CPUtime=1794.69 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93849 0 0 0 179391 78 0 0 20 0 2 0 274002050 454971392 94668 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111077 94668 187 432 0 110642 0
[pid=28569/tid=28570] ppid=28567 vsize=444308 CPUtime=1790.34 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93080 0 0 0 178929 105 0 0 20 0 2 0 274002050 454971392 94668 33554432000 4194304 5963574 140733923340976 139980758976552 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 444308

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28425920/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444792 CPUtime=1797.88 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93958 0 0 0 179710 78 0 0 20 0 2 0 274002050 455467008 94777 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111198 94777 187 432 0 110763 0
[pid=28569/tid=28570] ppid=28567 vsize=444792 CPUtime=1793.53 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93189 0 0 0 179248 105 0 0 20 0 2 0 274002050 455467008 94777 33554432000 4194304 5963574 140733923340976 139980758976552 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 444792

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28425548/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444792 CPUtime=1798.68 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93967 0 0 0 179790 78 0 0 20 0 2 0 274002050 455467008 94786 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111198 94786 187 432 0 110763 0
[pid=28569/tid=28570] ppid=28567 vsize=444792 CPUtime=1794.33 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93198 0 0 0 179328 105 0 0 20 0 2 0 274002050 455467008 94786 33554432000 4194304 5963574 140733923340976 139980758976552 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 444792

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28425424/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=444792 CPUtime=1799.09 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93970 0 0 0 179831 78 0 0 20 0 2 0 274002050 455467008 94789 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111198 94789 187 432 0 110763 0
[pid=28569/tid=28570] ppid=28567 vsize=444792 CPUtime=1794.73 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93201 0 0 0 179368 105 0 0 20 0 2 0 274002050 455467008 94789 33554432000 4194304 5963574 140733923340976 139980758976552 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 444792

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28425424/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=445032 CPUtime=1799.48 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93972 0 0 0 179870 78 0 0 20 0 2 0 274002050 455712768 94791 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111258 94791 187 432 0 110823 0
[pid=28569/tid=28570] ppid=28567 vsize=445032 CPUtime=1795.13 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93203 0 0 0 179408 105 0 0 20 0 2 0 274002050 455712768 94791 33554432000 4194304 5963574 140733923340976 139980758976552 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 445032

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28882
/proc/meminfo: memFree=28425424/32873648 swapFree=6844/6844
[pid=28569] ppid=28567 vsize=445032 CPUtime=1799.58 cores=1,3,5,7
/proc/28569/stat : 28569 (wbo1.7) S 28567 28569 27916 0 -1 4202496 93973 0 0 0 179880 78 0 0 20 0 2 0 274002050 455712768 94792 33554432000 4194304 5963574 140733923340976 140733923340496 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28569/statm: 111258 94792 187 432 0 110823 0
[pid=28569/tid=28570] ppid=28567 vsize=445032 CPUtime=1795.23 cores=1,3,5,7
/proc/28569/task/28570/stat : 28570 (wbo1.7) R 28567 28569 27916 0 -1 4202560 93204 0 0 0 179418 105 0 0 20 0 2 0 274002050 455712768 94792 33554432000 4194304 5963574 140733923340976 139980758976552 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 445032

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28569 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=191241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=63838
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.58
CPU user time (s): 1798.8
CPU system time (s): 0.78
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 445032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.06384
maximum resident set size= 379172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93974
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= 163
involuntary context switches= 2020

runsolver used 3.99239 second user time and 9.63753 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 02:32:42
IDJOB=3704715
IDBENCH=1168
IDSOLVER=2283
FILE ID=node124/3704715-1338078762
RUNJOBID= node124-1338072365-27933
PBS_JOBID= 14624420
Free space on /tmp= 71372 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704715-1338078762/watcher-3704715-1338078762 -o /tmp/evaluation-result-3704715-1338078762/solver-3704715-1338078762 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704715-1338078762.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1016596090

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28774684 kB
Buffers:          322812 kB
Cached:          2701868 kB
SwapCached:            0 kB
Active:          1194316 kB
Inactive:        2096452 kB
Active(anon):     268724 kB
Inactive(anon):        0 kB
Active(file):     925592 kB
Inactive(file):  2096452 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        347092 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             667140 kB
SReclaimable:     111660 kB
SUnreclaim:       555480 kB
KernelStack:        1488 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     156236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71364 MiB
End job on node124 at 2012-05-27 03:02:42