Trace number 3704093

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
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.006998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
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 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-3704093-1338089223.opb.
0.00/0.00	c Instance file HOME/instance-3704093-1338089223.opb
0.00/0.00	c File size is 10104 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:      600                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
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.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.00 s
1799.65/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-3704093-1338089223/watcher-3704093-1338089223 -o /tmp/evaluation-result-3704093-1338089223/solver-3704093-1338089223 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704093-1338089223.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.13 2.04 1.92 3/174 9504
/proc/meminfo: memFree=31279948/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=0 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 849 0 0 0 0 0 0 0 20 0 2 0 275050889 85831680 799 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 799 189 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=0 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 2 0 275050890 85831680 799 33554432000 4194304 5965102 140737080251552 140737186723112 4972560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.103688 s]
/proc/loadavg: 2.13 2.04 1.92 3/174 9504
/proc/meminfo: memFree=31279948/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=0.09 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 1147 0 0 0 9 0 0 0 20 0 2 0 275050889 85831680 1097 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 1097 190 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=0.09 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 405 0 0 0 9 0 0 0 20 0 2 0 275050890 85831680 1097 33554432000 4194304 5965102 140737080251552 140737186723112 5179915 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) 83820

[startup+0.200296 s]
/proc/loadavg: 2.13 2.04 1.92 3/174 9504
/proc/meminfo: memFree=31279948/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=0.19 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 1359 0 0 0 19 0 0 0 20 0 2 0 275050889 85831680 1309 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 1309 190 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=0.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 617 0 0 0 18 0 0 0 20 0 2 0 275050890 85831680 1309 33554432000 4194304 5965102 140737080251552 140737186723112 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83820

[startup+0.300289 s]
/proc/loadavg: 2.13 2.04 1.92 3/174 9504
/proc/meminfo: memFree=31279948/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=0.29 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 1566 0 0 0 29 0 0 0 20 0 2 0 275050889 85831680 1516 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 1516 190 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=0.28 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 824 0 0 0 28 0 0 0 20 0 2 0 275050890 85831680 1516 33554432000 4194304 5965102 140737080251552 140737186723112 5137076 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) 83820

[startup+0.700257 s]
/proc/loadavg: 2.13 2.04 1.92 3/174 9504
/proc/meminfo: memFree=31279948/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=0.69 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 1925 0 0 0 69 0 0 0 20 0 2 0 275050889 85831680 1875 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 1875 190 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=0.68 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 1183 0 0 0 68 0 0 0 20 0 2 0 275050890 85831680 1875 33554432000 4194304 5965102 140737080251552 140737186723112 5137076 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) 83820

[startup+1.50025 s]
/proc/loadavg: 2.13 2.04 1.92 3/176 9506
/proc/meminfo: memFree=31272972/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83820 CPUtime=1.49 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 2411 0 0 0 149 0 0 0 20 0 2 0 275050889 85831680 2361 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20955 2361 190 433 0 20519 0
[pid=9504/tid=9505] ppid=9502 vsize=83820 CPUtime=1.48 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 1669 0 0 0 148 0 0 0 20 0 2 0 275050890 85831680 2361 33554432000 4194304 5965102 140737080251552 140653411129144 4221120 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) 83820

[startup+3.10026 s]
/proc/loadavg: 2.20 2.05 1.93 3/176 9506
/proc/meminfo: memFree=31269996/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83964 CPUtime=3.08 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 3012 0 0 0 308 0 0 0 20 0 2 0 275050889 85979136 2962 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20991 2962 190 433 0 20555 0
[pid=9504/tid=9505] ppid=9502 vsize=83964 CPUtime=3.08 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 2270 0 0 0 308 0 0 0 20 0 2 0 275050890 85979136 2962 33554432000 4194304 5965102 140737080251552 140653411129144 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83964

[startup+6.30025 s]
/proc/loadavg: 2.20 2.05 1.93 3/175 9506
/proc/meminfo: memFree=31267276/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=83964 CPUtime=6.29 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 3453 0 0 0 628 1 0 0 20 0 2 0 275050889 85979136 3410 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 20991 3410 190 433 0 20555 0
[pid=9504/tid=9505] ppid=9502 vsize=83964 CPUtime=6.28 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 2711 0 0 0 627 1 0 0 20 0 2 0 275050890 85979136 3410 33554432000 4194304 5965102 140737080251552 140653411129336 4401041 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) 83964

[startup+12.7003 s]
/proc/loadavg: 2.17 2.05 1.93 3/175 9506
/proc/meminfo: memFree=31262596/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=84180 CPUtime=12.68 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 4517 0 0 0 1267 1 0 0 20 0 2 0 275050889 86200320 4474 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 21045 4474 190 433 0 20609 0
[pid=9504/tid=9505] ppid=9502 vsize=84180 CPUtime=12.68 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 3775 0 0 0 1266 2 0 0 20 0 2 0 275050890 86200320 4474 33554432000 4194304 5965102 140737080251552 140653411129144 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84180

[startup+25.5003 s]
/proc/loadavg: 2.14 2.05 1.93 3/179 9577
/proc/meminfo: memFree=31305140/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=84180 CPUtime=25.48 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 6046 0 0 0 2546 2 0 0 20 0 2 0 275050889 86200320 6478 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 21045 6478 190 433 0 20609 0
[pid=9504/tid=9505] ppid=9502 vsize=84180 CPUtime=25.48 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 5304 0 0 0 2545 3 0 0 20 0 2 0 275050890 86200320 6478 33554432000 4194304 5965102 140737080251552 140653411129336 4401582 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) 84180

[startup+51.1003 s]
/proc/loadavg: 2.09 2.04 1.93 3/179 9577
/proc/meminfo: memFree=31246360/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=85728 CPUtime=51.07 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 8767 0 0 0 5104 3 0 0 20 0 2 0 275050889 87785472 9199 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 21432 9199 190 433 0 20996 0
[pid=9504/tid=9505] ppid=9502 vsize=85728 CPUtime=51.08 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 8025 0 0 0 5104 4 0 0 20 0 2 0 275050890 87785472 9199 33554432000 4194304 5965102 140737080251552 140653411129144 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85728

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/179 9577
/proc/meminfo: memFree=31176052/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=88840 CPUtime=102.26 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 12570 0 0 0 10221 5 0 0 20 0 2 0 275050889 90972160 13112 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 22210 13112 190 433 0 21774 0
[pid=9504/tid=9505] ppid=9502 vsize=88840 CPUtime=102.27 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 11828 0 0 0 10220 7 0 0 20 0 2 0 275050890 90972160 13112 33554432000 4194304 5965102 140737080251552 140653411129144 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 88840

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 9577
/proc/meminfo: memFree=31131860/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=90964 CPUtime=162.25 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 14135 0 0 0 16219 6 0 0 20 0 2 0 275050889 93147136 14711 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 22741 14711 190 433 0 22305 0
[pid=9504/tid=9505] ppid=9502 vsize=90964 CPUtime=162.26 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 13393 0 0 0 16217 9 0 0 20 0 2 0 275050890 93147136 14711 33554432000 4194304 5965102 140737080251552 140653411129336 4401107 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) 90964

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 1.93 3/180 9580
/proc/meminfo: memFree=31082976/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=93468 CPUtime=222.24 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 16980 0 0 0 22216 8 0 0 20 0 2 0 275050889 95711232 17541 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 23367 17541 190 433 0 22931 0
[pid=9504/tid=9505] ppid=9502 vsize=93468 CPUtime=222.27 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 16238 0 0 0 22215 12 0 0 20 0 2 0 275050890 95711232 17541 33554432000 4194304 5965102 140737080251552 140653411129336 4400960 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) 93468

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 9581
/proc/meminfo: memFree=31062088/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=94332 CPUtime=282.22 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 18968 0 0 0 28213 9 0 0 20 0 2 0 275050889 96595968 19529 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 23583 19529 190 433 0 23147 0
[pid=9504/tid=9505] ppid=9502 vsize=94332 CPUtime=282.26 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 18226 0 0 0 28212 14 0 0 20 0 2 0 275050890 96595968 19529 33554432000 4194304 5965102 140737080251552 140653411129336 4401127 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) 94332

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 9581
/proc/meminfo: memFree=30933024/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=161632 CPUtime=342.21 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 20960 0 0 0 34210 11 0 0 20 0 2 0 275050889 165511168 22028 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 40408 22028 190 433 0 39972 0
[pid=9504/tid=9505] ppid=9502 vsize=161632 CPUtime=342.25 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 20218 0 0 0 34208 17 0 0 20 0 2 0 275050890 165511168 22028 33554432000 4194304 5965102 140737080251552 140653411129336 4401096 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) 161632

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 9581
/proc/meminfo: memFree=30867580/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=162172 CPUtime=402.2 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 21951 0 0 0 40208 12 0 0 20 0 2 0 275050889 166064128 23019 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 45797 0 0 0 124169 52 0 0 20 0 2 0 275050890 261533696 47636 33554432000 4194304 5965102 140737080251552 140653411129384 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 255404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 9587
/proc/meminfo: memFree=30316092/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=256616 CPUtime=1302.05 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 47216 0 0 0 130172 33 0 0 20 0 2 0 275050889 262774784 48313 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 64154 48313 190 433 0 63718 0
[pid=9504/tid=9505] ppid=9502 vsize=256616 CPUtime=1302.21 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 46474 0 0 0 130168 53 0 0 20 0 2 0 275050890 262774784 48313 33554432000 4194304 5965102 140737080251552 140653411129144 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 256616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 9587
/proc/meminfo: memFree=30259280/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=257424 CPUtime=1362.03 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 47361 0 0 0 136170 33 0 0 20 0 2 0 275050889 263602176 48457 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 64356 48457 190 433 0 63920 0
[pid=9504/tid=9505] ppid=9502 vsize=257424 CPUtime=1362.2 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 46619 0 0 0 136166 54 0 0 20 0 2 0 275050890 263602176 48457 33554432000 4194304 5965102 140737080251552 140653411129384 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 257424

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 9590
/proc/meminfo: memFree=30249648/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=263188 CPUtime=1422.02 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 49900 0 0 0 142167 35 0 0 20 0 2 0 275050889 269504512 50991 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 65797 50991 190 433 0 65361 0
[pid=9504/tid=9505] ppid=9502 vsize=263188 CPUtime=1422.2 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 49158 0 0 0 142163 57 0 0 20 0 2 0 275050890 269504512 50991 33554432000 4194304 5965102 140737080251552 140653411129336 4401118 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) 263188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 9590
/proc/meminfo: memFree=30245760/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=263188 CPUtime=1482.01 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 50871 0 0 0 148164 37 0 0 20 0 2 0 275050889 269504512 51962 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 65797 51962 190 433 0 65361 0
[pid=9504/tid=9505] ppid=9502 vsize=263188 CPUtime=1482.19 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 50129 0 0 0 148159 60 0 0 20 0 2 0 275050890 269504512 51962 33554432000 4194304 5965102 140737080251552 140653411129336 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 263188

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 9591
/proc/meminfo: memFree=30241636/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=263260 CPUtime=1541.99 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 51899 0 0 0 154161 38 0 0 20 0 2 0 275050889 269578240 52990 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 65815 52990 190 433 0 65379 0
[pid=9504/tid=9505] ppid=9502 vsize=263260 CPUtime=1542.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 51157 0 0 0 154156 62 0 0 20 0 2 0 275050890 269578240 52990 33554432000 4194304 5965102 140737080251552 140653411129336 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 263260

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 9591
/proc/meminfo: memFree=30237324/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=263692 CPUtime=1601.99 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 53021 0 0 0 160158 41 0 0 20 0 2 0 275050889 270020608 54112 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 65923 54112 190 433 0 65487 0
[pid=9504/tid=9505] ppid=9502 vsize=263692 CPUtime=1602.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 52279 0 0 0 160153 65 0 0 20 0 2 0 275050890 270020608 54112 33554432000 4194304 5965102 140737080251552 140653411129336 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 263692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30235468/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=264232 CPUtime=1661.97 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 53625 0 0 0 166155 42 0 0 20 0 2 0 275050889 270573568 54716 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66058 54716 190 433 0 65622 0
[pid=9504/tid=9505] ppid=9502 vsize=264232 CPUtime=1662.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 52883 0 0 0 166150 68 0 0 20 0 2 0 275050890 270573568 54716 33554432000 4194304 5965102 140737080251552 140653411129336 4380432 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 264232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30235208/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=264572 CPUtime=1721.97 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 53692 0 0 0 172154 43 0 0 20 0 2 0 275050889 270921728 54783 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66143 54783 190 433 0 65707 0
[pid=9504/tid=9505] ppid=9502 vsize=264572 CPUtime=1722.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 52950 0 0 0 172149 69 0 0 20 0 2 0 275050890 270921728 54783 33554432000 4194304 5965102 140737080251552 140653411129384 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 264572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30233844/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=265844 CPUtime=1781.96 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 53962 0 0 0 178153 43 0 0 20 0 2 0 275050889 272224256 55053 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66461 55053 190 433 0 66025 0
[pid=9504/tid=9505] ppid=9502 vsize=265844 CPUtime=1782.18 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53220 0 0 0 178148 70 0 0 20 0 2 0 275050890 272224256 55053 33554432000 4194304 5965102 140737080251552 140653411129384 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 265844

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30233720/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1791.66 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54019 0 0 0 179123 43 0 0 20 0 2 0 275050889 272445440 55110 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55110 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1791.89 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53277 0 0 0 179119 70 0 0 20 0 2 0 275050890 272445440 55110 33554432000 4194304 5965102 140737080251552 140653411129384 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (KiB) 266060

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30232728/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1794.86 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54024 0 0 0 179443 43 0 0 20 0 2 0 275050889 272445440 55115 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55115 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1795.09 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53282 0 0 0 179438 71 0 0 20 0 2 0 275050890 272445440 55115 33554432000 4194304 5965102 140737080251552 140653411129384 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.86
Current children cumulated vsize (KiB) 266060

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30228512/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1798.05 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54027 0 0 0 179762 43 0 0 20 0 2 0 275050889 272445440 55118 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55118 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1798.28 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53285 0 0 0 179757 71 0 0 20 0 2 0 275050890 272445440 55118 33554432000 4194304 5965102 140737080251552 140653411129384 4401143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.05
Current children cumulated vsize (KiB) 266060

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30225908/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1798.85 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54027 0 0 0 179842 43 0 0 20 0 2 0 275050889 272445440 55118 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55118 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1799.08 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53285 0 0 0 179837 71 0 0 20 0 2 0 275050890 272445440 55118 33554432000 4194304 5965102 140737080251552 140653411129384 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 266060

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30223676/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1799.26 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54028 0 0 0 179883 43 0 0 20 0 2 0 275050889 272445440 55119 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55119 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1799.49 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53286 0 0 0 179878 71 0 0 20 0 2 0 275050890 272445440 55119 33554432000 4194304 5965102 140737080251552 140653411129384 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (KiB) 266060

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 9591
/proc/meminfo: memFree=30223676/32873844 swapFree=7108/7108
[pid=9504] ppid=9502 vsize=266060 CPUtime=1799.65 cores=1,3,5,7
/proc/9504/stat : 9504 (pwbo2.0) S 9502 9504 9022 0 -1 4202496 54028 0 0 0 179922 43 0 0 20 0 2 0 275050889 272445440 55119 33554432000 4194304 5965102 140737080251552 140737080251072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9504/statm: 66515 55119 190 433 0 66079 0
[pid=9504/tid=9505] ppid=9502 vsize=266060 CPUtime=1799.88 cores=1,3,5,7
/proc/9504/task/9505/stat : 9505 (pwbo2.0) R 9502 9504 9022 0 -1 4202560 53286 0 0 0 179917 71 0 0 20 0 2 0 275050890 272445440 55119 33554432000 4194304 5965102 140737080251552 140653411129384 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 266060

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.91
CPU user time (s): 1799.18
CPU system time (s): 0.727889
CPU usage (%): 99.9942
Max. virtual memory (cumulated for all children) (KiB): 266060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.727889
maximum resident set size= 220488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54031
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= 78
involuntary context switches= 2585

runsolver used 3.12252 second user time and 8.57869 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 05:27:03
IDJOB=3704093
IDBENCH=1389
IDSOLVER=2280
FILE ID=node103/3704093-1338089223
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=919612053

node103.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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31280692 kB
Buffers:          289356 kB
Cached:           466632 kB
SwapCached:         4540 kB
Active:           624932 kB
Inactive:         137864 kB
Active(anon):       2844 kB
Inactive(anon):     6220 kB
Active(file):     622088 kB
Inactive(file):   131644 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:            100396 kB
Writeback:             0 kB
AnonPages:         10052 kB
Mapped:            11460 kB
Shmem:                 8 kB
Slab:             691292 kB
SReclaimable:     132828 kB
SUnreclaim:       558464 kB
KernelStack:        1440 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103656 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= 71584 MiB
End job on node103 at 2012-05-27 05:57:03