Trace number 3704751

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.7UNSAT 1191.17 1191.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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-3704751-1338085136.opb.
0.00/0.00	c Instance file HOME/instance-3704751-1338085136.opb
0.00/0.00	c File size is 1957543 bytes.
0.09/0.13	c Highest Coefficient sum: 262
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.13         s                                      |
0.09/0.13	c |  Number Variables:      21380                                               |
0.09/0.13	c |  Number Clauses:        58828                                               |
0.09/0.13	c |  Number Cardinality:    0                                                   |
0.09/0.13	c |  Number PB Constraints: 2156                                                |
0.09/0.13	c |                                                                             |
0.09/0.17	c |  Problem Type:          Decision                                            |
0.09/0.17	c |  Objective Function:    None                                                |
0.09/0.17	c |                                                                             |
0.09/0.17	c ===============================================================================
1191.17/1191.55	c ===============================================================================
1191.17/1191.55	c Wall Clock Time: 1191.55 s
1191.17/1191.55	s UNSATISFIABLE

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-3704751-1338085136/watcher-3704751-1338085136 -o /tmp/evaluation-result-3704751-1338085136/solver-3704751-1338085136 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704751-1338085136.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: 1.98 2.01 2.00 3/177 30435
/proc/meminfo: memFree=28668248/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=5180 CPUtime=0 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) R 30433 30435 27916 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274639492 5304320 309 33554432000 4194304 5963574 140736634372000 140737418641160 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 1295 309 169 432 0 382 0

[startup+0.07706 s]
/proc/loadavg: 1.98 2.01 2.00 3/177 30435
/proc/meminfo: memFree=28668248/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=12120 CPUtime=0.06 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) R 30433 30435 27916 0 -1 4202496 2203 0 0 0 6 0 0 0 20 0 1 0 274639492 12410880 2122 33554432000 4194304 5963574 140736634372000 140737418641160 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 3030 2123 425 432 0 2117 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12120

[startup+0.100255 s]
/proc/loadavg: 1.98 2.01 2.00 3/177 30435
/proc/meminfo: memFree=28668248/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=14184 CPUtime=0.09 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) R 30433 30435 27916 0 -1 4202496 2812 0 0 0 9 0 0 0 20 0 1 0 274639492 14524416 2698 33554432000 4194304 5963574 140736634372000 140737418641160 5178411 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 3546 2713 513 432 0 2633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14184

[startup+0.30018 s]
/proc/loadavg: 1.98 2.01 2.00 3/177 30435
/proc/meminfo: memFree=28668248/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=0.28 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 9196 0 0 0 27 1 0 0 20 0 2 0 274639492 100372480 7967 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 7967 187 432 0 24070 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98020

[startup+0.700163 s]
/proc/loadavg: 1.98 2.01 2.00 3/177 30435
/proc/meminfo: memFree=28668248/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=0.69 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 9283 0 0 0 67 2 0 0 20 0 2 0 274639492 100372480 8054 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 8054 188 432 0 24070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98020

[startup+1.50109 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 30437
/proc/meminfo: memFree=28636224/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=1.49 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 9689 0 0 0 147 2 0 0 20 0 2 0 274639492 100372480 8460 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 8460 188 432 0 24070 0
[pid=30435/tid=30437] ppid=30433 vsize=98020 CPUtime=1.34 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 5571 0 0 0 133 1 0 0 20 0 2 0 274639506 100372480 8460 33554432000 4194304 5963574 140736634372000 140000393496616 4222474 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) 98020

[startup+3.10025 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 30437
/proc/meminfo: memFree=28633992/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=3.09 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 10429 0 0 0 307 2 0 0 20 0 2 0 274639492 100372480 9200 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 9200 188 432 0 24070 0
[pid=30435/tid=30437] ppid=30433 vsize=98020 CPUtime=2.94 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 6311 0 0 0 293 1 0 0 20 0 2 0 274639506 100372480 9200 33554432000 4194304 5963574 140736634372000 140000393496616 5135572 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) 98020

[startup+6.3011 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 30437
/proc/meminfo: memFree=28627364/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=6.29 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 11894 0 0 0 626 3 0 0 20 0 2 0 274639492 100372480 10665 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 10665 188 432 0 24070 0
[pid=30435/tid=30437] ppid=30433 vsize=98020 CPUtime=6.13 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 7776 0 0 0 611 2 0 0 20 0 2 0 274639506 100372480 10665 33554432000 4194304 5963574 140736634372000 140000393496504 4399651 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98020

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 30437
/proc/meminfo: memFree=28616556/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=12.68 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 14286 0 0 0 1264 4 0 0 20 0 2 0 274639492 100372480 13057 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 13057 188 432 0 24070 0
[pid=30435/tid=30437] ppid=30433 vsize=98020 CPUtime=12.51 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 10168 0 0 0 1248 3 0 0 20 0 2 0 274639506 100372480 13057 33554432000 4194304 5963574 140736634372000 140000393496376 4402896 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) 98020

[startup+25.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 30437
/proc/meminfo: memFree=28605296/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=98020 CPUtime=25.48 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 16496 0 0 0 2543 5 0 0 20 0 2 0 274639492 100372480 15364 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 24505 15364 188 432 0 24070 0
[pid=30435/tid=30437] ppid=30433 vsize=98020 CPUtime=25.28 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 12378 0 0 0 2523 5 0 0 20 0 2 0 274639506 100372480 15364 33554432000 4194304 5963574 140736634372000 140000393496376 4399390 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98020

[startup+51.1003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 30438
/proc/meminfo: memFree=28572432/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=164640 CPUtime=51.05 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 23987 0 0 0 5096 9 0 0 20 0 2 0 274639492 168591360 22924 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 41160 22924 188 432 0 40725 0
[pid=30435/tid=30437] ppid=30433 vsize=164640 CPUtime=50.79 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 19869 0 0 0 5070 9 0 0 20 0 2 0 274639506 168591360 22924 33554432000 4194304 5963574 140736634372000 140000393496568 4378544 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 164640

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 30441
/proc/meminfo: memFree=28550036/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=164640 CPUtime=102.25 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 28511 0 0 0 10212 13 0 0 20 0 2 0 274639492 168591360 27657 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 41160 27657 188 432 0 40725 0
[pid=30435/tid=30437] ppid=30433 vsize=164640 CPUtime=101.86 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 24393 0 0 0 10173 13 0 0 20 0 2 0 274639506 168591360 27657 33554432000 4194304 5963574 140736634372000 140000393496616 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 164640

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 30441
/proc/meminfo: memFree=28511052/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=165180 CPUtime=162.23 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 36251 0 0 0 16205 18 0 0 20 0 2 0 274639492 169144320 35396 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 41295 35396 188 432 0 40860 0
[pid=30435/tid=30437] ppid=30433 vsize=165180 CPUtime=161.69 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 32133 0 0 0 16150 19 0 0 20 0 2 0 274639506 169144320 35396 33554432000 4194304 5963574 140736634372000 140000393496568 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 165180

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30519
/proc/meminfo: memFree=28867904/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=231524 CPUtime=222.22 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 41107 0 0 0 22201 21 0 0 20 0 2 0 274639492 237080576 40248 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 57881 40248 188 432 0 57446 0
[pid=30435/tid=30437] ppid=30433 vsize=231524 CPUtime=221.53 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 36989 0 0 0 22129 24 0 0 20 0 2 0 274639506 237080576 40248 33554432000 4194304 5963574 140736634372000 140000393496376 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 231524

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 30519
/proc/meminfo: memFree=28799300/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=232608 CPUtime=282.18 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 51414 0 0 0 28188 30 0 0 20 0 2 0 274639492 238190592 50771 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 58152 50771 188 432 0 57717 0
[pid=30435/tid=30437] ppid=30433 vsize=232608 CPUtime=281.33 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 47296 0 0 0 28099 34 0 0 20 0 2 0 274639506 238190592 50771 33554432000 4194304 5963574 140736634372000 140000393496616 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 232608

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30519
/proc/meminfo: memFree=28766832/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=299228 CPUtime=342.17 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 56307 0 0 0 34182 35 0 0 20 0 2 0 274639492 306409472 56035 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 74807 56035 188 432 0 74372 0
[pid=30435/tid=30437] ppid=30433 vsize=299228 CPUtime=341.17 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 52189 0 0 0 34078 39 0 0 20 0 2 0 274639506 306409472 56035 33554432000 4194304 5963574 140736634372000 140000393496376 4399645 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 299228

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 30520
/proc/meminfo: memFree=28714404/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=300312 CPUtime=402.16 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 56921 0 0 0 40181 35 0 0 20 0 2 0 274639492 307519488 56499 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 75078 56499 188 432 0 74643 0
[pid=30435/tid=30437] ppid=30433 vsize=300312 CPUtime=401.01 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 52803 0 0 0 40061 40 0 0 20 0 2 0 274639506 307519488 56499 33554432000 4194304 5963574 140736634372000 140000393496440 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 300312

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30520
/proc/meminfo: memFree=28649292/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=303152 CPUtime=462.14 cores=1,3,5,7

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


[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30525
/proc/meminfo: memFree=28460136/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=369768 CPUtime=762.06 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 83034 0 0 0 76143 63 0 0 20 0 2 0 274639492 378642432 82774 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 92442 82774 188 432 0 92007 0
[pid=30435/tid=30437] ppid=30433 vsize=369768 CPUtime=760.03 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 78916 0 0 0 75929 74 0 0 20 0 2 0 274639506 378642432 82774 33554432000 4194304 5963574 140736634372000 140000393496568 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 369768

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30525
/proc/meminfo: memFree=28442068/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=369768 CPUtime=822.05 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 87603 0 0 0 82136 69 0 0 20 0 2 0 274639492 378642432 87384 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 92442 87384 188 432 0 92007 0
[pid=30435/tid=30437] ppid=30433 vsize=369768 CPUtime=819.86 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 83485 0 0 0 81906 80 0 0 20 0 2 0 274639506 378642432 87384 33554432000 4194304 5963574 140736634372000 140000393496568 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 369768

[startup+882.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 30525
/proc/meminfo: memFree=28418512/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=438212 CPUtime=882.04 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 93337 0 0 0 88128 76 0 0 20 0 2 0 274639492 448729088 93118 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 109553 93118 188 432 0 109118 0
[pid=30435/tid=30437] ppid=30433 vsize=438212 CPUtime=879.71 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 89219 0 0 0 87883 88 0 0 20 0 2 0 274639506 448729088 93118 33554432000 4194304 5963574 140736634372000 140000393496376 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 438212

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 30525
/proc/meminfo: memFree=28395788/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=440920 CPUtime=942.03 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 99163 0 0 0 94118 85 0 0 20 0 2 0 274639492 451502080 98944 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 110230 98944 188 432 0 109795 0
[pid=30435/tid=30437] ppid=30433 vsize=440920 CPUtime=939.55 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 95045 0 0 0 93857 98 0 0 20 0 2 0 274639506 451502080 98944 33554432000 4194304 5963574 140736634372000 140000393496568 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 440920

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 30526
/proc/meminfo: memFree=28369128/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=440920 CPUtime=1002.02 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 105772 0 0 0 100107 95 0 0 20 0 2 0 274639492 451502080 105553 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 110230 105553 188 432 0 109795 0
[pid=30435/tid=30437] ppid=30433 vsize=440920 CPUtime=999.39 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 101654 0 0 0 99830 109 0 0 20 0 2 0 274639506 451502080 105553 33554432000 4194304 5963574 140736634372000 140000393496616 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 440920

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28346436/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1062.01 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 110332 0 0 0 106100 101 0 0 20 0 2 0 274639492 519720960 110113 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 110113 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1059.24 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 106214 0 0 0 105807 117 0 0 20 0 2 0 274639506 519720960 110113 33554432000 4194304 5963574 140736634372000 140000393496616 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 507540

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28317240/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1122 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111258 0 0 0 112097 103 0 0 20 0 2 0 274639492 519720960 111131 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111131 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1119.08 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107140 0 0 0 111790 118 0 0 20 0 2 0 274639506 519720960 111131 33554432000 4194304 5963574 140736634372000 140000393496616 4381137 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 507540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315080/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1181.97 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118094 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1178.89 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 117770 119 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4399546 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 507540

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

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315080/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1183.57 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118254 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1180.49 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 117930 119 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1183.57
Current children cumulated vsize (KiB) 507540

[startup+1187.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315328/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1186.77 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118574 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1183.68 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 118249 119 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1186.77
Current children cumulated vsize (KiB) 507540

[startup+1188.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315204/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1188.37 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118734 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1185.27 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 118407 120 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4400012 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1188.37
Current children cumulated vsize (KiB) 507540

[startup+1190.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315328/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1189.97 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118894 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1186.87 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 118567 120 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1189.97
Current children cumulated vsize (KiB) 507540

[startup+1191.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315328/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1190.77 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 118974 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1187.67 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 118647 120 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4388027 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1190.77
Current children cumulated vsize (KiB) 507540

[startup+1191.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30526
/proc/meminfo: memFree=28315328/32873648 swapFree=6844/6844
[pid=30435] ppid=30433 vsize=507540 CPUtime=1191.17 cores=1,3,5,7
/proc/30435/stat : 30435 (wbo1.7) S 30433 30435 27916 0 -1 4202496 111487 0 0 0 119014 103 0 0 20 0 2 0 274639492 519720960 111573 33554432000 4194304 5963574 140736634372000 140736634371520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30435/statm: 126885 111573 188 432 0 126450 0
[pid=30435/tid=30437] ppid=30433 vsize=507540 CPUtime=1188.07 cores=1,3,5,7
/proc/30435/task/30437/stat : 30437 (wbo1.7) R 30433 30435 27916 0 -1 4202560 107369 0 0 0 118687 120 0 0 20 0 2 0 274639506 519720960 111573 33554432000 4194304 5963574 140736634372000 140000393496376 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1191.17
Current children cumulated vsize (KiB) 507540

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30435 and gives
#  childrusage.ru_utime.tv_sec=1187
#  childrusage.ru_utime.tv_usec=57539
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=219814
# CPU time returned by wait4() is 1188.28
# while last known CPU time is 1191.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1191.55
CPU time (s): 1191.17
CPU user time (s): 1190.14
CPU system time (s): 1.03
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 507540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1187.06
system time used= 1.21981
maximum resident set size= 446296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111488
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= 181
involuntary context switches= 2832

runsolver used 2.04869 second user time and 4.90925 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 04:18:56
IDJOB=3704751
IDBENCH=1488
IDSOLVER=2283
FILE ID=node124/3704751-1338085136
RUNJOBID= node124-1338072365-27933
PBS_JOBID= 14624420
Free space on /tmp= 71408 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704751-1338085136/watcher-3704751-1338085136 -o /tmp/evaluation-result-3704751-1338085136/solver-3704751-1338085136 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704751-1338085136.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1225914035

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:        28668016 kB
Buffers:          325476 kB
Cached:          2684348 kB
SwapCached:            0 kB
Active:          1284472 kB
Inactive:        2110612 kB
Active(anon):     387588 kB
Inactive(anon):        0 kB
Active(file):     896884 kB
Inactive(file):  2110612 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7224 kB
Writeback:             0 kB
AnonPages:        393896 kB
Mapped:            15308 kB
Shmem:               200 kB
Slab:             668196 kB
SReclaimable:     112256 kB
SUnreclaim:       555940 kB
KernelStack:        1424 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     256052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71420 MiB
End job on node124 at 2012-05-27 04:38:48