Trace number 3726556

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.02? 1799.56 1800.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
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.18997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
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 102
Number of bits of the biggest sum of numbers7
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726556-1338655265.opb.
0.00/0.00	c Instance file HOME/instance-3726556-1338655265.opb
0.00/0.00	c File size is 181498 bytes.
0.00/0.01	c Highest Coefficient sum: 102
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      10100                                               |
0.00/0.01	c |  Number Clauses:        101                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3726556-1338655265/watcher-3726556-1338655265 -o /tmp/evaluation-result-3726556-1338655265/solver-3726556-1338655265 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726556-1338655265.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 25860
/proc/meminfo: memFree=31351668/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=4596 CPUtime=0 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) R 25858 25860 23807 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 331651384 4706304 552 33554432000 4194304 5964478 140736489190768 140734016131048 5179673 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 1149 554 165 433 0 668 0

[startup+0.0475181 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 25860
/proc/meminfo: memFree=31351668/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=0.04 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 2756 0 0 0 4 0 0 0 20 0 2 0 331651384 89534464 2499 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 2499 184 433 0 21423 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 87436

[startup+0.100206 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 25860
/proc/meminfo: memFree=31351668/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=0.09 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 2865 0 0 0 9 0 0 0 20 0 2 0 331651384 89534464 2608 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 2608 185 433 0 21423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87436

[startup+0.300115 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 25860
/proc/meminfo: memFree=31351668/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=0.29 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 3279 0 0 0 29 0 0 0 20 0 2 0 331651384 89534464 3022 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 3022 186 433 0 21423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87436

[startup+0.700121 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 25860
/proc/meminfo: memFree=31351668/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=0.69 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 3882 0 0 0 69 0 0 0 20 0 2 0 331651384 89534464 3625 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 3625 186 433 0 21423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87436

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25862
/proc/meminfo: memFree=31335664/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=1.48 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 5045 0 0 0 148 0 0 0 20 0 2 0 331651384 89534464 4788 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 4788 186 433 0 21423 0
[pid=25860/tid=25862] ppid=25858 vsize=87436 CPUtime=1.46 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 3533 0 0 0 146 0 0 0 20 0 2 0 331651386 89534464 4788 33554432000 4194304 5964478 140736489190768 140593909933880 5136420 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) 87436

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25862
/proc/meminfo: memFree=31328076/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=3.09 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 7280 0 0 0 308 1 0 0 20 0 2 0 331651384 89534464 7023 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 7023 186 433 0 21423 0
[pid=25860/tid=25862] ppid=25858 vsize=87436 CPUtime=3.06 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 5768 0 0 0 306 0 0 0 20 0 2 0 331651386 89534464 7023 33554432000 4194304 5964478 140736489190768 140593909934120 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87436

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25862
/proc/meminfo: memFree=31307416/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=6.29 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 10289 0 0 0 628 1 0 0 20 0 2 0 331651384 89534464 10032 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 10032 186 433 0 21423 0
[pid=25860/tid=25862] ppid=25858 vsize=87436 CPUtime=6.25 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 8777 0 0 0 624 1 0 0 20 0 2 0 331651386 89534464 10032 33554432000 4194304 5964478 140736489190768 140593909934072 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87436

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25862
/proc/meminfo: memFree=31296148/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=87436 CPUtime=12.68 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 12759 0 0 0 1266 2 0 0 20 0 2 0 331651384 89534464 12502 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 21859 12502 186 433 0 21423 0
[pid=25860/tid=25862] ppid=25858 vsize=87436 CPUtime=12.63 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 11247 0 0 0 1261 2 0 0 20 0 2 0 331651386 89534464 12502 33554432000 4194304 5964478 140736489190768 140593909934072 5136420 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) 87436

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 25862
/proc/meminfo: memFree=31254120/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=152972 CPUtime=25.48 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 20570 0 0 0 2544 4 0 0 20 0 2 0 331651384 156643328 20313 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 38243 20313 186 433 0 37807 0
[pid=25860/tid=25862] ppid=25858 vsize=152972 CPUtime=25.4 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 19058 0 0 0 2536 4 0 0 20 0 2 0 331651386 156643328 20313 33554432000 4194304 5964478 140736489190768 140593909933880 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152972

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 25901
/proc/meminfo: memFree=31687852/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=152972 CPUtime=51.07 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 30757 0 0 0 5099 8 0 0 20 0 2 0 331651384 156643328 30528 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 38243 30528 186 433 0 37807 0
[pid=25860/tid=25862] ppid=25858 vsize=152972 CPUtime=50.92 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 29245 0 0 0 5084 8 0 0 20 0 2 0 331651386 156643328 30528 33554432000 4194304 5964478 140736489190768 140593909934072 4381974 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) 152972

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 25902
/proc/meminfo: memFree=31417476/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=350064 CPUtime=102.24 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 70285 0 0 0 10206 18 0 0 20 0 2 0 331651384 358465536 70071 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 87516 70071 186 433 0 87080 0
[pid=25860/tid=25862] ppid=25858 vsize=350064 CPUtime=101.97 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 68773 0 0 0 10178 19 0 0 20 0 2 0 331651386 358465536 70071 33554432000 4194304 5964478 140736489190768 140593909934072 4391696 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 350064

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/179 25902
/proc/meminfo: memFree=31193560/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=481376 CPUtime=162.19 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 109490 0 0 0 16190 29 0 0 20 0 2 0 331651384 492929024 109257 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 120344 109257 186 433 0 119908 0
[pid=25860/tid=25862] ppid=25858 vsize=481376 CPUtime=161.78 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 107978 0 0 0 16147 31 0 0 20 0 2 0 331651386 492929024 109257 33554432000 4194304 5964478 140736489190768 140593909934072 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 481376

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 25902
/proc/meminfo: memFree=31082944/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=546912 CPUtime=222.18 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 123882 0 0 0 22185 33 0 0 20 0 2 0 331651384 560037888 123649 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 136728 123649 186 433 0 136292 0
[pid=25860/tid=25862] ppid=25858 vsize=546912 CPUtime=221.63 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 122370 0 0 0 22127 36 0 0 20 0 2 0 331651386 560037888 123649 33554432000 4194304 5964478 140736489190768 140593909934072 4381974 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 546912

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 25902
/proc/meminfo: memFree=31016136/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=546912 CPUtime=282.18 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 128521 0 0 0 28182 36 0 0 20 0 2 0 331651384 560037888 128288 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 136728 128288 186 433 0 136292 0
[pid=25860/tid=25862] ppid=25858 vsize=546912 CPUtime=281.47 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 127009 0 0 0 28107 40 0 0 20 0 2 0 331651386 560037888 128288 33554432000 4194304 5964478 140736489190768 140593909934072 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 546912

[startup+342.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/179 25902
/proc/meminfo: memFree=30888332/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=677984 CPUtime=342.15 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 154778 0 0 0 34171 44 0 0 20 0 2 0 331651384 694255616 154535 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 169496 154535 186 433 0 169060 0
[pid=25860/tid=25862] ppid=25858 vsize=677984 CPUtime=341.3 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 153266 0 0 0 34081 49 0 0 20 0 2 0 331651386 694255616 154535 33554432000 4194304 5964478 140736489190768 140593909934072 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 677984

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/179 25903
/proc/meminfo: memFree=30875712/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=677984 CPUtime=402.12 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 154807 0 0 0 40168 44 0 0 20 0 2 0 331651384 694255616 154558 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 169496 154558 186 433 0 169060 0
[pid=25860/tid=25862] ppid=25858 vsize=677984 CPUtime=401.13 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 153295 0 0 0 40063 50 0 0 20 0 2 0 331651386 694255616 154558 33554432000 4194304 5964478 140736489190768 140593909934072 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 677984

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 25903
/proc/meminfo: memFree=30875492/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=677984 CPUtime=462.1 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25935
/proc/meminfo: memFree=29980016/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1137096 CPUtime=1421.92 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 269578 0 0 0 142108 84 0 0 20 0 2 0 331651384 1164386304 269625 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 284274 269625 186 433 0 283838 0
[pid=25860/tid=25862] ppid=25858 vsize=1137096 CPUtime=1418.46 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 268066 0 0 0 141741 105 0 0 20 0 2 0 331651386 1164386304 269625 33554432000 4194304 5964478 140736489190768 140593909934072 4403373 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1137096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25935
/proc/meminfo: memFree=29835104/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1481.91 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300762 0 0 0 148095 96 0 0 20 0 2 0 331651384 1298604032 300809 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300809 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1478.3 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299250 0 0 0 147713 117 0 0 20 0 2 0 331651386 1298604032 300809 33554432000 4194304 5964478 140736489190768 140593909934072 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1268168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25935
/proc/meminfo: memFree=29835144/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1541.9 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300775 0 0 0 154094 96 0 0 20 0 2 0 331651384 1298604032 300822 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300822 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1538.15 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299263 0 0 0 153697 118 0 0 20 0 2 0 331651386 1298604032 300822 33554432000 4194304 5964478 140736489190768 140593909934072 4382021 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1268168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 25935
/proc/meminfo: memFree=29835428/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1601.89 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300794 0 0 0 160093 96 0 0 20 0 2 0 331651384 1298604032 300841 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300841 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1598 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299282 0 0 0 159681 119 0 0 20 0 2 0 331651386 1298604032 300841 33554432000 4194304 5964478 140736489190768 140593909934072 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1268168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25937
/proc/meminfo: memFree=29828380/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1661.88 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300794 0 0 0 166092 96 0 0 20 0 2 0 331651384 1298604032 300841 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300841 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1657.84 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299282 0 0 0 165664 120 0 0 20 0 2 0 331651386 1298604032 300841 33554432000 4194304 5964478 140736489190768 140593909934072 4381732 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1268168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25937
/proc/meminfo: memFree=29762892/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1721.87 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300795 0 0 0 172091 96 0 0 20 0 2 0 331651384 1298604032 300842 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300842 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1717.69 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299283 0 0 0 171648 121 0 0 20 0 2 0 331651386 1298604032 300842 33554432000 4194304 5964478 140736489190768 140593909934072 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1268168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 25940
/proc/meminfo: memFree=29731760/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1781.86 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 178090 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1777.54 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 177632 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1268168

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 25940
/proc/meminfo: memFree=29731760/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1791.47 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179051 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1787.12 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 178590 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 1268168

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 25940
/proc/meminfo: memFree=29731760/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1794.67 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179371 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1790.31 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 178909 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 1268168

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25940
/proc/meminfo: memFree=29731768/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1797.86 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179690 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1793.5 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 179228 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 1268168

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25940
/proc/meminfo: memFree=29731768/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1798.66 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179770 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1794.29 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 179307 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4382029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 1268168

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25940
/proc/meminfo: memFree=29731768/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1799.06 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179810 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1794.7 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 179348 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 1268168

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25940
/proc/meminfo: memFree=29731768/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1799.46 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179850 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1795.09 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 179387 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4382008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 1268168

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 25940
/proc/meminfo: memFree=29731768/32873844 swapFree=7116/7116
[pid=25860] ppid=25858 vsize=1268168 CPUtime=1799.56 cores=1,3,5,7
/proc/25860/stat : 25860 (pwbo2.02) S 25858 25860 23807 0 -1 4202496 300797 0 0 0 179860 96 0 0 20 0 2 0 331651384 1298604032 300382 33554432000 4194304 5964478 140736489190768 140736489190288 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25860/statm: 317042 300382 186 433 0 316606 0
[pid=25860/tid=25862] ppid=25858 vsize=1268168 CPUtime=1795.19 cores=1,3,5,7
/proc/25860/task/25862/stat : 25862 (pwbo2.02) R 25858 25860 23807 0 -1 4202560 299285 0 0 0 179397 122 0 0 20 0 2 0 331651386 1298604032 300382 33554432000 4194304 5964478 140736489190768 140593909934104 4382038 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 1268168

Child status: 255

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

Real time (s): 1800.03
CPU time (s): 1799.56
CPU user time (s): 1798.6
CPU system time (s): 0.96
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1268168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 1.26081
maximum resident set size= 1203376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300800
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= 215
involuntary context switches= 2007

runsolver used 3.69844 second user time and 8.22375 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 18:41:05
IDJOB=3726556
IDBENCH=2578
IDSOLVER=2310
FILE ID=node146/3726556-1338655265
RUNJOBID= node146-1338651664-25622
PBS_JOBID= 14636434
Free space on /tmp= 70920 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726556-1338655265/watcher-3726556-1338655265 -o /tmp/evaluation-result-3726556-1338655265/solver-3726556-1338655265 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726556-1338655265.opb

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=2088214581

node146.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.034
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.06
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.034
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.92
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.034
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.034
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		: 2667.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31351940 kB
Buffers:          111204 kB
Cached:           169204 kB
SwapCached:         1792 kB
Active:           599844 kB
Inactive:         174740 kB
Active(anon):     494612 kB
Inactive(anon):     1556 kB
Active(file):     105232 kB
Inactive(file):   173184 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        499780 kB
Mapped:             9536 kB
Shmem:                 0 kB
Slab:             607540 kB
SReclaimable:      47780 kB
SUnreclaim:       559760 kB
KernelStack:        1480 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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= 70912 MiB
End job on node146 at 2012-06-02 19:11:05