Trace number 3704327

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.5 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704327-1338095180.opb.
0.00/0.00	c Instance file HOME/instance-3704327-1338095180.opb
0.00/0.00	c File size is 3508147 bytes.
0.19/0.28	c Highest Coefficient sum: 383
0.19/0.28	c ============================[ Problem Statistics ]=============================
0.19/0.28	c |                                                                             |
0.19/0.28	c |  Parsing time:          0.28         s                                      |
0.19/0.28	c |  Number Variables:      33396                                               |
0.19/0.28	c |  Number Clauses:        115587                                              |
0.19/0.28	c |  Number Cardinality:    0                                                   |
0.19/0.28	c |  Number PB Constraints: 548                                                 |
0.19/0.28	c |                                                                             |
0.29/0.33	c |  Problem Type:          Decision                                            |
0.29/0.33	c |  Objective Function:    None                                                |
0.29/0.33	c |                                                                             |
0.29/0.33	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3704327-1338095180/watcher-3704327-1338095180 -o /tmp/evaluation-result-3704327-1338095180/solver-3704327-1338095180 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704327-1338095180.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.04 2.01 2.00 3/177 20320
/proc/meminfo: memFree=27709472/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=7104 CPUtime=0 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) R 20318 20320 18256 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 275646515 7274496 400 33554432000 4194304 5965102 140737485741488 140736044577704 5139734 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 1776 400 169 433 0 483 0

[startup+0.0546171 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20320
/proc/meminfo: memFree=27709472/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=13176 CPUtime=0.04 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) R 20318 20320 18256 0 -1 4202496 2012 0 0 0 4 0 0 0 20 0 1 0 275646515 13492224 1932 33554432000 4194304 5965102 140737485741488 140736044577704 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 3294 1932 309 433 0 2001 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13176

[startup+0.100303 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20320
/proc/meminfo: memFree=27709472/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=15044 CPUtime=0.09 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) R 20318 20320 18256 0 -1 4202496 2590 0 0 0 9 0 0 0 20 0 1 0 275646515 15405056 2510 33554432000 4194304 5965102 140737485741488 140736044577704 5120570 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 3761 2510 459 433 0 2468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15044

[startup+0.300325 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20320
/proc/meminfo: memFree=27709472/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=106412 CPUtime=0.29 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 8732 0 0 0 28 1 0 0 20 0 2 0 275646515 108965888 7616 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26603 7620 176 433 0 26167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106412

[startup+0.700294 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20320
/proc/meminfo: memFree=27709472/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=0.69 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 12201 0 0 0 67 2 0 0 20 0 2 0 275646515 107978752 9973 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 9973 191 433 0 25926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105448

[startup+1.50032 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27670356/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=1.49 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 12444 0 0 0 147 2 0 0 20 0 2 0 275646515 107978752 10216 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 10216 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=1.2 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 6147 0 0 0 120 0 0 0 20 0 2 0 275646543 107978752 10216 33554432000 4194304 5965102 140737485741488 140474187074328 4400955 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) 105448

[startup+3.10034 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27668000/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=3.09 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 13117 0 0 0 307 2 0 0 20 0 2 0 275646515 107978752 10889 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 10889 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=2.79 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 6820 0 0 0 279 0 0 0 20 0 2 0 275646543 107978752 10889 33554432000 4194304 5965102 140737485741488 140474187073336 4400955 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) 105448

[startup+6.30032 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27661552/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=6.29 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 14427 0 0 0 627 2 0 0 20 0 2 0 275646515 107978752 12199 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 12199 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=5.99 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 8130 0 0 0 598 1 0 0 20 0 2 0 275646543 107978752 12199 33554432000 4194304 5965102 140737485741488 140474187073576 4390210 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) 105448

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27652936/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=12.69 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 16626 0 0 0 1266 3 0 0 20 0 2 0 275646515 107978752 14398 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 14398 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=12.37 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 10329 0 0 0 1235 2 0 0 20 0 2 0 275646543 107978752 14398 33554432000 4194304 5965102 140737485741488 140474187073528 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) 105448

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27637420/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=25.49 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 20383 0 0 0 2544 5 0 0 20 0 2 0 275646515 107978752 18155 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 18155 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=25.14 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 14086 0 0 0 2510 4 0 0 20 0 2 0 275646543 107978752 18155 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 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) 105448

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20322
/proc/meminfo: memFree=27629080/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=105448 CPUtime=51.08 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 22542 0 0 0 5102 6 0 0 20 0 2 0 275646515 107978752 20314 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 26362 20314 191 433 0 25926 0
[pid=20320/tid=20322] ppid=20318 vsize=105448 CPUtime=50.67 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 16245 0 0 0 5062 5 0 0 20 0 2 0 275646543 107978752 20314 33554432000 4194304 5965102 140737485741488 140474187073528 4400960 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) 105448

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20322
/proc/meminfo: memFree=27592744/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=172608 CPUtime=102.28 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 31181 0 0 0 10217 11 0 0 20 0 2 0 275646515 176750592 28953 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 43152 28953 191 433 0 42716 0
[pid=20320/tid=20322] ppid=20318 vsize=172608 CPUtime=101.75 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 24884 0 0 0 10164 11 0 0 20 0 2 0 275646543 176750592 28953 33554432000 4194304 5965102 140737485741488 140474187073336 4393995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 172608

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20323
/proc/meminfo: memFree=27577244/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=172608 CPUtime=162.26 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 34286 0 0 0 16213 13 0 0 20 0 2 0 275646515 176750592 32058 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 43152 32058 191 433 0 42716 0
[pid=20320/tid=20322] ppid=20318 vsize=172608 CPUtime=161.59 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 27989 0 0 0 16145 14 0 0 20 0 2 0 275646543 176750592 32058 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 172608

[startup+222.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/180 20326
/proc/meminfo: memFree=27549704/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=172608 CPUtime=222.26 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 40640 0 0 0 22208 18 0 0 20 0 2 0 275646515 176750592 38412 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 43152 38412 191 433 0 42716 0
[pid=20320/tid=20322] ppid=20318 vsize=172608 CPUtime=221.43 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 34343 0 0 0 22123 20 0 0 20 0 2 0 275646543 176750592 38412 33554432000 4194304 5965102 140737485741488 140474187073576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 172608

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 20326
/proc/meminfo: memFree=27514748/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=238952 CPUtime=282.25 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 43716 0 0 0 28204 21 0 0 20 0 2 0 275646515 244686848 41488 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 59738 41488 191 433 0 59302 0
[pid=20320/tid=20322] ppid=20318 vsize=238952 CPUtime=281.28 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 37419 0 0 0 28104 24 0 0 20 0 2 0 275646543 244686848 41488 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 238952

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 20326
/proc/meminfo: memFree=27466560/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=238952 CPUtime=342.19 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 49417 0 0 0 34194 25 0 0 20 0 2 0 275646515 244686848 47241 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 59738 47241 191 433 0 59302 0
[pid=20320/tid=20322] ppid=20318 vsize=238952 CPUtime=341.09 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 43120 0 0 0 34080 29 0 0 20 0 2 0 275646543 244686848 47241 33554432000 4194304 5965102 140737485741488 140474187073528 4391289 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 238952

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 20326
/proc/meminfo: memFree=27415872/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=238952 CPUtime=402.14 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 57624 0 0 0 40182 32 0 0 20 0 2 0 275646515 244686848 55449 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 59738 55449 191 433 0 59302 0
[pid=20320/tid=20322] ppid=20318 vsize=238952 CPUtime=400.88 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 51327 0 0 0 40052 36 0 0 20 0 2 0 275646543 244686848 55449 33554432000 4194304 5965102 140737485741488 140474187073528 4401149 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 238952

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 20327
/proc/meminfo: memFree=27382568/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=305704 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 20376
/proc/meminfo: memFree=27173500/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=504136 CPUtime=1421.87 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 123526 0 0 0 142082 105 0 0 20 0 2 0 275646515 516235264 121649 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 126034 121649 191 433 0 125598 0
[pid=20320/tid=20322] ppid=20318 vsize=504136 CPUtime=1418.16 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 117229 0 0 0 141691 125 0 0 20 0 2 0 275646543 516235264 121649 33554432000 4194304 5965102 140737485741488 140474187073528 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 504136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20376
/proc/meminfo: memFree=27142260/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1481.86 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 124487 0 0 0 148080 106 0 0 20 0 2 0 275646515 583344128 122610 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 122610 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1478 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 118190 0 0 0 147673 127 0 0 20 0 2 0 275646543 583344128 122610 33554432000 4194304 5965102 140737485741488 140474187073336 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 569672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20376
/proc/meminfo: memFree=27124028/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1541.85 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 124700 0 0 0 154079 106 0 0 20 0 2 0 275646515 583344128 122822 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 122822 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1537.84 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 118403 0 0 0 153656 128 0 0 20 0 2 0 275646543 583344128 122822 33554432000 4194304 5965102 140737485741488 140474187073336 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 569672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20376
/proc/meminfo: memFree=27115348/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1601.84 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 124851 0 0 0 160078 106 0 0 20 0 2 0 275646515 583344128 122973 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 122973 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1597.69 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 118554 0 0 0 159640 129 0 0 20 0 2 0 275646543 583344128 122973 33554432000 4194304 5965102 140737485741488 140474187073336 4393747 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 569672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20377
/proc/meminfo: memFree=27091032/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1661.82 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125046 0 0 0 166076 106 0 0 20 0 2 0 275646515 583344128 123168 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123168 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1657.54 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 118749 0 0 0 165624 130 0 0 20 0 2 0 275646543 583344128 123168 33554432000 4194304 5965102 140737485741488 140474187073336 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 569672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20378
/proc/meminfo: memFree=27067048/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1721.82 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125133 0 0 0 172076 106 0 0 20 0 2 0 275646515 583344128 123255 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123255 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1717.38 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 118836 0 0 0 171607 131 0 0 20 0 2 0 275646543 583344128 123255 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 569672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27049128/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1781.81 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125308 0 0 0 178075 106 0 0 20 0 2 0 275646515 583344128 123430 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123430 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1777.23 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119011 0 0 0 177592 131 0 0 20 0 2 0 275646543 583344128 123430 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 569672

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 20378
/proc/meminfo: memFree=27046400/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1791.41 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125322 0 0 0 179035 106 0 0 20 0 2 0 275646515 583344128 123444 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123444 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1786.81 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119025 0 0 0 178549 132 0 0 20 0 2 0 275646543 583344128 123444 33554432000 4194304 5965102 140737485741488 140474187073336 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 569672

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27046152/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1794.61 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125358 0 0 0 179355 106 0 0 20 0 2 0 275646515 583344128 123480 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123480 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1790 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119061 0 0 0 178868 132 0 0 20 0 2 0 275646543 583344128 123480 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 569672

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27045656/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1797.8 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125382 0 0 0 179674 106 0 0 20 0 2 0 275646515 583344128 123504 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123504 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1793.19 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119085 0 0 0 179187 132 0 0 20 0 2 0 275646543 583344128 123504 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 569672

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27045408/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1798.6 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125383 0 0 0 179754 106 0 0 20 0 2 0 275646515 583344128 123505 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123505 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1793.99 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119086 0 0 0 179267 132 0 0 20 0 2 0 275646543 583344128 123505 33554432000 4194304 5965102 140737485741488 140474187073336 4404748 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 569672

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27045160/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1799.01 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125383 0 0 0 179795 106 0 0 20 0 2 0 275646515 583344128 123505 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123505 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1794.39 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119086 0 0 0 179307 132 0 0 20 0 2 0 275646543 583344128 123505 33554432000 4194304 5965102 140737485741488 140474187073336 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 569672

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27045160/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1799.4 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125383 0 0 0 179834 106 0 0 20 0 2 0 275646515 583344128 123505 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123505 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1794.79 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119086 0 0 0 179347 132 0 0 20 0 2 0 275646543 583344128 123505 33554432000 4194304 5965102 140737485741488 140474187073336 4401082 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 569672

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20378
/proc/meminfo: memFree=27045160/32873844 swapFree=6856/6856
[pid=20320] ppid=20318 vsize=569672 CPUtime=1799.5 cores=0,2,4,6
/proc/20320/stat : 20320 (pwbo2.0) S 20318 20320 18256 0 -1 4202496 125383 0 0 0 179844 106 0 0 20 0 2 0 275646515 583344128 123505 33554432000 4194304 5965102 140737485741488 140737485741008 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20320/statm: 142418 123505 191 433 0 141982 0
[pid=20320/tid=20322] ppid=20318 vsize=569672 CPUtime=1794.89 cores=0,2,4,6
/proc/20320/task/20322/stat : 20322 (pwbo2.0) R 20318 20320 18256 0 -1 4202560 119086 0 0 0 179357 132 0 0 20 0 2 0 275646543 583344128 123505 33554432000 4194304 5965102 140737485741488 140474187073336 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 569672

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20320 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=850293
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=346795
# CPU time returned by wait4() is 1795.2
# while last known CPU time is 1799.5
#
# 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.5
CPU user time (s): 1798.44
CPU system time (s): 1.06
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 569672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 1.34679
maximum resident set size= 494036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125387
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= 212
involuntary context switches= 1846

runsolver used 2.72159 second user time and 7.83481 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 07:06:20
IDJOB=3704327
IDBENCH=74121
IDSOLVER=2280
FILE ID=node106/3704327-1338095180
RUNJOBID= node106-1338087979-18272
PBS_JOBID= 14624450
Free space on /tmp= 71368 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704327-1338095180/watcher-3704327-1338095180 -o /tmp/evaluation-result-3704327-1338095180/solver-3704327-1338095180 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704327-1338095180.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=74253663

node106.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.065
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.13
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.065
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		: 2667.065
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.91
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.065
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.92
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.065
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.91
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.065
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		: 2667.065
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.91
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.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27709804 kB
Buffers:          319296 kB
Cached:          3543600 kB
SwapCached:            0 kB
Active:          1643540 kB
Inactive:        2708784 kB
Active(anon):     491920 kB
Inactive(anon):        0 kB
Active(file):    1151620 kB
Inactive(file):  2708784 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        495836 kB
Mapped:            15120 kB
Shmem:               200 kB
Slab:             669248 kB
SReclaimable:     111700 kB
SUnreclaim:       557548 kB
KernelStack:        1488 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     173180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71320 MiB
End job on node106 at 2012-05-27 07:36:20