Trace number 3704772

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
MD5SUM2ea7e3b5e107f983d069c627d91480a3
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 benchmark0.036993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints81
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
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-3704772-1338098707.opb.
0.00/0.00	c Instance file HOME/instance-3704772-1338098707.opb
0.00/0.00	c File size is 28114 bytes.
0.00/0.00	c Highest Coefficient sum: 42
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:      1640                                                |
0.00/0.00	c |  Number Clauses:        41                                                  |
0.00/0.00	c |  Number Cardinality:    40                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
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.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3704772-1338098707/watcher-3704772-1338098707 -o /tmp/evaluation-result-3704772-1338098707/solver-3704772-1338098707 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704772-1338098707.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.00 2.00 2.00 3/177 22885
/proc/meminfo: memFree=28590896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=0 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 906 0 0 0 0 0 0 0 20 0 2 0 275995575 86093824 851 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 855 175 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=0 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 84 0 0 0 0 0 0 0 20 0 2 0 275995575 86093824 864 33554432000 4194304 5963574 140736453586400 140736614554040 5135642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0516079 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22885
/proc/meminfo: memFree=28590896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=0.04 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 1205 0 0 0 4 0 0 0 20 0 2 0 275995575 86093824 1150 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 1150 185 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=0.03 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 370 0 0 0 3 0 0 0 20 0 2 0 275995575 86093824 1150 33554432000 4194304 5963574 140736453586400 140736614554040 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84076

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22885
/proc/meminfo: memFree=28590896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=0.09 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 1348 0 0 0 9 0 0 0 20 0 2 0 275995575 86093824 1293 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 1293 185 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=0.08 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 514 0 0 0 8 0 0 0 20 0 2 0 275995575 86093824 1294 33554432000 4194304 5963574 140736453586400 140736614554040 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84076

[startup+0.300293 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22885
/proc/meminfo: memFree=28590896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=0.29 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 1849 0 0 0 29 0 0 0 20 0 2 0 275995575 86093824 1794 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 1794 185 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=0.28 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 1014 0 0 0 28 0 0 0 20 0 2 0 275995575 86093824 1794 33554432000 4194304 5963574 140736453586400 140736614554040 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84076

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22885
/proc/meminfo: memFree=28590896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=0.69 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 2697 0 0 0 69 0 0 0 20 0 2 0 275995575 86093824 2642 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 2642 185 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=0.68 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 1862 0 0 0 68 0 0 0 20 0 2 0 275995575 86093824 2642 33554432000 4194304 5963574 140736453586400 140736614554040 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84076

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22887
/proc/meminfo: memFree=28578704/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84076 CPUtime=1.49 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 4534 0 0 0 148 1 0 0 20 0 2 0 275995575 86093824 4479 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21019 4480 185 432 0 20584 0
[pid=22885/tid=22886] ppid=22883 vsize=84076 CPUtime=1.48 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 3700 0 0 0 147 1 0 0 20 0 2 0 275995575 86093824 4480 33554432000 4194304 5963574 140736453586400 139803782326264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84076

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22887
/proc/meminfo: memFree=28570388/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84220 CPUtime=3.09 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 6166 0 0 0 308 1 0 0 20 0 2 0 275995575 86241280 6111 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21055 6111 185 432 0 20620 0
[pid=22885/tid=22886] ppid=22883 vsize=84220 CPUtime=3.08 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 5331 0 0 0 306 2 0 0 20 0 2 0 275995575 86241280 6111 33554432000 4194304 5963574 140736453586400 139803782326312 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84220

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22887
/proc/meminfo: memFree=28561832/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84292 CPUtime=6.29 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 8099 0 0 0 627 2 0 0 20 0 2 0 275995575 86315008 8044 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21073 8044 185 432 0 20638 0
[pid=22885/tid=22886] ppid=22883 vsize=84292 CPUtime=6.28 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 7264 0 0 0 626 2 0 0 20 0 2 0 275995575 86315008 8044 33554432000 4194304 5963574 140736453586400 139803782326264 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84292

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22887
/proc/meminfo: memFree=28549828/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=84292 CPUtime=12.69 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 10203 0 0 0 1266 3 0 0 20 0 2 0 275995575 86315008 10148 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 21073 10148 185 432 0 20638 0
[pid=22885/tid=22886] ppid=22883 vsize=84292 CPUtime=12.68 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 9368 0 0 0 1265 3 0 0 20 0 2 0 275995575 86315008 10148 33554432000 4194304 5963574 140736453586400 139803782326072 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84292

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22887
/proc/meminfo: memFree=28514860/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=149936 CPUtime=25.49 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 19200 0 0 0 2543 6 0 0 20 0 2 0 275995575 153534464 19145 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 37484 19145 185 432 0 37049 0
[pid=22885/tid=22886] ppid=22883 vsize=149936 CPUtime=25.48 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 18365 0 0 0 2541 7 0 0 20 0 2 0 275995575 153534464 19145 33554432000 4194304 5963574 140736453586400 139803782326264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149936

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22888
/proc/meminfo: memFree=28463896/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=150096 CPUtime=51.08 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 31620 0 0 0 5098 10 0 0 20 0 2 0 275995575 153698304 31565 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 37524 31565 185 432 0 37089 0
[pid=22885/tid=22886] ppid=22883 vsize=150096 CPUtime=51.08 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 30785 0 0 0 5098 10 0 0 20 0 2 0 275995575 153698304 31565 33554432000 4194304 5963574 140736453586400 139803782326264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150096

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 23005
/proc/meminfo: memFree=29006516/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=215872 CPUtime=102.25 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 36927 0 0 0 10213 12 0 0 20 0 2 0 275995575 221052928 36890 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 53968 36890 185 432 0 53533 0
[pid=22885/tid=22886] ppid=22883 vsize=215872 CPUtime=102.26 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 36092 0 0 0 10213 13 0 0 20 0 2 0 275995575 221052928 36890 33554432000 4194304 5963574 140736453586400 139803782326264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 215872

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23006
/proc/meminfo: memFree=28950316/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=216016 CPUtime=162.2 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 49083 0 0 0 16203 17 0 0 20 0 2 0 275995575 221200384 49769 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 54004 49769 185 432 0 53569 0
[pid=22885/tid=22886] ppid=22883 vsize=216016 CPUtime=162.22 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 48248 0 0 0 16202 20 0 0 20 0 2 0 275995575 221200384 49769 33554432000 4194304 5963574 140736453586400 139803782326264 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 216016

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 23006
/proc/meminfo: memFree=28917060/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=282272 CPUtime=222.18 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 56195 0 0 0 22198 20 0 0 20 0 2 0 275995575 289046528 56881 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 70568 56881 185 432 0 70133 0
[pid=22885/tid=22886] ppid=22883 vsize=282272 CPUtime=222.22 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 55360 0 0 0 22198 24 0 0 20 0 2 0 275995575 289046528 56881 33554432000 4194304 5963574 140736453586400 139803782326264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 282272

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23006
/proc/meminfo: memFree=28894280/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=282560 CPUtime=282.16 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 62241 0 0 0 28194 22 0 0 20 0 2 0 275995575 289341440 62763 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 70640 62763 185 432 0 70205 0
[pid=22885/tid=22886] ppid=22883 vsize=282560 CPUtime=282.21 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 61406 0 0 0 28194 27 0 0 20 0 2 0 275995575 289341440 62763 33554432000 4194304 5963574 140736453586400 139803782326264 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 282560

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 23009
/proc/meminfo: memFree=28827532/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=349752 CPUtime=342.14 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 76532 0 0 0 34185 29 0 0 20 0 2 0 275995575 358146048 77075 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 87438 77075 185 432 0 87003 0
[pid=22885/tid=22886] ppid=22883 vsize=349752 CPUtime=342.2 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 75697 0 0 0 34185 35 0 0 20 0 2 0 275995575 358146048 77075 33554432000 4194304 5963574 140736453586400 139803782326312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 349752

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23010
/proc/meminfo: memFree=28827496/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=349752 CPUtime=402.12 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 76554 0 0 0 40183 29 0 0 20 0 2 0 275995575 358146048 77028 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 138105 0 0 0 130138 76 0 0 20 0 2 0 275995575 638963712 139117 33554432000 4194304 5963574 140736453586400 139803782326264 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 623988

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23017
/proc/meminfo: memFree=28527108/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=626524 CPUtime=1361.87 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 144519 0 0 0 136128 59 0 0 20 0 2 0 275995575 641560576 144711 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 156631 144711 185 432 0 156196 0
[pid=22885/tid=22886] ppid=22883 vsize=626524 CPUtime=1362.13 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 143684 0 0 0 136133 80 0 0 20 0 2 0 275995575 641560576 144711 33554432000 4194304 5963574 140736453586400 139803782326264 4391232 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 626524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23017
/proc/meminfo: memFree=28514836/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=628140 CPUtime=1421.86 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 147485 0 0 0 142126 60 0 0 20 0 2 0 275995575 643215360 147676 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 157035 147676 185 432 0 156600 0
[pid=22885/tid=22886] ppid=22883 vsize=628140 CPUtime=1422.14 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 146650 0 0 0 142132 82 0 0 20 0 2 0 275995575 643215360 147676 33554432000 4194304 5963574 140736453586400 139803782326072 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 628140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23017
/proc/meminfo: memFree=28496360/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=630948 CPUtime=1481.85 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 152447 0 0 0 148123 62 0 0 20 0 2 0 275995575 646090752 152638 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 157737 152638 185 432 0 157302 0
[pid=22885/tid=22886] ppid=22883 vsize=630948 CPUtime=1482.14 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 151612 0 0 0 148129 85 0 0 20 0 2 0 275995575 646090752 152638 33554432000 4194304 5963574 140736453586400 139803782326264 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 630948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23020
/proc/meminfo: memFree=28417364/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=765928 CPUtime=1541.84 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 171818 0 0 0 154114 70 0 0 20 0 2 0 275995575 784310272 172009 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 191482 172009 185 432 0 191047 0
[pid=22885/tid=22886] ppid=22883 vsize=765928 CPUtime=1542.14 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 170983 0 0 0 154121 93 0 0 20 0 2 0 275995575 784310272 172009 33554432000 4194304 5963574 140736453586400 139803782326264 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 765928

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23021
/proc/meminfo: memFree=28379552/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=771452 CPUtime=1601.83 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176590 0 0 0 160110 73 0 0 20 0 2 0 275995575 789966848 176781 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 192863 176781 185 432 0 192428 0
[pid=22885/tid=22886] ppid=22883 vsize=771452 CPUtime=1602.14 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175755 0 0 0 160116 98 0 0 20 0 2 0 275995575 789966848 176781 33554432000 4194304 5963574 140736453586400 139803782326264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 771452

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23021
/proc/meminfo: memFree=28379056/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=771848 CPUtime=1661.82 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176712 0 0 0 166109 73 0 0 20 0 2 0 275995575 790372352 176903 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 192962 176903 185 432 0 192527 0
[pid=22885/tid=22886] ppid=22883 vsize=771848 CPUtime=1662.15 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175877 0 0 0 166116 99 0 0 20 0 2 0 275995575 790372352 176903 33554432000 4194304 5963574 140736453586400 139803782326312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 771848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378728/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1721.81 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176775 0 0 0 172108 73 0 0 20 0 2 0 275995575 790630400 176788 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176788 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1722.15 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175940 0 0 0 172115 100 0 0 20 0 2 0 275995575 790630400 176788 33554432000 4194304 5963574 140736453586400 139803782326296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 772100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378480/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1781.8 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176780 0 0 0 178107 73 0 0 20 0 2 0 275995575 790630400 176796 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176796 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1782.15 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175945 0 0 0 178114 101 0 0 20 0 2 0 275995575 790630400 176796 33554432000 4194304 5963574 140736453586400 139803782326296 4399574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 772100

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 23021
/proc/meminfo: memFree=28378340/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1791.4 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179067 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1791.76 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179075 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 772100

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1794.6 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179387 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1794.96 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179395 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4378847 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 772100

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1797.79 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179706 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1798.15 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179714 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 772100

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1798.59 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179786 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1798.95 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179794 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 772100

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1799 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179827 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1799.36 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179835 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4381429 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 772100

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1799.39 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179866 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1799.75 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179874 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 772100

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23021
/proc/meminfo: memFree=28378588/32873844 swapFree=6856/6856
[pid=22885] ppid=22883 vsize=772100 CPUtime=1799.49 cores=0,2,4,6
/proc/22885/stat : 22885 (wbo1.7) S 22883 22885 21940 0 -1 4202496 176783 0 0 0 179876 73 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 140736453585920 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22885/statm: 193025 176825 185 432 0 192590 0
[pid=22885/tid=22886] ppid=22883 vsize=772100 CPUtime=1799.85 cores=0,2,4,6
/proc/22885/task/22886/stat : 22886 (wbo1.7) R 22883 22885 21940 0 -1 4202560 175948 0 0 0 179884 101 0 0 20 0 2 0 275995575 790630400 176825 33554432000 4194304 5963574 140736453586400 139803782326296 4381137 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 772100

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.88
CPU user time (s): 1798.85
CPU system time (s): 1.03184
CPU usage (%): 99.9928
Max. virtual memory (cumulated for all children) (KiB): 772100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.03184
maximum resident set size= 707864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176784
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= 233
involuntary context switches= 1859

runsolver used 2.5956 second user time and 7.2359 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 08:05:07
IDJOB=3704772
IDBENCH=2604
IDSOLVER=2283
FILE ID=node144/3704772-1338098707
RUNJOBID= node144-1338086104-21956
PBS_JOBID= 14624429
Free space on /tmp= 71488 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704772-1338098707/watcher-3704772-1338098707 -o /tmp/evaluation-result-3704772-1338098707/solver-3704772-1338098707 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704772-1338098707.opb

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

MD5SUM BENCH= 2ea7e3b5e107f983d069c627d91480a3
RANDOM SEED=1635228713

node144.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.196
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.39
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.196
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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:       32873844 kB
MemFree:        28591268 kB
Buffers:          295292 kB
Cached:          2493284 kB
SwapCached:            0 kB
Active:          1444036 kB
Inactive:        2056760 kB
Active(anon):     713572 kB
Inactive(anon):        0 kB
Active(file):     730464 kB
Inactive(file):  2056760 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:        717864 kB
Mapped:            15108 kB
Shmem:               200 kB
Slab:             643428 kB
SReclaimable:      85848 kB
SUnreclaim:       557580 kB
KernelStack:        1456 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     157552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71484 MiB
End job on node144 at 2012-05-27 08:35:07