Trace number 3704721

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12ls.opb
MD5SUM3e382297eed431747f729c90837f8bad
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.13283
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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-3704721-1338077316.opb.
0.00/0.00	c Instance file HOME/instance-3704721-1338077316.opb
0.00/0.00	c File size is 18307 bytes.
0.00/0.00	c Highest Coefficient sum: 93
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:      266                                                 |
0.00/0.00	c |  Number Clauses:        237                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 162                                                 |
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-3704721-1338077316/watcher-3704721-1338077316 -o /tmp/evaluation-result-3704721-1338077316/solver-3704721-1338077316 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704721-1338077316.opb 

running on 4 cores: 0,2,4,6

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.08 2.03 2.01 3/177 12536
/proc/meminfo: memFree=31208988/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 2 0 273857499 85708800 766 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 766 185 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 2 0 273857499 85708800 766 33554432000 4194304 5963574 140736137528688 140737387309320 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0580399 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 12536
/proc/meminfo: memFree=31208988/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=0.05 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 987 0 0 0 5 0 0 0 20 0 2 0 273857499 85708800 934 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 934 187 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=0.04 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 246 0 0 0 4 0 0 0 20 0 2 0 273857499 85708800 934 33554432000 4194304 5963574 140736137528688 140737387309320 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83700

[startup+0.100244 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 12536
/proc/meminfo: memFree=31208988/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 1079 0 0 0 9 0 0 0 20 0 2 0 273857499 85708800 1026 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 1026 187 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=0.08 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 338 0 0 0 8 0 0 0 20 0 2 0 273857499 85708800 1026 33554432000 4194304 5963574 140736137528688 140737387309320 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300207 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 12536
/proc/meminfo: memFree=31208988/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=0.29 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 1396 0 0 0 29 0 0 0 20 0 2 0 273857499 85708800 1343 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 1343 187 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=0.28 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 655 0 0 0 28 0 0 0 20 0 2 0 273857499 85708800 1343 33554432000 4194304 5963574 140736137528688 140737387309320 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83700

[startup+0.700208 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 12536
/proc/meminfo: memFree=31208988/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=0.69 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 1988 0 0 0 69 0 0 0 20 0 2 0 273857499 85708800 1935 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 1935 187 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 1247 0 0 0 68 0 0 0 20 0 2 0 273857499 85708800 1935 33554432000 4194304 5963574 140736137528688 140737387309320 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50021 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 12538
/proc/meminfo: memFree=31199408/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83700 CPUtime=1.49 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 2685 0 0 0 149 0 0 0 20 0 2 0 273857499 85708800 2632 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20925 2632 187 432 0 20490 0
[pid=12536/tid=12537] ppid=12534 vsize=83700 CPUtime=1.48 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 1944 0 0 0 148 0 0 0 20 0 2 0 273857499 85708800 2632 33554432000 4194304 5963574 140736137528688 140512125159416 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83700

[startup+3.10021 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 12538
/proc/meminfo: memFree=31196060/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83844 CPUtime=3.09 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 3113 0 0 0 309 0 0 0 20 0 2 0 273857499 85856256 3060 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20961 3060 187 432 0 20526 0
[pid=12536/tid=12537] ppid=12534 vsize=83844 CPUtime=3.08 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 2372 0 0 0 308 0 0 0 20 0 2 0 273857499 85856256 3060 33554432000 4194304 5963574 140736137528688 140512125159224 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83844

[startup+6.30015 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 12538
/proc/meminfo: memFree=31191224/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83844 CPUtime=6.29 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 4233 0 0 0 628 1 0 0 20 0 2 0 273857499 85856256 4180 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20961 4180 187 432 0 20526 0
[pid=12536/tid=12537] ppid=12534 vsize=83844 CPUtime=6.28 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 3492 0 0 0 628 0 0 0 20 0 2 0 273857499 85856256 4180 33554432000 4194304 5963574 140736137528688 140512125159416 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83844

[startup+12.7002 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 12538
/proc/meminfo: memFree=31183256/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=83916 CPUtime=12.69 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 5674 0 0 0 1268 1 0 0 20 0 2 0 273857499 85929984 5621 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 20979 5621 187 432 0 20544 0
[pid=12536/tid=12537] ppid=12534 vsize=83916 CPUtime=12.68 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 4933 0 0 0 1266 2 0 0 20 0 2 0 273857499 85929984 5621 33554432000 4194304 5963574 140736137528688 140512125159416 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83916

[startup+25.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 12538
/proc/meminfo: memFree=31171056/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=86832 CPUtime=25.49 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 8514 0 0 0 2547 2 0 0 20 0 2 0 273857499 88915968 8461 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 21708 8461 187 432 0 21273 0
[pid=12536/tid=12537] ppid=12534 vsize=86832 CPUtime=25.48 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 7773 0 0 0 2545 3 0 0 20 0 2 0 273857499 88915968 8461 33554432000 4194304 5963574 140736137528688 140512125159224 4399645 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86832

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12538
/proc/meminfo: memFree=31137296/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=89152 CPUtime=51.08 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 11929 0 0 0 5106 2 0 0 20 0 2 0 273857499 91291648 11876 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 22288 11876 187 432 0 21853 0
[pid=12536/tid=12537] ppid=12534 vsize=89152 CPUtime=51.08 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 11188 0 0 0 5105 3 0 0 20 0 2 0 273857499 91291648 11876 33554432000 4194304 5963574 140736137528688 140512125158936 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89152

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 12541
/proc/meminfo: memFree=31093996/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=92848 CPUtime=102.26 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 16443 0 0 0 10221 5 0 0 20 0 2 0 273857499 95076352 17332 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 23212 17332 187 432 0 22777 0
[pid=12536/tid=12537] ppid=12534 vsize=92848 CPUtime=102.27 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 15702 0 0 0 10221 6 0 0 20 0 2 0 273857499 95076352 17332 33554432000 4194304 5963574 140736137528688 140512125159464 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92848

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12542
/proc/meminfo: memFree=31057172/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=165908 CPUtime=162.24 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 21601 0 0 0 16217 7 0 0 20 0 2 0 273857499 169889792 22490 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 41477 22490 187 432 0 41042 0
[pid=12536/tid=12537] ppid=12534 vsize=165908 CPUtime=162.26 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 20860 0 0 0 16216 10 0 0 20 0 2 0 273857499 169889792 22490 33554432000 4194304 5963574 140736137528688 140512125159464 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 165908

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12542
/proc/meminfo: memFree=31018304/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=171828 CPUtime=222.23 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 25671 0 0 0 22213 10 0 0 20 0 2 0 273857499 175951872 26568 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 42957 26568 187 432 0 42522 0
[pid=12536/tid=12537] ppid=12534 vsize=171828 CPUtime=222.26 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 24930 0 0 0 22212 14 0 0 20 0 2 0 273857499 175951872 26568 33554432000 4194304 5963574 140736137528688 140512125159224 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 171828

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=30986400/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=175468 CPUtime=282.21 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 30447 0 0 0 28208 13 0 0 20 0 2 0 273857499 179679232 31343 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 43867 31343 187 432 0 43432 0
[pid=12536/tid=12537] ppid=12534 vsize=175468 CPUtime=282.26 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 29706 0 0 0 28208 18 0 0 20 0 2 0 273857499 179679232 31343 33554432000 4194304 5963574 140736137528688 140512125159464 4400055 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 175468

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=30963980/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=176908 CPUtime=342.2 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 31300 0 0 0 34206 14 0 0 20 0 2 0 273857499 181153792 32196 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 44227 32196 187 432 0 43792 0
[pid=12536/tid=12537] ppid=12534 vsize=176908 CPUtime=342.26 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 30559 0 0 0 34206 20 0 0 20 0 2 0 273857499 181153792 32196 33554432000 4194304 5963574 140736137528688 140512125159416 4400345 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 176908

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12542
/proc/meminfo: memFree=30947392/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=180696 CPUtime=402.18 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 34756 0 0 0 40201 17 0 0 20 0 2 0 273857499 185032704 35635 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 70563 0 0 0 130151 74 0 0 20 0 2 0 273857499 355536896 72147 33554432000 4194304 5963574 140736137528688 140512125158936 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 347204

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12552
/proc/meminfo: memFree=30615432/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=347996 CPUtime=1361.99 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 73522 0 0 0 136143 56 0 0 20 0 2 0 273857499 356347904 74365 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 86999 74365 187 432 0 86564 0
[pid=12536/tid=12537] ppid=12534 vsize=347996 CPUtime=1362.25 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 72781 0 0 0 136148 77 0 0 20 0 2 0 273857499 356347904 74365 33554432000 4194304 5963574 140736137528688 140512125159224 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 347996

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 12552
/proc/meminfo: memFree=30613472/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=349308 CPUtime=1421.97 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 73932 0 0 0 142140 57 0 0 20 0 2 0 273857499 357691392 74756 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 87327 74756 187 432 0 86892 0
[pid=12536/tid=12537] ppid=12534 vsize=349308 CPUtime=1422.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 73191 0 0 0 142146 78 0 0 20 0 2 0 273857499 357691392 74756 33554432000 4194304 5963574 140736137528688 140512125159416 4399511 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 349308

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 12553
/proc/meminfo: memFree=30595480/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=350056 CPUtime=1481.95 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 78278 0 0 0 148134 61 0 0 20 0 2 0 273857499 358457344 79100 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 87514 79100 187 432 0 87079 0
[pid=12536/tid=12537] ppid=12534 vsize=350056 CPUtime=1482.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 77537 0 0 0 148140 84 0 0 20 0 2 0 273857499 358457344 79100 33554432000 4194304 5963574 140736137528688 140512125159464 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 350056

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12553
/proc/meminfo: memFree=30578132/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=416520 CPUtime=1541.95 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 82323 0 0 0 154129 66 0 0 20 0 2 0 273857499 426516480 83145 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104130 83145 187 432 0 103695 0
[pid=12536/tid=12537] ppid=12534 vsize=416520 CPUtime=1542.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 81582 0 0 0 154134 90 0 0 20 0 2 0 273857499 426516480 83145 33554432000 4194304 5963574 140736137528688 140512125159464 4400055 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 416520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12553
/proc/meminfo: memFree=30564940/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=416520 CPUtime=1601.94 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 82323 0 0 0 160128 66 0 0 20 0 2 0 273857499 426516480 83145 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104130 83145 187 432 0 103695 0
[pid=12536/tid=12537] ppid=12534 vsize=416520 CPUtime=1602.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 81582 0 0 0 160133 91 0 0 20 0 2 0 273857499 426516480 83145 33554432000 4194304 5963574 140736137528688 140512125159464 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 416520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30553084/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=417056 CPUtime=1661.93 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 82426 0 0 0 166127 66 0 0 20 0 2 0 273857499 427065344 83248 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104264 83248 187 432 0 103829 0
[pid=12536/tid=12537] ppid=12534 vsize=417056 CPUtime=1662.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 81685 0 0 0 166132 92 0 0 20 0 2 0 273857499 427065344 83248 33554432000 4194304 5963574 140736137528688 140512125159464 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 417056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=30551968/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=417056 CPUtime=1721.92 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 82484 0 0 0 172126 66 0 0 20 0 2 0 273857499 427065344 83306 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104264 83306 187 432 0 103829 0
[pid=12536/tid=12537] ppid=12534 vsize=417056 CPUtime=1722.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 81743 0 0 0 172131 93 0 0 20 0 2 0 273857499 427065344 83306 33554432000 4194304 5963574 140736137528688 140512125159464 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 417056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12866
/proc/meminfo: memFree=30923752/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=418608 CPUtime=1781.9 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 82806 0 0 0 178124 66 0 0 20 0 2 0 273857499 428654592 83625 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104652 83625 187 432 0 104217 0
[pid=12536/tid=12537] ppid=12534 vsize=418608 CPUtime=1782.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82065 0 0 0 178130 94 0 0 20 0 2 0 273857499 428654592 83625 33554432000 4194304 5963574 140736137528688 140512125159464 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 418608

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12983
/proc/meminfo: memFree=30923256/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=419864 CPUtime=1791.5 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83037 0 0 0 179083 67 0 0 20 0 2 0 273857499 429940736 83852 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 104966 83852 187 432 0 104531 0
[pid=12536/tid=12537] ppid=12534 vsize=419864 CPUtime=1791.84 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82296 0 0 0 179089 95 0 0 20 0 2 0 273857499 429940736 83852 33554432000 4194304 5963574 140736137528688 140512125159464 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 419864

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12983
/proc/meminfo: memFree=30915728/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420348 CPUtime=1794.7 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83133 0 0 0 179403 67 0 0 20 0 2 0 273857499 430436352 83948 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105087 83948 187 432 0 104652 0
[pid=12536/tid=12537] ppid=12534 vsize=420348 CPUtime=1795.04 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82392 0 0 0 179409 95 0 0 20 0 2 0 273857499 430436352 83948 33554432000 4194304 5963574 140736137528688 140512125159464 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 420348

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13022
/proc/meminfo: memFree=30920380/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420348 CPUtime=1797.89 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83167 0 0 0 179722 67 0 0 20 0 2 0 273857499 430436352 83979 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105087 83979 187 432 0 104652 0
[pid=12536/tid=12537] ppid=12534 vsize=420348 CPUtime=1798.24 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82426 0 0 0 179729 95 0 0 20 0 2 0 273857499 430436352 83979 33554432000 4194304 5963574 140736137528688 140512125159224 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 420348

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13022
/proc/meminfo: memFree=30918396/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420348 CPUtime=1798.69 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83169 0 0 0 179802 67 0 0 20 0 2 0 273857499 430436352 83981 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105087 83981 187 432 0 104652 0
[pid=12536/tid=12537] ppid=12534 vsize=420348 CPUtime=1799.04 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82428 0 0 0 179809 95 0 0 20 0 2 0 273857499 430436352 83981 33554432000 4194304 5963574 140736137528688 140512125159224 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 420348

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13022
/proc/meminfo: memFree=30915676/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420348 CPUtime=1799.1 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83169 0 0 0 179843 67 0 0 20 0 2 0 273857499 430436352 83981 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105087 83981 187 432 0 104652 0
[pid=12536/tid=12537] ppid=12534 vsize=420348 CPUtime=1799.44 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82428 0 0 0 179849 95 0 0 20 0 2 0 273857499 430436352 83981 33554432000 4194304 5963574 140736137528688 140512125159224 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 420348

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13022
/proc/meminfo: memFree=30915676/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420588 CPUtime=1799.49 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83204 0 0 0 179882 67 0 0 20 0 2 0 273857499 430682112 84016 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105147 84016 187 432 0 104712 0
[pid=12536/tid=12537] ppid=12534 vsize=420588 CPUtime=1799.84 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82463 0 0 0 179889 95 0 0 20 0 2 0 273857499 430682112 84016 33554432000 4194304 5963574 140736137528688 140512125159416 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 420588

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13022
/proc/meminfo: memFree=30915676/32873648 swapFree=7112/7112
[pid=12536] ppid=12534 vsize=420588 CPUtime=1799.59 cores=0,2,4,6
/proc/12536/stat : 12536 (wbo1.7) S 12534 12536 12452 0 -1 4202496 83216 0 0 0 179892 67 0 0 20 0 2 0 273857499 430682112 84028 33554432000 4194304 5963574 140736137528688 140736137528208 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12536/statm: 105147 84028 187 432 0 104712 0
[pid=12536/tid=12537] ppid=12534 vsize=420588 CPUtime=1799.94 cores=0,2,4,6
/proc/12536/task/12537/stat : 12537 (wbo1.7) R 12534 12536 12452 0 -1 4202560 82475 0 0 0 179899 95 0 0 20 0 2 0 273857499 430682112 84028 33554432000 4194304 5963574 140736137528688 140512125159416 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 420588

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.97
CPU user time (s): 1799
CPU system time (s): 0.966853
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 420588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 0.966853
maximum resident set size= 336116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83217
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= 135
involuntary context switches= 1894

runsolver used 3.66744 second user time and 8.05977 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 02:08:36
IDJOB=3704721
IDBENCH=1166
IDSOLVER=2283
FILE ID=node126/3704721-1338077316
RUNJOBID= node126-1338077272-12468
PBS_JOBID= 14624421
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= 3e382297eed431747f729c90837f8bad
RANDOM SEED=1141066510

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:        31209260 kB
Buffers:          245792 kB
Cached:           545912 kB
SwapCached:        17756 kB
Active:           830676 kB
Inactive:          41012 kB
Active(anon):      61492 kB
Inactive(anon):    20464 kB
Active(file):     769184 kB
Inactive(file):    20548 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:         70032 kB
Mapped:            10304 kB
Shmem:                 0 kB
Slab:             654908 kB
SReclaimable:      99152 kB
SUnreclaim:       555756 kB
KernelStack:        1440 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:38:36