Trace number 3728219

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
MD5SUM8ea1de4cad02f20126bf15704ca9ee6a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.15337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6480
Total number of constraints161
Number of soft constraints109
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
Top cost 6056
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6055
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728219-1338673056.wbo.
0.00/0.00	c Instance file HOME/instance-3728219-1338673056.wbo
0.00/0.00	c File size is 116438 bytes.
0.00/0.01	c Highest Coefficient sum: 82
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6589                                                |
0.00/0.01	c |  Number Clauses:        81                                                  |
0.00/0.01	c |  Number Cardinality:    25                                                  |
0.00/0.01	c |  Number PB Constraints: 55                                                  |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    PB Constraint                                       |
0.00/0.02	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.02	c ===============================================================================
1799.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3728219-1338673056/watcher-3728219-1338673056 -o /tmp/evaluation-result-3728219-1338673056/solver-3728219-1338673056 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728219-1338673056.wbo 

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.01 2.01 1.95 2/177 25488
/proc/meminfo: memFree=30970492/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=4396 CPUtime=0 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) R 25486 25488 25000 0 -1 4202496 561 0 0 0 0 0 0 0 20 0 1 0 333434163 4501504 514 33554432000 4194304 5964350 140734229143408 140735881573096 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 1099 514 163 433 0 634 0

[startup+0.0372519 s]
/proc/loadavg: 2.01 2.01 1.95 2/177 25488
/proc/meminfo: memFree=30970492/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=0.03 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 2077 0 0 0 3 0 0 0 20 0 2 0 333434163 87830528 1892 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 1892 191 433 0 21007 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85772

[startup+0.100271 s]
/proc/loadavg: 2.01 2.01 1.95 2/177 25488
/proc/meminfo: memFree=30970492/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=0.09 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 2268 0 0 0 9 0 0 0 20 0 2 0 333434163 87830528 2083 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 2083 193 433 0 21007 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85772

[startup+0.300221 s]
/proc/loadavg: 2.01 2.01 1.95 2/177 25488
/proc/meminfo: memFree=30970492/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=0.28 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 2666 0 0 0 28 0 0 0 20 0 2 0 333434163 87830528 2481 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 2481 193 433 0 21007 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85772

[startup+0.700221 s]
/proc/loadavg: 2.01 2.01 1.95 2/177 25488
/proc/meminfo: memFree=30970492/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=0.68 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 3384 0 0 0 68 0 0 0 20 0 2 0 333434163 87830528 3199 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 3199 193 433 0 21007 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85772

[startup+1.50025 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 25490
/proc/meminfo: memFree=30956696/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=1.49 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 4722 0 0 0 148 1 0 0 20 0 2 0 333434163 87830528 4537 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 4537 193 433 0 21007 0
[pid=25488/tid=25490] ppid=25486 vsize=85772 CPUtime=1.47 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 3486 0 0 0 146 1 0 0 20 0 2 0 333434164 87830528 4537 33554432000 4194304 5964350 140734229143408 140217337231400 5136340 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) 85772

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 25490
/proc/meminfo: memFree=30949504/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=3.09 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 7151 0 0 0 307 2 0 0 20 0 2 0 333434163 87830528 6966 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 6966 193 433 0 21007 0
[pid=25488/tid=25490] ppid=25486 vsize=85772 CPUtime=3.07 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 5915 0 0 0 305 2 0 0 20 0 2 0 333434164 87830528 6966 33554432000 4194304 5964350 140734229143408 140217337231352 5136340 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) 85772

[startup+6.30025 s]
/proc/loadavg: 2.09 2.03 1.96 3/179 25490
/proc/meminfo: memFree=30937352/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=6.29 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 8745 0 0 0 627 2 0 0 20 0 2 0 333434163 87830528 8560 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 8560 193 433 0 21007 0
[pid=25488/tid=25490] ppid=25486 vsize=85772 CPUtime=6.27 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 7509 0 0 0 624 3 0 0 20 0 2 0 333434164 87830528 8560 33554432000 4194304 5964350 140734229143408 140217337231352 4399987 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) 85772

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 25490
/proc/meminfo: memFree=30923256/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=85772 CPUtime=12.68 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 12010 0 0 0 1265 3 0 0 20 0 2 0 333434163 87830528 11825 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 21443 11825 193 433 0 21007 0
[pid=25488/tid=25490] ppid=25486 vsize=85772 CPUtime=12.67 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 10774 0 0 0 1263 4 0 0 20 0 2 0 333434164 87830528 11825 33554432000 4194304 5964350 140734229143408 140217337231352 4381880 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85772

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 25490
/proc/meminfo: memFree=30899820/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=151308 CPUtime=25.49 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 18159 0 0 0 2543 6 0 0 20 0 2 0 333434163 154939392 17974 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 37827 17974 193 433 0 37391 0
[pid=25488/tid=25490] ppid=25486 vsize=151308 CPUtime=25.47 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 16923 0 0 0 2541 6 0 0 20 0 2 0 333434164 154939392 17974 33554432000 4194304 5964350 140734229143408 140217337231352 5136340 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) 151308

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 25491
/proc/meminfo: memFree=30854808/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=151632 CPUtime=51.08 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 30236 0 0 0 5100 8 0 0 20 0 2 0 333434163 155271168 30051 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 37908 30051 193 433 0 37472 0
[pid=25488/tid=25490] ppid=25486 vsize=151632 CPUtime=51.07 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 29000 0 0 0 5098 9 0 0 20 0 2 0 333434164 155271168 30051 33554432000 4194304 5964350 140734229143408 140217337231352 5136340 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) 151632

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 1.96 3/179 25491
/proc/meminfo: memFree=30704952/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=282864 CPUtime=102.28 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 66643 0 0 0 10209 19 0 0 20 0 2 0 333434163 289652736 66458 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 70716 66458 193 433 0 70280 0
[pid=25488/tid=25490] ppid=25486 vsize=282864 CPUtime=102.28 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 65407 0 0 0 10208 20 0 0 20 0 2 0 333434164 289652736 66458 33554432000 4194304 5964350 140734229143408 140217337231352 5136340 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) 282864

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/180 25533
/proc/meminfo: memFree=31264224/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=348640 CPUtime=162.26 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 81816 0 0 0 16201 25 0 0 20 0 2 0 333434163 357007360 81837 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 87160 81837 193 433 0 86724 0
[pid=25488/tid=25490] ppid=25486 vsize=348640 CPUtime=162.27 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 80580 0 0 0 16199 28 0 0 20 0 2 0 333434164 357007360 81837 33554432000 4194304 5964350 140734229143408 140217337231352 4220672 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) 348640

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/179 25533
/proc/meminfo: memFree=31182916/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=414176 CPUtime=222.22 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 84478 0 0 0 22197 25 0 0 20 0 2 0 333434163 424116224 84500 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 103544 84500 193 433 0 103108 0
[pid=25488/tid=25490] ppid=25486 vsize=414176 CPUtime=222.25 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 83242 0 0 0 22196 29 0 0 20 0 2 0 333434164 424116224 84500 33554432000 4194304 5964350 140734229143408 140217337231352 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 414176

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 1.97 3/178 25533
/proc/meminfo: memFree=31098880/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=414176 CPUtime=282.17 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 84519 0 0 0 28192 25 0 0 20 0 2 0 333434163 424116224 84532 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 103544 84532 193 433 0 103108 0
[pid=25488/tid=25490] ppid=25486 vsize=414176 CPUtime=282.22 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 83283 0 0 0 28192 30 0 0 20 0 2 0 333434164 424116224 84532 33554432000 4194304 5964350 140734229143408 140217337231352 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 414176

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 1.97 3/178 25534
/proc/meminfo: memFree=30933392/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=479712 CPUtime=342.14 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 108514 0 0 0 34180 34 0 0 20 0 2 0 333434163 491225088 109365 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 119928 109365 193 433 0 119492 0
[pid=25488/tid=25490] ppid=25486 vsize=479712 CPUtime=342.19 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 107278 0 0 0 34179 40 0 0 20 0 2 0 333434164 491225088 109365 33554432000 4194304 5964350 140734229143408 140217337231352 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 479712

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/179 25535
/proc/meminfo: memFree=30934032/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=479712 CPUtime=402.13 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 108515 0 0 0 40179 34 0 0 20 0 2 0 333434163 491225088 109366 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 119928 109366 193 433 0 119492 0
[pid=25488/tid=25490] ppid=25486 vsize=479712 CPUtime=402.2 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 107279 0 0 0 40179 41 0 0 20 0 2 0 333434164 491225088 109366 33554432000 4194304 5964350 140734229143408 140217337231352 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 479712

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/179 25535
/proc/meminfo: memFree=30844532/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=545248 CPUtime=462.12 cores=0,2,4,6

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

/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 179886 0 0 0 130141 76 0 0 20 0 2 0 333434164 760029184 181980 33554432000 4194304 5964350 140734229143408 140217337231384 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 742216

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 25556
/proc/meminfo: memFree=30074172/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=742216 CPUtime=1361.89 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 181135 0 0 0 136133 56 0 0 20 0 2 0 333434163 760029184 182003 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 185554 182003 193 433 0 185118 0
[pid=25488/tid=25490] ppid=25486 vsize=742216 CPUtime=1362.16 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 179899 0 0 0 136139 77 0 0 20 0 2 0 333434164 760029184 182003 33554432000 4194304 5964350 140734229143408 140217337231384 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 742216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 25579
/proc/meminfo: memFree=30074520/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=742216 CPUtime=1421.84 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 181174 0 0 0 142128 56 0 0 20 0 2 0 333434163 760029184 182067 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 185554 182067 193 433 0 185118 0
[pid=25488/tid=25490] ppid=25486 vsize=742216 CPUtime=1422.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 179938 0 0 0 142136 78 0 0 20 0 2 0 333434164 760029184 182067 33554432000 4194304 5964350 140734229143408 140217337231384 4399996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 742216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25579
/proc/meminfo: memFree=30067888/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=807752 CPUtime=1481.83 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 183080 0 0 0 148126 57 0 0 20 0 2 0 333434163 827138048 183977 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 201938 183977 193 433 0 201502 0
[pid=25488/tid=25490] ppid=25486 vsize=807752 CPUtime=1482.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 181844 0 0 0 148134 80 0 0 20 0 2 0 333434164 827138048 183977 33554432000 4194304 5964350 140734229143408 140217337231352 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 807752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25579
/proc/meminfo: memFree=30067928/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=807752 CPUtime=1541.81 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 183090 0 0 0 154124 57 0 0 20 0 2 0 333434163 827138048 183979 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 201938 183979 193 433 0 201502 0
[pid=25488/tid=25490] ppid=25486 vsize=807752 CPUtime=1542.13 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 181854 0 0 0 154132 81 0 0 20 0 2 0 333434164 827138048 183979 33554432000 4194304 5964350 140734229143408 140217337231352 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 807752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=30067804/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=807752 CPUtime=1601.8 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 183090 0 0 0 160123 57 0 0 20 0 2 0 333434163 827138048 183979 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 201938 183979 193 433 0 201502 0
[pid=25488/tid=25490] ppid=25486 vsize=807752 CPUtime=1602.13 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 181854 0 0 0 160131 82 0 0 20 0 2 0 333434164 827138048 183979 33554432000 4194304 5964350 140734229143408 140217337231352 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 807752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=30035316/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=808292 CPUtime=1661.79 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 191490 0 0 0 166120 59 0 0 20 0 2 0 333434163 827691008 192379 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 202073 192379 193 433 0 201637 0
[pid=25488/tid=25490] ppid=25486 vsize=808292 CPUtime=1662.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 190254 0 0 0 166129 85 0 0 20 0 2 0 333434164 827691008 192379 33554432000 4194304 5964350 140734229143408 140217337231352 4400352 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 808292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29921360/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=808292 CPUtime=1721.78 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 196495 0 0 0 172118 60 0 0 20 0 2 0 333434163 827691008 197384 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 202073 197384 193 433 0 201637 0
[pid=25488/tid=25490] ppid=25486 vsize=808292 CPUtime=1722.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 195259 0 0 0 172127 87 0 0 20 0 2 0 333434164 827691008 197384 33554432000 4194304 5964350 140734229143408 140217337231352 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 808292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29819556/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=808292 CPUtime=1781.77 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 196499 0 0 0 178117 60 0 0 20 0 2 0 333434163 827691008 197388 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 202073 197388 193 433 0 201637 0
[pid=25488/tid=25490] ppid=25486 vsize=808292 CPUtime=1782.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 195263 0 0 0 178126 88 0 0 20 0 2 0 333434164 827691008 197388 33554432000 4194304 5964350 140734229143408 140217337231352 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 808292

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29786944/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1791.38 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 200320 0 0 0 179076 62 0 0 20 0 2 0 333434163 895131648 201209 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 201209 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1791.75 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 199084 0 0 0 179086 89 0 0 20 0 2 0 333434164 895131648 201209 33554432000 4194304 5964350 140734229143408 140217337231352 4381949 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 874152

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29773304/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1794.58 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 202464 0 0 0 179396 62 0 0 20 0 2 0 333434163 895131648 203353 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 203353 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1794.95 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 201228 0 0 0 179405 90 0 0 20 0 2 0 333434164 895131648 203353 33554432000 4194304 5964350 140734229143408 140217337231352 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 874152

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29765740/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1797.77 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 204519 0 0 0 179715 62 0 0 20 0 2 0 333434163 895131648 205408 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 205408 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1798.14 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 203283 0 0 0 179724 90 0 0 20 0 2 0 333434164 895131648 205408 33554432000 4194304 5964350 140734229143408 140217337231352 4382191 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 874152

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29762392/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1798.58 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 204775 0 0 0 179795 63 0 0 20 0 2 0 333434163 895131648 205664 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 205664 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1798.94 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 203539 0 0 0 179804 90 0 0 20 0 2 0 333434164 895131648 205664 33554432000 4194304 5964350 140734229143408 140217337231352 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 874152

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29759292/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1798.98 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 204942 0 0 0 179835 63 0 0 20 0 2 0 333434163 895131648 205831 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 205831 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1799.35 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 203706 0 0 0 179845 90 0 0 20 0 2 0 333434164 895131648 205831 33554432000 4194304 5964350 140734229143408 140217337231352 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 874152

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29759292/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1799.38 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 205154 0 0 0 179875 63 0 0 20 0 2 0 333434163 895131648 206043 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 206043 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1799.74 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 203918 0 0 0 179884 90 0 0 20 0 2 0 333434164 895131648 206043 33554432000 4194304 5964350 140734229143408 140217337231352 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 874152

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29759292/32873844 swapFree=7116/7116
[pid=25488] ppid=25486 vsize=874152 CPUtime=1799.48 cores=0,2,4,6
/proc/25488/stat : 25488 (wbo1.72) S 25486 25488 25000 0 -1 4202496 205190 0 0 0 179885 63 0 0 20 0 2 0 333434163 895131648 206079 33554432000 4194304 5964350 140734229143408 140734229142928 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25488/statm: 218538 206079 193 433 0 218102 0
[pid=25488/tid=25490] ppid=25486 vsize=874152 CPUtime=1799.84 cores=0,2,4,6
/proc/25488/task/25490/stat : 25490 (wbo1.72) R 25486 25488 25000 0 -1 4202560 203954 0 0 0 179894 90 0 0 20 0 2 0 333434164 895131648 206079 33554432000 4194304 5964350 140734229143408 140217337231352 4399998 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) 874152

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.89
CPU user time (s): 1798.97
CPU system time (s): 0.922859
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 874152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 0.922859
maximum resident set size= 824328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205193
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= 276
involuntary context switches= 1862

runsolver used 2.75558 second user time and 7.06693 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 23:37:36
IDJOB=3728219
IDBENCH=78741
IDSOLVER=2315
FILE ID=node103/3728219-1338673056
RUNJOBID= node103-1338669584-25289
PBS_JOBID= 14636515
Free space on /tmp= 71120 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728219-1338673056/watcher-3728219-1338673056 -o /tmp/evaluation-result-3728219-1338673056/solver-3728219-1338673056 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728219-1338673056.wbo

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

MD5SUM BENCH= 8ea1de4cad02f20126bf15704ca9ee6a
RANDOM SEED=1993805659

node103.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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
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.189
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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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		: 2666.189
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	: 5411.36
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.189
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.189
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:        30970864 kB
Buffers:          130584 kB
Cached:           293088 kB
SwapCached:         5600 kB
Active:           838656 kB
Inactive:         306308 kB
Active(anon):     718664 kB
Inactive(anon):     4628 kB
Active(file):     119992 kB
Inactive(file):   301680 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        723796 kB
Mapped:             9460 kB
Shmem:                 0 kB
Slab:             619404 kB
SReclaimable:      60124 kB
SUnreclaim:       559280 kB
KernelStack:        1488 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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= 71116 MiB
End job on node103 at 2012-06-03 00:07:36