Trace number 3704094

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.63 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUMddad6b8774f3cb7ea8e2d9ff3a650623
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.008997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
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 26
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704094-1338089522.opb.
0.00/0.00	c Instance file HOME/instance-3704094-1338089522.opb
0.00/0.00	c File size is 12574 bytes.
0.00/0.00	c Highest Coefficient sum: 26
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:      750                                                 |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    30                                                  |
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.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3704094-1338089522/watcher-3704094-1338089522 -o /tmp/evaluation-result-3704094-1338089522/solver-3704094-1338089522 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704094-1338089522.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 13576
/proc/meminfo: memFree=27368656/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 880 0 0 0 0 0 0 0 20 0 2 0 275077964 85872640 828 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 828 188 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=0 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 275077965 85872640 829 33554432000 4194304 5965102 140736012336576 140736248015816 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.00908289 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 13576
/proc/meminfo: memFree=27368656/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 895 0 0 0 0 0 0 0 20 0 2 0 275077964 85872640 843 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 843 189 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=0 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 275077965 85872640 843 33554432000 4194304 5965102 140736012336576 140736248015816 5137076 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) 83860

[startup+0.100252 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 13576
/proc/meminfo: memFree=27368656/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=0.09 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 1150 0 0 0 9 0 0 0 20 0 2 0 275077964 85872640 1098 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 1098 190 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=0.08 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 390 0 0 0 8 0 0 0 20 0 2 0 275077965 85872640 1098 33554432000 4194304 5965102 140736012336576 140491938027512 5137076 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) 83860

[startup+0.300204 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 13576
/proc/meminfo: memFree=27368656/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=0.29 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 1525 0 0 0 29 0 0 0 20 0 2 0 275077964 85872640 1473 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 1473 190 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=0.28 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 765 0 0 0 28 0 0 0 20 0 2 0 275077965 85872640 1473 33554432000 4194304 5965102 140736012336576 140491938027512 4221120 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) 83860

[startup+0.700235 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 13576
/proc/meminfo: memFree=27368656/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=0.69 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 2008 0 0 0 69 0 0 0 20 0 2 0 275077964 85872640 1956 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 1956 190 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=0.68 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 1248 0 0 0 68 0 0 0 20 0 2 0 275077965 85872640 1956 33554432000 4194304 5965102 140736012336576 140491938027512 4389788 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) 83860

[startup+1.5002 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 13578
/proc/meminfo: memFree=27360448/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=83860 CPUtime=1.49 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 2653 0 0 0 149 0 0 0 20 0 2 0 275077964 85872640 2601 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 20965 2601 190 433 0 20529 0
[pid=13576/tid=13577] ppid=13574 vsize=83860 CPUtime=1.48 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 1893 0 0 0 148 0 0 0 20 0 2 0 275077965 85872640 2601 33554432000 4194304 5965102 140736012336576 140491938027512 4401096 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) 83860

[startup+3.10023 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 13578
/proc/meminfo: memFree=27356728/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=84004 CPUtime=3.09 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 3112 0 0 0 309 0 0 0 20 0 2 0 275077964 86020096 3060 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 21001 3060 190 433 0 20565 0
[pid=13576/tid=13577] ppid=13574 vsize=84004 CPUtime=3.07 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 2352 0 0 0 307 0 0 0 20 0 2 0 275077965 86020096 3060 33554432000 4194304 5965102 140736012336576 140491938027560 4401131 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) 84004

[startup+6.30023 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 13578
/proc/meminfo: memFree=27353356/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=84004 CPUtime=6.29 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 3683 0 0 0 629 0 0 0 20 0 2 0 275077964 86020096 3631 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 21001 3631 190 433 0 20565 0
[pid=13576/tid=13577] ppid=13574 vsize=84004 CPUtime=6.26 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 2923 0 0 0 626 0 0 0 20 0 2 0 275077965 86020096 3631 33554432000 4194304 5965102 140736012336576 140491938027320 4401155 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) 84004

[startup+12.7001 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 13578
/proc/meminfo: memFree=27346504/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=84076 CPUtime=12.69 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 4532 0 0 0 1269 0 0 0 20 0 2 0 275077964 86093824 4480 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 21019 4480 190 433 0 20583 0
[pid=13576/tid=13577] ppid=13574 vsize=84076 CPUtime=12.65 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 3772 0 0 0 1265 0 0 0 20 0 2 0 275077965 86093824 4480 33554432000 4194304 5965102 140736012336576 140491938027320 4401118 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) 84076

[startup+25.5003 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 13578
/proc/meminfo: memFree=27337728/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=84364 CPUtime=25.48 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 5786 0 0 0 2548 0 0 0 20 0 2 0 275077964 86388736 5734 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 21091 5734 190 433 0 20655 0
[pid=13576/tid=13577] ppid=13574 vsize=84364 CPUtime=25.42 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 5026 0 0 0 2542 0 0 0 20 0 2 0 275077965 86388736 5734 33554432000 4194304 5965102 140736012336576 140491938027320 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84364

[startup+51.1002 s]
/proc/loadavg: 2.00 1.97 1.90 3/179 13578
/proc/meminfo: memFree=27310668/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=86416 CPUtime=51.08 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 10026 0 0 0 5107 1 0 0 20 0 2 0 275077964 88489984 9974 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 21604 9974 190 433 0 21168 0
[pid=13576/tid=13577] ppid=13574 vsize=86416 CPUtime=50.95 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 9266 0 0 0 5094 1 0 0 20 0 2 0 275077965 88489984 9974 33554432000 4194304 5965102 140736012336576 140491938027560 4401578 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) 86416

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.90 3/179 13578
/proc/meminfo: memFree=27287284/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=88952 CPUtime=102.28 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 14805 0 0 0 10224 4 0 0 20 0 2 0 275077964 91086848 14753 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 22238 14753 190 433 0 21802 0
[pid=13576/tid=13577] ppid=13574 vsize=88952 CPUtime=102.03 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 14045 0 0 0 10198 5 0 0 20 0 2 0 275077965 91086848 14753 33554432000 4194304 5965102 140736012336576 140491938027512 4379856 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 88952

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/179 13578
/proc/meminfo: memFree=27282524/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=90248 CPUtime=162.27 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 15970 0 0 0 16222 5 0 0 20 0 2 0 275077964 92413952 15918 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 22562 15918 190 433 0 22126 0
[pid=13576/tid=13577] ppid=13574 vsize=90248 CPUtime=161.87 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 15210 0 0 0 16180 7 0 0 20 0 2 0 275077965 92413952 15918 33554432000 4194304 5965102 140736012336576 140491938027320 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 90248

[startup+222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/179 13579
/proc/meminfo: memFree=27271788/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=94700 CPUtime=222.25 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 18566 0 0 0 22218 7 0 0 20 0 2 0 275077964 96972800 18516 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 23675 18516 190 433 0 23239 0
[pid=13576/tid=13577] ppid=13574 vsize=94700 CPUtime=221.71 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 17806 0 0 0 22161 10 0 0 20 0 2 0 275077965 96972800 18516 33554432000 4194304 5965102 140736012336576 140491938027320 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 94700

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/179 13579
/proc/meminfo: memFree=27247432/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=163348 CPUtime=282.22 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 23492 0 0 0 28213 9 0 0 20 0 2 0 275077964 167268352 24339 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 40837 24339 190 433 0 40401 0
[pid=13576/tid=13577] ppid=13574 vsize=163348 CPUtime=281.53 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 22732 0 0 0 28140 13 0 0 20 0 2 0 275077965 167268352 24339 33554432000 4194304 5965102 140736012336576 140491938027512 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 163348

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/179 13579
/proc/meminfo: memFree=27237852/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=164320 CPUtime=342.22 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 23702 0 0 0 34212 10 0 0 20 0 2 0 275077964 168263680 24549 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 41080 24549 190 433 0 40644 0
[pid=13576/tid=13577] ppid=13574 vsize=164320 CPUtime=341.38 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 22942 0 0 0 34124 14 0 0 20 0 2 0 275077965 168263680 24549 33554432000 4194304 5965102 140736012336576 140491938027320 4221120 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) 164320

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/179 13579
/proc/meminfo: memFree=27210820/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=165940 CPUtime=402.21 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 25335 0 0 0 40209 12 0 0 20 0 2 0 275077964 169922560 26182 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13628
/proc/meminfo: memFree=27441268/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=263988 CPUtime=1422.02 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 51039 0 0 0 142160 42 0 0 20 0 2 0 275077964 270323712 51847 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 65997 51847 190 433 0 65561 0
[pid=13576/tid=13577] ppid=13574 vsize=263988 CPUtime=1418.58 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 50279 0 0 0 141795 63 0 0 20 0 2 0 275077965 270323712 51847 33554432000 4194304 5965102 140736012336576 140491938027560 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 263988

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13706
/proc/meminfo: memFree=27485172/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=264544 CPUtime=1482 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 51355 0 0 0 148158 42 0 0 20 0 2 0 275077964 270893056 52163 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 66136 52163 190 433 0 65700 0
[pid=13576/tid=13577] ppid=13574 vsize=264544 CPUtime=1478.42 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 50595 0 0 0 147778 64 0 0 20 0 2 0 275077965 270893056 52163 33554432000 4194304 5965102 140736012336576 140491938027512 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 264544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27235592/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=272596 CPUtime=1541.99 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 56153 0 0 0 154153 46 0 0 20 0 2 0 275077964 279138304 56961 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 68149 56961 190 433 0 67713 0
[pid=13576/tid=13577] ppid=13574 vsize=272596 CPUtime=1538.27 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 55393 0 0 0 153758 69 0 0 20 0 2 0 275077965 279138304 56961 33554432000 4194304 5965102 140736012336576 140491938027512 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 272596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27214120/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=274672 CPUtime=1601.99 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 57196 0 0 0 160151 48 0 0 20 0 2 0 275077964 281264128 58004 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 68668 58004 190 433 0 68232 0
[pid=13576/tid=13577] ppid=13574 vsize=274672 CPUtime=1598.11 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 56436 0 0 0 159739 72 0 0 20 0 2 0 275077965 281264128 58004 33554432000 4194304 5965102 140736012336576 140491938027560 4401516 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 274672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27170872/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=341788 CPUtime=1661.97 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 63155 0 0 0 166145 52 0 0 20 0 2 0 275077964 349990912 63963 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 85447 63963 190 433 0 85011 0
[pid=13576/tid=13577] ppid=13574 vsize=341788 CPUtime=1657.96 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 62395 0 0 0 165719 77 0 0 20 0 2 0 275077965 349990912 63963 33554432000 4194304 5965102 140736012336576 140491938027512 4382641 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 341788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13749
/proc/meminfo: memFree=27153552/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=343316 CPUtime=1721.97 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64378 0 0 0 172143 54 0 0 20 0 2 0 275077964 351555584 65186 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 85829 65186 190 433 0 85393 0
[pid=13576/tid=13577] ppid=13574 vsize=343316 CPUtime=1717.81 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 63618 0 0 0 171701 80 0 0 20 0 2 0 275077965 351555584 65186 33554432000 4194304 5965102 140736012336576 140491938027560 4401462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 343316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13772
/proc/meminfo: memFree=27141708/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=344040 CPUtime=1781.94 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64595 0 0 0 178140 54 0 0 20 0 2 0 275077964 352296960 65395 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86010 65395 190 433 0 85574 0
[pid=13576/tid=13577] ppid=13574 vsize=344040 CPUtime=1777.64 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 63835 0 0 0 177683 81 0 0 20 0 2 0 275077965 352296960 65395 33554432000 4194304 5965102 140736012336576 140491938027560 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 344040

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 13772
/proc/meminfo: memFree=27139896/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=344440 CPUtime=1791.54 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64666 0 0 0 179100 54 0 0 20 0 2 0 275077964 352706560 65464 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86110 65464 190 433 0 85674 0
[pid=13576/tid=13577] ppid=13574 vsize=344440 CPUtime=1787.21 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 63906 0 0 0 178640 81 0 0 20 0 2 0 275077965 352706560 65464 33554432000 4194304 5965102 140736012336576 140491938027560 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 344440

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13772
/proc/meminfo: memFree=27138904/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=344440 CPUtime=1794.74 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64675 0 0 0 179420 54 0 0 20 0 2 0 275077964 352706560 65473 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86110 65473 190 433 0 85674 0
[pid=13576/tid=13577] ppid=13574 vsize=344440 CPUtime=1790.41 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 63915 0 0 0 178960 81 0 0 20 0 2 0 275077965 352706560 65473 33554432000 4194304 5965102 140736012336576 140491938027560 4401530 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 344440

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13772
/proc/meminfo: memFree=27136548/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=345164 CPUtime=1797.93 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64823 0 0 0 179739 54 0 0 20 0 2 0 275077964 353447936 65621 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86291 65621 190 433 0 85855 0
[pid=13576/tid=13577] ppid=13574 vsize=345164 CPUtime=1793.59 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 64063 0 0 0 179278 81 0 0 20 0 2 0 275077965 353447936 65621 33554432000 4194304 5965102 140736012336576 140491938027560 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 345164

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13772
/proc/meminfo: memFree=27136548/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=345164 CPUtime=1798.73 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64824 0 0 0 179819 54 0 0 20 0 2 0 275077964 353447936 65622 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86291 65622 190 433 0 85855 0
[pid=13576/tid=13577] ppid=13574 vsize=345164 CPUtime=1794.39 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 64064 0 0 0 179358 81 0 0 20 0 2 0 275077965 353447936 65622 33554432000 4194304 5965102 140736012336576 140491938027560 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 345164

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13772
/proc/meminfo: memFree=27136548/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=345164 CPUtime=1799.14 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64869 0 0 0 179860 54 0 0 20 0 2 0 275077964 353447936 65667 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86291 65667 190 433 0 85855 0
[pid=13576/tid=13577] ppid=13574 vsize=345164 CPUtime=1794.79 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 64109 0 0 0 179398 81 0 0 20 0 2 0 275077965 353447936 65667 33554432000 4194304 5965102 140736012336576 140491938027560 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 345164

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13772
/proc/meminfo: memFree=27136548/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=345164 CPUtime=1799.53 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64919 0 0 0 179899 54 0 0 20 0 2 0 275077964 353447936 65717 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86291 65717 190 433 0 85855 0
[pid=13576/tid=13577] ppid=13574 vsize=345164 CPUtime=1795.19 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 64159 0 0 0 179438 81 0 0 20 0 2 0 275077965 353447936 65717 33554432000 4194304 5965102 140736012336576 140491938027560 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 345164

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13772
/proc/meminfo: memFree=27136548/32873660 swapFree=7120/7120
[pid=13576] ppid=13574 vsize=345164 CPUtime=1799.63 cores=1,3,5,7
/proc/13576/stat : 13576 (pwbo2.0) S 13574 13576 12898 0 -1 4202496 64937 0 0 0 179909 54 0 0 20 0 2 0 275077964 353447936 65735 33554432000 4194304 5965102 140736012336576 140736012336096 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13576/statm: 86291 65735 190 433 0 85855 0
[pid=13576/tid=13577] ppid=13574 vsize=345164 CPUtime=1795.29 cores=1,3,5,7
/proc/13576/task/13577/stat : 13577 (pwbo2.0) R 13574 13576 12898 0 -1 4202560 64177 0 0 0 179448 81 0 0 20 0 2 0 275077965 353447936 65735 33554432000 4194304 5965102 140736012336576 140491938027560 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 345164

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.63
CPU user time (s): 1799.09
CPU system time (s): 0.54
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 345164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 0.825874
maximum resident set size= 262952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64940
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= 102
involuntary context switches= 1967

runsolver used 3.51446 second user time and 9.77251 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 05:32:02
IDJOB=3704094
IDBENCH=1407
IDSOLVER=2280
FILE ID=node117/3704094-1338089522
RUNJOBID= node117-1338088587-12915
PBS_JOBID= 14624465
Free space on /tmp= 70084 MiB

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

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

MD5SUM BENCH= ddad6b8774f3cb7ea8e2d9ff3a650623
RANDOM SEED=1393644229

node117.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.148
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.29
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.148
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		: 2667.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27369408 kB
Buffers:          305000 kB
Cached:          3959096 kB
SwapCached:            0 kB
Active:          2492608 kB
Inactive:        2139164 kB
Active(anon):     358740 kB
Inactive(anon):    11356 kB
Active(file):    2133868 kB
Inactive(file):  2127808 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        362152 kB
Mapped:            15056 kB
Shmem:               200 kB
Slab:             733728 kB
SReclaimable:     178060 kB
SUnreclaim:       555668 kB
KernelStack:        1488 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     150632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 70064 MiB
End job on node117 at 2012-05-27 06:02:02