Trace number 3704605

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
wbo 1.7? 1799.87 1800.01

General information on the benchmark

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

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704605-1338083671.opb.
0.00/0.00	c Instance file HOME/instance-3704605-1338083671.opb
0.00/0.00	c File size is 36758 bytes.
0.00/0.00	c Highest Coefficient sum: 36
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:      2100                                                |
0.00/0.00	c |  Number Clauses:        70                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3704605-1338083671/watcher-3704605-1338083671 -o /tmp/evaluation-result-3704605-1338083671/solver-3704605-1338083671 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704605-1338083671.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: 0.93 1.39 1.73 4/175 15921
/proc/meminfo: memFree=29141724/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84316 CPUtime=0 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 976 0 0 0 0 0 0 0 20 0 2 0 274491632 86339584 919 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21079 923 175 432 0 20644 0
[pid=15921/tid=15923] ppid=15917 vsize=84316 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 118 0 0 0 0 0 0 0 20 0 2 0 274491632 86339584 931 33554432000 4194304 5963574 140735285176528 140734080502168 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0847299 s]
/proc/loadavg: 0.93 1.39 1.73 4/175 15921
/proc/meminfo: memFree=29141724/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84316 CPUtime=0.08 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 1393 0 0 0 8 0 0 0 20 0 2 0 274491632 86339584 1336 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21079 1336 185 432 0 20644 0
[pid=15921/tid=15923] ppid=15917 vsize=84316 CPUtime=0.06 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 523 0 0 0 6 0 0 0 20 0 2 0 274491632 86339584 1336 33554432000 4194304 5963574 140735285176528 140734080502168 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84316

[startup+0.100292 s]
/proc/loadavg: 0.93 1.39 1.73 4/175 15921
/proc/meminfo: memFree=29141724/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84316 CPUtime=0.09 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 1437 0 0 0 9 0 0 0 20 0 2 0 274491632 86339584 1380 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21079 1380 185 432 0 20644 0
[pid=15921/tid=15923] ppid=15917 vsize=84316 CPUtime=0.08 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 567 0 0 0 8 0 0 0 20 0 2 0 274491632 86339584 1380 33554432000 4194304 5963574 140735285176528 140734080502168 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84316

[startup+0.300245 s]
/proc/loadavg: 0.93 1.39 1.73 4/175 15921
/proc/meminfo: memFree=29141724/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84316 CPUtime=0.29 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 1992 0 0 0 29 0 0 0 20 0 2 0 274491632 86339584 1935 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21079 1936 185 432 0 20644 0
[pid=15921/tid=15923] ppid=15917 vsize=84316 CPUtime=0.28 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 1123 0 0 0 28 0 0 0 20 0 2 0 274491632 86339584 1936 33554432000 4194304 5963574 140735285176528 140734080502168 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84316

[startup+0.700253 s]
/proc/loadavg: 0.93 1.39 1.73 4/175 15921
/proc/meminfo: memFree=29141724/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84316 CPUtime=0.69 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 2846 0 0 0 69 0 0 0 20 0 2 0 274491632 86339584 2789 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21079 2789 185 432 0 20644 0
[pid=15921/tid=15923] ppid=15917 vsize=84316 CPUtime=0.68 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 1976 0 0 0 68 0 0 0 20 0 2 0 274491632 86339584 2789 33554432000 4194304 5963574 140735285176528 139998578087928 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84316

[startup+1.50025 s]
/proc/loadavg: 0.93 1.39 1.73 4/179 15925
/proc/meminfo: memFree=29114968/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84460 CPUtime=1.49 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 4272 0 0 0 148 1 0 0 20 0 2 0 274491632 86487040 4222 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21115 4222 185 432 0 20680 0
[pid=15921/tid=15923] ppid=15917 vsize=84460 CPUtime=1.47 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 3402 0 0 0 147 0 0 0 20 0 2 0 274491632 86487040 4222 33554432000 4194304 5963574 140735285176528 139998578087928 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84460

[startup+3.10023 s]
/proc/loadavg: 0.93 1.39 1.73 4/179 15925
/proc/meminfo: memFree=29100744/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84460 CPUtime=3.09 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 5297 0 0 0 308 1 0 0 20 0 2 0 274491632 86487040 5247 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21115 5247 185 432 0 20680 0
[pid=15921/tid=15923] ppid=15917 vsize=84460 CPUtime=3.07 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 4427 0 0 0 306 1 0 0 20 0 2 0 274491632 86487040 5247 33554432000 4194304 5963574 140735285176528 139998578087928 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84460

[startup+6.30026 s]
/proc/loadavg: 1.01 1.40 1.73 3/179 15925
/proc/meminfo: memFree=29080904/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84532 CPUtime=6.28 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 7384 0 0 0 627 1 0 0 20 0 2 0 274491632 86560768 7334 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21133 7334 185 432 0 20698 0
[pid=15921/tid=15923] ppid=15917 vsize=84532 CPUtime=6.28 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 6514 0 0 0 626 2 0 0 20 0 2 0 274491632 86560768 7334 33554432000 4194304 5963574 140735285176528 139998578087736 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84532

[startup+12.7003 s]
/proc/loadavg: 1.09 1.41 1.73 3/179 15925
/proc/meminfo: memFree=29053780/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84532 CPUtime=12.69 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 10335 0 0 0 1266 3 0 0 20 0 2 0 274491632 86560768 10478 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21133 10478 185 432 0 20698 0
[pid=15921/tid=15923] ppid=15917 vsize=84532 CPUtime=12.67 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 9465 0 0 0 1264 3 0 0 20 0 2 0 274491632 86560768 10478 33554432000 4194304 5963574 140735285176528 139998578087928 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84532

[startup+25.5004 s]
/proc/loadavg: 1.29 1.43 1.74 3/179 15925
/proc/meminfo: memFree=29007164/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=84640 CPUtime=25.48 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 16551 0 0 0 2544 4 0 0 20 0 2 0 274491632 86671360 16694 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 21160 16694 185 432 0 20725 0
[pid=15921/tid=15923] ppid=15917 vsize=84640 CPUtime=25.48 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 15681 0 0 0 2543 5 0 0 20 0 2 0 274491632 86671360 16694 33554432000 4194304 5963574 140735285176528 139998578087928 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84640

[startup+51.1004 s]
/proc/loadavg: 1.53 1.48 1.74 3/179 15926
/proc/meminfo: memFree=28950036/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=150336 CPUtime=51.08 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 23563 0 0 0 5101 7 0 0 20 0 2 0 274491632 153944064 23706 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 37584 23706 185 432 0 37149 0
[pid=15921/tid=15923] ppid=15917 vsize=150336 CPUtime=51.08 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 22693 0 0 0 5100 8 0 0 20 0 2 0 274491632 153944064 23706 33554432000 4194304 5963574 140735285176528 139998578087928 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150336

[startup+102.3 s]
/proc/loadavg: 1.80 1.56 1.75 3/179 15926
/proc/meminfo: memFree=28857072/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=150864 CPUtime=102.25 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 30356 0 0 0 10215 10 0 0 20 0 2 0 274491632 154484736 30557 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 37716 30557 185 432 0 37281 0
[pid=15921/tid=15923] ppid=15917 vsize=150864 CPUtime=102.27 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 29486 0 0 0 10215 12 0 0 20 0 2 0 274491632 154484736 30557 33554432000 4194304 5963574 140735285176528 139998578087736 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150864

[startup+162.3 s]
/proc/loadavg: 1.92 1.64 1.76 3/179 15926
/proc/meminfo: memFree=28781800/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=218200 CPUtime=162.22 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 39035 0 0 0 16208 14 0 0 20 0 2 0 274491632 223436800 39776 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 54550 39776 185 432 0 54115 0
[pid=15921/tid=15923] ppid=15917 vsize=218200 CPUtime=162.24 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 38165 0 0 0 16207 17 0 0 20 0 2 0 274491632 223436800 39776 33554432000 4194304 5963574 140735285176528 139998578087736 4399971 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218200

[startup+222.307 s]
/proc/loadavg: 1.97 1.70 1.77 3/179 15926
/proc/meminfo: memFree=28748564/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=219640 CPUtime=222.22 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 44842 0 0 0 22206 16 0 0 20 0 2 0 274491632 224911360 45583 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 54910 45583 185 432 0 54475 0
[pid=15921/tid=15923] ppid=15917 vsize=219640 CPUtime=222.25 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 43972 0 0 0 22205 20 0 0 20 0 2 0 274491632 224911360 45583 33554432000 4194304 5963574 140735285176528 139998578087736 4381532 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 219640

[startup+282.3 s]
/proc/loadavg: 1.99 1.75 1.79 3/179 15926
/proc/meminfo: memFree=28605352/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=285896 CPUtime=282.19 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 53914 0 0 0 28200 19 0 0 20 0 2 0 274491632 292757504 54655 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 71474 54655 185 432 0 71039 0
[pid=15921/tid=15923] ppid=15917 vsize=285896 CPUtime=282.24 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 53044 0 0 0 28200 24 0 0 20 0 2 0 274491632 292757504 54655 33554432000 4194304 5963574 140735285176528 139998578087928 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 285896

[startup+342.3 s]
/proc/loadavg: 1.99 1.79 1.80 3/180 15929
/proc/meminfo: memFree=28548160/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=287912 CPUtime=342.18 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 56174 0 0 0 34198 20 0 0 20 0 2 0 274491632 294821888 56940 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 71978 56940 185 432 0 71543 0
[pid=15921/tid=15923] ppid=15917 vsize=287912 CPUtime=342.24 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 55304 0 0 0 34198 26 0 0 20 0 2 0 274491632 294821888 56940 33554432000 4194304 5963574 140735285176528 139998578087976 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 287912

[startup+402.3 s]
/proc/loadavg: 1.99 1.83 1.81 3/180 15953
/proc/meminfo: memFree=28507076/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=289064 CPUtime=402.14 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 66144 0 0 0 40189 25 0 0 20 0 2 0 274491632 296001536 67138 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 131653 0 0 0 124139 75 0 0 20 0 2 0 274491632 572289024 132481 33554432000 4194304 5963574 140735285176528 139998578087960 4399627 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 558876

[startup+1302.3 s]
/proc/loadavg: 2.03 2.00 1.91 3/179 15959
/proc/meminfo: memFree=27908612/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=558876 CPUtime=1301.89 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 132552 0 0 0 130133 56 0 0 20 0 2 0 274491632 572289024 132510 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 139719 132510 185 432 0 139284 0
[pid=15921/tid=15923] ppid=15917 vsize=558876 CPUtime=1302.14 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 131682 0 0 0 130138 76 0 0 20 0 2 0 274491632 572289024 132510 33554432000 4194304 5963574 140735285176528 139998578087960 4399505 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 558876

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 15959
/proc/meminfo: memFree=27822804/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=627052 CPUtime=1361.87 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 137658 0 0 0 136128 59 0 0 20 0 2 0 274491632 642101248 137590 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 156763 137590 185 432 0 156328 0
[pid=15921/tid=15923] ppid=15917 vsize=627052 CPUtime=1362.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 136788 0 0 0 136135 80 0 0 20 0 2 0 274491632 642101248 137590 33554432000 4194304 5963574 140735285176528 139998578087928 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 627052

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 15959
/proc/meminfo: memFree=27651932/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=631176 CPUtime=1421.88 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 146647 0 0 0 142121 67 0 0 20 0 2 0 274491632 646324224 146574 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 157794 146574 185 432 0 157359 0
[pid=15921/tid=15923] ppid=15917 vsize=631176 CPUtime=1422.16 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 145777 0 0 0 142127 89 0 0 20 0 2 0 274491632 646324224 146574 33554432000 4194304 5963574 140735285176528 139998578087976 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 631176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 15959
/proc/meminfo: memFree=27637672/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=633740 CPUtime=1481.86 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 147845 0 0 0 148118 68 0 0 20 0 2 0 274491632 648949760 147767 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158435 147767 185 432 0 158000 0
[pid=15921/tid=15923] ppid=15917 vsize=633740 CPUtime=1482.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 146975 0 0 0 148124 91 0 0 20 0 2 0 274491632 648949760 147767 33554432000 4194304 5963574 140735285176528 139998578087928 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 633740

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 15962
/proc/meminfo: memFree=27637184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634064 CPUtime=1541.85 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 147929 0 0 0 154117 68 0 0 20 0 2 0 274491632 649281536 147846 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158516 147846 185 432 0 158081 0
[pid=15921/tid=15923] ppid=15917 vsize=634064 CPUtime=1542.16 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147059 0 0 0 154124 92 0 0 20 0 2 0 274491632 649281536 147846 33554432000 4194304 5963574 140735285176528 139998578087976 4399592 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 634064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 15963
/proc/meminfo: memFree=27636556/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1601.83 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148090 0 0 0 160115 68 0 0 20 0 2 0 274491632 649957376 148009 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148009 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1602.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147220 0 0 0 160122 93 0 0 20 0 2 0 274491632 649957376 148009 33554432000 4194304 5963574 140735285176528 139998578087976 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 634724

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 15963
/proc/meminfo: memFree=27636556/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1661.82 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 166114 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1662.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 166121 94 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4399542 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 634724

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636556/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1721.81 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 172113 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1722.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 172120 95 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 634724

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636060/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1781.8 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 178112 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1782.15 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 178119 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4378832 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 634724

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

[startup+1792.01 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1791.51 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179083 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1791.86 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179090 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 634724

[startup+1795.2 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1794.71 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179403 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1795.06 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179410 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 634724

[startup+1798.4 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1797.9 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179722 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1798.25 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179729 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4399614 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 634724

[startup+1799.2 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1798.7 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179802 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1799.05 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179809 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4389667 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 634724

[startup+1799.6 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1799.11 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179843 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1799.46 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179850 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4399614 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 634724

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 15963
/proc/meminfo: memFree=27636184/32873844 swapFree=7900/7900
[pid=15921] ppid=15917 vsize=634724 CPUtime=1799.5 cores=1,3,5,7
/proc/15921/stat : 15921 (wbo1.7) S 15917 15921 15878 0 -1 4202496 148104 0 0 0 179882 68 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 140735285176048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15921/statm: 158681 148023 185 432 0 158246 0
[pid=15921/tid=15923] ppid=15917 vsize=634724 CPUtime=1799.85 cores=1,3,5,7
/proc/15921/task/15923/stat : 15923 (wbo1.7) R 15917 15921 15878 0 -1 4202560 147234 0 0 0 179889 96 0 0 20 0 2 0 274491632 649957376 148023 33554432000 4194304 5963574 140735285176528 139998578087976 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 634724

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.87
CPU user time (s): 1798.9
CPU system time (s): 0.974851
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 634724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 0.974851
maximum resident set size= 592096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148105
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= 259
involuntary context switches= 1841

runsolver used 3.62445 second user time and 9.66853 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 03:54:31
IDJOB=3704605
IDBENCH=1413
IDSOLVER=2283
FILE ID=node137/3704605-1338083671
RUNJOBID= node137-1338083671-15895
PBS_JOBID= 14624423
Free space on /tmp= 71496 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704605-1338083671/watcher-3704605-1338083671 -o /tmp/evaluation-result-3704605-1338083671/solver-3704605-1338083671 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704605-1338083671.opb

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=1155329219

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        29141988 kB
Buffers:          304548 kB
Cached:          2596104 kB
SwapCached:        22060 kB
Active:           774576 kB
Inactive:        2150072 kB
Active(anon):       3936 kB
Inactive(anon):    22684 kB
Active(file):     770640 kB
Inactive(file):  2127388 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:             10896 kB
Writeback:             0 kB
AnonPages:         11168 kB
Mapped:             8820 kB
Shmem:                 0 kB
Slab:             666008 kB
SReclaimable:     107476 kB
SUnreclaim:       558532 kB
KernelStack:        1384 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105436 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= 71484 MiB
End job on node137 at 2012-05-27 04:24:31