Trace number 3727077

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.72? 1799.72 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
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.067989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727077-1338659808.opb.
0.00/0.00	c Instance file HOME/instance-3727077-1338659808.opb
0.00/0.00	c File size is 64775 bytes.
0.00/0.00	c Highest Coefficient sum: 62
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      3660                                                |
0.00/0.00	c |  Number Clauses:        61                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3727077-1338659808/watcher-3727077-1338659808 -o /tmp/evaluation-result-3727077-1338659808/solver-3727077-1338659808 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727077-1338659808.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.02 2.01 2.00 3/175 16671
/proc/meminfo: memFree=27620304/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=3960 CPUtime=0 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) R 16669 16671 14594 0 -1 4202496 485 0 0 0 0 0 0 0 20 0 1 0 332106745 4055040 438 33554432000 4194304 5964350 140734693189296 140736556905464 4339272 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 990 438 164 433 0 538 0

[startup+0.0965971 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16671
/proc/meminfo: memFree=27620304/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84740 CPUtime=0.09 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 1692 0 0 0 9 0 0 0 20 0 2 0 332106745 86773760 1629 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21185 1629 184 433 0 20749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84740

[startup+0.100275 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16671
/proc/meminfo: memFree=27620304/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84740 CPUtime=0.09 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 1701 0 0 0 9 0 0 0 20 0 2 0 332106745 86773760 1638 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21185 1638 184 433 0 20749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84740

[startup+0.300275 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16671
/proc/meminfo: memFree=27620304/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84740 CPUtime=0.29 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 2152 0 0 0 29 0 0 0 20 0 2 0 332106745 86773760 2089 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21185 2089 184 433 0 20749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84740

[startup+0.700276 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16671
/proc/meminfo: memFree=27620304/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84740 CPUtime=0.69 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 2986 0 0 0 69 0 0 0 20 0 2 0 332106745 86773760 2923 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21185 2923 184 433 0 20749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84740

[startup+1.50022 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16673
/proc/meminfo: memFree=27607268/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84740 CPUtime=1.48 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 4505 0 0 0 148 0 0 0 20 0 2 0 332106745 86773760 4442 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21185 4442 184 433 0 20749 0
[pid=16671/tid=16673] ppid=16669 vsize=84740 CPUtime=1.48 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 3506 0 0 0 148 0 0 0 20 0 2 0 332106746 86773760 4442 33554432000 4194304 5964350 140734693189296 140435913443320 4399989 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84740

[startup+3.10022 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16673
/proc/meminfo: memFree=27598216/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84884 CPUtime=3.09 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 6661 0 0 0 308 1 0 0 20 0 2 0 332106745 86921216 6598 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21221 6598 184 433 0 20785 0
[pid=16671/tid=16673] ppid=16669 vsize=84884 CPUtime=3.08 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 5662 0 0 0 306 2 0 0 20 0 2 0 332106746 86921216 6598 33554432000 4194304 5964350 140734693189296 140435913443320 4381913 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84884

[startup+6.30022 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16712
/proc/meminfo: memFree=28069720/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84884 CPUtime=6.29 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 7698 0 0 0 628 1 0 0 20 0 2 0 332106745 86921216 7635 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21221 7635 184 433 0 20785 0
[pid=16671/tid=16673] ppid=16669 vsize=84884 CPUtime=6.28 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 6699 0 0 0 626 2 0 0 20 0 2 0 332106746 86921216 7635 33554432000 4194304 5964350 140734693189296 140435913443128 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84884

[startup+12.7003 s]
/proc/loadavg: 2.10 2.02 2.01 3/177 16712
/proc/meminfo: memFree=28030552/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=84956 CPUtime=12.69 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 13266 0 0 0 1265 4 0 0 20 0 2 0 332106745 86994944 13203 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 21239 13203 184 433 0 20803 0
[pid=16671/tid=16673] ppid=16669 vsize=84956 CPUtime=12.68 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 12267 0 0 0 1263 5 0 0 20 0 2 0 332106746 86994944 13203 33554432000 4194304 5964350 140734693189296 140435913443320 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84956

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 16712
/proc/meminfo: memFree=27968436/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=150600 CPUtime=25.47 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 21653 0 0 0 2541 6 0 0 20 0 2 0 332106745 154214400 21820 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 37650 21820 184 433 0 37214 0
[pid=16671/tid=16673] ppid=16669 vsize=150600 CPUtime=25.46 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 20654 0 0 0 2539 7 0 0 20 0 2 0 332106746 154214400 21820 33554432000 4194304 5964350 140734693189296 140435913443320 4381913 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150600

[startup+51.1002 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 16712
/proc/meminfo: memFree=27887308/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=216296 CPUtime=51.05 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 34200 0 0 0 5093 12 0 0 20 0 2 0 332106745 221487104 34363 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 54074 34363 184 433 0 53638 0
[pid=16671/tid=16673] ppid=16669 vsize=216296 CPUtime=51.04 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 33201 0 0 0 5092 12 0 0 20 0 2 0 332106746 221487104 34363 33554432000 4194304 5964350 140734693189296 140435913443320 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 216296

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16713
/proc/meminfo: memFree=27796348/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=216536 CPUtime=102.25 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 48029 0 0 0 10209 16 0 0 20 0 2 0 332106745 221732864 49184 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 54134 49184 184 433 0 53698 0
[pid=16671/tid=16673] ppid=16669 vsize=216536 CPUtime=102.25 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 47030 0 0 0 10207 18 0 0 20 0 2 0 332106746 221732864 49184 33554432000 4194304 5964350 140734693189296 140435913443320 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216536

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16713
/proc/meminfo: memFree=27681904/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=347608 CPUtime=162.23 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 67816 0 0 0 16201 22 0 0 20 0 2 0 332106745 355950592 68971 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 86902 68971 184 433 0 86466 0
[pid=16671/tid=16673] ppid=16669 vsize=347608 CPUtime=162.24 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 66817 0 0 0 16199 25 0 0 20 0 2 0 332106746 355950592 68971 33554432000 4194304 5964350 140734693189296 140435913443320 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 347608

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16716
/proc/meminfo: memFree=27612512/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=347608 CPUtime=222.19 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 73418 0 0 0 22195 24 0 0 20 0 2 0 332106745 355950592 74572 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 86902 74572 184 433 0 86466 0
[pid=16671/tid=16673] ppid=16669 vsize=347608 CPUtime=222.21 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 72419 0 0 0 22193 28 0 0 20 0 2 0 332106746 355950592 74572 33554432000 4194304 5964350 140734693189296 140435913443320 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 347608

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16738
/proc/meminfo: memFree=27538080/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=347608 CPUtime=282.15 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 80920 0 0 0 28188 27 0 0 20 0 2 0 332106745 355950592 82086 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 86902 82086 184 433 0 86466 0
[pid=16671/tid=16673] ppid=16669 vsize=347608 CPUtime=282.17 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 79921 0 0 0 28185 32 0 0 20 0 2 0 332106746 355950592 82086 33554432000 4194304 5964350 140734693189296 140435913443320 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 347608

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 16738
/proc/meminfo: memFree=27469000/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=347608 CPUtime=342.1 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 81209 0 0 0 34183 27 0 0 20 0 2 0 332106745 355950592 82359 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 86902 82359 184 433 0 86466 0
[pid=16671/tid=16673] ppid=16669 vsize=347608 CPUtime=342.13 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 80210 0 0 0 34180 33 0 0 20 0 2 0 332106746 355950592 82359 33554432000 4194304 5964350 140734693189296 140435913443320 4388992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 347608

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16739
/proc/meminfo: memFree=27376524/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=413144 CPUtime=402.09 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 89538 0 0 0 40179 30 0 0 20 0 2 0 332106745 423059456 90688 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 103286 90688 184 433 0 102850 0
[pid=16671/tid=16673] ppid=16669 vsize=413144 CPUtime=402.13 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 88539 0 0 0 40177 36 0 0 20 0 2 0 332106746 423059456 90688 33554432000 4194304 5964350 140734693189296 140435913443320 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 413144

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 16739
/proc/meminfo: memFree=27307608/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=479544 CPUtime=462.08 cores=0,2,4,6

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

/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 189582 0 0 0 130111 91 0 0 20 0 2 0 332106746 831205376 190504 33554432000 4194304 5964350 140734693189296 140435913443320 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 811724

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16745
/proc/meminfo: memFree=26866036/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=943444 CPUtime=1361.82 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 217739 0 0 0 136100 82 0 0 20 0 2 0 332106745 966086656 217679 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 235861 217679 184 433 0 235425 0
[pid=16671/tid=16673] ppid=16669 vsize=943444 CPUtime=1361.99 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 216740 0 0 0 136096 103 0 0 20 0 2 0 332106746 966086656 217679 33554432000 4194304 5964350 140734693189296 140435913443320 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 943444

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 16748
/proc/meminfo: memFree=26840920/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944272 CPUtime=1421.81 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223517 0 0 0 142097 84 0 0 20 0 2 0 332106745 966934528 223481 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236068 223481 184 433 0 235632 0
[pid=16671/tid=16673] ppid=16669 vsize=944272 CPUtime=1421.99 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222518 0 0 0 142093 106 0 0 20 0 2 0 332106746 966934528 223481 33554432000 4194304 5964350 140734693189296 140435913443320 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 944272

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16748
/proc/meminfo: memFree=26831928/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944344 CPUtime=1481.8 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223556 0 0 0 148096 84 0 0 20 0 2 0 332106745 967008256 223520 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236086 223520 184 433 0 235650 0
[pid=16671/tid=16673] ppid=16669 vsize=944344 CPUtime=1481.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222557 0 0 0 148091 107 0 0 20 0 2 0 332106746 967008256 223520 33554432000 4194304 5964350 140734693189296 140435913443368 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 944344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16748
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944452 CPUtime=1541.79 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223564 0 0 0 154095 84 0 0 20 0 2 0 332106745 967118848 223528 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236113 223528 184 433 0 235677 0
[pid=16671/tid=16673] ppid=16669 vsize=944452 CPUtime=1541.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222565 0 0 0 154090 108 0 0 20 0 2 0 332106746 967118848 223528 33554432000 4194304 5964350 140734693189296 140435913443368 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 944452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944452 CPUtime=1601.78 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223564 0 0 0 160094 84 0 0 20 0 2 0 332106745 967118848 223528 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236113 223528 184 433 0 235677 0
[pid=16671/tid=16673] ppid=16669 vsize=944452 CPUtime=1601.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222565 0 0 0 160089 109 0 0 20 0 2 0 332106746 967118848 223528 33554432000 4194304 5964350 140734693189296 140435913443368 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 944452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833168/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1661.77 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223588 0 0 0 166093 84 0 0 20 0 2 0 332106745 967192576 223552 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223552 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1661.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222589 0 0 0 166088 110 0 0 20 0 2 0 332106746 967192576 223552 33554432000 4194304 5964350 140734693189296 140435913443368 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 944524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26833044/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1721.76 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 172092 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1721.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 172087 111 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 944524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26832668/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1781.75 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 178091 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1781.98 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 178086 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4381949 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 944524

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1791.35 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179051 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1791.58 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179046 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 944524

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1794.55 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179371 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1794.78 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179366 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 944524

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1797.75 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179691 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1797.97 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179685 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 944524

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1798.55 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179771 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1798.77 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179765 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4400751 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 944524

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1798.95 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179811 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1799.18 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179806 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 944524

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1799.35 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179851 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1799.57 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179845 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 944524

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16749
/proc/meminfo: memFree=26831424/32873852 swapFree=6856/6856
[pid=16671] ppid=16669 vsize=944524 CPUtime=1799.45 cores=0,2,4,6
/proc/16671/stat : 16671 (wbo1.72) S 16669 16671 14594 0 -1 4202496 223609 0 0 0 179861 84 0 0 20 0 2 0 332106745 967192576 223526 33554432000 4194304 5964350 140734693189296 140734693188816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16671/statm: 236131 223526 184 433 0 235695 0
[pid=16671/tid=16673] ppid=16669 vsize=944524 CPUtime=1799.67 cores=0,2,4,6
/proc/16671/task/16673/stat : 16673 (wbo1.72) R 16669 16671 14594 0 -1 4202560 222610 0 0 0 179855 112 0 0 20 0 2 0 332106746 967192576 223526 33554432000 4194304 5964350 140734693189296 140435913443352 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 944524

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.72
CPU user time (s): 1798.57
CPU system time (s): 1.14183
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 944524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.14183
maximum resident set size= 894292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223612
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= 297
involuntary context switches= 1869

runsolver used 4.36234 second user time and 10.6404 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 19:56:48
IDJOB=3727077
IDBENCH=2599
IDSOLVER=2313
FILE ID=node128/3727077-1338659808
RUNJOBID= node128-1338650806-16012
PBS_JOBID= 14636452
Free space on /tmp= 70504 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727077-1338659808/watcher-3727077-1338659808 -o /tmp/evaluation-result-3727077-1338659808/solver-3727077-1338659808 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727077-1338659808.opb

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

MD5SUM BENCH= 5bedad9895f21a4b5e521b3abd33ba08
RANDOM SEED=1471800442

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.91
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27621064 kB
Buffers:          523052 kB
Cached:          3329364 kB
SwapCached:          784 kB
Active:          2217344 kB
Inactive:        2142956 kB
Active(anon):     498312 kB
Inactive(anon):    11368 kB
Active(file):    1719032 kB
Inactive(file):  2131588 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        621776 kB
Mapped:            14808 kB
Shmem:               200 kB
Slab:             752084 kB
SReclaimable:     194500 kB
SUnreclaim:       557584 kB
KernelStack:        1472 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     149504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 70500 MiB
End job on node128 at 2012-06-02 20:26:48