Trace number 3704712

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.62 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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704712-1338074451.opb.
0.00/0.00	c Instance file HOME/instance-3704712-1338074451.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.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3704712-1338074451/watcher-3704712-1338074451 -o /tmp/evaluation-result-3704712-1338074451/solver-3704712-1338074451 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704712-1338074451.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: 2.08 2.02 2.01 3/178 28237
/proc/meminfo: memFree=28603840/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=0 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 863 0 0 0 0 0 0 0 20 0 2 0 273570977 85811200 805 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 805 180 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=0 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 2 0 273570977 85811200 805 33554432000 4194304 5963574 140736688443136 140735393093816 5178411 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.017858 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 28237
/proc/meminfo: memFree=28603840/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=0.01 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 905 0 0 0 1 0 0 0 20 0 2 0 273570977 85811200 847 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 848 187 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=0 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 133 0 0 0 0 0 0 0 20 0 2 0 273570977 85811200 848 33554432000 4194304 5963574 140736688443136 140735393093816 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83800

[startup+0.100291 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 28237
/proc/meminfo: memFree=28603840/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=0.09 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 1121 0 0 0 9 0 0 0 20 0 2 0 273570977 85811200 1063 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 1063 188 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=0.08 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 349 0 0 0 8 0 0 0 20 0 2 0 273570977 85811200 1064 33554432000 4194304 5963574 140736688443136 140735393093816 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83800

[startup+0.300635 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 28237
/proc/meminfo: memFree=28603840/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=0.29 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 1437 0 0 0 29 0 0 0 20 0 2 0 273570977 85811200 1379 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 1379 188 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=0.28 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 664 0 0 0 28 0 0 0 20 0 2 0 273570977 85811200 1379 33554432000 4194304 5963574 140736688443136 140735393093816 4399639 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83800

[startup+0.701042 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 28237
/proc/meminfo: memFree=28603840/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=0.69 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 1949 0 0 0 69 0 0 0 20 0 2 0 273570977 85811200 1891 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 1891 188 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=0.68 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 1176 0 0 0 68 0 0 0 20 0 2 0 273570977 85811200 1891 33554432000 4194304 5963574 140736688443136 140735393093816 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83800

[startup+1.50104 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 28239
/proc/meminfo: memFree=28595384/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83800 CPUtime=1.49 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 2605 0 0 0 149 0 0 0 20 0 2 0 273570977 85811200 2547 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20950 2547 188 432 0 20515 0
[pid=28237/tid=28238] ppid=28235 vsize=83800 CPUtime=1.48 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 1832 0 0 0 148 0 0 0 20 0 2 0 273570977 85811200 2547 33554432000 4194304 5963574 140736688443136 140161266460472 4399619 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) 83800

[startup+3.10104 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 28239
/proc/meminfo: memFree=28592400/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=83944 CPUtime=3.09 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 3041 0 0 0 309 0 0 0 20 0 2 0 273570977 85958656 2983 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 20986 2983 188 432 0 20551 0
[pid=28237/tid=28238] ppid=28235 vsize=83944 CPUtime=3.07 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 2268 0 0 0 307 0 0 0 20 0 2 0 273570977 85958656 2983 33554432000 4194304 5963574 140736688443136 140161266460472 4399627 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) 83944

[startup+6.30055 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 28239
/proc/meminfo: memFree=28588308/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=84016 CPUtime=6.28 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 4113 0 0 0 628 0 0 0 20 0 2 0 273570977 86032384 4055 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 21004 4055 188 432 0 20569 0
[pid=28237/tid=28238] ppid=28235 vsize=84016 CPUtime=6.26 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 3340 0 0 0 626 0 0 0 20 0 2 0 273570977 86032384 4055 33554432000 4194304 5963574 140736688443136 140161266460664 4399592 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) 84016

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 28239
/proc/meminfo: memFree=28574368/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=84520 CPUtime=12.69 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 5655 0 0 0 1268 1 0 0 20 0 2 0 273570977 86548480 5597 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 21130 5597 188 432 0 20695 0
[pid=28237/tid=28238] ppid=28235 vsize=84520 CPUtime=12.65 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 4882 0 0 0 1264 1 0 0 20 0 2 0 273570977 86548480 5597 33554432000 4194304 5963574 140736688443136 140161266460664 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84520

[startup+25.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 28239
/proc/meminfo: memFree=28521040/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=87292 CPUtime=25.49 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 7942 0 0 0 2547 2 0 0 20 0 2 0 273570977 89387008 7884 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 21823 7884 188 432 0 21388 0
[pid=28237/tid=28238] ppid=28235 vsize=87292 CPUtime=25.41 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 7169 0 0 0 2539 2 0 0 20 0 2 0 273570977 89387008 7884 33554432000 4194304 5963574 140736688443136 140161266460472 4399574 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87292

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 28239
/proc/meminfo: memFree=28437416/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=90044 CPUtime=51.08 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 10571 0 0 0 5105 3 0 0 20 0 2 0 273570977 92205056 10513 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 22511 10513 188 432 0 22076 0
[pid=28237/tid=28238] ppid=28235 vsize=90044 CPUtime=50.95 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 9798 0 0 0 5092 3 0 0 20 0 2 0 273570977 92205056 10513 33554432000 4194304 5963574 140736688443136 140161266460472 4399627 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) 90044

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28240
/proc/meminfo: memFree=28416016/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=95372 CPUtime=102.28 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 16125 0 0 0 10223 5 0 0 20 0 2 0 273570977 97660928 16058 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 23843 16058 188 432 0 23408 0
[pid=28237/tid=28238] ppid=28235 vsize=95372 CPUtime=102.02 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 15352 0 0 0 10196 6 0 0 20 0 2 0 273570977 97660928 16058 33554432000 4194304 5963574 140736688443136 140161266460664 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 95372

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 28240
/proc/meminfo: memFree=28395184/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=167176 CPUtime=162.26 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 21311 0 0 0 16217 9 0 0 20 0 2 0 273570977 171188224 21244 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 41794 21244 188 432 0 41359 0
[pid=28237/tid=28238] ppid=28235 vsize=167176 CPUtime=161.85 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 20538 0 0 0 16174 11 0 0 20 0 2 0 273570977 171188224 21244 33554432000 4194304 5963574 140736688443136 140161266460472 4381590 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 167176

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 28240
/proc/meminfo: memFree=28384600/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=168004 CPUtime=222.23 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 23313 0 0 0 22212 11 0 0 20 0 2 0 273570977 172036096 23246 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 42001 23246 188 432 0 41566 0
[pid=28237/tid=28238] ppid=28235 vsize=168004 CPUtime=221.67 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 22540 0 0 0 22153 14 0 0 20 0 2 0 273570977 172036096 23246 33554432000 4194304 5963574 140736688443136 140161266460712 4399642 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) 168004

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28240
/proc/meminfo: memFree=28356576/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=170768 CPUtime=282.22 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 26333 0 0 0 28209 13 0 0 20 0 2 0 273570977 174866432 27471 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 42692 27471 188 432 0 42257 0
[pid=28237/tid=28238] ppid=28235 vsize=170768 CPUtime=281.51 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 25560 0 0 0 28134 17 0 0 20 0 2 0 273570977 174866432 27471 33554432000 4194304 5963574 140736688443136 140161266460472 4400012 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) 170768

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28240
/proc/meminfo: memFree=28206616/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=172944 CPUtime=342.21 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 30962 0 0 0 34203 18 0 0 20 0 2 0 273570977 177094656 32100 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 43236 32100 188 432 0 42801 0
[pid=28237/tid=28238] ppid=28235 vsize=172944 CPUtime=341.35 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 30189 0 0 0 34112 23 0 0 20 0 2 0 273570977 177094656 32100 33554432000 4194304 5963574 140736688443136 140161266460664 4220678 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 172944

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28243
/proc/meminfo: memFree=28189336/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=173376 CPUtime=402.2 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 31167 0 0 0 40202 18 0 0 20 0 2 0 273570977 177537024 32305 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28330
/proc/meminfo: memFree=28538080/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=325312 CPUtime=1422 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 71090 0 0 0 142139 61 0 0 20 0 2 0 273570977 333119488 72265 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 81328 72265 188 432 0 80893 0
[pid=28237/tid=28238] ppid=28235 vsize=325312 CPUtime=1418.47 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 70317 0 0 0 141765 82 0 0 20 0 2 0 273570977 333119488 72265 33554432000 4194304 5963574 140736688443136 140161266460664 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 325312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28330
/proc/meminfo: memFree=28522952/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=325472 CPUtime=1481.98 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 71199 0 0 0 148137 61 0 0 20 0 2 0 273570977 333283328 72374 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 81368 72374 188 432 0 80933 0
[pid=28237/tid=28238] ppid=28235 vsize=325472 CPUtime=1478.3 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 70426 0 0 0 147747 83 0 0 20 0 2 0 273570977 333283328 72374 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 325472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28330
/proc/meminfo: memFree=28506440/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=326612 CPUtime=1541.96 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 71471 0 0 0 154135 61 0 0 20 0 2 0 273570977 334450688 72649 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 81653 72649 188 432 0 81218 0
[pid=28237/tid=28238] ppid=28235 vsize=326612 CPUtime=1538.14 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 70698 0 0 0 153730 84 0 0 20 0 2 0 273570977 334450688 72649 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 326612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28331
/proc/meminfo: memFree=28492304/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=328376 CPUtime=1601.95 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 74923 0 0 0 160130 65 0 0 20 0 2 0 273570977 336257024 76101 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 82094 76101 188 432 0 81659 0
[pid=28237/tid=28238] ppid=28235 vsize=328376 CPUtime=1597.98 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 74150 0 0 0 159709 89 0 0 20 0 2 0 273570977 336257024 76101 33554432000 4194304 5963574 140736688443136 140161266460184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 328376

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 28331
/proc/meminfo: memFree=28458556/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=393912 CPUtime=1661.94 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77519 0 0 0 166125 69 0 0 20 0 2 0 273570977 403365888 78697 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98478 78697 188 432 0 98043 0
[pid=28237/tid=28238] ppid=28235 vsize=393912 CPUtime=1657.82 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76746 0 0 0 165688 94 0 0 20 0 2 0 273570977 403365888 78697 33554432000 4194304 5963574 140736688443136 140161266460664 4400064 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 393912

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 28331
/proc/meminfo: memFree=28458536/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394020 CPUtime=1721.93 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77559 0 0 0 172124 69 0 0 20 0 2 0 273570977 403476480 78737 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98505 78737 188 432 0 98070 0
[pid=28237/tid=28238] ppid=28235 vsize=394020 CPUtime=1717.67 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76786 0 0 0 171672 95 0 0 20 0 2 0 273570977 403476480 78737 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 394020

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28458052/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394164 CPUtime=1781.92 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77602 0 0 0 178123 69 0 0 20 0 2 0 273570977 403623936 78780 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98541 78780 188 432 0 98106 0
[pid=28237/tid=28238] ppid=28235 vsize=394164 CPUtime=1777.51 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76829 0 0 0 177655 96 0 0 20 0 2 0 273570977 403623936 78780 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 394164

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28458052/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394164 CPUtime=1791.53 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77602 0 0 0 179084 69 0 0 20 0 2 0 273570977 403623936 78780 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98541 78780 188 432 0 98106 0
[pid=28237/tid=28238] ppid=28235 vsize=394164 CPUtime=1787.09 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76829 0 0 0 178613 96 0 0 20 0 2 0 273570977 403623936 78780 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 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) 394164

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457928/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394380 CPUtime=1794.73 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77639 0 0 0 179404 69 0 0 20 0 2 0 273570977 403845120 78817 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98595 78817 188 432 0 98160 0
[pid=28237/tid=28238] ppid=28235 vsize=394380 CPUtime=1790.28 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76866 0 0 0 178932 96 0 0 20 0 2 0 273570977 403845120 78817 33554432000 4194304 5963574 140736688443136 140161266460472 4220672 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) 394380

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457556/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394812 CPUtime=1797.92 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77728 0 0 0 179723 69 0 0 20 0 2 0 273570977 404287488 78906 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98703 78906 188 432 0 98268 0
[pid=28237/tid=28238] ppid=28235 vsize=394812 CPUtime=1793.47 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76955 0 0 0 179251 96 0 0 20 0 2 0 273570977 404287488 78906 33554432000 4194304 5963574 140736688443136 140161266460472 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 394812

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457556/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=394956 CPUtime=1798.72 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77754 0 0 0 179803 69 0 0 20 0 2 0 273570977 404434944 78932 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98739 78932 188 432 0 98304 0
[pid=28237/tid=28238] ppid=28235 vsize=394956 CPUtime=1794.26 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 76981 0 0 0 179330 96 0 0 20 0 2 0 273570977 404434944 78932 33554432000 4194304 5963574 140736688443136 140161266460472 4399645 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 394956

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457432/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=395280 CPUtime=1799.13 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77814 0 0 0 179844 69 0 0 20 0 2 0 273570977 404766720 78992 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98820 78992 188 432 0 98385 0
[pid=28237/tid=28238] ppid=28235 vsize=395280 CPUtime=1794.67 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 77041 0 0 0 179371 96 0 0 20 0 2 0 273570977 404766720 78992 33554432000 4194304 5963574 140736688443136 140161266460472 4221120 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) 395280

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457432/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=395280 CPUtime=1799.52 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77823 0 0 0 179883 69 0 0 20 0 2 0 273570977 404766720 79001 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98820 79001 188 432 0 98385 0
[pid=28237/tid=28238] ppid=28235 vsize=395280 CPUtime=1795.06 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 77050 0 0 0 179410 96 0 0 20 0 2 0 273570977 404766720 79001 33554432000 4194304 5963574 140736688443136 140161266460472 4399645 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 395280

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28334
/proc/meminfo: memFree=28457432/32873648 swapFree=6844/6844
[pid=28237] ppid=28235 vsize=395280 CPUtime=1799.62 cores=0,2,4,6
/proc/28237/stat : 28237 (wbo1.7) S 28235 28237 27916 0 -1 4202496 77825 0 0 0 179893 69 0 0 20 0 2 0 273570977 404766720 79003 33554432000 4194304 5963574 140736688443136 140736688442656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28237/statm: 98820 79003 188 432 0 98385 0
[pid=28237/tid=28238] ppid=28235 vsize=395280 CPUtime=1795.16 cores=0,2,4,6
/proc/28237/task/28238/stat : 28238 (wbo1.7) R 28235 28237 27916 0 -1 4202560 77052 0 0 0 179420 96 0 0 20 0 2 0 273570977 404766720 79003 33554432000 4194304 5963574 140736688443136 140161266460712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 395280

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28237 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=211238
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=974851
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.62
#
# 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.62
CPU user time (s): 1798.93
CPU system time (s): 0.69
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 395280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 0.974851
maximum resident set size= 316016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77826
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= 124
involuntary context switches= 1871

runsolver used 3.45147 second user time and 8.41372 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 01:20:51
IDJOB=3704712
IDBENCH=1158
IDSOLVER=2283
FILE ID=node124/3704712-1338074451
RUNJOBID= node124-1338072365-27932
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-army11.17bt.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704712-1338074451/watcher-3704712-1338074451 -o /tmp/evaluation-result-3704712-1338074451/solver-3704712-1338074451 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704712-1338074451.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=223879867

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:        28604112 kB
Buffers:          321632 kB
Cached:          2702336 kB
SwapCached:            0 kB
Active:          1368020 kB
Inactive:        2095684 kB
Active(anon):     442388 kB
Inactive(anon):        0 kB
Active(file):     925632 kB
Inactive(file):  2095684 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5484 kB
Writeback:             4 kB
AnonPages:        446636 kB
Mapped:            15112 kB
Shmem:               200 kB
Slab:             667212 kB
SReclaimable:     111628 kB
SUnreclaim:       555584 kB
KernelStack:        1496 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 71368 MiB
End job on node124 at 2012-05-27 01:50:51