Trace number 3704717

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
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 benchmark48.1337
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704717-1338078052.opb.
0.00/0.00	c Instance file HOME/instance-3704717-1338078052.opb
0.00/0.00	c File size is 37027 bytes.
0.00/0.00	c Highest Coefficient sum: 193
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      490                                                 |
0.00/0.00	c |  Number Clauses:        397                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 338                                                 |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3704717-1338078052/watcher-3704717-1338078052 -o /tmp/evaluation-result-3704717-1338078052/solver-3704717-1338078052 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704717-1338078052.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.03 2.07 2.02 3/178 28525
/proc/meminfo: memFree=28790176/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=0 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 867 0 0 0 0 0 0 0 20 0 2 0 273931028 85864448 810 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 811 179 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=0 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 89 0 0 0 0 0 0 0 20 0 2 0 273931028 85864448 815 33554432000 4194304 5963574 140735060798000 140276871007192 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0290021 s]
/proc/loadavg: 2.03 2.07 2.02 3/178 28525
/proc/meminfo: memFree=28790176/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=0.02 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 1017 0 0 0 2 0 0 0 20 0 2 0 273931028 85864448 960 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 960 187 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=0.01 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 234 0 0 0 1 0 0 0 20 0 2 0 273931028 85864448 960 33554432000 4194304 5963574 140735060798000 140276871007192 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83852

[startup+0.100788 s]
/proc/loadavg: 2.03 2.07 2.02 3/178 28525
/proc/meminfo: memFree=28790176/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=0.09 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 1193 0 0 0 9 0 0 0 20 0 2 0 273931028 85864448 1136 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 1136 187 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=0.08 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 410 0 0 0 8 0 0 0 20 0 2 0 273931028 85864448 1136 33554432000 4194304 5963574 140735060798000 140276871007192 4221120 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) 83852

[startup+0.300243 s]
/proc/loadavg: 2.03 2.07 2.02 3/178 28525
/proc/meminfo: memFree=28790176/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=0.29 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 1612 0 0 0 29 0 0 0 20 0 2 0 273931028 85864448 1555 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 1555 187 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=0.28 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 829 0 0 0 28 0 0 0 20 0 2 0 273931028 85864448 1555 33554432000 4194304 5963574 140735060798000 140276871007192 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) 83852

[startup+0.700204 s]
/proc/loadavg: 2.03 2.07 2.02 3/178 28525
/proc/meminfo: memFree=28790176/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=0.68 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 2317 0 0 0 68 0 0 0 20 0 2 0 273931028 85864448 2260 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 2260 187 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=0.68 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 1534 0 0 0 68 0 0 0 20 0 2 0 273931028 85864448 2260 33554432000 4194304 5963574 140735060798000 140276871006200 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83852

[startup+1.50026 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28527
/proc/meminfo: memFree=28779836/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83852 CPUtime=1.49 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 3309 0 0 0 148 1 0 0 20 0 2 0 273931028 85864448 3252 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20963 3252 187 432 0 20528 0
[pid=28525/tid=28526] ppid=28523 vsize=83852 CPUtime=1.48 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 2526 0 0 0 147 1 0 0 20 0 2 0 273931028 85864448 3252 33554432000 4194304 5963574 140735060798000 140276871005720 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) 83852

[startup+3.10021 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28527
/proc/meminfo: memFree=28775124/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=83996 CPUtime=3.08 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 3854 0 0 0 307 1 0 0 20 0 2 0 273931028 86011904 3797 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 20999 3797 187 432 0 20564 0
[pid=28525/tid=28526] ppid=28523 vsize=83996 CPUtime=3.07 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 3071 0 0 0 306 1 0 0 20 0 2 0 273931028 86011904 3797 33554432000 4194304 5963574 140735060798000 140276871006008 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83996

[startup+6.30026 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 28527
/proc/meminfo: memFree=28769172/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=84068 CPUtime=6.29 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 5378 0 0 0 627 2 0 0 20 0 2 0 273931028 86085632 5321 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 21017 5321 187 432 0 20582 0
[pid=28525/tid=28526] ppid=28523 vsize=84068 CPUtime=6.26 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 4595 0 0 0 624 2 0 0 20 0 2 0 273931028 86085632 5321 33554432000 4194304 5963574 140735060798000 140276871006200 4221120 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) 84068

[startup+12.7002 s]
/proc/loadavg: 2.02 2.07 2.02 3/179 28527
/proc/meminfo: memFree=28759588/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=84212 CPUtime=12.69 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 8107 0 0 0 1266 3 0 0 20 0 2 0 273931028 86233088 8050 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 21053 8050 187 432 0 20618 0
[pid=28525/tid=28526] ppid=28523 vsize=84212 CPUtime=12.65 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 7324 0 0 0 1262 3 0 0 20 0 2 0 273931028 86233088 8050 33554432000 4194304 5963574 140735060798000 140276871006200 4399592 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) 84212

[startup+25.5002 s]
/proc/loadavg: 2.02 2.07 2.02 3/179 28527
/proc/meminfo: memFree=28748428/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=84608 CPUtime=25.49 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 10562 0 0 0 2545 4 0 0 20 0 2 0 273931028 86638592 10505 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 21152 10505 187 432 0 20717 0
[pid=28525/tid=28526] ppid=28523 vsize=84608 CPUtime=25.41 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 9779 0 0 0 2537 4 0 0 20 0 2 0 273931028 86638592 10505 33554432000 4194304 5963574 140735060798000 140276871006200 4399651 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) 84608

[startup+51.1003 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 28527
/proc/meminfo: memFree=28726148/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=85776 CPUtime=51.08 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 16335 0 0 0 5102 6 0 0 20 0 2 0 273931028 87834624 16278 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 21444 16278 187 432 0 21009 0
[pid=28525/tid=28526] ppid=28523 vsize=85776 CPUtime=50.95 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 15552 0 0 0 5089 6 0 0 20 0 2 0 273931028 87834624 16278 33554432000 4194304 5963574 140735060798000 140276871006248 4399623 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) 85776

[startup+102.307 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 28527
/proc/meminfo: memFree=28701944/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=152828 CPUtime=102.26 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 20502 0 0 0 10218 8 0 0 20 0 2 0 273931028 156495872 20455 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 38207 20455 187 432 0 37772 0
[pid=28525/tid=28526] ppid=28523 vsize=152828 CPUtime=102 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 19719 0 0 0 10191 9 0 0 20 0 2 0 273931028 156495872 20455 33554432000 4194304 5963574 140735060798000 140276871006248 4388700 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) 152828

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/179 28528
/proc/meminfo: memFree=28662004/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=153744 CPUtime=162.24 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 27059 0 0 0 16213 11 0 0 20 0 2 0 273931028 157433856 27828 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 38436 27828 187 432 0 38001 0
[pid=28525/tid=28526] ppid=28523 vsize=153744 CPUtime=161.84 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 26276 0 0 0 16171 13 0 0 20 0 2 0 273931028 157433856 27828 33554432000 4194304 5963574 140735060798000 140276871006008 4399456 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) 153744

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 28528
/proc/meminfo: memFree=28629236/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=154624 CPUtime=222.23 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 31127 0 0 0 22210 13 0 0 20 0 2 0 273931028 158334976 31896 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 38656 31896 187 432 0 38221 0
[pid=28525/tid=28526] ppid=28523 vsize=154624 CPUtime=221.68 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 30344 0 0 0 22153 15 0 0 20 0 2 0 273931028 158334976 31896 33554432000 4194304 5963574 140735060798000 140276871006008 4220672 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) 154624

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 28528
/proc/meminfo: memFree=28593308/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=221596 CPUtime=282.2 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 37380 0 0 0 28204 16 0 0 20 0 2 0 273931028 226914304 38157 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 55399 38157 187 432 0 54964 0
[pid=28525/tid=28526] ppid=28523 vsize=221596 CPUtime=281.52 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 36597 0 0 0 28132 20 0 0 20 0 2 0 273931028 226914304 38157 33554432000 4194304 5963574 140735060798000 140276871006008 4403036 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 221596

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28528
/proc/meminfo: memFree=28583048/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=222780 CPUtime=342.18 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 38643 0 0 0 34201 17 0 0 20 0 2 0 273931028 228126720 39457 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 55695 39457 187 432 0 55260 0
[pid=28525/tid=28526] ppid=28523 vsize=222780 CPUtime=341.35 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 37860 0 0 0 34113 22 0 0 20 0 2 0 273931028 228126720 39457 33554432000 4194304 5963574 140735060798000 140276871006008 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 222780

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 28528
/proc/meminfo: memFree=28545188/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=223464 CPUtime=402.17 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 43371 0 0 0 40197 20 0 0 20 0 2 0 273931028 228827136 44185 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28577
/proc/meminfo: memFree=28418056/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=431380 CPUtime=1421.97 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 91024 0 0 0 142141 56 0 0 20 0 2 0 273931028 441733120 91747 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 107845 91747 187 432 0 107410 0
[pid=28525/tid=28526] ppid=28523 vsize=431380 CPUtime=1418.53 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 90241 0 0 0 141777 76 0 0 20 0 2 0 273931028 441733120 91747 33554432000 4194304 5963574 140735060798000 140276871006248 4400040 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) 431380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28577
/proc/meminfo: memFree=28377512/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=432464 CPUtime=1481.94 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 98143 0 0 0 148133 61 0 0 20 0 2 0 273931028 442843136 98866 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 108116 98866 187 432 0 107681 0
[pid=28525/tid=28526] ppid=28523 vsize=432464 CPUtime=1478.37 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 97360 0 0 0 147754 83 0 0 20 0 2 0 273931028 442843136 98866 33554432000 4194304 5963574 140735060798000 140276871006200 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 432464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28577
/proc/meminfo: memFree=28371960/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=432680 CPUtime=1541.94 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 99174 0 0 0 154132 62 0 0 20 0 2 0 273931028 443064320 99897 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 108170 99897 187 432 0 107735 0
[pid=28525/tid=28526] ppid=28523 vsize=432680 CPUtime=1538.22 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 98391 0 0 0 153737 85 0 0 20 0 2 0 273931028 443064320 99897 33554432000 4194304 5963574 140735060798000 140276871006200 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 432680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28577
/proc/meminfo: memFree=28338500/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=501808 CPUtime=1601.93 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 106928 0 0 0 160125 68 0 0 20 0 2 0 273931028 513851392 107651 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 125452 107651 187 432 0 125017 0
[pid=28525/tid=28526] ppid=28523 vsize=501808 CPUtime=1598.06 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 106145 0 0 0 159714 92 0 0 20 0 2 0 273931028 513851392 107651 33554432000 4194304 5963574 140735060798000 140276871005720 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 501808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28578
/proc/meminfo: memFree=28315160/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=501916 CPUtime=1661.92 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 109622 0 0 0 166121 71 0 0 20 0 2 0 273931028 513961984 110345 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 125479 110345 187 432 0 125044 0
[pid=28525/tid=28526] ppid=28523 vsize=501916 CPUtime=1657.91 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 108839 0 0 0 165695 96 0 0 20 0 2 0 273931028 513961984 110345 33554432000 4194304 5963574 140735060798000 140276871006200 4390941 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 501916

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28578
/proc/meminfo: memFree=28290572/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=502964 CPUtime=1721.89 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 109846 0 0 0 172118 71 0 0 20 0 2 0 273931028 515035136 110591 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 125741 110591 187 432 0 125306 0
[pid=28525/tid=28526] ppid=28523 vsize=502964 CPUtime=1717.74 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 109063 0 0 0 171677 97 0 0 20 0 2 0 273931028 515035136 110591 33554432000 4194304 5963574 140735060798000 140276871006008 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 502964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28272840/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=504652 CPUtime=1781.87 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 113038 0 0 0 178113 74 0 0 20 0 2 0 273931028 516763648 113777 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126163 113777 187 432 0 125728 0
[pid=28525/tid=28526] ppid=28523 vsize=504652 CPUtime=1777.58 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 112255 0 0 0 177657 101 0 0 20 0 2 0 273931028 516763648 113777 33554432000 4194304 5963574 140735060798000 140276871006200 4399642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 504652

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28268004/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=505684 CPUtime=1791.48 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 114236 0 0 0 179072 76 0 0 20 0 2 0 273931028 517820416 114975 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126421 114975 187 432 0 125986 0
[pid=28525/tid=28526] ppid=28523 vsize=505684 CPUtime=1787.16 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 113453 0 0 0 178614 102 0 0 20 0 2 0 273931028 517820416 114975 33554432000 4194304 5963574 140735060798000 140276871006200 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 505684

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28266144/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=505684 CPUtime=1794.68 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 114653 0 0 0 179392 76 0 0 20 0 2 0 273931028 517820416 115392 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126421 115392 187 432 0 125986 0
[pid=28525/tid=28526] ppid=28523 vsize=505684 CPUtime=1790.35 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 113870 0 0 0 178932 103 0 0 20 0 2 0 273931028 517820416 115392 33554432000 4194304 5963574 140735060798000 140276871006200 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 505684

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28265276/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=506492 CPUtime=1797.87 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 115010 0 0 0 179711 76 0 0 20 0 2 0 273931028 518647808 115749 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126623 115749 187 432 0 126188 0
[pid=28525/tid=28526] ppid=28523 vsize=506492 CPUtime=1793.54 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 114227 0 0 0 179251 103 0 0 20 0 2 0 273931028 518647808 115749 33554432000 4194304 5963574 140735060798000 140276871006200 4399605 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 506492

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28264780/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=506492 CPUtime=1798.67 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 115088 0 0 0 179791 76 0 0 20 0 2 0 273931028 518647808 115827 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126623 115827 187 432 0 126188 0
[pid=28525/tid=28526] ppid=28523 vsize=506492 CPUtime=1794.33 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 114305 0 0 0 179330 103 0 0 20 0 2 0 273931028 518647808 115827 33554432000 4194304 5963574 140735060798000 140276871006200 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 506492

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28264284/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=506492 CPUtime=1799.07 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 115135 0 0 0 179831 76 0 0 20 0 2 0 273931028 518647808 115874 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126623 115874 187 432 0 126188 0
[pid=28525/tid=28526] ppid=28523 vsize=506492 CPUtime=1794.74 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 114353 0 0 0 179371 103 0 0 20 0 2 0 273931028 518647808 115875 33554432000 4194304 5963574 140735060798000 140276871006200 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 506492

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28264284/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=507216 CPUtime=1799.48 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 115355 0 0 0 179871 77 0 0 20 0 2 0 273931028 519389184 116094 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126804 116094 187 432 0 126369 0
[pid=28525/tid=28526] ppid=28523 vsize=507216 CPUtime=1795.13 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 114572 0 0 0 179410 103 0 0 20 0 2 0 273931028 519389184 116094 33554432000 4194304 5963574 140735060798000 140276871006200 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 507216

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28581
/proc/meminfo: memFree=28264284/32873648 swapFree=6844/6844
[pid=28525] ppid=28523 vsize=507576 CPUtime=1799.58 cores=0,2,4,6
/proc/28525/stat : 28525 (wbo1.7) S 28523 28525 27916 0 -1 4202496 115373 0 0 0 179881 77 0 0 20 0 2 0 273931028 519757824 116112 33554432000 4194304 5963574 140735060798000 140735060797520 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28525/statm: 126894 116112 187 432 0 126459 0
[pid=28525/tid=28526] ppid=28523 vsize=507576 CPUtime=1795.23 cores=0,2,4,6
/proc/28525/task/28526/stat : 28526 (wbo1.7) R 28523 28525 27916 0 -1 4202560 114590 0 0 0 179420 103 0 0 20 0 2 0 273931028 519757824 116112 33554432000 4194304 5963574 140735060798000 140276871006200 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 507576

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28525 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=210238
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=45841
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.58
#
# 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.58
CPU user time (s): 1798.81
CPU system time (s): 0.77
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 507576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.04584
maximum resident set size= 464452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115374
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= 189
involuntary context switches= 1884

runsolver used 3.35049 second user time and 7.98978 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 02:20:52
IDJOB=3704717
IDBENCH=1167
IDSOLVER=2283
FILE ID=node124/3704717-1338078052
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-army13.24ls.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704717-1338078052/watcher-3704717-1338078052 -o /tmp/evaluation-result-3704717-1338078052/solver-3704717-1338078052 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704717-1338078052.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=287695318

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:        28790184 kB
Buffers:          322628 kB
Cached:          2701444 kB
SwapCached:            0 kB
Active:          1182192 kB
Inactive:        2096356 kB
Active(anon):     256720 kB
Inactive(anon):        0 kB
Active(file):     925472 kB
Inactive(file):  2096356 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        324584 kB
Mapped:            15092 kB
Shmem:               200 kB
Slab:             667164 kB
SReclaimable:     111664 kB
SUnreclaim:       555500 kB
KernelStack:        1496 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     173324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:50:52