Trace number 3704714

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
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 benchmark1373.4
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 189
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-3704714-1338076251.opb.
0.00/0.00	c Instance file HOME/instance-3704714-1338076251.opb
0.00/0.00	c File size is 47344 bytes.
0.00/0.00	c Highest Coefficient sum: 189
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:      428                                                 |
0.00/0.00	c |  Number Clauses:        645                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 295                                                 |
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.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3704714-1338076251/watcher-3704714-1338076251 -o /tmp/evaluation-result-3704714-1338076251/solver-3704714-1338076251 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704714-1338076251.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.00 2.00 2.00 2/178 28371
/proc/meminfo: memFree=28773884/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=8060 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) R 28369 28371 27916 0 -1 4202496 778 0 0 0 0 0 0 0 20 0 1 0 273751002 8253440 719 33554432000 4194304 5963574 140733296856848 140736455740840 4933920 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 4576 722 172 432 0 4141 0
[pid=28371/tid=28372] ppid=28369 vsize=18304 CPUtime=0 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 273751003 18743296 723 33554432000 4194304 5963574 140733296856848 140736455740840 5247625 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0747841 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 28371
/proc/meminfo: memFree=28773884/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83840 CPUtime=0.07 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 1108 0 0 0 7 0 0 0 20 0 2 0 273751002 85852160 1048 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20960 1048 188 432 0 20525 0
[pid=28371/tid=28372] ppid=28369 vsize=83840 CPUtime=0.05 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 325 0 0 0 5 0 0 0 20 0 2 0 273751003 85852160 1048 33554432000 4194304 5963574 140733296856848 140736455740840 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83840

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 28371
/proc/meminfo: memFree=28773884/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83840 CPUtime=0.09 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 1158 0 0 0 9 0 0 0 20 0 2 0 273751002 85852160 1098 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20960 1098 188 432 0 20525 0
[pid=28371/tid=28372] ppid=28369 vsize=83840 CPUtime=0.08 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 375 0 0 0 8 0 0 0 20 0 2 0 273751003 85852160 1098 33554432000 4194304 5963574 140733296856848 140736455740840 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) 83840

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 28371
/proc/meminfo: memFree=28773884/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83840 CPUtime=0.29 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 1568 0 0 0 29 0 0 0 20 0 2 0 273751002 85852160 1508 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20960 1508 188 432 0 20525 0
[pid=28371/tid=28372] ppid=28369 vsize=83840 CPUtime=0.28 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 785 0 0 0 28 0 0 0 20 0 2 0 273751003 85852160 1508 33554432000 4194304 5963574 140733296856848 140736455740840 5135572 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) 83840

[startup+0.700208 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 28371
/proc/meminfo: memFree=28773884/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83840 CPUtime=0.69 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 2138 0 0 0 69 0 0 0 20 0 2 0 273751002 85852160 2078 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20960 2078 188 432 0 20525 0
[pid=28371/tid=28372] ppid=28369 vsize=83840 CPUtime=0.68 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 1355 0 0 0 68 0 0 0 20 0 2 0 273751003 85852160 2078 33554432000 4194304 5963574 140733296856848 140701929297912 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) 83840

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28373
/proc/meminfo: memFree=28765900/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83840 CPUtime=1.49 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 2832 0 0 0 149 0 0 0 20 0 2 0 273751002 85852160 2772 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20960 2772 188 432 0 20525 0
[pid=28371/tid=28372] ppid=28369 vsize=83840 CPUtime=1.47 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 2049 0 0 0 147 0 0 0 20 0 2 0 273751003 85852160 2772 33554432000 4194304 5963574 140733296856848 140701929297912 4221120 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) 83840

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28373
/proc/meminfo: memFree=28762676/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=83984 CPUtime=3.09 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 3335 0 0 0 309 0 0 0 20 0 2 0 273751002 85999616 3275 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 20996 3275 188 432 0 20561 0
[pid=28371/tid=28372] ppid=28369 vsize=83984 CPUtime=3.07 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 2552 0 0 0 307 0 0 0 20 0 2 0 273751003 85999616 3275 33554432000 4194304 5963574 140733296856848 140701929297720 4400078 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) 83984

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28373
/proc/meminfo: memFree=28757716/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=84200 CPUtime=6.28 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 4303 0 0 0 628 0 0 0 20 0 2 0 273751002 86220800 4243 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 21050 4243 188 432 0 20615 0
[pid=28371/tid=28372] ppid=28369 vsize=84200 CPUtime=6.26 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 3520 0 0 0 626 0 0 0 20 0 2 0 273751003 86220800 4243 33554432000 4194304 5963574 140733296856848 140701929297912 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84200

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28373
/proc/meminfo: memFree=28750688/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=84776 CPUtime=12.69 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 5898 0 0 0 1268 1 0 0 20 0 2 0 273751002 86810624 5838 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 21194 5838 188 432 0 20759 0
[pid=28371/tid=28372] ppid=28369 vsize=84776 CPUtime=12.65 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 5115 0 0 0 1264 1 0 0 20 0 2 0 273751003 86810624 5838 33554432000 4194304 5963574 140733296856848 140701929297912 4399623 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) 84776

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28373
/proc/meminfo: memFree=28741396/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=85856 CPUtime=25.48 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 8217 0 0 0 2546 2 0 0 20 0 2 0 273751002 87916544 8152 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 21464 8152 188 432 0 21029 0
[pid=28371/tid=28372] ppid=28369 vsize=85856 CPUtime=25.41 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 7434 0 0 0 2539 2 0 0 20 0 2 0 273751003 87916544 8152 33554432000 4194304 5963574 140733296856848 140701929297720 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85856

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 28373
/proc/meminfo: memFree=28721808/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=88228 CPUtime=51.08 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 12180 0 0 0 5104 4 0 0 20 0 2 0 273751002 90345472 12115 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 22057 12115 188 432 0 21622 0
[pid=28371/tid=28372] ppid=28369 vsize=88228 CPUtime=50.95 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 11397 0 0 0 5091 4 0 0 20 0 2 0 273751003 90345472 12115 33554432000 4194304 5963574 140733296856848 140701929297432 4399651 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) 88228

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 28374
/proc/meminfo: memFree=28698620/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=93396 CPUtime=102.27 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 17361 0 0 0 10220 7 0 0 20 0 2 0 273751002 95637504 17287 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 23349 17287 188 432 0 22914 0
[pid=28371/tid=28372] ppid=28369 vsize=93396 CPUtime=102.02 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 16578 0 0 0 10194 8 0 0 20 0 2 0 273751003 95637504 17287 33554432000 4194304 5963574 140733296856848 140701929297784 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 93396

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 28374
/proc/meminfo: memFree=28656992/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=163136 CPUtime=162.25 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 22148 0 0 0 16215 10 0 0 20 0 2 0 273751002 167051264 22068 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 40784 22068 188 432 0 40349 0
[pid=28371/tid=28372] ppid=28369 vsize=163136 CPUtime=161.86 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 21365 0 0 0 16174 12 0 0 20 0 2 0 273751003 167051264 22068 33554432000 4194304 5963574 140733296856848 140701929297960 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 163136

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 28374
/proc/meminfo: memFree=28632080/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=167184 CPUtime=222.23 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 25459 0 0 0 22211 12 0 0 20 0 2 0 273751002 171196416 26090 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 41796 26090 188 432 0 41361 0
[pid=28371/tid=28372] ppid=28369 vsize=167184 CPUtime=221.68 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 24676 0 0 0 22153 15 0 0 20 0 2 0 273751003 171196416 26090 33554432000 4194304 5963574 140733296856848 140701929297432 4221120 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) 167184

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28374
/proc/meminfo: memFree=28612084/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=171016 CPUtime=282.22 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 30500 0 0 0 28204 18 0 0 20 0 2 0 273751002 175120384 31131 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 42754 31131 188 432 0 42319 0
[pid=28371/tid=28372] ppid=28369 vsize=171016 CPUtime=281.53 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 29717 0 0 0 28131 22 0 0 20 0 2 0 273751003 175120384 31131 33554432000 4194304 5963574 140733296856848 140701929297432 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 171016

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28374
/proc/meminfo: memFree=28602924/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=172460 CPUtime=342.22 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 32537 0 0 0 34202 20 0 0 20 0 2 0 273751002 176599040 33168 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 43115 33168 188 432 0 42680 0
[pid=28371/tid=28372] ppid=28369 vsize=172460 CPUtime=341.38 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 31754 0 0 0 34114 24 0 0 20 0 2 0 273751003 176599040 33168 33554432000 4194304 5963574 140733296856848 140701929297960 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 172460

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28375
/proc/meminfo: memFree=28570664/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=173428 CPUtime=402.2 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 34547 0 0 0 40198 22 0 0 20 0 2 0 273751002 177590272 35181 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 28484
/proc/meminfo: memFree=28557888/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=327896 CPUtime=1421.99 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 71373 0 0 0 142139 60 0 0 20 0 2 0 273751002 335765504 71980 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 81974 71980 188 432 0 81539 0
[pid=28371/tid=28372] ppid=28369 vsize=327896 CPUtime=1418.56 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 70590 0 0 0 141775 81 0 0 20 0 2 0 273751003 335765504 71980 33554432000 4194304 5963574 140733296856848 140701929297912 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 327896

[startup+1482.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/179 28484
/proc/meminfo: memFree=28540652/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=328368 CPUtime=1481.98 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 75286 0 0 0 148133 65 0 0 20 0 2 0 273751002 336248832 75893 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 82092 75893 188 432 0 81657 0
[pid=28371/tid=28372] ppid=28369 vsize=328368 CPUtime=1478.4 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 74503 0 0 0 147754 86 0 0 20 0 2 0 273751003 336248832 75893 33554432000 4194304 5963574 140733296856848 140701929297960 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 328368

[startup+1542.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/179 28484
/proc/meminfo: memFree=28527208/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=328440 CPUtime=1541.97 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 75287 0 0 0 154132 65 0 0 20 0 2 0 273751002 336322560 75894 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 82110 75894 188 432 0 81675 0
[pid=28371/tid=28372] ppid=28369 vsize=328440 CPUtime=1538.24 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 74504 0 0 0 153736 88 0 0 20 0 2 0 273751003 336322560 75894 33554432000 4194304 5963574 140733296856848 140701929297960 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 328440

[startup+1602.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/179 28484
/proc/meminfo: memFree=28516396/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=328708 CPUtime=1601.95 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 75702 0 0 0 160130 65 0 0 20 0 2 0 273751002 336596992 76297 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 82177 76297 188 432 0 81742 0
[pid=28371/tid=28372] ppid=28369 vsize=328708 CPUtime=1598.08 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 74919 0 0 0 159719 89 0 0 20 0 2 0 273751003 336596992 76297 33554432000 4194304 5963574 140733296856848 140701929297432 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 328708

[startup+1662.3 s]
/proc/loadavg: 2.24 2.11 2.03 3/179 28485
/proc/meminfo: memFree=28498044/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396032 CPUtime=1661.94 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 79838 0 0 0 166125 69 0 0 20 0 2 0 273751002 405536768 80433 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99008 80433 188 432 0 98573 0
[pid=28371/tid=28372] ppid=28369 vsize=396032 CPUtime=1657.93 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 79055 0 0 0 165699 94 0 0 20 0 2 0 273751003 405536768 80433 33554432000 4194304 5963574 140733296856848 140701929297432 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 396032

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/179 28485
/proc/meminfo: memFree=28460968/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1721.94 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81840 0 0 0 172123 71 0 0 20 0 2 0 273751002 405946368 82435 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82435 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1717.77 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81057 0 0 0 171681 96 0 0 20 0 2 0 273751003 405946368 82435 33554432000 4194304 5963574 140733296856848 140701929297912 4381213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 396432

[startup+1782.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/180 28488
/proc/meminfo: memFree=28459844/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1781.93 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81852 0 0 0 178122 71 0 0 20 0 2 0 273751002 405946368 82447 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82447 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1777.62 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81069 0 0 0 177664 98 0 0 20 0 2 0 273751003 405946368 82447 33554432000 4194304 5963574 140733296856848 140701929297912 4400006 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 396432

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.08 2.02 3/180 28488
/proc/meminfo: memFree=28459220/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1791.53 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81852 0 0 0 179082 71 0 0 20 0 2 0 273751002 405946368 82447 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82447 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1787.2 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81069 0 0 0 178622 98 0 0 20 0 2 0 273751003 405946368 82447 33554432000 4194304 5963574 140733296856848 140701929297912 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 396432

[startup+1795.1 s]
/proc/loadavg: 2.03 2.08 2.02 3/180 28488
/proc/meminfo: memFree=28459344/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1794.73 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81852 0 0 0 179402 71 0 0 20 0 2 0 273751002 405946368 82447 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82447 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1790.39 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81069 0 0 0 178941 98 0 0 20 0 2 0 273751003 405946368 82447 33554432000 4194304 5963574 140733296856848 140701929297912 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 396432

[startup+1798.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/180 28488
/proc/meminfo: memFree=28459344/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1797.92 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81859 0 0 0 179721 71 0 0 20 0 2 0 273751002 405946368 82454 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82454 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1793.58 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81076 0 0 0 179260 98 0 0 20 0 2 0 273751003 405946368 82454 33554432000 4194304 5963574 140733296856848 140701929297912 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 396432

[startup+1799.1 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28488
/proc/meminfo: memFree=28459220/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1798.72 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81859 0 0 0 179801 71 0 0 20 0 2 0 273751002 405946368 82454 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82454 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1794.38 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81076 0 0 0 179340 98 0 0 20 0 2 0 273751003 405946368 82454 33554432000 4194304 5963574 140733296856848 140701929297912 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 396432

[startup+1799.5 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28488
/proc/meminfo: memFree=28459344/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1799.13 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81859 0 0 0 179842 71 0 0 20 0 2 0 273751002 405946368 82454 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82454 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1794.78 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81076 0 0 0 179380 98 0 0 20 0 2 0 273751003 405946368 82454 33554432000 4194304 5963574 140733296856848 140701929297912 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 396432

[startup+1799.9 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28488
/proc/meminfo: memFree=28459344/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1799.52 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81859 0 0 0 179881 71 0 0 20 0 2 0 273751002 405946368 82454 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82454 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1795.17 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81076 0 0 0 179419 98 0 0 20 0 2 0 273751003 405946368 82454 33554432000 4194304 5963574 140733296856848 140701929297912 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 396432

[startup+1800 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28488
/proc/meminfo: memFree=28459344/32873648 swapFree=6844/6844
[pid=28371] ppid=28369 vsize=396432 CPUtime=1799.62 cores=0,2,4,6
/proc/28371/stat : 28371 (wbo1.7) S 28369 28371 27916 0 -1 4202496 81859 0 0 0 179891 71 0 0 20 0 2 0 273751002 405946368 82454 33554432000 4194304 5963574 140733296856848 140733296856368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28371/statm: 99108 82454 188 432 0 98673 0
[pid=28371/tid=28372] ppid=28369 vsize=396432 CPUtime=1795.27 cores=0,2,4,6
/proc/28371/task/28372/stat : 28372 (wbo1.7) R 28369 28371 27916 0 -1 4202560 81076 0 0 0 179429 98 0 0 20 0 2 0 273751003 405946368 82454 33554432000 4194304 5963574 140733296856848 140701929297912 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 396432

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28371 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=311223
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=996848
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.62
CPU user time (s): 1798.91
CPU system time (s): 0.71
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 396432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 0.996848
maximum resident set size= 329820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81860
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= 127
involuntary context switches= 1913

runsolver used 3.38248 second user time and 7.8838 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 01:50:51
IDJOB=3704714
IDBENCH=1161
IDSOLVER=2283
FILE ID=node124/3704714-1338076251
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71372 MiB

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

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=314535280

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28774148 kB
Buffers:          322116 kB
Cached:          2701364 kB
SwapCached:            0 kB
Active:          1198164 kB
Inactive:        2095972 kB
Active(anon):     272896 kB
Inactive(anon):        0 kB
Active(file):     925268 kB
Inactive(file):  2095972 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        328592 kB
Mapped:            15096 kB
Shmem:               200 kB
Slab:             667136 kB
SReclaimable:     111640 kB
SUnreclaim:       555496 kB
KernelStack:        1496 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     184512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71368 MiB
End job on node124 at 2012-05-27 02:20:51