Trace number 3728217

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.78 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-33-100-0.wbo
MD5SUMbbaf7e04a2e14186c5cc5b74d1689780
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.52746
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5250
Total number of constraints145
Number of soft constraints94
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
Top cost 4943
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4942
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
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-3728217-1338673185.wbo.
0.00/0.00	c Instance file HOME/instance-3728217-1338673185.wbo
0.00/0.00	c File size is 94097 bytes.
0.00/0.01	c Highest Coefficient sum: 76
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:      5344                                                |
0.00/0.01	c |  Number Clauses:        75                                                  |
0.00/0.01	c |  Number Cardinality:    23                                                  |
0.00/0.01	c |  Number PB Constraints: 47                                                  |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	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-3728217-1338673185/watcher-3728217-1338673185 -o /tmp/evaluation-result-3728217-1338673185/solver-3728217-1338673185 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728217-1338673185.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: 2.01 2.01 1.96 3/177 25528
/proc/meminfo: memFree=31358180/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=4336 CPUtime=0 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) R 25526 25528 25000 0 -1 4202496 576 0 0 0 0 0 0 0 20 0 1 0 333447039 4440064 529 33554432000 4194304 5964350 140735056741728 140735881577560 4380640 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 1084 529 168 433 0 625 0

[startup+0.0962701 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 25528
/proc/meminfo: memFree=31358180/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=0.09 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 2014 0 0 0 9 0 0 0 20 0 2 0 333447039 87040000 1852 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 1852 193 433 0 20814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85000

[startup+0.100185 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 25528
/proc/meminfo: memFree=31358180/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=0.09 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 2022 0 0 0 9 0 0 0 20 0 2 0 333447039 87040000 1860 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 1860 193 433 0 20814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85000

[startup+0.300111 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 25528
/proc/meminfo: memFree=31358180/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=0.29 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 2410 0 0 0 29 0 0 0 20 0 2 0 333447039 87040000 2248 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 2248 193 433 0 20814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85000

[startup+0.70011 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 25528
/proc/meminfo: memFree=31358180/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=0.68 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 3154 0 0 0 68 0 0 0 20 0 2 0 333447039 87040000 2992 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 2992 193 433 0 20814 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85000

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 25530
/proc/meminfo: memFree=31345036/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=1.49 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 4544 0 0 0 148 1 0 0 20 0 2 0 333447039 87040000 4382 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 4382 193 433 0 20814 0
[pid=25528/tid=25530] ppid=25526 vsize=85000 CPUtime=1.47 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 3427 0 0 0 146 1 0 0 20 0 2 0 333447040 87040000 4382 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85000

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 25530
/proc/meminfo: memFree=31335564/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=3.08 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 7244 0 0 0 307 1 0 0 20 0 2 0 333447039 87040000 7082 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 7082 193 433 0 20814 0
[pid=25528/tid=25530] ppid=25526 vsize=85000 CPUtime=3.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 6127 0 0 0 305 2 0 0 20 0 2 0 333447040 87040000 7082 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85000

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 25530
/proc/meminfo: memFree=31324412/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85000 CPUtime=6.29 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 9128 0 0 0 627 2 0 0 20 0 2 0 333447039 87040000 8966 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21250 8966 193 433 0 20814 0
[pid=25528/tid=25530] ppid=25526 vsize=85000 CPUtime=6.27 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 8011 0 0 0 625 2 0 0 20 0 2 0 333447040 87040000 8966 33554432000 4194304 5964350 140735056741728 140189960443896 4399987 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85000

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 25530
/proc/meminfo: memFree=31305920/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85216 CPUtime=12.69 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 12939 0 0 0 1266 3 0 0 20 0 2 0 333447039 87261184 12777 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21304 12777 193 433 0 20868 0
[pid=25528/tid=25530] ppid=25526 vsize=85216 CPUtime=12.68 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 11822 0 0 0 1264 4 0 0 20 0 2 0 333447040 87261184 12777 33554432000 4194304 5964350 140735056741728 140189960443896 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85216

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 25533
/proc/meminfo: memFree=31288504/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=85216 CPUtime=25.48 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 17313 0 0 0 2544 4 0 0 20 0 2 0 333447039 87261184 17151 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 21304 17151 193 433 0 20868 0
[pid=25528/tid=25530] ppid=25526 vsize=85216 CPUtime=25.47 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 16196 0 0 0 2542 5 0 0 20 0 2 0 333447040 87261184 17151 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85216

[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 1.96 3/180 25533
/proc/meminfo: memFree=31246972/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=150860 CPUtime=51.07 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 28406 0 0 0 5099 8 0 0 20 0 2 0 333447039 154480640 28244 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 37715 28244 193 433 0 37279 0
[pid=25528/tid=25530] ppid=25526 vsize=150860 CPUtime=51.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 27289 0 0 0 5098 9 0 0 20 0 2 0 333447040 154480640 28244 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150860

[startup+102.306 s]
/proc/loadavg: 2.06 2.03 1.97 3/179 25533
/proc/meminfo: memFree=31152272/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=216556 CPUtime=102.28 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 48596 0 0 0 10212 16 0 0 20 0 2 0 333447039 221753344 48434 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 54139 48434 193 433 0 53703 0
[pid=25528/tid=25530] ppid=25526 vsize=216556 CPUtime=102.27 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 47479 0 0 0 10209 18 0 0 20 0 2 0 333447040 221753344 48434 33554432000 4194304 5964350 140735056741728 140189960443896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 216556

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 1.97 3/178 25533
/proc/meminfo: memFree=31071228/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=282332 CPUtime=162.26 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 66461 0 0 0 16205 21 0 0 20 0 2 0 333447039 289107968 66299 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 70583 66299 193 433 0 70147 0
[pid=25528/tid=25530] ppid=25526 vsize=282332 CPUtime=162.27 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 65344 0 0 0 16203 24 0 0 20 0 2 0 333447040 289107968 66299 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 282332

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/179 25535
/proc/meminfo: memFree=30933864/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=347868 CPUtime=222.25 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 78467 0 0 0 22200 25 0 0 20 0 2 0 333447039 356216832 77979 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 86967 77979 193 433 0 86531 0
[pid=25528/tid=25530] ppid=25526 vsize=347868 CPUtime=222.26 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 77350 0 0 0 22197 29 0 0 20 0 2 0 333447040 356216832 77979 33554432000 4194304 5964350 140735056741728 140189960443928 4381913 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 347868

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/179 25535
/proc/meminfo: memFree=30928204/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=347868 CPUtime=282.21 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 80926 0 0 0 28196 25 0 0 20 0 2 0 333447039 356216832 80442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 86967 80442 193 433 0 86531 0
[pid=25528/tid=25530] ppid=25526 vsize=347868 CPUtime=282.24 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 79809 0 0 0 28194 30 0 0 20 0 2 0 333447040 356216832 80442 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 347868

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/179 25535
/proc/meminfo: memFree=30831124/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=413404 CPUtime=342.17 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 93437 0 0 0 34187 30 0 0 20 0 2 0 333447039 423325696 92957 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 103351 92957 193 433 0 102915 0
[pid=25528/tid=25530] ppid=25526 vsize=413404 CPUtime=342.21 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 92320 0 0 0 34185 36 0 0 20 0 2 0 333447040 423325696 92957 33554432000 4194304 5964350 140735056741728 140189960443896 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 413404

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/180 25536
/proc/meminfo: memFree=30707160/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=544476 CPUtime=402.12 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 124770 0 0 0 40170 42 0 0 20 0 2 0 333447039 557543424 124288 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 136119 124288 193 433 0 135683 0
[pid=25528/tid=25530] ppid=25526 vsize=544476 CPUtime=402.17 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 123653 0 0 0 40168 49 0 0 20 0 2 0 333447040 557543424 124288 33554432000 4194304 5964350 140735056741728 140189960443896 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 544476

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 25536
/proc/meminfo: memFree=30602984/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=544476 CPUtime=462.12 cores=1,3,5,7

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

/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 220373 0 0 0 130105 103 0 0 20 0 2 0 333447040 964435968 219626 33554432000 4194304 5964350 140735056741728 140189960443896 4381941 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 941832

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25579
/proc/meminfo: memFree=30067888/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=941832 CPUtime=1361.9 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 221490 0 0 0 136107 83 0 0 20 0 2 0 333447039 964435968 219253 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 235458 219253 193 433 0 235022 0
[pid=25528/tid=25530] ppid=25526 vsize=941832 CPUtime=1362.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 220373 0 0 0 136103 104 0 0 20 0 2 0 333447040 964435968 219253 33554432000 4194304 5964350 140735056741728 140189960443928 4391616 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 941832

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25579
/proc/meminfo: memFree=30067928/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=941832 CPUtime=1421.89 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 221490 0 0 0 142106 83 0 0 20 0 2 0 333447039 964435968 219253 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 235458 219253 193 433 0 235022 0
[pid=25528/tid=25530] ppid=25526 vsize=941832 CPUtime=1422.08 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 220373 0 0 0 142103 105 0 0 20 0 2 0 333447040 964435968 219253 33554432000 4194304 5964350 140735056741728 140189960443928 4388238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 941832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=30067804/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=941832 CPUtime=1481.88 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 221490 0 0 0 148105 83 0 0 20 0 2 0 333447039 964435968 219253 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 235458 219253 193 433 0 235022 0
[pid=25528/tid=25530] ppid=25526 vsize=941832 CPUtime=1482.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 220373 0 0 0 148101 106 0 0 20 0 2 0 333447040 964435968 219253 33554432000 4194304 5964350 140735056741728 140189960443928 4381939 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 941832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=30016592/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=941832 CPUtime=1541.87 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 221490 0 0 0 154104 83 0 0 20 0 2 0 333447039 964435968 219253 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 235458 219253 193 433 0 235022 0
[pid=25528/tid=25530] ppid=25526 vsize=941832 CPUtime=1542.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 220373 0 0 0 154100 107 0 0 20 0 2 0 333447040 964435968 219253 33554432000 4194304 5964350 140735056741728 140189960443928 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 941832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29908588/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1007368 CPUtime=1601.85 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 248403 0 0 0 160090 95 0 0 20 0 2 0 333447039 1031544832 246166 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 251842 246166 193 433 0 251406 0
[pid=25528/tid=25530] ppid=25526 vsize=1007368 CPUtime=1602.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 247286 0 0 0 160087 120 0 0 20 0 2 0 333447040 1031544832 246166 33554432000 4194304 5964350 140735056741728 140189960443896 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1007368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25580
/proc/meminfo: memFree=29791904/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1138440 CPUtime=1661.85 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 274296 0 0 0 166079 106 0 0 20 0 2 0 333447039 1165762560 272059 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 284610 272059 193 433 0 284174 0
[pid=25528/tid=25530] ppid=25526 vsize=1138440 CPUtime=1662.07 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 273179 0 0 0 166075 132 0 0 20 0 2 0 333447040 1165762560 272059 33554432000 4194304 5964350 140735056741728 140189960443896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1138440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30390396/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1721.81 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 296205 0 0 0 172067 114 0 0 20 0 2 0 333447039 1233645568 293982 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 293982 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1722.04 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 295088 0 0 0 172063 141 0 0 20 0 2 0 333447040 1233645568 293982 33554432000 4194304 5964350 140735056741728 140189960443896 4399996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 1204732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30335616/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1781.8 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297630 0 0 0 178065 115 0 0 20 0 2 0 333447039 1233645568 295403 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295403 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1782.03 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296513 0 0 0 178060 143 0 0 20 0 2 0 333447040 1233645568 295403 33554432000 4194304 5964350 140735056741728 140189960443896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1204732

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 25620
/proc/meminfo: memFree=30307328/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1791.4 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179025 115 0 0 20 0 2 0 333447039 1233645568 295404 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295404 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1791.64 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179021 143 0 0 20 0 2 0 333447040 1233645568 295404 33554432000 4194304 5964350 140735056741728 140189960443896 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 1204732

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1794.6 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179345 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1794.84 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179341 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 1204732

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1797.8 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179665 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1798.03 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179660 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1204732

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1798.6 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179745 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1798.83 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179740 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 1204732

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1799 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179785 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1799.24 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179781 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 1204732

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1799.4 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179825 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1799.63 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179820 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1204732

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30307188/32873844 swapFree=7116/7116
[pid=25528] ppid=25526 vsize=1204732 CPUtime=1799.5 cores=1,3,5,7
/proc/25528/stat : 25528 (wbo1.72) S 25526 25528 25000 0 -1 4202496 297633 0 0 0 179835 115 0 0 20 0 2 0 333447039 1233645568 295442 33554432000 4194304 5964350 140735056741728 140735056741248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25528/statm: 301183 295442 193 433 0 300747 0
[pid=25528/tid=25530] ppid=25526 vsize=1204732 CPUtime=1799.73 cores=1,3,5,7
/proc/25528/task/25530/stat : 25530 (wbo1.72) R 25526 25528 25000 0 -1 4202560 296516 0 0 0 179830 143 0 0 20 0 2 0 333447040 1233645568 295442 33554432000 4194304 5964350 140735056741728 140189960443896 4381913 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1204732

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.78
CPU user time (s): 1798.32
CPU system time (s): 1.46478
CPU usage (%): 99.9864
Max. virtual memory (cumulated for all children) (KiB): 1204732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.46478
maximum resident set size= 1181780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297636
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= 308
involuntary context switches= 1878

runsolver used 3.34449 second user time and 8.50671 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 23:39:45
IDJOB=3728217
IDBENCH=78742
IDSOLVER=2315
FILE ID=node103/3728217-1338673185
RUNJOBID= node103-1338669584-25290
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-75-70--soft-33-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728217-1338673185/watcher-3728217-1338673185 -o /tmp/evaluation-result-3728217-1338673185/solver-3728217-1338673185 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728217-1338673185.wbo

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

MD5SUM BENCH= bbaf7e04a2e14186c5cc5b74d1689780
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:        31358072 kB
Buffers:          130704 kB
Cached:           293604 kB
SwapCached:         5600 kB
Active:           452332 kB
Inactive:         306456 kB
Active(anon):     332236 kB
Inactive(anon):     4628 kB
Active(file):     120096 kB
Inactive(file):   301828 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        419108 kB
Mapped:             9468 kB
Shmem:                 0 kB
Slab:             619468 kB
SReclaimable:      60152 kB
SUnreclaim:       559316 kB
KernelStack:        1488 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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:09:45