Trace number 3726399

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
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.053991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
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 41
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-3726399-1338653433.opb.
0.00/0.00	c Instance file HOME/instance-3726399-1338653433.opb
0.00/0.00	c File size is 49508 bytes.
0.00/0.00	c Highest Coefficient sum: 41
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:      2800                                                |
0.00/0.00	c |  Number Clauses:        80                                                  |
0.00/0.00	c |  Number Cardinality:    70                                                  |
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.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3726399-1338653433/watcher-3726399-1338653433 -o /tmp/evaluation-result-3726399-1338653433/solver-3726399-1338653433 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726399-1338653433.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.06 2.01 1.93 2/174 26975
/proc/meminfo: memFree=27833424/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=4184 CPUtime=0 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) R 26973 26975 25232 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 331469167 4284416 463 33554432000 4194304 5964478 140735133539312 140734197635736 4297174 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 1046 473 168 433 0 610 0

[startup+0.0455199 s]
/proc/loadavg: 2.06 2.01 1.93 2/174 26975
/proc/meminfo: memFree=27833424/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84584 CPUtime=0.03 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 1409 0 0 0 3 0 0 0 20 0 2 0 331469167 86614016 1348 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21146 1348 186 433 0 20710 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84584

[startup+0.100158 s]
/proc/loadavg: 2.06 2.01 1.93 2/174 26975
/proc/meminfo: memFree=27833424/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84584 CPUtime=0.09 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 1564 0 0 0 9 0 0 0 20 0 2 0 331469167 86614016 1503 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21146 1503 186 433 0 20710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84584

[startup+0.300072 s]
/proc/loadavg: 2.06 2.01 1.93 2/174 26975
/proc/meminfo: memFree=27833424/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84584 CPUtime=0.29 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 2088 0 0 0 29 0 0 0 20 0 2 0 331469167 86614016 2027 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21146 2027 186 433 0 20710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84584

[startup+0.700072 s]
/proc/loadavg: 2.06 2.01 1.93 2/174 26975
/proc/meminfo: memFree=27833424/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84584 CPUtime=0.69 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 2999 0 0 0 69 0 0 0 20 0 2 0 331469167 86614016 2938 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21146 2938 186 433 0 20710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84584

[startup+1.50025 s]
/proc/loadavg: 2.06 2.01 1.93 3/176 26977
/proc/meminfo: memFree=27820132/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84584 CPUtime=1.49 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 4517 0 0 0 148 1 0 0 20 0 2 0 331469167 86614016 4456 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21146 4456 186 433 0 20710 0
[pid=26975/tid=26977] ppid=26973 vsize=84584 CPUtime=1.47 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 3589 0 0 0 146 1 0 0 20 0 2 0 331469168 86614016 4456 33554432000 4194304 5964478 140735133539312 140034826528760 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84584

[startup+3.10022 s]
/proc/loadavg: 2.05 2.01 1.93 3/180 27009
/proc/meminfo: memFree=27895436/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84728 CPUtime=3.08 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 5556 0 0 0 307 1 0 0 20 0 2 0 331469167 86761472 5495 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21182 5495 186 433 0 20746 0
[pid=26975/tid=26977] ppid=26973 vsize=84728 CPUtime=3.07 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 4628 0 0 0 306 1 0 0 20 0 2 0 331469168 86761472 5495 33554432000 4194304 5964478 140735133539312 140034826528760 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84728

[startup+6.30021 s]
/proc/loadavg: 2.05 2.01 1.93 3/180 27009
/proc/meminfo: memFree=27870144/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84800 CPUtime=6.29 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 7922 0 0 0 626 3 0 0 20 0 2 0 331469167 86835200 7861 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21200 7861 186 433 0 20764 0
[pid=26975/tid=26977] ppid=26973 vsize=84800 CPUtime=6.28 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 6994 0 0 0 625 3 0 0 20 0 2 0 331469168 86835200 7861 33554432000 4194304 5964478 140735133539312 140034826528568 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84800

[startup+12.7002 s]
/proc/loadavg: 1.96 2.00 1.92 3/180 27126
/proc/meminfo: memFree=27869288/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84800 CPUtime=12.67 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 11316 0 0 0 1263 4 0 0 20 0 2 0 331469167 86835200 11493 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21200 11493 186 433 0 20764 0
[pid=26975/tid=26977] ppid=26973 vsize=84800 CPUtime=12.67 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 10388 0 0 0 1262 5 0 0 20 0 2 0 331469168 86835200 11493 33554432000 4194304 5964478 140735133539312 140034826528760 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84800

[startup+25.5001 s]
/proc/loadavg: 1.97 2.00 1.92 3/180 27204
/proc/meminfo: memFree=27807088/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=84908 CPUtime=25.46 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 16076 0 0 0 2540 6 0 0 20 0 2 0 331469167 86945792 16245 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 21227 16245 186 433 0 20791 0
[pid=26975/tid=26977] ppid=26973 vsize=84908 CPUtime=25.46 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 15148 0 0 0 2539 7 0 0 20 0 2 0 331469168 86945792 16245 33554432000 4194304 5964478 140735133539312 140034826528760 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 84908

[startup+51.1003 s]
/proc/loadavg: 1.98 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27704204/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=150604 CPUtime=51.05 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 30976 0 0 0 5094 11 0 0 20 0 2 0 331469167 154218496 31593 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 37651 31593 186 433 0 37215 0
[pid=26975/tid=26977] ppid=26973 vsize=150604 CPUtime=51.04 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 30048 0 0 0 5093 11 0 0 20 0 2 0 331469168 154218496 31593 33554432000 4194304 5964478 140735133539312 140034826528760 4400814 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 150604

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27607156/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=216380 CPUtime=102.25 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 37252 0 0 0 10213 12 0 0 20 0 2 0 331469167 221573120 37869 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 54095 37869 186 433 0 53659 0
[pid=26975/tid=26977] ppid=26973 vsize=216380 CPUtime=102.25 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 36324 0 0 0 10211 14 0 0 20 0 2 0 331469168 221573120 37869 33554432000 4194304 5964478 140735133539312 140034826528760 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216380

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27495224/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=281916 CPUtime=162.24 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 51331 0 0 0 16206 18 0 0 20 0 2 0 331469167 288681984 51948 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 70479 51948 186 433 0 70043 0
[pid=26975/tid=26977] ppid=26973 vsize=281916 CPUtime=162.24 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 50403 0 0 0 16203 21 0 0 20 0 2 0 331469168 288681984 51948 33554432000 4194304 5964478 140735133539312 140034826528760 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 281916

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27465760/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=284076 CPUtime=222.2 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 58081 0 0 0 22198 22 0 0 20 0 2 0 331469167 290893824 58782 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 71019 58782 186 433 0 70583 0
[pid=26975/tid=26977] ppid=26973 vsize=284076 CPUtime=222.21 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 57153 0 0 0 22195 26 0 0 20 0 2 0 331469168 290893824 58782 33554432000 4194304 5964478 140735133539312 140034826528760 4399952 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 284076

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27441960/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=284076 CPUtime=282.16 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 58131 0 0 0 28194 22 0 0 20 0 2 0 331469167 290893824 58787 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 71019 58787 186 433 0 70583 0
[pid=26975/tid=26977] ppid=26973 vsize=284076 CPUtime=282.18 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 57203 0 0 0 28191 27 0 0 20 0 2 0 331469168 290893824 58787 33554432000 4194304 5964478 140735133539312 140034826528792 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 284076

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27257356/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=350332 CPUtime=342.15 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 70983 0 0 0 34188 27 0 0 20 0 2 0 331469167 358739968 71639 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 87583 71639 186 433 0 87147 0
[pid=26975/tid=26977] ppid=26973 vsize=350332 CPUtime=342.18 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 70055 0 0 0 34186 32 0 0 20 0 2 0 331469168 358739968 71639 33554432000 4194304 5964478 140735133539312 140034826528760 4400067 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) 350332

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27101640/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=350836 CPUtime=402.13 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 82554 0 0 0 40182 31 0 0 20 0 2 0 331469167 359256064 83210 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 87709 83211 186 433 0 87273 0
[pid=26975/tid=26977] ppid=26973 vsize=350836 CPUtime=402.18 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 81627 0 0 0 40180 38 0 0 20 0 2 0 331469168 359256064 83211 33554432000 4194304 5964478 140735133539312 140034826528760 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 350836

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27021396/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=416876 CPUtime=462.13 cores=1,3,5,7

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

/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 148129 0 0 0 130130 78 0 0 20 0 2 0 331469168 635355136 149641 33554432000 4194304 5964478 140735133539312 140034826528808 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 620464

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 27214
/proc/meminfo: memFree=26342656/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=620824 CPUtime=1361.92 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 149134 0 0 0 136134 58 0 0 20 0 2 0 331469167 635723776 149718 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 155206 149718 186 433 0 154770 0
[pid=26975/tid=26977] ppid=26973 vsize=620824 CPUtime=1362.08 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 148206 0 0 0 136129 79 0 0 20 0 2 0 331469168 635723776 149718 33554432000 4194304 5964478 140735133539312 140034826528808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 620824

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.93 3/179 27214
/proc/meminfo: memFree=26291508/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=620824 CPUtime=1421.91 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 149138 0 0 0 142133 58 0 0 20 0 2 0 331469167 635723776 149722 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 155206 149722 186 433 0 154770 0
[pid=26975/tid=26977] ppid=26973 vsize=620824 CPUtime=1422.08 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 148210 0 0 0 142128 80 0 0 20 0 2 0 331469168 635723776 149722 33554432000 4194304 5964478 140735133539312 140034826528808 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 620824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26291632/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=620824 CPUtime=1481.9 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 149164 0 0 0 148132 58 0 0 20 0 2 0 331469167 635723776 149673 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 155206 149673 186 433 0 154770 0
[pid=26975/tid=26977] ppid=26973 vsize=620824 CPUtime=1482.07 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 148236 0 0 0 148126 81 0 0 20 0 2 0 331469168 635723776 149673 33554432000 4194304 5964478 140735133539312 140034826528792 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 620824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26291632/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=620824 CPUtime=1541.89 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 149168 0 0 0 154131 58 0 0 20 0 2 0 331469167 635723776 149677 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 155206 149677 186 433 0 154770 0
[pid=26975/tid=26977] ppid=26973 vsize=620824 CPUtime=1542.07 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 148240 0 0 0 154125 82 0 0 20 0 2 0 331469168 635723776 149677 33554432000 4194304 5964478 140735133539312 140034826528792 4400628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 620824

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 27215
/proc/meminfo: memFree=26288892/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=621740 CPUtime=1601.87 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 150531 0 0 0 160128 59 0 0 20 0 2 0 331469167 636661760 151175 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 155435 151175 186 433 0 154999 0
[pid=26975/tid=26977] ppid=26973 vsize=621740 CPUtime=1602.07 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 149603 0 0 0 160123 84 0 0 20 0 2 0 331469168 636661760 151175 33554432000 4194304 5964478 140735133539312 140034826528760 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 621740

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 27215
/proc/meminfo: memFree=26266500/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1661.87 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156080 0 0 0 166124 63 0 0 20 0 2 0 331469167 706138112 156724 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 156724 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1662.07 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155152 0 0 0 166119 88 0 0 20 0 2 0 331469168 706138112 156724 33554432000 4194304 5964478 140735133539312 140034826528808 4400106 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 689588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26269600/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1721.86 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156086 0 0 0 172123 63 0 0 20 0 2 0 331469167 706138112 155806 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155806 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1722.06 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155158 0 0 0 172117 89 0 0 20 0 2 0 331469168 706138112 155806 33554432000 4194304 5964478 140735133539312 140034826528792 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 689588

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269212/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1781.85 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156093 0 0 0 178122 63 0 0 20 0 2 0 331469167 706138112 155813 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155813 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1782.06 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155165 0 0 0 178116 90 0 0 20 0 2 0 331469168 706138112 155813 33554432000 4194304 5964478 140735133539312 140034826528792 4381576 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 689588

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1791.46 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179083 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1791.67 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179077 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 689588

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269360/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1794.66 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179403 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1794.87 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179397 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 689588

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1797.85 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179722 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1798.06 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179716 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 689588

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1798.65 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179802 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1798.86 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179796 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 689588

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1799.06 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179843 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1799.27 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179837 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4220672 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) 689588

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1799.45 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179882 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1799.66 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179876 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 689588

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=26975] ppid=26973 vsize=689588 CPUtime=1799.55 cores=1,3,5,7
/proc/26975/stat : 26975 (pwbo2.02) S 26973 26975 25232 0 -1 4202496 156094 0 0 0 179892 63 0 0 20 0 2 0 331469167 706138112 155814 33554432000 4194304 5964478 140735133539312 140735133538832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26975/statm: 172397 155814 186 433 0 171961 0
[pid=26975/tid=26977] ppid=26973 vsize=689588 CPUtime=1799.76 cores=1,3,5,7
/proc/26975/task/26977/stat : 26977 (pwbo2.02) R 26973 26975 25232 0 -1 4202560 155166 0 0 0 179886 90 0 0 20 0 2 0 331469168 706138112 155814 33554432000 4194304 5964478 140735133539312 140034826528792 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 689588

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.79
CPU user time (s): 1798.87
CPU system time (s): 0.91586
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 689588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 0.91586
maximum resident set size= 626920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156097
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= 221
involuntary context switches= 1861

runsolver used 3.53046 second user time and 9.48556 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 18:10:33
IDJOB=3726399
IDBENCH=1390
IDSOLVER=2310
FILE ID=node126/3726399-1338653433
RUNJOBID= node126-1338651602-26667
PBS_JOBID= 14636454
Free space on /tmp= 70712 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_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-3726399-1338653433/watcher-3726399-1338653433 -o /tmp/evaluation-result-3726399-1338653433/solver-3726399-1338653433 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726399-1338653433.opb

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=980090490

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27834432 kB
Buffers:          393564 kB
Cached:          3774056 kB
SwapCached:         9476 kB
Active:          1522580 kB
Inactive:        2657732 kB
Active(anon):       2784 kB
Inactive(anon):    12180 kB
Active(file):    1519796 kB
Inactive(file):  2645552 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:            100136 kB
Writeback:             8 kB
AnonPages:         10992 kB
Mapped:             9448 kB
Shmem:                 0 kB
Slab:             722200 kB
SReclaimable:     165824 kB
SUnreclaim:       556376 kB
KernelStack:        1440 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70792 MiB
End job on node126 at 2012-06-02 18:40:33