Trace number 3704360

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704360-1338098437.opb.
0.00/0.00	c Instance file HOME/instance-3704360-1338098437.opb
0.00/0.00	c File size is 6583995 bytes.
0.39/0.43	c Highest Coefficient sum: 196
0.39/0.43	c ============================[ Problem Statistics ]=============================
0.39/0.43	c |                                                                             |
0.39/0.43	c |  Parsing time:          0.44         s                                      |
0.39/0.43	c |  Number Variables:      7351                                                |
0.39/0.43	c |  Number Clauses:        139854                                              |
0.39/0.43	c |  Number Cardinality:    564                                                 |
0.39/0.43	c |  Number PB Constraints: 15694                                               |
0.39/0.43	c |                                                                             |
0.39/0.46	c |  Problem Type:          Decision                                            |
0.39/0.46	c |  Objective Function:    None                                                |
0.39/0.46	c |                                                                             |
0.39/0.46	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704360-1338098437/watcher-3704360-1338098437 -o /tmp/evaluation-result-3704360-1338098437/solver-3704360-1338098437 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704360-1338098437.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.01 2.00 3/178 20624
/proc/meminfo: memFree=24938840/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=9576 CPUtime=0 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) R 20622 20624 18256 0 -1 4202496 321 0 0 0 0 0 0 0 20 0 1 0 275972182 9805824 274 33554432000 4194304 5965102 140735761618784 140735115956824 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 2394 274 174 433 0 350 0

[startup+0.031093 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20624
/proc/meminfo: memFree=24938840/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=10788 CPUtime=0.02 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) R 20622 20624 18256 0 -1 4202496 696 0 0 0 2 0 0 0 20 0 1 0 275972182 11046912 649 33554432000 4194304 5965102 140735761618784 140735115956824 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 2697 649 261 433 0 653 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10788

[startup+0.100266 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20624
/proc/meminfo: memFree=24938840/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=14116 CPUtime=0.09 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) R 20622 20624 18256 0 -1 4202496 1792 0 0 0 9 0 0 0 20 0 1 0 275972182 14454784 1712 33554432000 4194304 5965102 140735761618784 140735115956824 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 3529 1712 521 433 0 1485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14116

[startup+0.300271 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20624
/proc/meminfo: memFree=24938840/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=23040 CPUtime=0.29 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) R 20622 20624 18256 0 -1 4202496 4794 0 0 0 28 1 0 0 20 0 1 0 275972182 23592960 4649 33554432000 4194304 5965102 140735761618784 140735115956824 4344467 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 5760 4650 1268 433 0 3716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23040

[startup+0.700219 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20624
/proc/meminfo: memFree=24938840/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=0.68 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 13635 0 0 0 66 2 0 0 20 0 2 0 275972182 105627648 11331 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 11331 190 433 0 25352 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103152

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 20626
/proc/meminfo: memFree=24893936/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=1.48 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 13992 0 0 0 145 3 0 0 20 0 2 0 275972182 105627648 11688 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 11688 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=1.04 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 6646 0 0 0 102 2 0 0 20 0 2 0 275972226 105627648 11688 33554432000 4194304 5965102 140735761618784 139901676832568 18446744073699066235 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) 103152

[startup+3.10035 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 20626
/proc/meminfo: memFree=24890572/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=3.08 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 14599 0 0 0 305 3 0 0 20 0 2 0 275972182 105627648 12295 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 12295 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=2.64 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 7253 0 0 0 262 2 0 0 20 0 2 0 275972226 105627648 12295 33554432000 4194304 5965102 140735761618784 139901676832568 4401143 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) 103152

[startup+6.30034 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 20626
/proc/meminfo: memFree=24882636/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=6.28 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 15804 0 0 0 625 3 0 0 20 0 2 0 275972182 105627648 13500 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 13500 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=5.83 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 8458 0 0 0 581 2 0 0 20 0 2 0 275972226 105627648 13500 33554432000 4194304 5965102 140735761618784 139901676832568 4400960 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) 103152

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 20626
/proc/meminfo: memFree=24871336/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=12.68 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 17608 0 0 0 1264 4 0 0 20 0 2 0 275972182 105627648 15304 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 15304 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=12.21 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 10262 0 0 0 1219 2 0 0 20 0 2 0 275972226 105627648 15304 33554432000 4194304 5965102 140735761618784 139901676832568 4221120 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) 103152

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 20649
/proc/meminfo: memFree=24855640/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=25.47 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 19538 0 0 0 2542 5 0 0 20 0 2 0 275972182 105627648 17234 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 17234 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=24.98 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 12192 0 0 0 2494 4 0 0 20 0 2 0 275972226 105627648 17234 33554432000 4194304 5965102 140735761618784 139901676832568 4401582 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103152

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 20649
/proc/meminfo: memFree=24828136/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=103152 CPUtime=51.07 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 23103 0 0 0 5100 7 0 0 20 0 2 0 275972182 105627648 20798 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 25788 20798 190 433 0 25352 0
[pid=20624/tid=20626] ppid=20622 vsize=103152 CPUtime=50.51 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 15757 0 0 0 5045 6 0 0 20 0 2 0 275972226 105627648 20798 33554432000 4194304 5965102 140735761618784 139901676832568 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103152

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20649
/proc/meminfo: memFree=24780088/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=168688 CPUtime=102.26 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 28591 0 0 0 10216 10 0 0 20 0 2 0 275972182 172736512 26798 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 42172 26798 190 433 0 41736 0
[pid=20624/tid=20626] ppid=20622 vsize=168688 CPUtime=101.58 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 21245 0 0 0 10148 10 0 0 20 0 2 0 275972226 172736512 26798 33554432000 4194304 5965102 140735761618784 139901676832568 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 168688

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20649
/proc/meminfo: memFree=24734684/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=171120 CPUtime=162.23 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 32833 0 0 0 16209 14 0 0 20 0 2 0 275972182 175226880 31426 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 42780 31426 190 433 0 42344 0
[pid=20624/tid=20626] ppid=20622 vsize=171120 CPUtime=161.39 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 25487 0 0 0 16125 14 0 0 20 0 2 0 275972226 175226880 31426 33554432000 4194304 5965102 140735761618784 139901676832808 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 171120

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20649
/proc/meminfo: memFree=24692024/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=171120 CPUtime=222.22 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 36760 0 0 0 22205 17 0 0 20 0 2 0 275972182 175226880 35353 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 42780 35353 190 433 0 42344 0
[pid=20624/tid=20626] ppid=20622 vsize=171120 CPUtime=221.23 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 29414 0 0 0 22105 18 0 0 20 0 2 0 275972226 175226880 35353 33554432000 4194304 5965102 140735761618784 139901676832568 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 171120

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20650
/proc/meminfo: memFree=24637960/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=236656 CPUtime=282.21 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 43608 0 0 0 28198 23 0 0 20 0 2 0 275972182 242335744 42201 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 59164 42201 190 433 0 58728 0
[pid=20624/tid=20626] ppid=20622 vsize=236656 CPUtime=281.08 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 36262 0 0 0 28083 25 0 0 20 0 2 0 275972226 242335744 42201 33554432000 4194304 5965102 140735761618784 139901676832568 4401096 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 236656

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20650
/proc/meminfo: memFree=24580300/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=237872 CPUtime=342.2 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 52573 0 0 0 34189 31 0 0 20 0 2 0 275972182 243580928 51166 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 59468 51166 190 433 0 59032 0
[pid=20624/tid=20626] ppid=20622 vsize=237872 CPUtime=340.93 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 45227 0 0 0 34059 34 0 0 20 0 2 0 275972226 243580928 51166 33554432000 4194304 5965102 140735761618784 139901676832760 4401015 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 237872

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27663144/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=237872 CPUtime=402.17 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 54516 0 0 0 40184 33 0 0 20 0 2 0 275972182 243580928 53496 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 59468 53496 190 433 0 59032 0
[pid=20624/tid=20626] ppid=20622 vsize=237872 CPUtime=400.76 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 47170 0 0 0 40038 38 0 0 20 0 2 0 275972226 243580928 53496 33554432000 4194304 5965102 140735761618784 139901676832568 4401056 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 237872

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20689
/proc/meminfo: memFree=27592396/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=303408 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20698
/proc/meminfo: memFree=27089700/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1421.96 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 115897 0 0 0 142101 95 0 0 20 0 2 0 275972182 513884160 116384 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 116384 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1418.04 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 108551 0 0 0 141690 114 0 0 20 0 2 0 275972226 513884160 116384 33554432000 4194304 5965102 140735761618784 139901676832568 4401568 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 501840

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20699
/proc/meminfo: memFree=27082384/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1481.94 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 115921 0 0 0 148099 95 0 0 20 0 2 0 275972182 513884160 116408 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 116408 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1477.88 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 108575 0 0 0 147673 115 0 0 20 0 2 0 275972226 513884160 116408 33554432000 4194304 5965102 140735761618784 139901676832568 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 501840

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20699
/proc/meminfo: memFree=27072644/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1541.93 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 116026 0 0 0 154098 95 0 0 20 0 2 0 275972182 513884160 116513 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 116513 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1537.72 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 108680 0 0 0 153656 116 0 0 20 0 2 0 275972226 513884160 116513 33554432000 4194304 5965102 140735761618784 139901676832568 4401475 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 501840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20699
/proc/meminfo: memFree=27043660/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1601.93 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 116118 0 0 0 160098 95 0 0 20 0 2 0 275972182 513884160 116605 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 116605 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1597.57 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 108772 0 0 0 159640 117 0 0 20 0 2 0 275972226 513884160 116605 33554432000 4194304 5965102 140735761618784 139901676832568 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 501840

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20699
/proc/meminfo: memFree=27019824/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1661.91 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 116591 0 0 0 166096 95 0 0 20 0 2 0 275972182 513884160 117078 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 117078 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1657.41 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 109245 0 0 0 165622 119 0 0 20 0 2 0 275972226 513884160 117078 33554432000 4194304 5965102 140735761618784 139901676832808 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 501840

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20699
/proc/meminfo: memFree=26997752/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=501840 CPUtime=1721.9 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 119314 0 0 0 172092 98 0 0 20 0 2 0 275972182 513884160 119801 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 125460 119801 190 433 0 125024 0
[pid=20624/tid=20626] ppid=20622 vsize=501840 CPUtime=1717.26 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 111968 0 0 0 171603 123 0 0 20 0 2 0 275972226 513884160 119801 33554432000 4194304 5965102 140735761618784 139901676832808 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 501840

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26975052/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1781.9 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 121829 0 0 0 178089 101 0 0 20 0 2 0 275972182 580993024 122316 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 122316 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1777.11 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 114483 0 0 0 177585 126 0 0 20 0 2 0 275972226 580993024 122316 33554432000 4194304 5965102 140735761618784 139901676832808 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 567376

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26969472/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1791.51 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122409 0 0 0 179049 102 0 0 20 0 2 0 275972182 580993024 122896 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 122896 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1786.69 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115063 0 0 0 178542 127 0 0 20 0 2 0 275972226 580993024 122896 33554432000 4194304 5965102 140735761618784 139901676832568 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 567376

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26967116/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1794.7 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122477 0 0 0 179368 102 0 0 20 0 2 0 275972182 580993024 122964 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 122964 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1789.88 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115131 0 0 0 178861 127 0 0 20 0 2 0 275972226 580993024 122964 33554432000 4194304 5965102 140735761618784 139901676832808 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 567376

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26965256/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1797.89 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122605 0 0 0 179687 102 0 0 20 0 2 0 275972182 580993024 123092 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 123092 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1793.06 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115259 0 0 0 179179 127 0 0 20 0 2 0 275972226 580993024 123092 33554432000 4194304 5965102 140735761618784 139901676832760 4401096 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 567376

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26964388/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1798.69 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122639 0 0 0 179767 102 0 0 20 0 2 0 275972182 580993024 123126 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 123126 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1793.86 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115293 0 0 0 179259 127 0 0 20 0 2 0 275972226 580993024 123126 33554432000 4194304 5965102 140735761618784 139901676832808 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 567376

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26964140/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1799.1 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122653 0 0 0 179808 102 0 0 20 0 2 0 275972182 580993024 123140 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 123140 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1794.27 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115307 0 0 0 179300 127 0 0 20 0 2 0 275972226 580993024 123140 33554432000 4194304 5965102 140735761618784 139901676832808 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 567376

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26964140/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1799.49 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122662 0 0 0 179847 102 0 0 20 0 2 0 275972182 580993024 123149 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 123149 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1794.66 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115316 0 0 0 179338 128 0 0 20 0 2 0 275972226 580993024 123149 33554432000 4194304 5965102 140735761618784 139901676832760 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 567376

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20703
/proc/meminfo: memFree=26964140/32873844 swapFree=6856/6856
[pid=20624] ppid=20622 vsize=567376 CPUtime=1799.59 cores=1,3,5,7
/proc/20624/stat : 20624 (pwbo2.0) S 20622 20624 18256 0 -1 4202496 122664 0 0 0 179857 102 0 0 20 0 2 0 275972182 580993024 123151 33554432000 4194304 5965102 140735761618784 140735761618304 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20624/statm: 141844 123151 190 433 0 141408 0
[pid=20624/tid=20626] ppid=20622 vsize=567376 CPUtime=1794.76 cores=1,3,5,7
/proc/20624/task/20626/stat : 20626 (pwbo2.0) R 20622 20624 18256 0 -1 4202560 115318 0 0 0 179348 128 0 0 20 0 2 0 275972226 580993024 123151 33554432000 4194304 5965102 140735761618784 139901676832760 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 567376

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20624 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=907284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=311800
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.59
CPU user time (s): 1798.57
CPU system time (s): 1.02
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 567376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.3118
maximum resident set size= 492624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122669
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= 201
involuntary context switches= 2655

runsolver used 3.61745 second user time and 9.05562 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 08:00:37
IDJOB=3704360
IDBENCH=89785
IDSOLVER=2280
FILE ID=node106/3704360-1338098437
RUNJOBID= node106-1338087979-18273
PBS_JOBID= 14624450
Free space on /tmp= 71032 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704360-1338098437/watcher-3704360-1338098437 -o /tmp/evaluation-result-3704360-1338098437/solver-3704360-1338098437 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704360-1338098437.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=783226063

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        24938848 kB
Buffers:          320500 kB
Cached:          3922428 kB
SwapCached:            0 kB
Active:          4376940 kB
Inactive:        2740608 kB
Active(anon):    2877120 kB
Inactive(anon):        0 kB
Active(file):    1499820 kB
Inactive(file):  2740608 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12012 kB
Writeback:             0 kB
AnonPages:       2885600 kB
Mapped:            15160 kB
Shmem:               200 kB
Slab:             670476 kB
SReclaimable:     112764 kB
SUnreclaim:       557712 kB
KernelStack:        1464 kB
PageTables:         9572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1046440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2287616 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= 71332 MiB
End job on node106 at 2012-05-27 08:30:37