Trace number 3726396

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.57 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
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.031994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726396-1338653508.opb.
0.00/0.00	c Instance file HOME/instance-3726396-1338653508.opb
0.00/0.00	c File size is 32382 bytes.
0.00/0.00	c Highest Coefficient sum: 32
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      1860                                                |
0.00/0.00	c |  Number Clauses:        62                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.01 s
1799.57/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-3726396-1338653508/watcher-3726396-1338653508 -o /tmp/evaluation-result-3726396-1338653508/solver-3726396-1338653508 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726396-1338653508.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 1.99 1.91 3/177 25805
/proc/meminfo: memFree=31752736/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84188 CPUtime=0 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 919 0 0 0 0 0 0 0 20 0 2 0 331475681 86208512 864 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21047 868 176 433 0 20611 0
[pid=25805/tid=25806] ppid=25803 vsize=84188 CPUtime=0 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 331475681 86208512 877 33554432000 4194304 5964478 140736962573568 140737167184808 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.011323 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 25805
/proc/meminfo: memFree=31752736/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84188 CPUtime=0 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 1102 0 0 0 0 0 0 0 20 0 2 0 331475681 86208512 1047 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21047 1047 184 433 0 20611 0
[pid=25805/tid=25806] ppid=25803 vsize=84188 CPUtime=0 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 253 0 0 0 0 0 0 0 20 0 2 0 331475681 86208512 1047 33554432000 4194304 5964478 140736962573568 140737167184808 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 84188

[startup+0.100297 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 25805
/proc/meminfo: memFree=31752736/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84188 CPUtime=0.09 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 1374 0 0 0 9 0 0 0 20 0 2 0 331475681 86208512 1319 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21047 1319 186 433 0 20611 0
[pid=25805/tid=25806] ppid=25803 vsize=84188 CPUtime=0.08 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 525 0 0 0 8 0 0 0 20 0 2 0 331475681 86208512 1319 33554432000 4194304 5964478 140736962573568 140737167184808 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84188

[startup+0.300264 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 25805
/proc/meminfo: memFree=31752736/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84188 CPUtime=0.29 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 1860 0 0 0 29 0 0 0 20 0 2 0 331475681 86208512 1805 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21047 1806 186 433 0 20611 0
[pid=25805/tid=25806] ppid=25803 vsize=84188 CPUtime=0.28 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 1012 0 0 0 28 0 0 0 20 0 2 0 331475681 86208512 1806 33554432000 4194304 5964478 140736962573568 140737167184808 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84188

[startup+0.700264 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 25805
/proc/meminfo: memFree=31752736/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84188 CPUtime=0.69 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 2742 0 0 0 69 0 0 0 20 0 2 0 331475681 86208512 2687 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21047 2687 186 433 0 20611 0
[pid=25805/tid=25806] ppid=25803 vsize=84188 CPUtime=0.68 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 1893 0 0 0 68 0 0 0 20 0 2 0 331475681 86208512 2687 33554432000 4194304 5964478 140736962573568 140737167184808 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84188

[startup+1.50026 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25807
/proc/meminfo: memFree=31740376/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84332 CPUtime=1.48 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 4087 0 0 0 148 0 0 0 20 0 2 0 331475681 86355968 4032 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21083 4032 186 433 0 20647 0
[pid=25805/tid=25806] ppid=25803 vsize=84332 CPUtime=1.47 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 3238 0 0 0 147 0 0 0 20 0 2 0 331475681 86355968 4032 33554432000 4194304 5964478 140736962573568 140647940913144 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84332

[startup+3.10026 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25807
/proc/meminfo: memFree=31735416/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84332 CPUtime=3.09 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 5599 0 0 0 308 1 0 0 20 0 2 0 331475681 86355968 5544 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21083 5544 186 433 0 20647 0
[pid=25805/tid=25806] ppid=25803 vsize=84332 CPUtime=3.07 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 4750 0 0 0 306 1 0 0 20 0 2 0 331475681 86355968 5544 33554432000 4194304 5964478 140736962573568 140647940913144 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84332

[startup+6.30027 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25807
/proc/meminfo: memFree=31721280/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84404 CPUtime=6.29 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 7549 0 0 0 628 1 0 0 20 0 2 0 331475681 86429696 7494 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21101 7494 186 433 0 20665 0
[pid=25805/tid=25806] ppid=25803 vsize=84404 CPUtime=6.26 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 6700 0 0 0 625 1 0 0 20 0 2 0 331475681 86429696 7494 33554432000 4194304 5964478 140736962573568 140647940913144 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84404

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25807
/proc/meminfo: memFree=31691272/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=84404 CPUtime=12.69 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 11876 0 0 0 1267 2 0 0 20 0 2 0 331475681 86429696 11821 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 21101 11821 186 433 0 20665 0
[pid=25805/tid=25806] ppid=25803 vsize=84404 CPUtime=12.65 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 11027 0 0 0 1263 2 0 0 20 0 2 0 331475681 86429696 11821 33554432000 4194304 5964478 140736962573568 140647940912952 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84404

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25808
/proc/meminfo: memFree=31659204/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=150048 CPUtime=25.49 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 17324 0 0 0 2544 5 0 0 20 0 2 0 331475681 153649152 17269 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 37512 17269 186 433 0 37076 0
[pid=25805/tid=25806] ppid=25803 vsize=150048 CPUtime=25.41 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 16475 0 0 0 2536 5 0 0 20 0 2 0 331475681 153649152 17269 33554432000 4194304 5964478 140736962573568 140647940913096 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150048

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25808
/proc/meminfo: memFree=31577580/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=150208 CPUtime=51.08 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 27248 0 0 0 5100 8 0 0 20 0 2 0 331475681 153812992 27193 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 37552 27193 186 433 0 37116 0
[pid=25805/tid=25806] ppid=25803 vsize=150208 CPUtime=50.95 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 26399 0 0 0 5087 8 0 0 20 0 2 0 331475681 153812992 27193 33554432000 4194304 5964478 140736962573568 140647940912952 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150208

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25808
/proc/meminfo: memFree=31527892/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=151024 CPUtime=102.25 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 29027 0 0 0 10217 8 0 0 20 0 2 0 331475681 154648576 29042 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 37756 29042 186 433 0 37320 0
[pid=25805/tid=25806] ppid=25803 vsize=151024 CPUtime=102 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 28178 0 0 0 10191 9 0 0 20 0 2 0 331475681 154648576 29042 33554432000 4194304 5964478 140736962573568 140647940912952 4382045 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 151024

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25808
/proc/meminfo: memFree=31476684/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=217424 CPUtime=162.21 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 39053 0 0 0 16210 11 0 0 20 0 2 0 331475681 222642176 39820 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 54356 39820 186 433 0 53920 0
[pid=25805/tid=25806] ppid=25803 vsize=217424 CPUtime=161.81 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 38204 0 0 0 16168 13 0 0 20 0 2 0 331475681 222642176 39820 33554432000 4194304 5964478 140736962573568 140647940913192 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 217424

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25808
/proc/meminfo: memFree=31351704/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=283392 CPUtime=222.2 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 52779 0 0 0 22204 16 0 0 20 0 2 0 331475681 290193408 53546 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 70848 53546 186 433 0 70412 0
[pid=25805/tid=25806] ppid=25803 vsize=283392 CPUtime=221.66 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 51930 0 0 0 22147 19 0 0 20 0 2 0 331475681 290193408 53546 33554432000 4194304 5964478 140736962573568 140647940913144 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 283392

[startup+282.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 25808
/proc/meminfo: memFree=31175092/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=350296 CPUtime=282.19 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 75201 0 0 0 28194 25 0 0 20 0 2 0 331475681 358703104 75968 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 87574 75968 186 433 0 87138 0
[pid=25805/tid=25806] ppid=25803 vsize=350296 CPUtime=281.5 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 74352 0 0 0 28121 29 0 0 20 0 2 0 331475681 358703104 75968 33554432000 4194304 5964478 140736962573568 140647940913144 4400106 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 350296

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 25809
/proc/meminfo: memFree=31174584/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=350296 CPUtime=342.16 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 75245 0 0 0 34191 25 0 0 20 0 2 0 331475681 358703104 76063 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 87574 76063 186 433 0 87138 0
[pid=25805/tid=25806] ppid=25803 vsize=350296 CPUtime=341.33 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 74396 0 0 0 34103 30 0 0 20 0 2 0 331475681 358703104 76063 33554432000 4194304 5964478 140736962573568 140647940913144 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 350296

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25809
/proc/meminfo: memFree=31144648/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=350296 CPUtime=402.14 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 75263 0 0 0 40189 25 0 0 20 0 2 0 331475681 358703104 76223 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 25819
/proc/meminfo: memFree=30556532/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=420276 CPUtime=1421.94 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 98621 0 0 0 142153 41 0 0 20 0 2 0 331475681 430362624 98045 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 105069 98045 186 433 0 104633 0
[pid=25805/tid=25806] ppid=25803 vsize=420276 CPUtime=1418.52 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 97772 0 0 0 141790 62 0 0 20 0 2 0 331475681 430362624 98045 33554432000 4194304 5964478 140736962573568 140647940913320 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 420276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25819
/proc/meminfo: memFree=30539552/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=420276 CPUtime=1481.93 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 98621 0 0 0 148152 41 0 0 20 0 2 0 331475681 430362624 98045 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 105069 98045 186 433 0 104633 0
[pid=25805/tid=25806] ppid=25803 vsize=420276 CPUtime=1478.36 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 97772 0 0 0 147773 63 0 0 20 0 2 0 331475681 430362624 98045 33554432000 4194304 5964478 140736962573568 140647940913320 4400056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 420276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25819
/proc/meminfo: memFree=30537428/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=421284 CPUtime=1541.91 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 98809 0 0 0 154150 41 0 0 20 0 2 0 331475681 431394816 98674 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 105321 98674 186 433 0 104885 0
[pid=25805/tid=25806] ppid=25803 vsize=421284 CPUtime=1538.21 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 97960 0 0 0 153757 64 0 0 20 0 2 0 331475681 431394816 98674 33554432000 4194304 5964478 140736962573568 140647940912952 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 421284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25820
/proc/meminfo: memFree=30535192/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=423948 CPUtime=1601.91 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 99351 0 0 0 160149 42 0 0 20 0 2 0 331475681 434122752 99217 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 105987 99217 186 433 0 105551 0
[pid=25805/tid=25806] ppid=25803 vsize=423948 CPUtime=1598.05 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 98502 0 0 0 159740 65 0 0 20 0 2 0 331475681 434122752 99217 33554432000 4194304 5964478 140736962573568 140647940912952 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 423948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25820
/proc/meminfo: memFree=30507788/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=491140 CPUtime=1661.9 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 106362 0 0 0 166146 44 0 0 20 0 2 0 331475681 502927360 106228 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 122785 106228 186 433 0 122349 0
[pid=25805/tid=25806] ppid=25803 vsize=491140 CPUtime=1657.9 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 105513 0 0 0 165721 69 0 0 20 0 2 0 331475681 502927360 106228 33554432000 4194304 5964478 140736962573568 140647940913144 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 491140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 25823
/proc/meminfo: memFree=30458676/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=491284 CPUtime=1721.89 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 118571 0 0 0 172138 51 0 0 20 0 2 0 331475681 503074816 118437 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 122821 118437 186 433 0 122385 0
[pid=25805/tid=25806] ppid=25803 vsize=491284 CPUtime=1717.74 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 117722 0 0 0 171697 77 0 0 20 0 2 0 331475681 503074816 118437 33554432000 4194304 5964478 140736962573568 140647940913144 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 491284

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 25862
/proc/meminfo: memFree=31255236/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557396 CPUtime=1781.88 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 126847 0 0 0 178130 58 0 0 20 0 2 0 331475681 570773504 126829 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139349 126829 186 433 0 138913 0
[pid=25805/tid=25806] ppid=25803 vsize=557396 CPUtime=1777.58 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 125998 0 0 0 177674 84 0 0 20 0 2 0 331475681 570773504 126829 33554432000 4194304 5964478 140736962573568 140647940913144 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 557396

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 25862
/proc/meminfo: memFree=31240108/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557396 CPUtime=1791.48 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 128733 0 0 0 179089 59 0 0 20 0 2 0 331475681 570773504 128715 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139349 128715 186 433 0 138913 0
[pid=25805/tid=25806] ppid=25803 vsize=557396 CPUtime=1787.17 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 127884 0 0 0 178632 85 0 0 20 0 2 0 331475681 570773504 128715 33554432000 4194304 5964478 140736962573568 140647940913144 4400069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 557396

[startup+1795.1 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 25862
/proc/meminfo: memFree=31226964/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557396 CPUtime=1794.68 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 129367 0 0 0 179409 59 0 0 20 0 2 0 331475681 570773504 129349 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139349 129349 186 433 0 138913 0
[pid=25805/tid=25806] ppid=25803 vsize=557396 CPUtime=1790.36 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 128518 0 0 0 178950 86 0 0 20 0 2 0 331475681 570773504 129349 33554432000 4194304 5964478 140736962573568 140647940913144 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 557396

[startup+1798.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 25862
/proc/meminfo: memFree=31215928/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557756 CPUtime=1797.87 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 130036 0 0 0 179728 59 0 0 20 0 2 0 331475681 571142144 130018 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139439 130018 186 433 0 139003 0
[pid=25805/tid=25806] ppid=25803 vsize=557756 CPUtime=1793.54 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 129187 0 0 0 179268 86 0 0 20 0 2 0 331475681 571142144 130018 33554432000 4194304 5964478 140736962573568 140647940912952 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 557756

[startup+1799.1 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 25862
/proc/meminfo: memFree=31211464/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557756 CPUtime=1798.67 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 130104 0 0 0 179808 59 0 0 20 0 2 0 331475681 571142144 130086 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139439 130086 186 433 0 139003 0
[pid=25805/tid=25806] ppid=25803 vsize=557756 CPUtime=1794.34 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 129255 0 0 0 179348 86 0 0 20 0 2 0 331475681 571142144 130086 33554432000 4194304 5964478 140736962573568 140647940913144 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 557756

[startup+1799.5 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 25862
/proc/meminfo: memFree=31207620/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557756 CPUtime=1799.08 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 130159 0 0 0 179848 60 0 0 20 0 2 0 331475681 571142144 130141 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139439 130141 186 433 0 139003 0
[pid=25805/tid=25806] ppid=25803 vsize=557756 CPUtime=1794.75 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 129310 0 0 0 179389 86 0 0 20 0 2 0 331475681 571142144 130141 33554432000 4194304 5964478 140736962573568 140647940913144 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 557756

[startup+1799.9 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 25862
/proc/meminfo: memFree=31207620/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557756 CPUtime=1799.47 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 130202 0 0 0 179887 60 0 0 20 0 2 0 331475681 571142144 130184 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139439 130184 186 433 0 139003 0
[pid=25805/tid=25806] ppid=25803 vsize=557756 CPUtime=1795.14 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 129353 0 0 0 179428 86 0 0 20 0 2 0 331475681 571142144 130184 33554432000 4194304 5964478 140736962573568 140647940913144 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 557756

[startup+1800 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 25862
/proc/meminfo: memFree=31207620/32873844 swapFree=7116/7116
[pid=25805] ppid=25803 vsize=557756 CPUtime=1799.57 cores=0,2,4,6
/proc/25805/stat : 25805 (pwbo2.02) S 25803 25805 23807 0 -1 4202496 130213 0 0 0 179897 60 0 0 20 0 2 0 331475681 571142144 130195 33554432000 4194304 5964478 140736962573568 140736962573088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25805/statm: 139439 130195 186 433 0 139003 0
[pid=25805/tid=25806] ppid=25803 vsize=557756 CPUtime=1795.24 cores=0,2,4,6
/proc/25805/task/25806/stat : 25806 (pwbo2.02) R 25803 25805 23807 0 -1 4202560 129364 0 0 0 179438 86 0 0 20 0 2 0 331475681 571142144 130195 33554432000 4194304 5964478 140736962573568 140647940913144 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 557756

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25805 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=400209
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=880866
# CPU time returned by wait4() is 1795.28
# while last known CPU time is 1799.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.57
CPU user time (s): 1798.97
CPU system time (s): 0.6
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 557756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 0.880866
maximum resident set size= 520796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130217
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= 160
involuntary context switches= 1867

runsolver used 3.64245 second user time and 8.84765 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 18:11:48
IDJOB=3726396
IDBENCH=1417
IDSOLVER=2310
FILE ID=node146/3726396-1338653508
RUNJOBID= node146-1338651664-25621
PBS_JOBID= 14636434
Free space on /tmp= 70920 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726396-1338653508/watcher-3726396-1338653508 -o /tmp/evaluation-result-3726396-1338653508/solver-3726396-1338653508 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726396-1338653508.opb

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

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
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:        31753000 kB
Buffers:          110388 kB
Cached:           169268 kB
SwapCached:         1792 kB
Active:           200464 kB
Inactive:         173936 kB
Active(anon):      95540 kB
Inactive(anon):     1556 kB
Active(file):     104924 kB
Inactive(file):   172380 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        100876 kB
Mapped:             9532 kB
Shmem:                 0 kB
Slab:             607676 kB
SReclaimable:      47804 kB
SUnreclaim:       559872 kB
KernelStack:        1464 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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 18:41:48