Trace number 3726508

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.02? 1799.84 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726508-1338651603.opb.
0.00/0.00	c Instance file HOME/instance-3726508-1338651603.opb
0.00/0.00	c File size is 55178 bytes.
0.00/0.00	c Highest Coefficient sum: 193
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      490                                                 |
0.00/0.00	c |  Number Clauses:        738                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 345                                                 |
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.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3726508-1338651603/watcher-3726508-1338651603 -o /tmp/evaluation-result-3726508-1338651603/solver-3726508-1338651603 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726508-1338651603.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.56 1.83 3/178 26734
/proc/meminfo: memFree=27921568/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=4412 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) R 26732 26734 25232 0 -1 4202496 635 0 0 0 0 0 0 0 20 0 1 0 331286227 4517888 574 33554432000 4194304 5964478 140733350944800 140733350944088 4297174 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 1103 587 169 433 0 667 0

[startup+0.0416619 s]
/proc/loadavg: 1.06 1.56 1.83 3/178 26734
/proc/meminfo: memFree=27921568/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=83980 CPUtime=0.03 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 1035 0 0 0 3 0 0 0 20 0 2 0 331286227 85995520 974 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 20995 974 187 433 0 20559 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83980

[startup+0.100147 s]
/proc/loadavg: 1.06 1.56 1.83 3/178 26734
/proc/meminfo: memFree=27921568/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=83980 CPUtime=0.09 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 1226 0 0 0 9 0 0 0 20 0 2 0 331286227 85995520 1165 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 20995 1165 187 433 0 20559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83980

[startup+0.300112 s]
/proc/loadavg: 1.06 1.56 1.83 3/178 26734
/proc/meminfo: memFree=27921568/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=83980 CPUtime=0.29 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 1667 0 0 0 29 0 0 0 20 0 2 0 331286227 85995520 1606 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 20995 1606 187 433 0 20559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83980

[startup+0.700109 s]
/proc/loadavg: 1.06 1.56 1.83 3/178 26734
/proc/meminfo: memFree=27921568/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=83980 CPUtime=0.69 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 2272 0 0 0 69 0 0 0 20 0 2 0 331286227 85995520 2211 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 20995 2211 187 433 0 20559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83980

[startup+1.50022 s]
/proc/loadavg: 1.13 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27908828/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=83980 CPUtime=1.49 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 3078 0 0 0 149 0 0 0 20 0 2 0 331286227 85995520 3017 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 20995 3017 187 433 0 20559 0
[pid=26734/tid=26736] ppid=26732 vsize=83980 CPUtime=1.47 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 2279 0 0 0 147 0 0 0 20 0 2 0 331286228 85995520 3017 33554432000 4194304 5964478 140733350944800 139647796012856 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83980

[startup+3.10022 s]
/proc/loadavg: 1.13 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27904100/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=84124 CPUtime=3.08 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 3570 0 0 0 308 0 0 0 20 0 2 0 331286227 86142976 3509 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 21031 3509 187 433 0 20595 0
[pid=26734/tid=26736] ppid=26732 vsize=84124 CPUtime=3.07 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 2771 0 0 0 307 0 0 0 20 0 2 0 331286228 86142976 3509 33554432000 4194304 5964478 140733350944800 139647796012856 4221120 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) 84124

[startup+6.30022 s]
/proc/loadavg: 1.20 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27894452/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=84340 CPUtime=6.29 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 4831 0 0 0 628 1 0 0 20 0 2 0 331286227 86364160 4770 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 21085 4770 187 433 0 20649 0
[pid=26734/tid=26736] ppid=26732 vsize=84340 CPUtime=6.27 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 4032 0 0 0 626 1 0 0 20 0 2 0 331286228 86364160 4770 33554432000 4194304 5964478 140733350944800 139647796012568 4400087 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) 84340

[startup+12.7002 s]
/proc/loadavg: 1.26 1.58 1.83 3/180 26736
/proc/meminfo: memFree=27880996/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=85132 CPUtime=12.68 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 6649 0 0 0 1267 1 0 0 20 0 2 0 331286227 87175168 6588 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 21283 6588 187 433 0 20847 0
[pid=26734/tid=26736] ppid=26732 vsize=85132 CPUtime=12.68 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 5850 0 0 0 1266 2 0 0 20 0 2 0 331286228 87175168 6588 33554432000 4194304 5964478 140733350944800 139647796012856 4381809 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) 85132

[startup+25.5002 s]
/proc/loadavg: 1.43 1.60 1.83 3/180 26736
/proc/meminfo: memFree=27859352/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=87256 CPUtime=25.48 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 9490 0 0 0 2545 3 0 0 20 0 2 0 331286227 89350144 9432 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 21814 9432 187 433 0 21378 0
[pid=26734/tid=26736] ppid=26732 vsize=87256 CPUtime=25.48 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 8691 0 0 0 2544 4 0 0 20 0 2 0 331286228 89350144 9432 33554432000 4194304 5964478 140733350944800 139647796013096 4403367 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) 87256

[startup+51.1003 s]
/proc/loadavg: 1.62 1.63 1.83 3/180 26736
/proc/meminfo: memFree=27829004/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=92204 CPUtime=51.06 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 14792 0 0 0 5102 4 0 0 20 0 2 0 331286227 94416896 14771 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 23051 14771 187 433 0 22615 0
[pid=26734/tid=26736] ppid=26732 vsize=92204 CPUtime=51.06 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 13993 0 0 0 5101 5 0 0 20 0 2 0 331286228 94416896 14771 33554432000 4194304 5964478 140733350944800 139647796013048 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 92204

[startup+102.306 s]
/proc/loadavg: 1.83 1.69 1.84 3/179 26736
/proc/meminfo: memFree=27784988/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=94388 CPUtime=102.26 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 19190 0 0 0 10219 7 0 0 20 0 2 0 331286227 96653312 19361 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 23597 19361 187 433 0 23161 0
[pid=26734/tid=26736] ppid=26732 vsize=94388 CPUtime=102.26 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 18391 0 0 0 10217 9 0 0 20 0 2 0 331286228 96653312 19361 33554432000 4194304 5964478 140733350944800 139647796013096 4400069 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) 94388

[startup+162.3 s]
/proc/loadavg: 1.99 1.75 1.85 3/179 26736
/proc/meminfo: memFree=27737412/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=163856 CPUtime=162.23 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 25831 0 0 0 16213 10 0 0 20 0 2 0 331286227 167788544 26018 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 40964 26018 187 433 0 40528 0
[pid=26734/tid=26736] ppid=26732 vsize=163856 CPUtime=162.24 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 25032 0 0 0 16211 13 0 0 20 0 2 0 331286228 167788544 26018 33554432000 4194304 5964478 140733350944800 139647796012856 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 163856

[startup+222.3 s]
/proc/loadavg: 1.99 1.80 1.85 3/179 26737
/proc/meminfo: memFree=27709632/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=170772 CPUtime=222.21 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 30120 0 0 0 22207 14 0 0 20 0 2 0 331286227 174870528 30292 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 42693 30292 187 433 0 42257 0
[pid=26734/tid=26736] ppid=26732 vsize=170772 CPUtime=222.23 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 29321 0 0 0 22205 18 0 0 20 0 2 0 331286228 174870528 30292 33554432000 4194304 5964478 140733350944800 139647796013048 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 170772

[startup+282.3 s]
/proc/loadavg: 1.99 1.83 1.86 3/179 26737
/proc/meminfo: memFree=27675660/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=173048 CPUtime=282.2 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 35816 0 0 0 28203 17 0 0 20 0 2 0 331286227 177201152 35985 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 43262 35985 187 433 0 42826 0
[pid=26734/tid=26736] ppid=26732 vsize=173048 CPUtime=282.23 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 35017 0 0 0 28201 22 0 0 20 0 2 0 331286228 177201152 35985 33554432000 4194304 5964478 140733350944800 139647796013096 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 173048

[startup+342.3 s]
/proc/loadavg: 1.99 1.86 1.86 3/179 26737
/proc/meminfo: memFree=27651416/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=174628 CPUtime=342.19 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 37630 0 0 0 34200 19 0 0 20 0 2 0 331286227 178819072 37794 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 43657 37794 187 433 0 43221 0
[pid=26734/tid=26736] ppid=26732 vsize=174628 CPUtime=342.23 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 36831 0 0 0 34198 25 0 0 20 0 2 0 331286228 178819072 37794 33554432000 4194304 5964478 140733350944800 139647796013096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 174628

[startup+402.3 s]
/proc/loadavg: 1.99 1.88 1.87 3/179 26737
/proc/meminfo: memFree=27639412/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=244172 CPUtime=402.17 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 40103 0 0 0 40197 20 0 0 20 0 2 0 331286227 250032128 40268 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 61043 40268 187 433 0 60607 0
[pid=26734/tid=26736] ppid=26732 vsize=244172 CPUtime=402.21 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 39304 0 0 0 40194 27 0 0 20 0 2 0 331286228 250032128 40268 33554432000 4194304 5964478 140733350944800 139647796013048 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 244172

[startup+462.3 s]
/proc/loadavg: 2.06 1.92 1.88 3/179 26737
/proc/meminfo: memFree=27604888/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=245244 CPUtime=462.16 cores=1,3,5,7

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

/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 71922 0 0 0 130132 83 0 0 20 0 2 0 331286228 334200832 73376 33554432000 4194304 5964478 140733350944800 139647796013048 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 326368

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 26769
/proc/meminfo: memFree=27362256/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=326744 CPUtime=1361.98 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 72802 0 0 0 136135 63 0 0 20 0 2 0 331286227 334585856 73446 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 81686 73446 187 433 0 81250 0
[pid=26734/tid=26736] ppid=26732 vsize=326744 CPUtime=1362.13 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 72003 0 0 0 136129 84 0 0 20 0 2 0 331286228 334585856 73446 33554432000 4194304 5964478 140733350944800 139647796013096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 326744

[startup+1422.31 s]
/proc/loadavg: 2.05 1.99 1.91 3/179 26770
/proc/meminfo: memFree=27346932/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=327572 CPUtime=1421.97 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 72949 0 0 0 142134 63 0 0 20 0 2 0 331286227 335433728 73593 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 81893 73593 187 433 0 81457 0
[pid=26734/tid=26736] ppid=26732 vsize=327572 CPUtime=1422.14 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 72150 0 0 0 142129 85 0 0 20 0 2 0 331286228 335433728 73593 33554432000 4194304 5964478 140733350944800 139647796013096 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 327572

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27328248/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=394468 CPUtime=1481.96 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 77625 0 0 0 148127 69 0 0 20 0 2 0 331286227 403935232 78269 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 98617 78269 187 433 0 98181 0
[pid=26734/tid=26736] ppid=26732 vsize=394468 CPUtime=1482.13 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 76826 0 0 0 148121 92 0 0 20 0 2 0 331286228 403935232 78269 33554432000 4194304 5964478 140733350944800 139647796013048 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 394468

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27316220/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=394952 CPUtime=1541.95 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 79586 0 0 0 154123 72 0 0 20 0 2 0 331286227 404430848 80230 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 98738 80230 187 433 0 98302 0
[pid=26734/tid=26736] ppid=26732 vsize=394952 CPUtime=1542.13 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 78787 0 0 0 154117 96 0 0 20 0 2 0 331286228 404430848 80230 33554432000 4194304 5964478 140733350944800 139647796012856 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 394952

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27298352/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=395784 CPUtime=1601.93 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 79760 0 0 0 160121 72 0 0 20 0 2 0 331286227 405282816 80398 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 98946 80398 187 433 0 98510 0
[pid=26734/tid=26736] ppid=26732 vsize=395784 CPUtime=1602.12 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 78961 0 0 0 160115 97 0 0 20 0 2 0 331286228 405282816 80398 33554432000 4194304 5964478 140733350944800 139647796013096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 395784

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/179 26771
/proc/meminfo: memFree=27288432/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=396752 CPUtime=1661.92 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 81308 0 0 0 166118 74 0 0 20 0 2 0 331286227 406274048 81942 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99188 81942 187 433 0 98752 0
[pid=26734/tid=26736] ppid=26732 vsize=396752 CPUtime=1662.12 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 80509 0 0 0 166112 100 0 0 20 0 2 0 331286228 406274048 81942 33554432000 4194304 5964478 140733350944800 139647796013048 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 396752

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/179 26771
/proc/meminfo: memFree=27273064/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=396968 CPUtime=1721.9 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 85301 0 0 0 172111 79 0 0 20 0 2 0 331286227 406495232 85935 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99242 85935 187 433 0 98806 0
[pid=26734/tid=26736] ppid=26732 vsize=396968 CPUtime=1722.11 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 84502 0 0 0 172105 106 0 0 20 0 2 0 331286228 406495232 85935 33554432000 4194304 5964478 140733350944800 139647796013048 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 396968

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27264132/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1781.89 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87113 0 0 0 178108 81 0 0 20 0 2 0 331286227 408743936 87747 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87747 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1782.11 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86314 0 0 0 178102 109 0 0 20 0 2 0 331286228 408743936 87747 33554432000 4194304 5964478 140733350944800 139647796013096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 399164

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263868/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1791.5 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179069 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1791.72 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179063 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4379316 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 399164

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263744/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1794.7 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179389 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1794.92 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179383 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4381553 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 399164

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263744/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1797.89 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179708 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1798.11 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179702 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 399164

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26775
/proc/meminfo: memFree=27262836/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1798.69 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179788 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1798.91 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179782 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 399164

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 26803
/proc/meminfo: memFree=27578900/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1799.1 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179829 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1799.32 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179823 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 399164

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 26803
/proc/meminfo: memFree=27578900/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1799.49 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179868 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1799.71 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179862 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 399164

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 26803
/proc/meminfo: memFree=27578900/32873648 swapFree=7112/7112
[pid=26734] ppid=26732 vsize=399164 CPUtime=1799.59 cores=1,3,5,7
/proc/26734/stat : 26734 (pwbo2.02) S 26732 26734 25232 0 -1 4202496 87114 0 0 0 179878 81 0 0 20 0 2 0 331286227 408743936 87748 33554432000 4194304 5964478 140733350944800 140733350944320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26734/statm: 99791 87748 187 433 0 99355 0
[pid=26734/tid=26736] ppid=26732 vsize=399164 CPUtime=1799.81 cores=1,3,5,7
/proc/26734/task/26736/stat : 26736 (pwbo2.02) R 26732 26734 25232 0 -1 4202560 86315 0 0 0 179872 109 0 0 20 0 2 0 331286228 408743936 87748 33554432000 4194304 5964478 140733350944800 139647796013096 4382023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 399164

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.73
CPU system time (s): 1.10683
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 399164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.10683
maximum resident set size= 351004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87117
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= 136
involuntary context switches= 1865

runsolver used 3.2655 second user time and 7.58085 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 17:40:03
IDJOB=3726508
IDBENCH=1160
IDSOLVER=2310
FILE ID=node126/3726508-1338651603
RUNJOBID= node126-1338651602-26667
PBS_JOBID= 14636454
Free space on /tmp= 70800 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726508-1338651603/watcher-3726508-1338651603 -o /tmp/evaluation-result-3726508-1338651603/solver-3726508-1338651603 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726508-1338651603.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=660210298

node126.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.456
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.91
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.456
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.456
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.456
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.456
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.92
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27922832 kB
Buffers:          392984 kB
Cached:          3679432 kB
SwapCached:         9476 kB
Active:          1435036 kB
Inactive:        2656616 kB
Active(anon):       9484 kB
Inactive(anon):    12180 kB
Active(file):    1425552 kB
Inactive(file):  2644436 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             11068 kB
Writeback:             4 kB
AnonPages:         18092 kB
Mapped:             9996 kB
Shmem:                 0 kB
Slab:             721596 kB
SReclaimable:     165676 kB
SUnreclaim:       555920 kB
KernelStack:        1400 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70772 MiB
End job on node126 at 2012-06-02 18:10:03