Trace number 3704092

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.0UNSAT 890.61 890.876

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704092-1338090733.opb.
0.00/0.00	c Instance file HOME/instance-3704092-1338090733.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 ===============================================================================
890.61/890.87	c ===============================================================================
890.61/890.87	c Wall Clock Time: 890.87 s
890.61/890.87	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-3704092-1338090733/watcher-3704092-1338090733 -o /tmp/evaluation-result-3704092-1338090733/solver-3704092-1338090733 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704092-1338090733.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 2.00 1.99 3/177 7720
/proc/meminfo: memFree=28428068/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 805 0 0 0 0 0 0 0 20 0 2 0 275201893 85684224 755 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 755 188 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 2 0 275201894 85684224 756 33554432000 4194304 5965102 140734889123968 140733575691320 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0369831 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 7720
/proc/meminfo: memFree=28428068/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=0.03 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 914 0 0 0 3 0 0 0 20 0 2 0 275201893 85684224 864 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 864 190 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=0.02 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 185 0 0 0 2 0 0 0 20 0 2 0 275201894 85684224 864 33554432000 4194304 5965102 140734889123968 140733575691320 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83676

[startup+0.100295 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 7720
/proc/meminfo: memFree=28428068/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=0.09 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 1044 0 0 0 9 0 0 0 20 0 2 0 275201893 85684224 994 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 994 190 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=0.08 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 315 0 0 0 8 0 0 0 20 0 2 0 275201894 85684224 994 33554432000 4194304 5965102 140734889123968 140733575691320 18446744073699066235 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.300256 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 7720
/proc/meminfo: memFree=28428068/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=0.29 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 1245 0 0 0 29 0 0 0 20 0 2 0 275201893 85684224 1195 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 1195 190 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=0.28 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 516 0 0 0 28 0 0 0 20 0 2 0 275201894 85684224 1195 33554432000 4194304 5965102 140734889123968 140733575691320 18446744073699066235 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.700254 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 7720
/proc/meminfo: memFree=28428068/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=0.69 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 1468 0 0 0 69 0 0 0 20 0 2 0 275201893 85684224 1418 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 1418 190 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=0.68 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 739 0 0 0 68 0 0 0 20 0 2 0 275201894 85684224 1418 33554432000 4194304 5965102 140734889123968 140733575691320 4401143 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: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28422744/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83676 CPUtime=1.49 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 2047 0 0 0 149 0 0 0 20 0 2 0 275201893 85684224 1997 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20919 1997 190 433 0 20483 0
[pid=7720/tid=7721] ppid=7718 vsize=83676 CPUtime=1.48 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 1318 0 0 0 148 0 0 0 20 0 2 0 275201894 85684224 1997 33554432000 4194304 5965102 140734889123968 140324093630264 4391420 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: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28419388/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83820 CPUtime=3.09 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 2552 0 0 0 309 0 0 0 20 0 2 0 275201893 85831680 2502 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20955 2502 190 433 0 20519 0
[pid=7720/tid=7721] ppid=7718 vsize=83820 CPUtime=3.07 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 1823 0 0 0 307 0 0 0 20 0 2 0 275201894 85831680 2502 33554432000 4194304 5965102 140734889123968 140324093630264 4401559 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.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28415924/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=83820 CPUtime=6.29 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 3118 0 0 0 629 0 0 0 20 0 2 0 275201893 85831680 3068 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 20955 3068 190 433 0 20519 0
[pid=7720/tid=7721] ppid=7718 vsize=83820 CPUtime=6.26 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 2389 0 0 0 626 0 0 0 20 0 2 0 275201894 85831680 3068 33554432000 4194304 5965102 140734889123968 140324093630456 18446744073699066235 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.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28409292/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=84468 CPUtime=12.69 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 4131 0 0 0 1269 0 0 0 20 0 2 0 275201893 86495232 4081 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 21117 4081 190 433 0 20681 0
[pid=7720/tid=7721] ppid=7718 vsize=84468 CPUtime=12.65 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 3402 0 0 0 1265 0 0 0 20 0 2 0 275201894 86495232 4081 33554432000 4194304 5965102 140734889123968 140324093630264 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) 84468

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28381376/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=85296 CPUtime=25.48 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 6315 0 0 0 2548 0 0 0 20 0 2 0 275201893 87343104 6265 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 21324 6265 190 433 0 20888 0
[pid=7720/tid=7721] ppid=7718 vsize=85296 CPUtime=25.42 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 5586 0 0 0 2542 0 0 0 20 0 2 0 275201894 87343104 6265 33554432000 4194304 5965102 140734889123968 140324093630264 4400960 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) 85296

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28341052/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=88012 CPUtime=51.08 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 8343 0 0 0 5106 2 0 0 20 0 2 0 275201893 90124288 8289 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 22003 8289 190 433 0 21567 0
[pid=7720/tid=7721] ppid=7718 vsize=88012 CPUtime=50.95 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 7614 0 0 0 5094 1 0 0 20 0 2 0 275201894 90124288 8289 33554432000 4194304 5965102 140734889123968 140324093630264 4220672 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) 88012

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28269876/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=91828 CPUtime=102.27 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 11391 0 0 0 10223 4 0 0 20 0 2 0 275201893 94031872 11626 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 22957 11626 190 433 0 22521 0
[pid=7720/tid=7721] ppid=7718 vsize=91828 CPUtime=102.01 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 10662 0 0 0 10196 5 0 0 20 0 2 0 275201894 94031872 11626 33554432000 4194304 5965102 140734889123968 140324093630504 18446744073699066235 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) 91828

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7722
/proc/meminfo: memFree=28247044/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=96476 CPUtime=162.25 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 15428 0 0 0 16218 7 0 0 20 0 2 0 275201893 98791424 15663 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 24119 15663 190 433 0 23683 0
[pid=7720/tid=7721] ppid=7718 vsize=96476 CPUtime=161.85 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 14699 0 0 0 16176 9 0 0 20 0 2 0 275201894 98791424 15663 33554432000 4194304 5965102 140734889123968 140324093630504 4401582 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) 96476

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7723
/proc/meminfo: memFree=28233208/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=100652 CPUtime=222.24 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 18919 0 0 0 22213 11 0 0 20 0 2 0 275201893 103067648 19158 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 25163 19158 190 433 0 24727 0
[pid=7720/tid=7721] ppid=7718 vsize=100652 CPUtime=221.7 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 18190 0 0 0 22156 14 0 0 20 0 2 0 275201894 103067648 19158 33554432000 4194304 5965102 140734889123968 140324093630456 4401096 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) 100652

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7723
/proc/meminfo: memFree=28226740/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=103252 CPUtime=282.22 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 20509 0 0 0 28210 12 0 0 20 0 2 0 275201893 105730048 20746 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 25813 20746 190 433 0 25377 0
[pid=7720/tid=7721] ppid=7718 vsize=103252 CPUtime=281.54 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 19780 0 0 0 28138 16 0 0 20 0 2 0 275201894 105730048 20746 33554432000 4194304 5965102 140734889123968 140324093630456 4400960 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) 103252

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7723
/proc/meminfo: memFree=28218988/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=170908 CPUtime=342.21 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 22513 0 0 0 34207 14 0 0 20 0 2 0 275201893 175009792 22750 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 42727 22750 190 433 0 42291 0
[pid=7720/tid=7721] ppid=7718 vsize=170908 CPUtime=341.39 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 21784 0 0 0 34120 19 0 0 20 0 2 0 275201894 175009792 22750 33554432000 4194304 5965102 140734889123968 140324093630504 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 170908

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7723
/proc/meminfo: memFree=28179548/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=174540 CPUtime=402.2 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 25430 0 0 0 40202 18 0 0 20 0 2 0 275201893 178728960 25663 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7727
/proc/meminfo: memFree=28131124/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=178232 CPUtime=522.18 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 28318 0 0 0 52196 22 0 0 20 0 2 0 275201893 182509568 28550 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 44558 28550 190 433 0 44122 0
[pid=7720/tid=7721] ppid=7718 vsize=178232 CPUtime=520.92 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 27589 0 0 0 52063 29 0 0 20 0 2 0 275201894 182509568 28550 33554432000 4194304 5965102 140734889123968 140324093630456 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 178232

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7750
/proc/meminfo: memFree=28114864/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=179920 CPUtime=582.17 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 31965 0 0 0 58191 26 0 0 20 0 2 0 275201893 184238080 32205 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 44980 32205 190 433 0 44544 0
[pid=7720/tid=7721] ppid=7718 vsize=179920 CPUtime=580.76 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 31236 0 0 0 58042 34 0 0 20 0 2 0 275201894 184238080 32205 33554432000 4194304 5965102 140734889123968 140324093630264 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 179920

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7750
/proc/meminfo: memFree=28100476/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=182500 CPUtime=642.17 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 35036 0 0 0 64185 32 0 0 20 0 2 0 275201893 186880000 35771 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 45625 35771 190 433 0 45189 0
[pid=7720/tid=7721] ppid=7718 vsize=182500 CPUtime=640.61 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 34307 0 0 0 64021 40 0 0 20 0 2 0 275201894 186880000 35771 33554432000 4194304 5965102 140734889123968 140324093630456 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 182500

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7750
/proc/meminfo: memFree=28095440/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=183572 CPUtime=702.15 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 36250 0 0 0 70182 33 0 0 20 0 2 0 275201893 187977728 36985 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 45893 36985 190 433 0 45457 0
[pid=7720/tid=7721] ppid=7718 vsize=183572 CPUtime=700.45 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 35521 0 0 0 70002 43 0 0 20 0 2 0 275201894 187977728 36985 33554432000 4194304 5965102 140734889123968 140324093630504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 183572

[startup+762.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 7750
/proc/meminfo: memFree=28083412/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=183948 CPUtime=762.15 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 36846 0 0 0 76181 34 0 0 20 0 2 0 275201893 188362752 37581 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 45987 37581 190 433 0 45551 0
[pid=7720/tid=7721] ppid=7718 vsize=183948 CPUtime=760.31 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 36117 0 0 0 75986 45 0 0 20 0 2 0 275201894 188362752 37581 33554432000 4194304 5965102 140734889123968 140324093630504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 183948

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 7751
/proc/meminfo: memFree=28076400/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=186564 CPUtime=822.13 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 38562 0 0 0 82177 36 0 0 20 0 2 0 275201893 191041536 39294 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 46641 39294 190 433 0 46205 0
[pid=7720/tid=7721] ppid=7718 vsize=186564 CPUtime=820.14 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 37833 0 0 0 81966 48 0 0 20 0 2 0 275201894 191041536 39294 33554432000 4194304 5965102 140734889123968 140324093630456 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 186564

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28063180/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=882.11 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 41897 0 0 0 88171 40 0 0 20 0 2 0 275201893 261513216 42622 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 42622 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=879.98 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 41168 0 0 0 87945 53 0 0 20 0 2 0 275201894 261513216 42622 33554432000 4194304 5965102 140734889123968 140324093630456 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 255384

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

[startup+883.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28063180/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=882.91 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 41966 0 0 0 88251 40 0 0 20 0 2 0 275201893 261513216 42691 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 42691 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=880.78 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 41237 0 0 0 88025 53 0 0 20 0 2 0 275201894 261513216 42691 33554432000 4194304 5965102 140734889123968 140324093630456 4401064 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 882.91
Current children cumulated vsize (KiB) 255384

[startup+886.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28061940/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=886.12 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42347 0 0 0 88571 41 0 0 20 0 2 0 275201893 261513216 43072 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 43072 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=883.97 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 41618 0 0 0 88343 54 0 0 20 0 2 0 275201894 261513216 43072 33554432000 4194304 5965102 140734889123968 140324093630456 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 886.12
Current children cumulated vsize (KiB) 255384

[startup+887.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28060700/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=887.72 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42518 0 0 0 88731 41 0 0 20 0 2 0 275201893 261513216 43243 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 43243 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=885.57 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 41789 0 0 0 88503 54 0 0 20 0 2 0 275201894 261513216 43243 33554432000 4194304 5965102 140734889123968 140324093630456 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 887.72
Current children cumulated vsize (KiB) 255384

[startup+889.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28060328/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=889.31 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42697 0 0 0 88890 41 0 0 20 0 2 0 275201893 261513216 43422 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 43422 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=887.16 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 41968 0 0 0 88662 54 0 0 20 0 2 0 275201894 261513216 43422 33554432000 4194304 5965102 140734889123968 140324093630456 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 889.31
Current children cumulated vsize (KiB) 255384

[startup+890.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28059832/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255384 CPUtime=890.11 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42753 0 0 0 88970 41 0 0 20 0 2 0 275201893 261513216 43478 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63846 43478 190 433 0 63410 0
[pid=7720/tid=7721] ppid=7718 vsize=255384 CPUtime=887.96 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 42024 0 0 0 88742 54 0 0 20 0 2 0 275201894 261513216 43478 33554432000 4194304 5965102 140734889123968 140324093630504 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 890.11
Current children cumulated vsize (KiB) 255384

[startup+890.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28059832/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255924 CPUtime=890.51 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42792 0 0 0 89010 41 0 0 20 0 2 0 275201893 262066176 43517 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63981 43517 190 433 0 63545 0
[pid=7720/tid=7721] ppid=7718 vsize=255924 CPUtime=888.36 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 42063 0 0 0 88782 54 0 0 20 0 2 0 275201894 262066176 43517 33554432000 4194304 5965102 140734889123968 140324093630504 4389899 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 890.51
Current children cumulated vsize (KiB) 255924

[startup+890.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7751
/proc/meminfo: memFree=28059832/32873844 swapFree=7620/7620
[pid=7720] ppid=7718 vsize=255924 CPUtime=890.61 cores=1,3,5,7
/proc/7720/stat : 7720 (pwbo2.0) S 7718 7720 6880 0 -1 4202496 42799 0 0 0 89020 41 0 0 20 0 2 0 275201893 262066176 43524 33554432000 4194304 5965102 140734889123968 140734889123488 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7720/statm: 63981 43524 190 433 0 63545 0
[pid=7720/tid=7721] ppid=7718 vsize=255924 CPUtime=888.46 cores=1,3,5,7
/proc/7720/task/7721/stat : 7721 (pwbo2.0) R 7718 7720 6880 0 -1 4202560 42070 0 0 0 88792 54 0 0 20 0 2 0 275201894 262066176 43524 33554432000 4194304 5965102 140734889123968 140324093630504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 890.61
Current children cumulated vsize (KiB) 255924

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7720 and gives
#  childrusage.ru_utime.tv_sec=887
#  childrusage.ru_utime.tv_usec=996004
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=555915
# CPU time returned by wait4() is 888.552
# while last known CPU time is 890.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 890.876
CPU time (s): 890.61
CPU user time (s): 890.2
CPU system time (s): 0.41
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 255924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 887.996
system time used= 0.555915
maximum resident set size= 174128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42807
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= 52
involuntary context switches= 980

runsolver used 1.51477 second user time and 4.21836 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 05:52:13
IDJOB=3704092
IDBENCH=1440
IDSOLVER=2280
FILE ID=node107/3704092-1338090733
RUNJOBID= node107-1338087019-6897
PBS_JOBID= 14624432
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=322292764

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        28428224 kB
Buffers:          288760 kB
Cached:          3277348 kB
SwapCached:            0 kB
Active:           805264 kB
Inactive:        2850016 kB
Active(anon):      91828 kB
Inactive(anon):        0 kB
Active(file):     713436 kB
Inactive(file):  2850016 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5648 kB
Writeback:             0 kB
AnonPages:         97064 kB
Mapped:            15116 kB
Shmem:               200 kB
Slab:             650212 kB
SReclaimable:      92132 kB
SUnreclaim:       558080 kB
KernelStack:        1512 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71576 MiB
End job on node107 at 2012-05-27 06:07:04