Trace number 3726393

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.02UNSAT 499.68 499.805

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
MD5SUM2ca83d15931a383b90d8a7a08c6c1d9a
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.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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-3726393-1338654390.opb.
0.00/0.00	c Instance file HOME/instance-3726393-1338654390.opb
0.00/0.00	c File size is 6824 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      400                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
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 ===============================================================================
499.68/499.80	c ===============================================================================
499.68/499.80	c Wall Clock Time: 499.80 s
499.68/499.80	s UNSATISFIABLE

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-3726393-1338654390/watcher-3726393-1338654390 -o /tmp/evaluation-result-3726393-1338654390/solver-3726393-1338654390 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726393-1338654390.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: 1.92 1.98 1.91 3/177 30250
/proc/meminfo: memFree=27815664/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 805 0 0 0 0 0 0 0 20 0 2 0 331563333 85684224 755 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 755 185 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 2 0 331563333 85684224 755 33554432000 4194304 5964478 140736071603712 140734459795672 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0110131 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 30250
/proc/meminfo: memFree=27815664/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 826 0 0 0 0 0 0 0 20 0 2 0 331563333 85684224 776 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 776 186 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 2 0 331563333 85684224 776 33554432000 4194304 5964478 140736071603712 140734459795672 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83676

[startup+0.100291 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 30250
/proc/meminfo: memFree=27815664/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=0.09 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 1003 0 0 0 9 0 0 0 20 0 2 0 331563333 85684224 953 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 953 186 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=0.08 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 276 0 0 0 8 0 0 0 20 0 2 0 331563333 85684224 953 33554432000 4194304 5964478 140736071603712 140734459795672 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83676

[startup+0.300257 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 30250
/proc/meminfo: memFree=27815664/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=0.29 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 1217 0 0 0 29 0 0 0 20 0 2 0 331563333 85684224 1167 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 1167 186 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=0.28 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 490 0 0 0 28 0 0 0 20 0 2 0 331563333 85684224 1167 33554432000 4194304 5964478 140736071603712 140734459795672 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83676

[startup+0.70029 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 30250
/proc/meminfo: memFree=27815664/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=0.69 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 1496 0 0 0 69 0 0 0 20 0 2 0 331563333 85684224 1446 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 1446 186 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=0.68 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 769 0 0 0 68 0 0 0 20 0 2 0 331563333 85684224 1446 33554432000 4194304 5964478 140736071603712 140639558973240 4400432 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83676

[startup+1.50026 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 30252
/proc/meminfo: memFree=27810680/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83676 CPUtime=1.49 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 1864 0 0 0 149 0 0 0 20 0 2 0 331563333 85684224 1814 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20919 1814 186 433 0 20483 0
[pid=30250/tid=30251] ppid=30248 vsize=83676 CPUtime=1.48 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 1137 0 0 0 148 0 0 0 20 0 2 0 331563333 85684224 1814 33554432000 4194304 5964478 140736071603712 140639558973240 4400087 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) 83676

[startup+3.10026 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 30252
/proc/meminfo: memFree=27808076/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83820 CPUtime=3.09 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 2214 0 0 0 309 0 0 0 20 0 2 0 331563333 85831680 2164 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20955 2164 186 433 0 20519 0
[pid=30250/tid=30251] ppid=30248 vsize=83820 CPUtime=3.07 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 1487 0 0 0 307 0 0 0 20 0 2 0 331563333 85831680 2164 33554432000 4194304 5964478 140736071603712 140639558973240 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83820

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 30252
/proc/meminfo: memFree=27804256/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83820 CPUtime=6.29 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 3020 0 0 0 629 0 0 0 20 0 2 0 331563333 85831680 2970 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20955 2970 186 433 0 20519 0
[pid=30250/tid=30251] ppid=30248 vsize=83820 CPUtime=6.27 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 2293 0 0 0 627 0 0 0 20 0 2 0 331563333 85831680 2970 33554432000 4194304 5964478 140736071603712 140639558973240 4400435 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) 83820

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 30252
/proc/meminfo: memFree=27799616/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=83892 CPUtime=12.69 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 3940 0 0 0 1269 0 0 0 20 0 2 0 331563333 85905408 3890 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 20973 3890 186 433 0 20537 0
[pid=30250/tid=30251] ppid=30248 vsize=83892 CPUtime=12.65 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 3213 0 0 0 1265 0 0 0 20 0 2 0 331563333 85905408 3890 33554432000 4194304 5964478 140736071603712 140639558973240 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83892

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 30252
/proc/meminfo: memFree=27791456/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=84648 CPUtime=25.49 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 5396 0 0 0 2548 1 0 0 20 0 2 0 331563333 86679552 5346 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 21162 5346 186 433 0 20726 0
[pid=30250/tid=30251] ppid=30248 vsize=84648 CPUtime=25.42 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 4669 0 0 0 2541 1 0 0 20 0 2 0 331563333 86679552 5346 33554432000 4194304 5964478 140736071603712 140639558973432 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84648

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 30252
/proc/meminfo: memFree=27780044/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=86680 CPUtime=51.08 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 7480 0 0 0 5107 1 0 0 20 0 2 0 331563333 88760320 7430 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 21670 7430 186 433 0 21234 0
[pid=30250/tid=30251] ppid=30248 vsize=86680 CPUtime=50.95 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 6753 0 0 0 5094 1 0 0 20 0 2 0 331563333 88760320 7430 33554432000 4194304 5964478 140736071603712 140639558973432 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86680

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 30252
/proc/meminfo: memFree=27763212/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=90928 CPUtime=102.27 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 10048 0 0 0 10224 3 0 0 20 0 2 0 331563333 93110272 10076 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 22732 10076 186 433 0 22296 0
[pid=30250/tid=30251] ppid=30248 vsize=90928 CPUtime=102.02 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 9321 0 0 0 10198 4 0 0 20 0 2 0 331563333 93110272 10076 33554432000 4194304 5964478 140736071603712 140639558973480 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 90928

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 30252
/proc/meminfo: memFree=27736972/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=97180 CPUtime=162.25 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 14255 0 0 0 16219 6 0 0 20 0 2 0 331563333 99512320 14645 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 24295 14645 186 433 0 23859 0
[pid=30250/tid=30251] ppid=30248 vsize=97180 CPUtime=161.86 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 13528 0 0 0 16178 8 0 0 20 0 2 0 331563333 99512320 14645 33554432000 4194304 5964478 140736071603712 140639558973480 4400416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97180

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 30255
/proc/meminfo: memFree=27722040/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=100920 CPUtime=222.24 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 17862 0 0 0 22213 11 0 0 20 0 2 0 331563333 103342080 18277 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 25230 18277 186 433 0 24794 0
[pid=30250/tid=30251] ppid=30248 vsize=100920 CPUtime=221.7 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 17135 0 0 0 22156 14 0 0 20 0 2 0 331563333 103342080 18277 33554432000 4194304 5964478 140736071603712 140639558973432 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 100920

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 30256
/proc/meminfo: memFree=27696576/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=103220 CPUtime=282.23 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 19164 0 0 0 28210 13 0 0 20 0 2 0 331563333 105697280 20091 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 25805 20091 186 433 0 25369 0
[pid=30250/tid=30251] ppid=30248 vsize=103220 CPUtime=281.54 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 18437 0 0 0 28137 17 0 0 20 0 2 0 331563333 105697280 20091 33554432000 4194304 5964478 140736071603712 140639558973432 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 103220

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 30256
/proc/meminfo: memFree=27687144/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=170408 CPUtime=342.22 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 21467 0 0 0 34206 16 0 0 20 0 2 0 331563333 174497792 22394 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 42602 22394 186 433 0 42166 0
[pid=30250/tid=30251] ppid=30248 vsize=170408 CPUtime=341.39 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 20740 0 0 0 34119 20 0 0 20 0 2 0 331563333 174497792 22394 33554432000 4194304 5964478 140736071603712 140639558973240 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 170408

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 30256
/proc/meminfo: memFree=27672564/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=174156 CPUtime=402.21 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 24723 0 0 0 40200 21 0 0 20 0 2 0 331563333 178335744 25648 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 43539 25648 186 433 0 43103 0
[pid=30250/tid=30251] ppid=30248 vsize=174156 CPUtime=401.23 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 23996 0 0 0 40096 27 0 0 20 0 2 0 331563333 178335744 25648 33554432000 4194304 5964478 140736071603712 140639558973240 4400557 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 174156

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27664000/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178160 CPUtime=462.2 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 26877 0 0 0 46197 23 0 0 20 0 2 0 331563333 182435840 27763 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44540 27763 186 433 0 44104 0
[pid=30250/tid=30251] ppid=30248 vsize=178160 CPUtime=461.08 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 26150 0 0 0 46078 30 0 0 20 0 2 0 331563333 182435840 27763 33554432000 4194304 5964478 140736071603712 140639558973480 4400446 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 178160

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

[startup+486.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27660324/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178320 CPUtime=486.19 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27735 0 0 0 48595 24 0 0 20 0 2 0 331563333 182599680 28612 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44580 28612 186 433 0 44144 0
[pid=30250/tid=30251] ppid=30248 vsize=178320 CPUtime=485.01 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27008 0 0 0 48470 31 0 0 20 0 2 0 331563333 182599680 28612 33554432000 4194304 5964478 140736071603712 140639558973064 4400528 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 486.19
Current children cumulated vsize (KiB) 178320

[startup+492.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178480 CPUtime=492.59 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27921 0 0 0 49235 24 0 0 20 0 2 0 331563333 182763520 28798 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44620 28798 186 433 0 44184 0
[pid=30250/tid=30251] ppid=30248 vsize=178480 CPUtime=491.4 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27194 0 0 0 49109 31 0 0 20 0 2 0 331563333 182763520 28798 33554432000 4194304 5964478 140736071603712 140639558973480 4379403 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 492.59
Current children cumulated vsize (KiB) 178480

[startup+495.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=495.78 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27951 0 0 0 49554 24 0 0 20 0 2 0 331563333 182910976 28828 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28828 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=494.59 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27224 0 0 0 49428 31 0 0 20 0 2 0 331563333 182910976 28828 33554432000 4194304 5964478 140736071603712 140639558973240 4400001 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 495.78
Current children cumulated vsize (KiB) 178624

[startup+497.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=497.38 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27954 0 0 0 49714 24 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28831 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=496.18 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27227 0 0 0 49587 31 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140639558973240 4400490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 497.38
Current children cumulated vsize (KiB) 178624

[startup+499.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=498.98 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27954 0 0 0 49874 24 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28831 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=497.78 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27227 0 0 0 49747 31 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140639558973240 4400490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 498.98
Current children cumulated vsize (KiB) 178624

[startup+499.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=499.38 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27954 0 0 0 49914 24 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28831 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=498.18 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27227 0 0 0 49787 31 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140639558973240 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 499.38
Current children cumulated vsize (KiB) 178624

[startup+499.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=499.58 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27954 0 0 0 49934 24 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28831 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=498.38 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27227 0 0 0 49807 31 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140639558973240 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 499.58
Current children cumulated vsize (KiB) 178624

[startup+499.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 30257
/proc/meminfo: memFree=27659208/32873844 swapFree=7628/7628
[pid=30250] ppid=30248 vsize=178624 CPUtime=499.68 cores=1,3,5,7
/proc/30250/stat : 30250 (pwbo2.02) S 30248 30250 27854 0 -1 4202496 27954 0 0 0 49944 24 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140736071603232 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30250/statm: 44656 28831 186 433 0 44220 0
[pid=30250/tid=30251] ppid=30248 vsize=178624 CPUtime=498.48 cores=1,3,5,7
/proc/30250/task/30251/stat : 30251 (pwbo2.02) R 30248 30250 27854 0 -1 4202560 27227 0 0 0 49817 31 0 0 20 0 2 0 331563333 182910976 28831 33554432000 4194304 5964478 140736071603712 140639558973240 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 499.68
Current children cumulated vsize (KiB) 178624

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30250 and gives
#  childrusage.ru_utime.tv_sec=498
#  childrusage.ru_utime.tv_usec=175265
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=323950
# CPU time returned by wait4() is 498.499
# while last known CPU time is 499.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 499.805
CPU time (s): 499.68
CPU user time (s): 499.44
CPU system time (s): 0.24
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 178624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.175
system time used= 0.32395
maximum resident set size= 115336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27957
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= 46
involuntary context switches= 550

runsolver used 1.88571 second user time and 4.55231 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-02 18:26:30
IDJOB=3726393
IDBENCH=1440
IDSOLVER=2310
FILE ID=node143/3726393-1338654390
RUNJOBID= node143-1338651550-29472
PBS_JOBID= 14636437
Free space on /tmp= 68544 MiB

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

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=1207776985

node143.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.787
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	: 5333.57
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.787
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.787
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		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        27816292 kB
Buffers:          362684 kB
Cached:          3639388 kB
SwapCached:          112 kB
Active:          2121356 kB
Inactive:        2039220 kB
Active(anon):     149908 kB
Inactive(anon):    10908 kB
Active(file):    1971448 kB
Inactive(file):  2028312 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108424 kB
Dirty:              5608 kB
Writeback:             0 kB
AnonPages:        168160 kB
Mapped:            10744 kB
Shmem:               160 kB
Slab:             756376 kB
SReclaimable:     198200 kB
SUnreclaim:       558176 kB
KernelStack:        1472 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     176856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 68536 MiB
End job on node143 at 2012-06-02 18:34:50