Trace number 3728205

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-41-40--soft-66-100-0.wbo
MD5SUMb19b36a9eeef0aa91319f6277ed84276
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 benchmark0.334948
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1640
Total number of constraints81
Number of soft constraints21
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 1107
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1106
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
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-3728205-1338673015.wbo.
0.00/0.00	c Instance file HOME/instance-3728205-1338673015.wbo
0.00/0.00	c File size is 28280 bytes.
0.00/0.00	c Highest Coefficient sum: 42
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1661                                                |
0.00/0.00	c |  Number Clauses:        41                                                  |
0.00/0.00	c |  Number Cardinality:    31                                                  |
0.00/0.00	c |  Number PB Constraints: 9                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3728205-1338673015/watcher-3728205-1338673015 -o /tmp/evaluation-result-3728205-1338673015/solver-3728205-1338673015 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728205-1338673015.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.00 2.00 2.00 3/173 25348
/proc/meminfo: memFree=27978436/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 907 0 0 0 0 0 0 0 20 0 2 0 333428275 86102016 852 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 857 177 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 2 0 333428276 86102016 866 33554432000 4194304 5964350 140734313875888 140736174942520 5136410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0898739 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 25348
/proc/meminfo: memFree=27978436/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=0.08 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 1302 0 0 0 8 0 0 0 20 0 2 0 333428275 86102016 1247 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 1247 193 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=0.07 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 468 0 0 0 7 0 0 0 20 0 2 0 333428276 86102016 1248 33554432000 4194304 5964350 140734313875888 140736174942520 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84084

[startup+0.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 25348
/proc/meminfo: memFree=27978436/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=0.09 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 1332 0 0 0 9 0 0 0 20 0 2 0 333428275 86102016 1277 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 1277 193 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=0.08 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 497 0 0 0 8 0 0 0 20 0 2 0 333428276 86102016 1277 33554432000 4194304 5964350 140734313875888 140736174942520 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84084

[startup+0.300259 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 25348
/proc/meminfo: memFree=27978436/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=0.29 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 1807 0 0 0 29 0 0 0 20 0 2 0 333428275 86102016 1752 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 1752 193 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=0.28 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 972 0 0 0 28 0 0 0 20 0 2 0 333428276 86102016 1752 33554432000 4194304 5964350 140734313875888 140736174942520 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84084

[startup+0.700269 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 25348
/proc/meminfo: memFree=27978436/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=0.69 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 2710 0 0 0 69 0 0 0 20 0 2 0 333428275 86102016 2655 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 2655 193 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=0.68 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 1875 0 0 0 68 0 0 0 20 0 2 0 333428276 86102016 2655 33554432000 4194304 5964350 140734313875888 140736174942520 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84084

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27948064/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84084 CPUtime=1.49 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 4358 0 0 0 148 1 0 0 20 0 2 0 333428275 86102016 4303 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21021 4303 193 433 0 20585 0
[pid=25348/tid=25350] ppid=25346 vsize=84084 CPUtime=1.48 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 3523 0 0 0 148 0 0 0 20 0 2 0 333428276 86102016 4303 33554432000 4194304 5964350 140734313875888 140517949659128 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) 84084

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27932316/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84228 CPUtime=3.09 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 5941 0 0 0 308 1 0 0 20 0 2 0 333428275 86249472 5886 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21057 5886 193 433 0 20621 0
[pid=25348/tid=25350] ppid=25346 vsize=84228 CPUtime=3.08 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 5106 0 0 0 306 2 0 0 20 0 2 0 333428276 86249472 5886 33554432000 4194304 5964350 140734313875888 140517949659128 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) 84228

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27906824/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84300 CPUtime=6.29 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 8555 0 0 0 627 2 0 0 20 0 2 0 333428275 86323200 8500 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21075 8500 193 433 0 20639 0
[pid=25348/tid=25350] ppid=25346 vsize=84300 CPUtime=6.28 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 7720 0 0 0 626 2 0 0 20 0 2 0 333428276 86323200 8500 33554432000 4194304 5964350 140734313875888 140517949658936 4400007 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) 84300

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27874140/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=84300 CPUtime=12.69 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 13470 0 0 0 1265 4 0 0 20 0 2 0 333428275 86323200 13407 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 21075 13407 193 433 0 20639 0
[pid=25348/tid=25350] ppid=25346 vsize=84300 CPUtime=12.67 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 12635 0 0 0 1263 4 0 0 20 0 2 0 333428276 86323200 13407 33554432000 4194304 5964350 140734313875888 140517949659176 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84300

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27815140/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=149944 CPUtime=25.47 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 20461 0 0 0 2542 5 0 0 20 0 2 0 333428275 153542656 20391 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 37486 20391 193 433 0 37050 0
[pid=25348/tid=25350] ppid=25346 vsize=149944 CPUtime=25.47 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 19626 0 0 0 2541 6 0 0 20 0 2 0 333428276 153542656 20391 33554432000 4194304 5964350 140734313875888 140517949659128 4400745 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 149944

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27750456/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=150104 CPUtime=51.06 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 24340 0 0 0 5099 7 0 0 20 0 2 0 333428275 153706496 25210 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 37526 25210 193 433 0 37090 0
[pid=25348/tid=25350] ppid=25346 vsize=150104 CPUtime=51.06 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 23505 0 0 0 5098 8 0 0 20 0 2 0 333428276 153706496 25210 33554432000 4194304 5964350 140734313875888 140517949658936 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 150104

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25361
/proc/meminfo: memFree=27584492/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=215880 CPUtime=102.26 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 39272 0 0 0 10212 14 0 0 20 0 2 0 333428275 221061120 40142 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 53970 40142 193 433 0 53534 0
[pid=25348/tid=25350] ppid=25346 vsize=215880 CPUtime=102.27 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 38437 0 0 0 10211 16 0 0 20 0 2 0 333428276 221061120 40142 33554432000 4194304 5964350 140734313875888 140517949659128 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 215880

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25361
/proc/meminfo: memFree=27410052/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=215880 CPUtime=162.24 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 42321 0 0 0 16209 15 0 0 20 0 2 0 333428275 221061120 43191 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 53970 43191 193 433 0 53534 0
[pid=25348/tid=25350] ppid=25346 vsize=215880 CPUtime=162.26 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 41486 0 0 0 16208 18 0 0 20 0 2 0 333428276 221061120 43191 33554432000 4194304 5964350 140734313875888 140517949659128 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 215880

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 25364
/proc/meminfo: memFree=27303332/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=281920 CPUtime=222.21 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 60532 0 0 0 22199 22 0 0 20 0 2 0 333428275 288686080 61412 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 70480 61412 193 433 0 70044 0
[pid=25348/tid=25350] ppid=25346 vsize=281920 CPUtime=222.25 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 59697 0 0 0 22199 26 0 0 20 0 2 0 333428276 288686080 61412 33554432000 4194304 5964350 140734313875888 140517949659128 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 281920

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25365
/proc/meminfo: memFree=27193412/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=347456 CPUtime=282.18 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 72831 0 0 0 28192 26 0 0 20 0 2 0 333428275 355794944 73827 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 86864 73827 193 433 0 86428 0
[pid=25348/tid=25350] ppid=25346 vsize=347456 CPUtime=282.22 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 71996 0 0 0 28192 30 0 0 20 0 2 0 333428276 355794944 73827 33554432000 4194304 5964350 140734313875888 140517949659128 4381894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 347456

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25365
/proc/meminfo: memFree=27126860/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=413784 CPUtime=342.15 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 89557 0 0 0 34183 32 0 0 20 0 2 0 333428275 423714816 90629 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 103446 90629 193 433 0 103010 0
[pid=25348/tid=25350] ppid=25346 vsize=413784 CPUtime=342.21 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 88722 0 0 0 34183 38 0 0 20 0 2 0 333428276 423714816 90629 33554432000 4194304 5964350 140734313875888 140517949659128 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 413784

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25365
/proc/meminfo: memFree=27112860/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=414072 CPUtime=402.14 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 92719 0 0 0 40181 33 0 0 20 0 2 0 333428275 424009728 93767 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 151171 0 0 0 130146 77 0 0 20 0 2 0 333428276 698155008 152870 33554432000 4194304 5964350 140734313875888 140517949659160 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 681792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25382
/proc/meminfo: memFree=26270824/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=681792 CPUtime=1361.94 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 152006 0 0 0 136137 57 0 0 20 0 2 0 333428275 698155008 152870 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 170448 152870 193 433 0 170012 0
[pid=25348/tid=25350] ppid=25346 vsize=681792 CPUtime=1362.23 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 151171 0 0 0 136145 78 0 0 20 0 2 0 333428276 698155008 152870 33554432000 4194304 5964350 140734313875888 140517949659160 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 681792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25385
/proc/meminfo: memFree=26271192/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=681792 CPUtime=1421.94 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 152009 0 0 0 142137 57 0 0 20 0 2 0 333428275 698155008 152873 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 170448 152873 193 433 0 170012 0
[pid=25348/tid=25350] ppid=25346 vsize=681792 CPUtime=1422.24 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 151174 0 0 0 142145 79 0 0 20 0 2 0 333428276 698155008 152873 33554432000 4194304 5964350 140734313875888 140517949659160 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 681792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25408
/proc/meminfo: memFree=26268956/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=681792 CPUtime=1481.92 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 152858 0 0 0 148134 58 0 0 20 0 2 0 333428275 698155008 153722 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 170448 153722 193 433 0 170012 0
[pid=25348/tid=25350] ppid=25346 vsize=681792 CPUtime=1482.23 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 152023 0 0 0 148142 81 0 0 20 0 2 0 333428276 698155008 153722 33554432000 4194304 5964350 140734313875888 140517949659128 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 681792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25409
/proc/meminfo: memFree=26207832/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=749020 CPUtime=1541.92 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 168071 0 0 0 154126 66 0 0 20 0 2 0 333428275 766996480 168935 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 187255 168935 193 433 0 186819 0
[pid=25348/tid=25350] ppid=25346 vsize=749020 CPUtime=1542.24 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 167236 0 0 0 154134 90 0 0 20 0 2 0 333428276 766996480 168935 33554432000 4194304 5964350 140734313875888 140517949659128 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 749020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25409
/proc/meminfo: memFree=26147940/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=750784 CPUtime=1601.9 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 183146 0 0 0 160115 75 0 0 20 0 2 0 333428275 768802816 184010 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 187696 184010 193 433 0 187260 0
[pid=25348/tid=25350] ppid=25346 vsize=750784 CPUtime=1602.24 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 182311 0 0 0 160124 100 0 0 20 0 2 0 333428276 768802816 184010 33554432000 4194304 5964350 140734313875888 140517949659128 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 750784

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25409
/proc/meminfo: memFree=26130304/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1661.88 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187238 0 0 0 166110 78 0 0 20 0 2 0 333428275 836722688 188103 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188103 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1662.22 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186403 0 0 0 166118 104 0 0 20 0 2 0 333428276 836722688 188103 33554432000 4194304 5964350 140734313875888 140517949659128 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 817112

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25409
/proc/meminfo: memFree=26129960/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1721.85 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187266 0 0 0 172107 78 0 0 20 0 2 0 333428275 836722688 188156 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188156 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1722.21 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186431 0 0 0 172116 105 0 0 20 0 2 0 333428276 836722688 188156 33554432000 4194304 5964350 140734313875888 140517949659128 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 817112

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 25409
/proc/meminfo: memFree=26129272/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1781.82 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 178104 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1782.2 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 178114 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4400439 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 817112

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

[startup+1791.91 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 25409
/proc/meminfo: memFree=26129768/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1791.43 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179065 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1791.8 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179074 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 817112

[startup+1795.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 25409
/proc/meminfo: memFree=26129776/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1794.63 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179385 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1795 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179394 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 817112

[startup+1798.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 25409
/proc/meminfo: memFree=26129776/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1797.82 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179704 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1798.2 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179714 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 817112

[startup+1799.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 25410
/proc/meminfo: memFree=26129776/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1798.62 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179784 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1799 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179794 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 817112

[startup+1799.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 25410
/proc/meminfo: memFree=26129768/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1799.03 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179825 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1799.4 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179834 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 817112

[startup+1799.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 25410
/proc/meminfo: memFree=26129768/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1799.42 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179864 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1799.8 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179874 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 817112

[startup+1800 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 25410
/proc/meminfo: memFree=26129768/32873648 swapFree=6852/6852
[pid=25348] ppid=25346 vsize=817112 CPUtime=1799.52 cores=0,2,4,6
/proc/25348/stat : 25348 (wbo1.72) S 25346 25348 24312 0 -1 4202496 187291 0 0 0 179874 78 0 0 20 0 2 0 333428275 836722688 188180 33554432000 4194304 5964350 140734313875888 140734313875408 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25348/statm: 204278 188180 193 433 0 203842 0
[pid=25348/tid=25350] ppid=25346 vsize=817112 CPUtime=1799.9 cores=0,2,4,6
/proc/25348/task/25350/stat : 25350 (wbo1.72) R 25346 25348 24312 0 -1 4202560 186456 0 0 0 179884 106 0 0 20 0 2 0 333428276 836722688 188180 33554432000 4194304 5964350 140734313875888 140517949659128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 817112

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.93
CPU user time (s): 1798.85
CPU system time (s): 1.07784
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 817112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.07784
maximum resident set size= 752732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187294
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= 267
involuntary context switches= 1886

runsolver used 8.17276 second user time and 13.9729 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-02 23:36:55
IDJOB=3728205
IDBENCH=78734
IDSOLVER=2315
FILE ID=node115/3728205-1338673015
RUNJOBID= node115-1338669414-25120
PBS_JOBID= 14636487
Free space on /tmp= 70832 MiB

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

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

MD5SUM BENCH= b19b36a9eeef0aa91319f6277ed84276
RANDOM SEED=1011168016

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        27981632 kB
Buffers:          559692 kB
Cached:          3416356 kB
SwapCached:          964 kB
Active:          1843552 kB
Inactive:        2143028 kB
Active(anon):       2468 kB
Inactive(anon):     9820 kB
Active(file):    1841084 kB
Inactive(file):  2133208 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106432 kB
Dirty:              5416 kB
Writeback:            24 kB
AnonPages:         15896 kB
Mapped:            11040 kB
Shmem:                96 kB
Slab:             768188 kB
SReclaimable:     212152 kB
SUnreclaim:       556036 kB
KernelStack:        1440 kB
PageTables:         3936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70820 MiB
End job on node115 at 2012-06-03 00:06:55