Trace number 3704321

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
pwbo 2.0? 1799.8 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704321-1338094777.opb.
0.00/0.00	c Instance file HOME/instance-3704321-1338094777.opb
0.00/0.00	c File size is 3410453 bytes.
0.19/0.26	c Highest Coefficient sum: 561
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Parsing time:          0.26         s                                      |
0.19/0.26	c |  Number Variables:      32186                                               |
0.19/0.26	c |  Number Clauses:        106519                                              |
0.19/0.26	c |  Number Cardinality:    0                                                   |
0.19/0.26	c |  Number PB Constraints: 528                                                 |
0.19/0.26	c |                                                                             |
0.29/0.31	c |  Problem Type:          Decision                                            |
0.29/0.31	c |  Objective Function:    None                                                |
0.29/0.31	c |                                                                             |
0.29/0.31	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3704321-1338094777/watcher-3704321-1338094777 -o /tmp/evaluation-result-3704321-1338094777/solver-3704321-1338094777 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704321-1338094777.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.00 2.00 2.00 3/177 6523
/proc/meminfo: memFree=28214544/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=7008 CPUtime=0 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) R 6521 6523 5668 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 275604517 7176192 398 33554432000 4194304 5965102 140736692582752 140733275851208 4396306 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 1752 398 168 433 0 483 0

[startup+0.00966095 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6523
/proc/meminfo: memFree=28214544/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=7656 CPUtime=0 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) R 6521 6523 5668 0 -1 4202496 615 0 0 0 0 0 0 0 20 0 1 0 275604517 7839744 567 33554432000 4194304 5965102 140736692582752 140733275851208 4420575 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 1914 568 180 433 0 645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7656

[startup+0.100265 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6523
/proc/meminfo: memFree=28214544/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=14808 CPUtime=0.09 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) R 6521 6523 5668 0 -1 4202496 2644 0 0 0 9 0 0 0 20 0 1 0 275604517 15163392 2563 33554432000 4194304 5965102 140736692582752 140733275851208 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 3702 2563 491 433 0 2433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14808

[startup+0.300178 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6523
/proc/meminfo: memFree=28214544/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=104316 CPUtime=0.29 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 8991 0 0 0 28 1 0 0 20 0 2 0 275604517 106819584 7930 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 26079 7930 176 433 0 25643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104316

[startup+0.70012 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6523
/proc/meminfo: memFree=28214544/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=0.69 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 11649 0 0 0 68 1 0 0 20 0 2 0 275604517 105832448 9614 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 9614 191 433 0 25402 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103352

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6525
/proc/meminfo: memFree=28176064/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=1.48 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 11964 0 0 0 147 1 0 0 20 0 2 0 275604517 105832448 9929 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 9929 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=1.22 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 5834 0 0 0 122 0 0 0 20 0 2 0 275604544 105832448 9929 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103352

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6525
/proc/meminfo: memFree=28173700/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=3.08 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 12652 0 0 0 307 1 0 0 20 0 2 0 275604517 105832448 10617 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 10617 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=2.82 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 6522 0 0 0 282 0 0 0 20 0 2 0 275604544 105832448 10617 33554432000 4194304 5965102 140736692582752 140688366774264 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 103352

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6525
/proc/meminfo: memFree=28166308/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=6.28 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 13978 0 0 0 626 2 0 0 20 0 2 0 275604517 105832448 11943 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 11943 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=6.02 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 7848 0 0 0 600 2 0 0 20 0 2 0 275604544 105832448 11943 33554432000 4194304 5965102 140736692582752 140688366774312 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103352

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6525
/proc/meminfo: memFree=28150580/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=12.68 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 16117 0 0 0 1265 3 0 0 20 0 2 0 275604517 105832448 14082 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 14082 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=12.42 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 9987 0 0 0 1239 3 0 0 20 0 2 0 275604544 105832448 14082 33554432000 4194304 5965102 140736692582752 140688366774312 4400960 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) 103352

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6528
/proc/meminfo: memFree=28132288/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=25.48 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 17937 0 0 0 2544 4 0 0 20 0 2 0 275604517 105832448 15902 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 15902 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=25.22 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 11807 0 0 0 2518 4 0 0 20 0 2 0 275604544 105832448 15902 33554432000 4194304 5965102 140736692582752 140688366774072 4401648 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) 103352

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 6528
/proc/meminfo: memFree=28094204/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=103352 CPUtime=51.07 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 23395 0 0 0 5100 7 0 0 20 0 2 0 275604517 105832448 21360 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 25838 21360 191 433 0 25402 0
[pid=6523/tid=6525] ppid=6521 vsize=103352 CPUtime=50.81 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 17265 0 0 0 5074 7 0 0 20 0 2 0 275604544 105832448 21360 33554432000 4194304 5965102 140736692582752 140688366774072 4404769 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103352

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 6551
/proc/meminfo: memFree=28050540/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=168888 CPUtime=102.28 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 28704 0 0 0 10217 11 0 0 20 0 2 0 275604517 172941312 26669 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 42222 26669 191 433 0 41786 0
[pid=6523/tid=6525] ppid=6521 vsize=168888 CPUtime=102.02 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 22574 0 0 0 10190 12 0 0 20 0 2 0 275604544 172941312 26669 33554432000 4194304 5965102 140736692582752 140688366774312 4401015 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) 168888

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6552
/proc/meminfo: memFree=28027216/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=170512 CPUtime=162.26 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 34819 0 0 0 16211 15 0 0 20 0 2 0 275604517 174604288 32784 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 42628 32784 191 433 0 42192 0
[pid=6523/tid=6525] ppid=6521 vsize=170512 CPUtime=162.01 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 28689 0 0 0 16184 17 0 0 20 0 2 0 275604544 174604288 32784 33554432000 4194304 5965102 140736692582752 140688366774264 4404757 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) 170512

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6552
/proc/meminfo: memFree=27996588/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=236856 CPUtime=222.25 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 42209 0 0 0 22203 22 0 0 20 0 2 0 275604517 242540544 40174 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 59214 40174 191 433 0 58778 0
[pid=6523/tid=6525] ppid=6521 vsize=236856 CPUtime=222.01 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 36079 0 0 0 22175 26 0 0 20 0 2 0 275604544 242540544 40174 33554432000 4194304 5965102 140736692582752 140688366774072 4401050 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 236856

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6552
/proc/meminfo: memFree=27978924/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=236856 CPUtime=282.24 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 46869 0 0 0 28197 27 0 0 20 0 2 0 275604517 242540544 44834 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 59214 44834 191 433 0 58778 0
[pid=6523/tid=6525] ppid=6521 vsize=236856 CPUtime=282.01 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 40739 0 0 0 28170 31 0 0 20 0 2 0 275604544 242540544 44834 33554432000 4194304 5965102 140736692582752 140688366774312 4401099 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 236856

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6553
/proc/meminfo: memFree=27918252/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=302392 CPUtime=342.22 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 57160 0 0 0 34186 36 0 0 20 0 2 0 275604517 309649408 55473 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 75598 55473 191 433 0 75162 0
[pid=6523/tid=6525] ppid=6521 vsize=302392 CPUtime=341.99 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 51030 0 0 0 34158 41 0 0 20 0 2 0 275604544 309649408 55473 33554432000 4194304 5965102 140736692582752 140688366774264 4410239 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 302392

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6553
/proc/meminfo: memFree=27905880/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=303608 CPUtime=402.17 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 58521 0 0 0 40180 37 0 0 20 0 2 0 275604517 310894592 56812 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 75902 56812 191 433 0 75466 0
[pid=6523/tid=6525] ppid=6521 vsize=303608 CPUtime=401.95 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 52391 0 0 0 40152 43 0 0 20 0 2 0 275604544 310894592 56812 33554432000 4194304 5965102 140736692582752 140688366774072 4394037 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 303608

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 6554
/proc/meminfo: memFree=27892756/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=303608 CPUtime=462.15 cores=1,3,5,7

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

/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 96436 0 0 0 130073 113 0 0 20 0 2 0 275604544 446980096 101733 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 436504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7187
/proc/meminfo: memFree=27814032/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=436504 CPUtime=1361.96 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 104908 0 0 0 136100 96 0 0 20 0 2 0 275604517 446980096 104075 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 109126 104075 191 433 0 108690 0
[pid=6523/tid=6525] ppid=6521 vsize=436504 CPUtime=1361.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 98778 0 0 0 136069 116 0 0 20 0 2 0 275604544 446980096 104075 33554432000 4194304 5965102 140736692582752 140688366774264 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 436504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7187
/proc/meminfo: memFree=27808200/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=436504 CPUtime=1421.94 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 105883 0 0 0 142098 96 0 0 20 0 2 0 275604517 446980096 105050 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 109126 105050 191 433 0 108690 0
[pid=6523/tid=6525] ppid=6521 vsize=436504 CPUtime=1421.86 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 99753 0 0 0 142068 118 0 0 20 0 2 0 275604544 446980096 105050 33554432000 4194304 5965102 140736692582752 140688366774072 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 436504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7187
/proc/meminfo: memFree=27804528/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=436504 CPUtime=1481.94 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 106091 0 0 0 148097 97 0 0 20 0 2 0 275604517 446980096 105258 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 109126 105258 191 433 0 108690 0
[pid=6523/tid=6525] ppid=6521 vsize=436504 CPUtime=1481.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 99961 0 0 0 148066 119 0 0 20 0 2 0 275604544 446980096 105258 33554432000 4194304 5965102 140736692582752 140688366774072 4389036 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) 436504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7187
/proc/meminfo: memFree=27792900/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1541.92 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 106297 0 0 0 154095 97 0 0 20 0 2 0 275604517 514088960 105464 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 105464 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1541.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 100167 0 0 0 154065 120 0 0 20 0 2 0 275604544 514088960 105464 33554432000 4194304 5965102 140736692582752 140688366774072 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 502040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7187
/proc/meminfo: memFree=27765372/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1601.92 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 106519 0 0 0 160095 97 0 0 20 0 2 0 275604517 514088960 105686 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 105686 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1601.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 100389 0 0 0 160064 121 0 0 20 0 2 0 275604544 514088960 105686 33554432000 4194304 5965102 140736692582752 140688366774072 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) 502040

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7188
/proc/meminfo: memFree=27731768/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1661.91 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 106778 0 0 0 166094 97 0 0 20 0 2 0 275604517 514088960 105945 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 105945 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1661.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 100648 0 0 0 166063 122 0 0 20 0 2 0 275604544 514088960 105945 33554432000 4194304 5965102 140736692582752 140688366774072 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 502040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7188
/proc/meminfo: memFree=27691716/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1721.9 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 110452 0 0 0 172089 101 0 0 20 0 2 0 275604517 514088960 109619 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 109619 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1721.85 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 104322 0 0 0 172058 127 0 0 20 0 2 0 275604544 514088960 109619 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 502040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27672500/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1781.87 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 114152 0 0 0 178081 106 0 0 20 0 2 0 275604517 514088960 113577 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 113577 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1781.82 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 108022 0 0 0 178049 133 0 0 20 0 2 0 275604544 514088960 113577 33554432000 4194304 5965102 140736692582752 140688366774072 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 502040

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27668904/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1791.48 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 115133 0 0 0 179040 108 0 0 20 0 2 0 275604517 514088960 114558 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 114558 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1791.43 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109003 0 0 0 179008 135 0 0 20 0 2 0 275604544 514088960 114558 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 502040

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27667292/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1794.68 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 115532 0 0 0 179359 109 0 0 20 0 2 0 275604517 514088960 114957 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 114957 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1794.63 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109402 0 0 0 179327 136 0 0 20 0 2 0 275604544 514088960 114957 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 502040

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27666176/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1797.86 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 115852 0 0 0 179677 109 0 0 20 0 2 0 275604517 514088960 115277 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 115277 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1797.82 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109722 0 0 0 179645 137 0 0 20 0 2 0 275604544 514088960 115277 33554432000 4194304 5965102 140736692582752 140688366774072 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 502040

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27665804/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1798.66 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 115932 0 0 0 179757 109 0 0 20 0 2 0 275604517 514088960 115357 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 115357 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1798.62 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109802 0 0 0 179725 137 0 0 20 0 2 0 275604544 514088960 115357 33554432000 4194304 5965102 140736692582752 140688366774312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 502040

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27665432/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1799.07 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 115974 0 0 0 179798 109 0 0 20 0 2 0 275604517 514088960 115399 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 115399 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1799.03 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109844 0 0 0 179766 137 0 0 20 0 2 0 275604544 514088960 115399 33554432000 4194304 5965102 140736692582752 140688366774312 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 502040

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27665432/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1799.47 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 116007 0 0 0 179837 110 0 0 20 0 2 0 275604517 514088960 115432 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 115432 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1799.42 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109877 0 0 0 179805 137 0 0 20 0 2 0 275604544 514088960 115432 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 502040

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7188
/proc/meminfo: memFree=27665432/32873648 swapFree=6844/6844
[pid=6523] ppid=6521 vsize=502040 CPUtime=1799.57 cores=1,3,5,7
/proc/6523/stat : 6523 (pwbo2.0) S 6521 6523 5668 0 -1 4202496 116016 0 0 0 179847 110 0 0 20 0 2 0 275604517 514088960 115441 33554432000 4194304 5965102 140736692582752 140736692582272 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6523/statm: 125510 115441 191 433 0 125074 0
[pid=6523/tid=6525] ppid=6521 vsize=502040 CPUtime=1799.52 cores=1,3,5,7
/proc/6523/task/6525/stat : 6525 (pwbo2.0) R 6521 6523 5668 0 -1 4202560 109886 0 0 0 179815 137 0 0 20 0 2 0 275604544 514088960 115441 33554432000 4194304 5965102 140736692582752 140688366774264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 502040

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.8
CPU user time (s): 1798.41
CPU system time (s): 1.39079
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 502040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.39079
maximum resident set size= 463828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116021
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= 211
involuntary context switches= 1912

runsolver used 3.34949 second user time and 9.46256 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 06:59:37
IDJOB=3704321
IDBENCH=73961
IDSOLVER=2280
FILE ID=node115/3704321-1338094777
RUNJOBID= node115-1338087550-5685
PBS_JOBID= 14624444
Free space on /tmp= 71660 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704321-1338094777/watcher-3704321-1338094777 -o /tmp/evaluation-result-3704321-1338094777/solver-3704321-1338094777 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704321-1338094777.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=464838179

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28214552 kB
Buffers:          298876 kB
Cached:          3079004 kB
SwapCached:            0 kB
Active:          1454960 kB
Inactive:        2391372 kB
Active(anon):     470848 kB
Inactive(anon):        0 kB
Active(file):     984112 kB
Inactive(file):  2391372 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8568 kB
Writeback:             0 kB
AnonPages:        495364 kB
Mapped:            15044 kB
Shmem:               200 kB
Slab:             671436 kB
SReclaimable:     115764 kB
SUnreclaim:       555672 kB
KernelStack:        1488 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     169168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 71652 MiB
End job on node115 at 2012-05-27 07:29:38