Trace number 3704713

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
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 benchmark1.78773
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704713-1338077272.opb.
0.00/0.00	c Instance file HOME/instance-3704713-1338077272.opb
0.00/0.00	c File size is 26875 bytes.
0.00/0.00	c Highest Coefficient sum: 138
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:      370                                                 |
0.00/0.00	c |  Number Clauses:        313                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 242                                                 |
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.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3704713-1338077272/watcher-3704713-1338077272 -o /tmp/evaluation-result-3704713-1338077272/solver-3704713-1338077272 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704713-1338077272.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.92 1.98 1.99 3/177 12497
/proc/meminfo: memFree=31262948/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=0 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 861 0 0 0 0 0 0 0 20 0 2 0 273853104 85864448 807 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 807 185 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=0 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 2 0 273853105 85864448 807 33554432000 4194304 5963574 140734994411520 140737362613144 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0160409 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 12497
/proc/meminfo: memFree=31262948/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=0.01 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 913 0 0 0 1 0 0 0 20 0 2 0 273853104 85864448 859 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 859 186 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=0 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 151 0 0 0 0 0 0 0 20 0 2 0 273853105 85864448 859 33554432000 4194304 5963574 140734994411520 140737362613144 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83852

[startup+0.100172 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 12497
/proc/meminfo: memFree=31262948/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=0.09 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 1137 0 0 0 9 0 0 0 20 0 2 0 273853104 85864448 1083 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 1084 187 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=0.08 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 376 0 0 0 8 0 0 0 20 0 2 0 273853105 85864448 1084 33554432000 4194304 5963574 140734994411520 140737362613144 5135572 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) 83852

[startup+0.300135 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 12497
/proc/meminfo: memFree=31262948/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=0.29 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 1555 0 0 0 29 0 0 0 20 0 2 0 273853104 85864448 1501 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 1501 187 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=0.28 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 793 0 0 0 28 0 0 0 20 0 2 0 273853105 85864448 1501 33554432000 4194304 5963574 140734994411520 140737362613144 5135572 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) 83852

[startup+0.700138 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 12497
/proc/meminfo: memFree=31262948/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=0.69 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 2209 0 0 0 69 0 0 0 20 0 2 0 273853104 85864448 2155 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 2155 187 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=0.68 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 1447 0 0 0 68 0 0 0 20 0 2 0 273853105 85864448 2155 33554432000 4194304 5963574 140734994411520 140513124505592 5135572 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) 83852

[startup+1.50015 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 12499
/proc/meminfo: memFree=31244944/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83852 CPUtime=1.49 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 2965 0 0 0 149 0 0 0 20 0 2 0 273853104 85864448 2911 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20963 2911 187 432 0 20528 0
[pid=12496/tid=12498] ppid=12494 vsize=83852 CPUtime=1.48 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 2203 0 0 0 148 0 0 0 20 0 2 0 273853105 85864448 2911 33554432000 4194304 5963574 140734994411520 140513124505592 5135572 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) 83852

[startup+3.1002 s]
/proc/loadavg: 2.17 2.03 2.01 3/179 12499
/proc/meminfo: memFree=31239232/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=83996 CPUtime=3.09 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 3545 0 0 0 308 1 0 0 20 0 2 0 273853104 86011904 3491 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 20999 3491 187 432 0 20564 0
[pid=12496/tid=12498] ppid=12494 vsize=83996 CPUtime=3.08 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 2783 0 0 0 308 0 0 0 20 0 2 0 273853105 86011904 3491 33554432000 4194304 5963574 140734994411520 140513124505400 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83996

[startup+6.30026 s]
/proc/loadavg: 2.17 2.03 2.01 3/179 12499
/proc/meminfo: memFree=31230356/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=84068 CPUtime=6.29 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 4605 0 0 0 628 1 0 0 20 0 2 0 273853104 86085632 4551 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 21017 4551 187 432 0 20582 0
[pid=12496/tid=12498] ppid=12494 vsize=84068 CPUtime=6.29 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 3843 0 0 0 627 2 0 0 20 0 2 0 273853105 86085632 4551 33554432000 4194304 5963574 140734994411520 140513124505592 4403257 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) 84068

[startup+12.7003 s]
/proc/loadavg: 2.14 2.03 2.01 3/179 12499
/proc/meminfo: memFree=31218720/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=84212 CPUtime=12.68 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 6372 0 0 0 1267 1 0 0 20 0 2 0 273853104 86233088 6325 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 21053 6325 187 432 0 20618 0
[pid=12496/tid=12498] ppid=12494 vsize=84212 CPUtime=12.67 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 5610 0 0 0 1265 2 0 0 20 0 2 0 273853105 86233088 6325 33554432000 4194304 5963574 140734994411520 140513124505592 4381238 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) 84212

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 12499
/proc/meminfo: memFree=31197016/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=85112 CPUtime=25.48 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 10153 0 0 0 2546 2 0 0 20 0 2 0 273853104 87154688 10120 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 21278 10120 187 432 0 20843 0
[pid=12496/tid=12498] ppid=12494 vsize=85112 CPUtime=25.47 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 9391 0 0 0 2544 3 0 0 20 0 2 0 273853105 87154688 10120 33554432000 4194304 5963574 140734994411520 140513124505112 4399474 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) 85112

[startup+51.1001 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 12538
/proc/meminfo: memFree=31188688/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=86172 CPUtime=51.06 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 14672 0 0 0 5102 4 0 0 20 0 2 0 273853104 88240128 15338 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 21543 15338 187 432 0 21108 0
[pid=12496/tid=12498] ppid=12494 vsize=86172 CPUtime=51.06 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 13910 0 0 0 5101 5 0 0 20 0 2 0 273853105 88240128 15338 33554432000 4194304 5963574 140734994411520 140513124505592 4393344 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) 86172

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 12538
/proc/meminfo: memFree=31130784/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=154612 CPUtime=102.24 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 20222 0 0 0 10217 7 0 0 20 0 2 0 273853104 158322688 20947 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 38653 20947 187 432 0 38218 0
[pid=12496/tid=12498] ppid=12494 vsize=154612 CPUtime=102.25 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 19460 0 0 0 10216 9 0 0 20 0 2 0 273853105 158322688 20947 33554432000 4194304 5963574 140734994411520 140513124505400 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 154612

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 12542
/proc/meminfo: memFree=31089772/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=157112 CPUtime=162.22 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 25165 0 0 0 16212 10 0 0 20 0 2 0 273853104 160882688 25969 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 39278 25969 187 432 0 38843 0
[pid=12496/tid=12498] ppid=12494 vsize=157112 CPUtime=162.24 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 24403 0 0 0 16211 13 0 0 20 0 2 0 273853105 160882688 25969 33554432000 4194304 5963574 140734994411520 140513124505640 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 157112

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12542
/proc/meminfo: memFree=31045204/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=159068 CPUtime=222.21 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 30804 0 0 0 22208 13 0 0 20 0 2 0 273853104 162885632 32137 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 39767 32137 187 432 0 39332 0
[pid=12496/tid=12498] ppid=12494 vsize=159068 CPUtime=222.23 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 30042 0 0 0 22206 17 0 0 20 0 2 0 273853105 162885632 32137 33554432000 4194304 5963574 140734994411520 140513124505592 5135572 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) 159068

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=31014328/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=160308 CPUtime=282.2 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 34285 0 0 0 28204 16 0 0 20 0 2 0 273853104 164155392 35618 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 40077 35618 187 432 0 39642 0
[pid=12496/tid=12498] ppid=12494 vsize=160308 CPUtime=282.23 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 33523 0 0 0 28202 21 0 0 20 0 2 0 273853105 164155392 35618 33554432000 4194304 5963574 140734994411520 140513124505640 4399639 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) 160308

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=30987008/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=229184 CPUtime=342.17 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 37113 0 0 0 34200 17 0 0 20 0 2 0 273853104 234684416 38458 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 57296 38458 187 432 0 56861 0
[pid=12496/tid=12498] ppid=12494 vsize=229184 CPUtime=342.22 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 36351 0 0 0 34199 23 0 0 20 0 2 0 273853105 234684416 38458 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 229184

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=30955844/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=231036 CPUtime=402.16 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 42359 0 0 0 40193 23 0 0 20 0 2 0 273853104 236580864 43704 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 75060 0 0 0 124131 83 0 0 20 0 2 0 273853105 387891200 77179 33554432000 4194304 5963574 140734994411520 140513124505640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 378800

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12548
/proc/meminfo: memFree=30671112/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=380028 CPUtime=1301.97 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 78498 0 0 0 130130 67 0 0 20 0 2 0 273853104 389148672 79863 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 95007 79863 187 432 0 94572 0
[pid=12496/tid=12498] ppid=12494 vsize=380028 CPUtime=1302.12 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 77736 0 0 0 130125 87 0 0 20 0 2 0 273853105 389148672 79863 33554432000 4194304 5963574 140734994411520 140513124505592 4399645 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 380028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12551
/proc/meminfo: memFree=30621996/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=382984 CPUtime=1361.96 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 86437 0 0 0 136120 76 0 0 20 0 2 0 273853104 392175616 87802 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 95746 87802 187 432 0 95311 0
[pid=12496/tid=12498] ppid=12494 vsize=382984 CPUtime=1362.12 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 85675 0 0 0 136115 97 0 0 20 0 2 0 273853105 392175616 87802 33554432000 4194304 5963574 140734994411520 140513124505592 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 382984

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12552
/proc/meminfo: memFree=30614936/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=382984 CPUtime=1421.95 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 86883 0 0 0 142118 77 0 0 20 0 2 0 273853104 392175616 88248 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 95746 88248 187 432 0 95311 0
[pid=12496/tid=12498] ppid=12494 vsize=382984 CPUtime=1422.11 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 86121 0 0 0 142112 99 0 0 20 0 2 0 273853105 392175616 88248 33554432000 4194304 5963574 140734994411520 140513124505592 4399968 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 382984

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12552
/proc/meminfo: memFree=30607392/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=383844 CPUtime=1481.94 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 87069 0 0 0 148117 77 0 0 20 0 2 0 273853104 393056256 88434 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 95961 88434 187 432 0 95526 0
[pid=12496/tid=12498] ppid=12494 vsize=383844 CPUtime=1482.11 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 86307 0 0 0 148111 100 0 0 20 0 2 0 273853105 393056256 88434 33554432000 4194304 5963574 140734994411520 140513124505640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 383844

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 12553
/proc/meminfo: memFree=30590768/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=384532 CPUtime=1541.93 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 87205 0 0 0 154116 77 0 0 20 0 2 0 273853104 393760768 88570 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 96133 88570 187 432 0 95698 0
[pid=12496/tid=12498] ppid=12494 vsize=384532 CPUtime=1542.11 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 86443 0 0 0 154110 101 0 0 20 0 2 0 273853105 393760768 88570 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 384532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12553
/proc/meminfo: memFree=30578008/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=385448 CPUtime=1601.92 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 87400 0 0 0 160115 77 0 0 20 0 2 0 273853104 394698752 88765 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 96362 88765 187 432 0 95927 0
[pid=12496/tid=12498] ppid=12494 vsize=385448 CPUtime=1602.11 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 86638 0 0 0 160109 102 0 0 20 0 2 0 273853105 394698752 88765 33554432000 4194304 5963574 140734994411520 140513124505640 4400093 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 385448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12553
/proc/meminfo: memFree=30557548/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=451440 CPUtime=1661.89 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 92570 0 0 0 166105 84 0 0 20 0 2 0 273853104 462274560 93911 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 112860 93911 187 432 0 112425 0
[pid=12496/tid=12498] ppid=12494 vsize=451440 CPUtime=1662.09 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 91808 0 0 0 166099 110 0 0 20 0 2 0 273853105 462274560 93911 33554432000 4194304 5963574 140734994411520 140513124505592 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 451440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30552588/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=452480 CPUtime=1721.88 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93681 0 0 0 172102 86 0 0 20 0 2 0 273853104 463339520 95022 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113120 95022 187 432 0 112685 0
[pid=12496/tid=12498] ppid=12494 vsize=452480 CPUtime=1722.08 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 92919 0 0 0 172095 113 0 0 20 0 2 0 273853105 463339520 95022 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 452480

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551720/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1781.88 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93816 0 0 0 178102 86 0 0 20 0 2 0 273853104 464015360 95157 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95157 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1782.09 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93054 0 0 0 178095 114 0 0 20 0 2 0 273853105 464015360 95157 33554432000 4194304 5963574 140734994411520 140513124505640 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 453140

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

[startup+1792.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551720/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1791.78 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93818 0 0 0 179092 86 0 0 20 0 2 0 273853104 464015360 95159 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95159 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1791.99 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93056 0 0 0 179085 114 0 0 20 0 2 0 273853105 464015360 95159 33554432000 4194304 5963574 140734994411520 140513124505640 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.78
Current children cumulated vsize (KiB) 453140

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551596/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1794.98 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93818 0 0 0 179412 86 0 0 20 0 2 0 273853104 464015360 95159 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95159 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1795.19 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93056 0 0 0 179405 114 0 0 20 0 2 0 273853105 464015360 95159 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.98
Current children cumulated vsize (KiB) 453140

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551596/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1798.17 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93819 0 0 0 179731 86 0 0 20 0 2 0 273853104 464015360 95160 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95160 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1798.38 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93057 0 0 0 179724 114 0 0 20 0 2 0 273853105 464015360 95160 33554432000 4194304 5963574 140734994411520 140513124505640 4400006 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (KiB) 453140

[startup+1799.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551472/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1798.97 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93819 0 0 0 179811 86 0 0 20 0 2 0 273853104 464015360 95160 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95160 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1799.18 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93057 0 0 0 179804 114 0 0 20 0 2 0 273853105 464015360 95160 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 453140

[startup+1799.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551596/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1799.38 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93819 0 0 0 179852 86 0 0 20 0 2 0 273853104 464015360 95160 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95160 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1799.59 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93057 0 0 0 179845 114 0 0 20 0 2 0 273853105 464015360 95160 33554432000 4194304 5963574 140734994411520 140513124505640 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 453140

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551596/32873648 swapFree=7112/7112
[pid=12496] ppid=12494 vsize=453140 CPUtime=1799.57 cores=1,3,5,7
/proc/12496/stat : 12496 (wbo1.7) S 12494 12496 12452 0 -1 4202496 93819 0 0 0 179871 86 0 0 20 0 2 0 273853104 464015360 95160 33554432000 4194304 5963574 140734994411520 140734994411040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12496/statm: 113285 95160 187 432 0 112850 0
[pid=12496/tid=12498] ppid=12494 vsize=453140 CPUtime=1799.78 cores=1,3,5,7
/proc/12496/task/12498/stat : 12498 (wbo1.7) R 12494 12496 12452 0 -1 4202560 93057 0 0 0 179864 114 0 0 20 0 2 0 273853105 464015360 95160 33554432000 4194304 5963574 140734994411520 140513124505640 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 453140

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.8
CPU user time (s): 1798.65
CPU system time (s): 1.15582
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 453140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.15582
maximum resident set size= 380644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93820
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= 163
involuntary context switches= 1910

runsolver used 3.19351 second user time and 9.1886 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 02:07:52
IDJOB=3704713
IDBENCH=1165
IDSOLVER=2283
FILE ID=node126/3704713-1338077272
RUNJOBID= node126-1338077272-12469
PBS_JOBID= 14624421
Free space on /tmp= 71300 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704713-1338077272/watcher-3704713-1338077272 -o /tmp/evaluation-result-3704713-1338077272/solver-3704713-1338077272 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704713-1338077272.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=574761129

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:        31266468 kB
Buffers:          245704 kB
Cached:           545796 kB
SwapCached:        17756 kB
Active:           770868 kB
Inactive:          41184 kB
Active(anon):       2128 kB
Inactive(anon):    20464 kB
Active(file):     768740 kB
Inactive(file):    20720 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             19348 kB
Writeback:             0 kB
AnonPages:         10840 kB
Mapped:             8812 kB
Shmem:                 0 kB
Slab:             655368 kB
SReclaimable:      99412 kB
SUnreclaim:       555956 kB
KernelStack:        1376 kB
PageTables:         4268 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105944 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= 71292 MiB
End job on node126 at 2012-05-27 02:37:52