Trace number 3704255

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? (TO) 1800.44 1800.65

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704255-1338091904.opb.
0.00/0.00	c Instance file HOME/instance-3704255-1338091904.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 ===============================================================================
1800.03/1800.61	c ===============================================================================
1800.03/1800.61	c Wall Clock Time: 1800.62 s
1800.03/1800.61	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-3704255-1338091904/watcher-3704255-1338091904 -o /tmp/evaluation-result-3704255-1338091904/solver-3704255-1338091904 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704255-1338091904.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 10089
/proc/meminfo: memFree=31277076/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=4596 CPUtime=0 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) R 10087 10089 9022 0 -1 4202496 604 0 0 0 0 0 0 0 20 0 1 0 275319025 4706304 556 33554432000 4194304 5965102 140736512935232 140736512932648 4351139 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 1149 556 167 433 0 668 0

[startup+0.058956 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 10089
/proc/meminfo: memFree=31277076/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=0.05 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 2789 0 0 0 5 0 0 0 20 0 2 0 275319025 89534464 2532 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 2532 189 433 0 21423 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87436

[startup+0.100183 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 10089
/proc/meminfo: memFree=31277076/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=0.09 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 2895 0 0 0 9 0 0 0 20 0 2 0 275319025 89534464 2638 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 2638 189 433 0 21423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87436

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 10089
/proc/meminfo: memFree=31277076/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=0.29 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 3324 0 0 0 29 0 0 0 20 0 2 0 275319025 89534464 3067 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 3067 190 433 0 21423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87436

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 10089
/proc/meminfo: memFree=31277076/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=0.69 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 3986 0 0 0 69 0 0 0 20 0 2 0 275319025 89534464 3729 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 3729 190 433 0 21423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87436

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31261156/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=1.49 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 5181 0 0 0 148 1 0 0 20 0 2 0 275319025 89534464 4924 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 4924 190 433 0 21423 0
[pid=10089/tid=10091] ppid=10087 vsize=87436 CPUtime=1.46 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 3671 0 0 0 146 0 0 0 20 0 2 0 275319027 89534464 4926 33554432000 4194304 5965102 140736512935232 140457886267384 4410742 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87436

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31253964/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=3.08 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 7315 0 0 0 307 1 0 0 20 0 2 0 275319025 89534464 7058 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 7058 190 433 0 21423 0
[pid=10089/tid=10091] ppid=10087 vsize=87436 CPUtime=3.06 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 5803 0 0 0 305 1 0 0 20 0 2 0 275319027 89534464 7058 33554432000 4194304 5965102 140736512935232 140457886267384 4382760 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87436

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31236220/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=6.28 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 10661 0 0 0 626 2 0 0 20 0 2 0 275319025 89534464 10404 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 10404 190 433 0 21423 0
[pid=10089/tid=10091] ppid=10087 vsize=87436 CPUtime=6.26 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 9149 0 0 0 624 2 0 0 20 0 2 0 275319027 89534464 10404 33554432000 4194304 5965102 140736512935232 140457886267432 4383048 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87436

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31227680/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=87436 CPUtime=12.68 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 12069 0 0 0 1266 2 0 0 20 0 2 0 275319025 89534464 11812 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 21859 11812 190 433 0 21423 0
[pid=10089/tid=10091] ppid=10087 vsize=87436 CPUtime=12.67 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 10557 0 0 0 1264 3 0 0 20 0 2 0 275319027 89534464 11812 33554432000 4194304 5965102 140736512935232 140457886267384 4401127 0 0 4096 16387 0 0 0 -1 0 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.00 2.00 1.96 3/179 10091
/proc/meminfo: memFree=31190116/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=152972 CPUtime=25.48 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 20047 0 0 0 2542 6 0 0 20 0 2 0 275319025 156643328 19790 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 38243 19790 190 433 0 37807 0
[pid=10089/tid=10091] ppid=10087 vsize=152972 CPUtime=25.46 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 18535 0 0 0 2540 6 0 0 20 0 2 0 275319027 156643328 19790 33554432000 4194304 5965102 140736512935232 140457886267192 4401146 0 0 4096 16387 0 0 0 -1 2 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.00 2.00 1.96 3/179 10092
/proc/meminfo: memFree=31139208/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=152972 CPUtime=51.07 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 31890 0 0 0 5098 9 0 0 20 0 2 0 275319025 156643328 31633 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 38243 31633 190 433 0 37807 0
[pid=10089/tid=10091] ppid=10087 vsize=152972 CPUtime=51.06 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 30378 0 0 0 5096 10 0 0 20 0 2 0 275319027 156643328 31633 33554432000 4194304 5965102 140736512935232 140457886267384 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152972

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10092
/proc/meminfo: memFree=31009196/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=284528 CPUtime=102.25 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 63304 0 0 0 10210 15 0 0 20 0 2 0 275319025 291356672 63089 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 71132 63089 190 433 0 70696 0
[pid=10089/tid=10091] ppid=10087 vsize=284528 CPUtime=102.24 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 61792 0 0 0 10207 17 0 0 20 0 2 0 275319027 291356672 63089 33554432000 4194304 5965102 140736512935232 140457886267384 4383033 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) 284528

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10092
/proc/meminfo: memFree=30801028/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=481376 CPUtime=162.2 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 115477 0 0 0 16192 28 0 0 20 0 2 0 275319025 492929024 115245 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 120344 115245 190 433 0 119908 0
[pid=10089/tid=10091] ppid=10087 vsize=481376 CPUtime=162.2 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 113965 0 0 0 16189 31 0 0 20 0 2 0 275319027 492929024 115245 33554432000 4194304 5965102 140736512935232 140457886267384 4383033 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 481376

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10092
/proc/meminfo: memFree=30741892/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=546912 CPUtime=222.17 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 129436 0 0 0 22185 32 0 0 20 0 2 0 275319025 560037888 129193 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 136728 129193 190 433 0 136292 0
[pid=10089/tid=10091] ppid=10087 vsize=546912 CPUtime=222.19 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 127924 0 0 0 22183 36 0 0 20 0 2 0 275319027 560037888 129193 33554432000 4194304 5965102 140736512935232 140457886267384 4383048 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 546912

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 10092
/proc/meminfo: memFree=30732192/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=546912 CPUtime=282.15 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 130985 0 0 0 28183 32 0 0 20 0 2 0 275319025 560037888 130738 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 136728 130738 190 433 0 136292 0
[pid=10089/tid=10091] ppid=10087 vsize=546912 CPUtime=282.19 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 129473 0 0 0 28182 37 0 0 20 0 2 0 275319027 560037888 130738 33554432000 4194304 5965102 140736512935232 140457886267384 4401118 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) 546912

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 10092
/proc/meminfo: memFree=30643560/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=677984 CPUtime=342.11 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 149596 0 0 0 34174 37 0 0 20 0 2 0 275319025 694255616 149333 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 169496 149333 190 433 0 169060 0
[pid=10089/tid=10091] ppid=10087 vsize=677984 CPUtime=342.16 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 148084 0 0 0 34173 43 0 0 20 0 2 0 275319027 694255616 149333 33554432000 4194304 5965102 140736512935232 140457886267384 4383059 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 677984

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10093
/proc/meminfo: memFree=30637576/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=677984 CPUtime=402.06 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 149638 0 0 0 40169 37 0 0 20 0 2 0 275319025 694255616 149341 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 169496 149341 190 433 0 169060 0
[pid=10089/tid=10091] ppid=10087 vsize=677984 CPUtime=402.12 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 148126 0 0 0 40168 44 0 0 20 0 2 0 275319027 694255616 149341 33554432000 4194304 5965102 140736512935232 140457886267416 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 677984

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 10093
/proc/meminfo: memFree=30635372/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=677984 CPUtime=462.02 cores=0,2,4,6

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

[pid=10089] ppid=10087 vsize=809416 CPUtime=1001.91 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 188516 0 0 0 100140 51 0 0 20 0 2 0 275319025 828841984 188489 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 202354 188489 190 433 0 201918 0
[pid=10089/tid=10091] ppid=10087 vsize=809416 CPUtime=1002.09 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 187004 0 0 0 100142 67 0 0 20 0 2 0 275319027 828841984 188489 33554432000 4194304 5965102 140736512935232 140457886267384 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 809416

[startup+1062.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/179 10100
/proc/meminfo: memFree=30456784/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=809416 CPUtime=1061.9 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 188516 0 0 0 106139 51 0 0 20 0 2 0 275319025 828841984 188489 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 202354 188489 190 433 0 201918 0
[pid=10089/tid=10091] ppid=10087 vsize=809416 CPUtime=1062.09 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 187004 0 0 0 106141 68 0 0 20 0 2 0 275319027 828841984 188489 33554432000 4194304 5965102 140736512935232 140457886267384 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 809416

[startup+1122.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/180 10103
/proc/meminfo: memFree=30456280/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=809416 CPUtime=1121.89 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 188516 0 0 0 112138 51 0 0 20 0 2 0 275319025 828841984 188489 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 202354 188489 190 433 0 201918 0
[pid=10089/tid=10091] ppid=10087 vsize=809416 CPUtime=1122.09 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 187004 0 0 0 112140 69 0 0 20 0 2 0 275319027 828841984 188489 33554432000 4194304 5965102 140736512935232 140457886267384 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 809416

[startup+1182.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 10103
/proc/meminfo: memFree=30232084/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1006024 CPUtime=1181.89 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 244836 0 0 0 118123 66 0 0 20 0 2 0 275319025 1030168576 244809 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 251506 244809 190 433 0 251070 0
[pid=10089/tid=10091] ppid=10087 vsize=1006024 CPUtime=1182.1 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 243324 0 0 0 118127 83 0 0 20 0 2 0 275319027 1030168576 244809 33554432000 4194304 5965102 140736512935232 140457886267384 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 1006024

[startup+1242.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/179 10103
/proc/meminfo: memFree=30144304/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1137096 CPUtime=1241.85 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 265040 0 0 0 124114 71 0 0 20 0 2 0 275319025 1164386304 264999 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 284274 264999 190 433 0 283838 0
[pid=10089/tid=10091] ppid=10087 vsize=1137096 CPUtime=1242.08 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 263528 0 0 0 124118 90 0 0 20 0 2 0 275319027 1164386304 264999 33554432000 4194304 5965102 140736512935232 140457886267384 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 1137096

[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/179 10104
/proc/meminfo: memFree=30128152/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1137096 CPUtime=1301.84 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 265049 0 0 0 130113 71 0 0 20 0 2 0 275319025 1164386304 265006 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 284274 265006 190 433 0 283838 0
[pid=10089/tid=10091] ppid=10087 vsize=1137096 CPUtime=1302.08 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 263537 0 0 0 130117 91 0 0 20 0 2 0 275319027 1164386304 265006 33554432000 4194304 5965102 140736512935232 140457886267384 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 1137096

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30122044/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1137096 CPUtime=1361.81 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 265068 0 0 0 136110 71 0 0 20 0 2 0 275319025 1164386304 265021 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 284274 265021 190 433 0 283838 0
[pid=10089/tid=10091] ppid=10087 vsize=1137096 CPUtime=1362.06 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 263556 0 0 0 136114 92 0 0 20 0 2 0 275319027 1164386304 265021 33554432000 4194304 5965102 140736512935232 140457886267384 4383069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 1137096

[startup+1422.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 10104
/proc/meminfo: memFree=30116740/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1137096 CPUtime=1421.79 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 265090 0 0 0 142108 71 0 0 20 0 2 0 275319025 1164386304 265070 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 284274 265070 190 433 0 283838 0
[pid=10089/tid=10091] ppid=10087 vsize=1137096 CPUtime=1422.06 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 263578 0 0 0 142113 93 0 0 20 0 2 0 275319027 1164386304 265070 33554432000 4194304 5965102 140736512935232 140457886267384 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 1137096

[startup+1482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 10143
/proc/meminfo: memFree=30136108/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1202632 CPUtime=1481.77 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 293716 0 0 0 148097 80 0 0 20 0 2 0 275319025 1231495168 293733 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 300658 293733 190 433 0 300222 0
[pid=10089/tid=10091] ppid=10087 vsize=1202632 CPUtime=1482.04 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 292204 0 0 0 148101 103 0 0 20 0 2 0 275319027 1231495168 293733 33554432000 4194304 5965102 140736512935232 140457886267384 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 1202632

[startup+1542.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 10143
/proc/meminfo: memFree=29872664/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1399240 CPUtime=1541.76 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 334861 0 0 0 154084 92 0 0 20 0 2 0 275319025 1432821760 334881 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 349810 334881 190 433 0 349374 0
[pid=10089/tid=10091] ppid=10087 vsize=1399240 CPUtime=1542.04 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 333349 0 0 0 154088 116 0 0 20 0 2 0 275319027 1432821760 334881 33554432000 4194304 5965102 140736512935232 140457886267384 4401096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 1399240

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 10144
/proc/meminfo: memFree=29720516/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1464776 CPUtime=1601.75 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 360287 0 0 0 160073 102 0 0 20 0 2 0 275319025 1499930624 360307 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 366194 360307 190 433 0 365758 0
[pid=10089/tid=10091] ppid=10087 vsize=1464776 CPUtime=1602.05 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 358775 0 0 0 160079 126 0 0 20 0 2 0 275319027 1499930624 360307 33554432000 4194304 5965102 140736512935232 140457886267384 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 1464776

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 10144
/proc/meminfo: memFree=29687656/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1464776 CPUtime=1661.74 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 360310 0 0 0 166072 102 0 0 20 0 2 0 275319025 1499930624 360330 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 366194 360330 190 433 0 365758 0
[pid=10089/tid=10091] ppid=10087 vsize=1464776 CPUtime=1662.05 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 358798 0 0 0 166078 127 0 0 20 0 2 0 275319027 1499930624 360330 33554432000 4194304 5965102 140736512935232 140457886267384 4401114 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 1464776

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 10147
/proc/meminfo: memFree=29607048/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1464776 CPUtime=1721.73 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 360315 0 0 0 172071 102 0 0 20 0 2 0 275319025 1499930624 360335 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 366194 360335 190 433 0 365758 0
[pid=10089/tid=10091] ppid=10087 vsize=1464776 CPUtime=1722.05 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 358803 0 0 0 172077 128 0 0 20 0 2 0 275319027 1499930624 360335 33554432000 4194304 5965102 140736512935232 140457886267384 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1464776

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10147
/proc/meminfo: memFree=29564524/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1464776 CPUtime=1781.73 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 360316 0 0 0 178071 102 0 0 20 0 2 0 275319025 1499930624 360336 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 366194 360336 190 433 0 365758 0
[pid=10089/tid=10091] ppid=10087 vsize=1464776 CPUtime=1782.06 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 358804 0 0 0 178077 129 0 0 20 0 2 0 275319027 1499930624 360336 33554432000 4194304 5965102 140736512935232 140457886267384 4401109 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1464776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10147
/proc/meminfo: memFree=29564524/32873844 swapFree=7108/7108
[pid=10089] ppid=10087 vsize=1464776 CPUtime=1800.03 cores=0,2,4,6
/proc/10089/stat : 10089 (pwbo2.0) S 10087 10089 9022 0 -1 4202496 360316 0 0 0 179901 102 0 0 20 0 2 0 275319025 1499930624 360336 33554432000 4194304 5965102 140736512935232 140736512934752 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10089/statm: 366194 360336 190 433 0 365758 0
[pid=10089/tid=10091] ppid=10087 vsize=1464776 CPUtime=1800.37 cores=0,2,4,6
/proc/10089/task/10091/stat : 10091 (pwbo2.0) R 10087 10089 9022 0 -1 4202560 358804 0 0 0 179908 129 0 0 20 0 2 0 275319027 1499930624 360336 33554432000 4194304 5965102 140736512935232 140457886267384 4380288 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1464776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.44
CPU user time (s): 1799.1
CPU system time (s): 1.3378
CPU usage (%): 99.9882
Max. virtual memory (cumulated for all children) (KiB): 1464776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.3378
maximum resident set size= 1441352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360318
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= 354
involuntary context switches= 2024

runsolver used 3.63145 second user time and 9.2346 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 06:11:45
IDJOB=3704255
IDBENCH=2578
IDSOLVER=2280
FILE ID=node103/3704255-1338091904
RUNJOBID= node103-1338087162-9038
PBS_JOBID= 14624435
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=574728334

node103.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.189
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.37
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.189
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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31277076 kB
Buffers:          290720 kB
Cached:           381024 kB
SwapCached:         4540 kB
Active:           624588 kB
Inactive:         142052 kB
Active(anon):      90524 kB
Inactive(anon):     6220 kB
Active(file):     534064 kB
Inactive(file):   135832 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        130660 kB
Mapped:            12364 kB
Shmem:                 8 kB
Slab:             690252 kB
SReclaimable:     132688 kB
SUnreclaim:       557564 kB
KernelStack:        1488 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71584 MiB
End job on node103 at 2012-05-27 06:41:47