Trace number 3728275

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.72? 1799.51 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-33-100-0.wbo
MD5SUM511a250f181b5f88452d86a600065d28
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark540
Best CPU time to get the best result obtained on this benchmark1797.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints20091
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 1014619
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1014618
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728275-1338674828.wbo.
0.00/0.00	c Instance file HOME/instance-3728275-1338674828.wbo
0.00/0.00	c File size is 966558 bytes.
0.00/0.07	c Highest Coefficient sum: 254
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Parsing time:          0.07         s                                      |
0.00/0.07	c |  Number Variables:      29499                                               |
0.00/0.07	c |  Number Clauses:        29678                                               |
0.00/0.07	c |  Number Cardinality:    0                                                   |
0.00/0.07	c |  Number PB Constraints: 312                                                 |
0.00/0.07	c |                                                                             |
0.29/0.33	c |  Problem Type:          Optimization                                        |
0.29/0.33	c |  Objective Function:    PB Constraint                                       |
0.29/0.33	c |                                                                             |
0.29/0.33	c ============================[ Search Statistics ]==============================
0.29/0.33	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.29/0.33	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.29/0.33	c ===============================================================================
15.48/15.52	c | 15.53     | 0  | 1            lb |  0                0                0.00  |
29.18/29.25	c | 29.26     | 0  | 2            lb |  0                0                0.00  |
51.27/51.34	c | 51.34     | 0  | 3            lb |  0                0                0.00  |
85.46/85.56	c | 85.56     | 0  | 4            lb |  0                0                0.00  |
116.44/116.55	c | 116.55    | 0  | 5            lb |  0                0                0.00  |
182.80/182.90	c | 182.91    | 0  | 6            lb |  0                0                0.00  |
269.69/269.89	c | 269.89    | 0  | 7            lb |  0                0                0.00  |
378.46/378.65	c | 378.65    | 0  | 8            lb |  0                0                0.00  |
604.77/605.09	c | 605.10    | 0  | 9            lb |  0                0                0.00  |
950.40/950.77	c | 950.78    | 0  | 10           lb |  0                0                0.00  |
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3728275-1338674828/watcher-3728275-1338674828 -o /tmp/evaluation-result-3728275-1338674828/solver-3728275-1338674828 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728275-1338674828.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.66 1.85 2/173 14348
/proc/meminfo: memFree=29088052/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=4768 CPUtime=0 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) R 14346 14348 13658 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 333607696 4882432 449 33554432000 4194304 5964350 140735308761872 140734309490408 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 1192 449 170 433 0 520 0

[startup+0.09173 s]
/proc/loadavg: 1.13 1.66 1.85 2/173 14348
/proc/meminfo: memFree=29088052/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94928 CPUtime=0.08 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 4750 0 0 0 8 0 0 0 20 0 2 0 333607696 97206272 4466 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23732 4466 179 433 0 23296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 94928

[startup+0.100268 s]
/proc/loadavg: 1.13 1.66 1.85 2/173 14348
/proc/meminfo: memFree=29088052/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94928 CPUtime=0.09 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 4792 0 0 0 9 0 0 0 20 0 2 0 333607696 97206272 4508 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23732 4508 179 433 0 23296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 94928

[startup+0.300135 s]
/proc/loadavg: 1.13 1.66 1.85 2/173 14348
/proc/meminfo: memFree=29088052/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94928 CPUtime=0.29 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 4874 0 0 0 29 0 0 0 20 0 2 0 333607696 97206272 4590 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23732 4590 180 433 0 23296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94928

[startup+0.700157 s]
/proc/loadavg: 1.13 1.66 1.85 2/173 14348
/proc/meminfo: memFree=29088052/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94740 CPUtime=0.69 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 7324 0 0 0 68 1 0 0 20 0 2 0 333607696 97013760 6348 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23685 6348 196 433 0 23249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94740

[startup+1.50027 s]
/proc/loadavg: 1.20 1.67 1.85 3/175 14404
/proc/meminfo: memFree=29065128/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94740 CPUtime=1.48 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 8758 0 0 0 147 1 0 0 20 0 2 0 333607696 97013760 7782 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23685 7782 196 433 0 23249 0
[pid=14348/tid=14361] ppid=14346 vsize=94740 CPUtime=1.4 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 5927 0 0 0 139 1 0 0 20 0 2 0 333607704 97013760 7782 33554432000 4194304 5964350 140735308761872 139875903211512 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94740

[startup+3.10028 s]
/proc/loadavg: 1.20 1.67 1.85 3/179 14454
/proc/meminfo: memFree=29036924/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94740 CPUtime=3.09 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 11691 0 0 0 307 2 0 0 20 0 2 0 333607696 97013760 10715 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23685 10715 196 433 0 23249 0
[pid=14348/tid=14361] ppid=14346 vsize=94740 CPUtime=2.99 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 8860 0 0 0 298 1 0 0 20 0 2 0 333607704 97013760 10715 33554432000 4194304 5964350 140735308761872 139875903211512 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94740

[startup+6.30033 s]
/proc/loadavg: 1.26 1.67 1.85 3/179 14493
/proc/meminfo: memFree=28989424/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=94740 CPUtime=6.28 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 17527 0 0 0 625 3 0 0 20 0 2 0 333607696 97013760 16551 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 23685 16551 196 433 0 23249 0
[pid=14348/tid=14361] ppid=14346 vsize=94740 CPUtime=6.18 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 14696 0 0 0 615 3 0 0 20 0 2 0 333607704 97013760 16551 33554432000 4194304 5964350 140735308761872 139875903211512 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 94740

[startup+12.7003 s]
/proc/loadavg: 1.32 1.68 1.85 3/179 14532
/proc/meminfo: memFree=28963728/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=160276 CPUtime=12.68 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 28275 0 0 0 1262 6 0 0 20 0 2 0 333607696 164122624 27299 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 40069 27299 196 433 0 39633 0
[pid=14348/tid=14361] ppid=14346 vsize=160276 CPUtime=12.57 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 25444 0 0 0 1251 6 0 0 20 0 2 0 333607704 164122624 27299 33554432000 4194304 5964350 140735308761872 139875903211512 4403263 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 160276

[startup+25.5003 s]
/proc/loadavg: 1.47 1.69 1.85 3/179 14532
/proc/meminfo: memFree=28914652/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=158004 CPUtime=25.48 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 33768 0 0 0 2540 8 0 0 20 0 2 0 333607696 161796096 31792 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 39501 31792 200 433 0 39065 0
[pid=14348/tid=14361] ppid=14346 vsize=158004 CPUtime=25.33 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 30937 0 0 0 2526 7 0 0 20 0 2 0 333607704 161796096 31792 33554432000 4194304 5964350 140735308761872 139875903212472 4399832 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158004

[startup+51.1003 s]
/proc/loadavg: 1.65 1.72 1.86 3/179 14532
/proc/meminfo: memFree=28816536/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=223540 CPUtime=51.07 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 49449 0 0 0 5095 12 0 0 20 0 2 0 333607696 228904960 46966 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 55885 46966 200 433 0 55449 0
[pid=14348/tid=14361] ppid=14346 vsize=223540 CPUtime=50.87 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 46618 0 0 0 5075 12 0 0 20 0 2 0 333607704 228904960 46966 33554432000 4194304 5964350 140735308761872 139875903211512 4399996 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 223540

[startup+102.307 s]
/proc/loadavg: 1.85 1.76 1.86 3/178 14532
/proc/meminfo: memFree=28663508/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=353168 CPUtime=102.25 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 71100 0 0 0 10208 17 0 0 20 0 2 0 333607696 361644032 68314 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 88292 68314 200 433 0 87856 0
[pid=14348/tid=14361] ppid=14346 vsize=353168 CPUtime=101.92 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 68269 0 0 0 10174 18 0 0 20 0 2 0 333607704 361644032 68314 33554432000 4194304 5964350 140735308761872 139875903211880 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 353168

[startup+162.3 s]
/proc/loadavg: 1.94 1.80 1.87 3/179 14533
/proc/meminfo: memFree=28615364/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=353168 CPUtime=162.22 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 71978 0 0 0 16204 18 0 0 20 0 2 0 333607696 361644032 69162 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 88292 69162 200 433 0 87856 0
[pid=14348/tid=14361] ppid=14346 vsize=353168 CPUtime=161.74 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 69147 0 0 0 16155 19 0 0 20 0 2 0 333607704 361644032 69162 33554432000 4194304 5964350 140735308761872 139875903212056 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 353168

[startup+222.3 s]
/proc/loadavg: 1.98 1.83 1.87 3/180 14536
/proc/meminfo: memFree=28451664/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=422772 CPUtime=222.2 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 99842 0 0 0 22192 28 0 0 20 0 2 0 333607696 432918528 97258 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 105693 97258 200 433 0 105257 0
[pid=14348/tid=14361] ppid=14346 vsize=422772 CPUtime=221.56 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 97011 0 0 0 22125 31 0 0 20 0 2 0 333607704 432918528 97258 33554432000 4194304 5964350 140735308761872 139875903211848 4399944 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 422772

[startup+282.3 s]
/proc/loadavg: 1.99 1.86 1.88 3/179 14536
/proc/meminfo: memFree=28432668/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=418444 CPUtime=282.19 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 99914 0 0 0 28191 28 0 0 20 0 2 0 333607696 428486656 96393 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 104611 96393 200 433 0 104175 0
[pid=14348/tid=14361] ppid=14346 vsize=418444 CPUtime=281.41 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 97083 0 0 0 28109 32 0 0 20 0 2 0 333607704 428486656 96393 33554432000 4194304 5964350 140735308761872 139875903212472 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 418444

[startup+342.3 s]
/proc/loadavg: 1.99 1.88 1.88 3/179 14536
/proc/meminfo: memFree=28404600/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=418444 CPUtime=342.18 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 99960 0 0 0 34190 28 0 0 20 0 2 0 333607696 428486656 96439 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 104611 96439 200 433 0 104175 0
[pid=14348/tid=14361] ppid=14346 vsize=418444 CPUtime=341.25 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 97129 0 0 0 34092 33 0 0 20 0 2 0 333607704 428486656 96439 33554432000 4194304 5964350 140735308761872 139875903212472 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 418444

[startup+402.3 s]
/proc/loadavg: 1.99 1.90 1.89 3/179 14536
/proc/meminfo: memFree=28223864/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=483980 CPUtime=402.15 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 116168 0 0 0 40182 33 0 0 20 0 2 0 333607696 495595520 112643 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 120995 112643 200 433 0 120559 0
[pid=14348/tid=14361] ppid=14346 vsize=483980 CPUtime=401.08 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 113337 0 0 0 40069 39 0 0 20 0 2 0 333607704 495595520 112643 33554432000 4194304 5964350 140735308761872 139875903211864 4403495 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 483980

[startup+462.3 s]
/proc/loadavg: 1.99 1.92 1.90 3/179 14537
/proc/meminfo: memFree=28185204/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=483980 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.93 3/180 14547
/proc/meminfo: memFree=27497092/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1421.88 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 142090 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1418.34 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 141715 119 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4400748 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1139340

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 14547
/proc/meminfo: memFree=27497224/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1481.86 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 148088 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1478.18 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 147698 120 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1139340

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/180 14548
/proc/meminfo: memFree=27497092/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1541.85 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 154087 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1538.03 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 153682 121 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1139340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14548
/proc/meminfo: memFree=27482956/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1601.84 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 160086 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1597.88 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 159666 122 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4388188 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1139340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27369872/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1661.83 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 166085 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1657.72 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 165649 123 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1139340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27276172/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1721.82 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 297365 0 0 0 172084 98 0 0 20 0 2 0 333607696 1166684160 277116 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 277116 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1717.57 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 294534 0 0 0 171633 124 0 0 20 0 2 0 333607704 1166684160 277116 33554432000 4194304 5964350 140735308761872 139875903211848 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1139340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27180816/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1139340 CPUtime=1781.82 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 299511 0 0 0 178083 99 0 0 20 0 2 0 333607696 1166684160 279262 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 284835 279262 200 433 0 284399 0
[pid=14348/tid=14361] ppid=14346 vsize=1139340 CPUtime=1777.42 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 296680 0 0 0 177616 126 0 0 20 0 2 0 333607704 1166684160 279262 33554432000 4194304 5964350 140735308761872 139875903211512 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1139340

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27130224/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1791.42 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 306410 0 0 0 179041 101 0 0 20 0 2 0 333607696 1233793024 286161 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 286161 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1787 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 303579 0 0 0 178572 128 0 0 20 0 2 0 333607704 1233793024 286161 33554432000 4194304 5964350 140735308761872 139875903211512 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 1204876

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27118940/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1794.62 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 308740 0 0 0 179360 102 0 0 20 0 2 0 333607696 1233793024 288491 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 288491 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1790.19 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 305909 0 0 0 178891 128 0 0 20 0 2 0 333607704 1233793024 288491 33554432000 4194304 5964350 140735308761872 139875903211512 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 1204876

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27113980/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1797.81 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 310805 0 0 0 179678 103 0 0 20 0 2 0 333607696 1233793024 290556 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 290556 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1793.37 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 307974 0 0 0 179208 129 0 0 20 0 2 0 333607704 1233793024 290556 33554432000 4194304 5964350 140735308761872 139875903211512 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 1204876

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27110136/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1798.61 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 311468 0 0 0 179758 103 0 0 20 0 2 0 333607696 1233793024 291219 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 291219 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1794.17 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 308637 0 0 0 179287 130 0 0 20 0 2 0 333607704 1233793024 291219 33554432000 4194304 5964350 140735308761872 139875903211512 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 1204876

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27106664/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1799.02 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 311741 0 0 0 179799 103 0 0 20 0 2 0 333607696 1233793024 291492 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 291492 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1794.58 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 308910 0 0 0 179328 130 0 0 20 0 2 0 333607704 1233793024 291492 33554432000 4194304 5964350 140735308761872 139875903211512 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 1204876

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27106664/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1799.41 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 312015 0 0 0 179838 103 0 0 20 0 2 0 333607696 1233793024 291766 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 291766 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1794.97 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 309184 0 0 0 179367 130 0 0 20 0 2 0 333607704 1233793024 291766 33554432000 4194304 5964350 140735308761872 139875903211512 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 1204876

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14549
/proc/meminfo: memFree=27106664/32873844 swapFree=7120/7120
[pid=14348] ppid=14346 vsize=1204876 CPUtime=1799.51 cores=1,3,5,7
/proc/14348/stat : 14348 (wbo1.72) S 14346 14348 13658 0 -1 4202496 312078 0 0 0 179848 103 0 0 20 0 2 0 333607696 1233793024 291829 33554432000 4194304 5964350 140735308761872 140735308761392 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14348/statm: 301219 291829 200 433 0 300783 0
[pid=14348/tid=14361] ppid=14346 vsize=1204876 CPUtime=1795.07 cores=1,3,5,7
/proc/14348/task/14361/stat : 14361 (wbo1.72) R 14346 14348 13658 0 -1 4202560 309247 0 0 0 179377 130 0 0 20 0 2 0 333607704 1233793024 291829 33554432000 4194304 5964350 140735308761872 139875903211512 4403287 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 1204876

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14348 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=322798
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.51
#
# 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.51
CPU user time (s): 1798.48
CPU system time (s): 1.03
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 1204876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 1.3228
maximum resident set size= 1167324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312080
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= 252
involuntary context switches= 2889

runsolver used 3.01754 second user time and 8.47071 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 00:07:08
IDJOB=3728275
IDBENCH=79086
IDSOLVER=2315
FILE ID=node142/3728275-1338674828
RUNJOBID= node142-1338674826-14151
PBS_JOBID= 14636499
Free space on /tmp= 71184 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j605_10-unsat--soft-33-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728275-1338674828/watcher-3728275-1338674828 -o /tmp/evaluation-result-3728275-1338674828/solver-3728275-1338674828 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728275-1338674828.wbo

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

MD5SUM BENCH= 511a250f181b5f88452d86a600065d28
RANDOM SEED=1937940648

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.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		: 2666.776
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		: 2666.776
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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		: 2666.776
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:        29088076 kB
Buffers:          235480 kB
Cached:          2726132 kB
SwapCached:            0 kB
Active:          1107912 kB
Inactive:        1865192 kB
Active(anon):       2824 kB
Inactive(anon):    11236 kB
Active(file):    1105088 kB
Inactive(file):  1853956 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12988 kB
Writeback:             0 kB
AnonPages:         17976 kB
Mapped:             9780 kB
Shmem:               200 kB
Slab:             674864 kB
SReclaimable:     116112 kB
SUnreclaim:       558752 kB
KernelStack:        1424 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71180 MiB
End job on node142 at 2012-06-03 00:37:08