Trace number 3728464

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-15-10--soft-0-100-0.wbo
MD5SUM5c6d98aba4f4f2cf2db8cd0c78364d4c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.014996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables150
Total number of constraints25
Number of soft constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 979
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 978
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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-3728464-1338675451.wbo.
0.00/0.00	c Instance file HOME/instance-3728464-1338675451.wbo
0.00/0.00	c File size is 2745 bytes.
0.00/0.00	c Highest Coefficient sum: 16
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:      175                                                 |
0.00/0.00	c |  Number Clauses:        15                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
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 ===============================================================================
1412.41/1412.72	c | 1412.72   | 0  | 1            lb |  0                0                0.00  |
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.01 s
1799.64/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-3728464-1338675451/watcher-3728464-1338675451 -o /tmp/evaluation-result-3728464-1338675451/solver-3728464-1338675451 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728464-1338675451.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 1.90 1.61 2/177 13731
/proc/meminfo: memFree=26978296/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=0 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 772 0 0 0 0 0 0 0 20 0 2 0 333670830 85602304 723 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 723 192 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=0 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 66 0 0 0 0 0 0 0 20 0 2 0 333670830 85602304 723 33554432000 4194304 5964350 140734748891056 140735053926120 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0623411 s]
/proc/loadavg: 2.00 1.90 1.61 2/177 13731
/proc/meminfo: memFree=26978296/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=0.05 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 919 0 0 0 5 0 0 0 20 0 2 0 333670830 85602304 870 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 870 193 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=0.04 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 213 0 0 0 4 0 0 0 20 0 2 0 333670830 85602304 870 33554432000 4194304 5964350 140734748891056 140735053926120 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83596

[startup+0.100171 s]
/proc/loadavg: 2.00 1.90 1.61 2/177 13731
/proc/meminfo: memFree=26978296/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=0.09 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 968 0 0 0 9 0 0 0 20 0 2 0 333670830 85602304 919 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 919 193 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=0.08 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 262 0 0 0 8 0 0 0 20 0 2 0 333670830 85602304 919 33554432000 4194304 5964350 140734748891056 140735053926120 4400007 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) 83596

[startup+0.300128 s]
/proc/loadavg: 2.00 1.90 1.61 2/177 13731
/proc/meminfo: memFree=26978296/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=0.29 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 1184 0 0 0 29 0 0 0 20 0 2 0 333670830 85602304 1135 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 1135 193 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=0.28 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 478 0 0 0 28 0 0 0 20 0 2 0 333670830 85602304 1135 33554432000 4194304 5964350 140734748891056 140735053926120 4221120 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) 83596

[startup+0.700125 s]
/proc/loadavg: 2.00 1.90 1.61 2/177 13731
/proc/meminfo: memFree=26978296/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=0.69 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 1483 0 0 0 69 0 0 0 20 0 2 0 333670830 85602304 1434 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 1434 193 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=0.68 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 777 0 0 0 68 0 0 0 20 0 2 0 333670830 85602304 1434 33554432000 4194304 5964350 140734748891056 139864556623864 4400003 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) 83596

[startup+1.50013 s]
/proc/loadavg: 2.00 1.90 1.61 3/179 13733
/proc/meminfo: memFree=26971220/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83596 CPUtime=1.49 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 1846 0 0 0 149 0 0 0 20 0 2 0 333670830 85602304 1797 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20899 1797 193 433 0 20463 0
[pid=13731/tid=13732] ppid=13729 vsize=83596 CPUtime=1.48 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 1140 0 0 0 148 0 0 0 20 0 2 0 333670830 85602304 1797 33554432000 4194304 5964350 140734748891056 139864556623672 4399976 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) 83596

[startup+3.10012 s]
/proc/loadavg: 2.00 1.90 1.61 3/179 13733
/proc/meminfo: memFree=26966012/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83740 CPUtime=3.09 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 2375 0 0 0 309 0 0 0 20 0 2 0 333670830 85749760 2326 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20935 2326 193 433 0 20499 0
[pid=13731/tid=13732] ppid=13729 vsize=83740 CPUtime=3.07 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 1669 0 0 0 307 0 0 0 20 0 2 0 333670830 85749760 2326 33554432000 4194304 5964350 140734748891056 139864556623864 4400007 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) 83740

[startup+6.30021 s]
/proc/loadavg: 2.00 1.91 1.62 3/179 13733
/proc/meminfo: memFree=26955828/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83740 CPUtime=6.29 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 2776 0 0 0 629 0 0 0 20 0 2 0 333670830 85749760 2727 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20935 2727 193 433 0 20499 0
[pid=13731/tid=13732] ppid=13729 vsize=83740 CPUtime=6.27 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 2070 0 0 0 627 0 0 0 20 0 2 0 333670830 85749760 2727 33554432000 4194304 5964350 140734748891056 139864556623864 4399840 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) 83740

[startup+12.7002 s]
/proc/loadavg: 2.00 1.91 1.62 3/179 13733
/proc/meminfo: memFree=26939228/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=83956 CPUtime=12.69 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 3621 0 0 0 1268 1 0 0 20 0 2 0 333670830 85970944 3572 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 20989 3572 193 433 0 20553 0
[pid=13731/tid=13732] ppid=13729 vsize=83956 CPUtime=12.65 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 2915 0 0 0 1264 1 0 0 20 0 2 0 333670830 85970944 3572 33554432000 4194304 5964350 140734748891056 139864556623672 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83956

[startup+25.5002 s]
/proc/loadavg: 2.00 1.91 1.62 3/179 13733
/proc/meminfo: memFree=26910932/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=84532 CPUtime=25.49 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 4907 0 0 0 2548 1 0 0 20 0 2 0 333670830 86560768 4858 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 21133 4858 193 433 0 20697 0
[pid=13731/tid=13732] ppid=13729 vsize=84532 CPUtime=25.42 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 4201 0 0 0 2541 1 0 0 20 0 2 0 333670830 86560768 4858 33554432000 4194304 5964350 140734748891056 139864556623864 4400410 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) 84532

[startup+51.1002 s]
/proc/loadavg: 2.00 1.92 1.63 3/179 13734
/proc/meminfo: memFree=26902480/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=84784 CPUtime=51.08 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 6750 0 0 0 5106 2 0 0 20 0 2 0 333670830 86818816 6701 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 21196 6701 193 433 0 20760 0
[pid=13731/tid=13732] ppid=13729 vsize=84784 CPUtime=50.95 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 6044 0 0 0 5093 2 0 0 20 0 2 0 333670830 86818816 6701 33554432000 4194304 5964350 140734748891056 139864556623672 4400007 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) 84784

[startup+102.306 s]
/proc/loadavg: 2.00 1.93 1.65 3/179 13734
/proc/meminfo: memFree=26882684/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=91460 CPUtime=102.28 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 10993 0 0 0 10223 5 0 0 20 0 2 0 333670830 93655040 10921 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 22865 10921 193 433 0 22429 0
[pid=13731/tid=13732] ppid=13729 vsize=91460 CPUtime=102.02 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 10287 0 0 0 10196 6 0 0 20 0 2 0 333670830 93655040 10921 33554432000 4194304 5964350 140734748891056 139864556623864 4400011 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) 91460

[startup+162.3 s]
/proc/loadavg: 2.00 1.94 1.67 3/180 13737
/proc/meminfo: memFree=26871340/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=94004 CPUtime=162.25 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 13503 0 0 0 16219 6 0 0 20 0 2 0 333670830 96260096 14400 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 23501 14400 193 433 0 23065 0
[pid=13731/tid=13732] ppid=13729 vsize=94004 CPUtime=161.85 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 12797 0 0 0 16177 8 0 0 20 0 2 0 333670830 96260096 14400 33554432000 4194304 5964350 140734748891056 139864556623672 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 94004

[startup+222.3 s]
/proc/loadavg: 2.06 1.96 1.69 3/179 13737
/proc/meminfo: memFree=26845740/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=96848 CPUtime=222.25 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 15309 0 0 0 22217 8 0 0 20 0 2 0 333670830 99172352 16206 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 24212 16206 193 433 0 23776 0
[pid=13731/tid=13732] ppid=13729 vsize=96848 CPUtime=221.7 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 14603 0 0 0 22159 11 0 0 20 0 2 0 333670830 99172352 16206 33554432000 4194304 5964350 140734748891056 139864556623864 4400436 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 96848

[startup+282.3 s]
/proc/loadavg: 2.02 1.97 1.71 3/179 13737
/proc/meminfo: memFree=26814180/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=98916 CPUtime=282.24 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 19866 0 0 0 28213 11 0 0 20 0 2 0 333670830 101289984 20754 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 24729 20754 193 433 0 24293 0
[pid=13731/tid=13732] ppid=13729 vsize=98916 CPUtime=281.55 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 19160 0 0 0 28140 15 0 0 20 0 2 0 333670830 101289984 20754 33554432000 4194304 5964350 140734748891056 139864556623864 4378736 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 98916

[startup+342.3 s]
/proc/loadavg: 2.05 1.99 1.73 3/179 13737
/proc/meminfo: memFree=26805624/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=168064 CPUtime=342.22 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 22058 0 0 0 34210 12 0 0 20 0 2 0 333670830 172097536 22946 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 42016 22946 193 433 0 41580 0
[pid=13731/tid=13732] ppid=13729 vsize=168064 CPUtime=341.39 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 21352 0 0 0 34122 17 0 0 20 0 2 0 333670830 172097536 22946 33554432000 4194304 5964350 140734748891056 139864556623864 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 168064

[startup+402.3 s]
/proc/loadavg: 2.07 2.00 1.75 3/179 13738
/proc/meminfo: memFree=26794940/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=170564 CPUtime=402.2 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 24657 0 0 0 40205 15 0 0 20 0 2 0 333670830 174657536 25531 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 1.91 3/179 13747
/proc/meminfo: memFree=26362408/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1422.01 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51939 0 0 0 142164 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1418.58 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51233 0 0 0 141800 58 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4400624 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 214668

[startup+1482.3 s]
/proc/loadavg: 1.90 2.00 1.91 2/172 13771
/proc/meminfo: memFree=27087040/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1481.99 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 148162 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1478.41 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 147782 59 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 214668

[startup+1542.3 s]
/proc/loadavg: 1.33 1.82 1.85 2/172 13771
/proc/meminfo: memFree=27087012/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1541.98 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 154161 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1538.26 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 153766 60 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 214668

[startup+1602.3 s]
/proc/loadavg: 1.12 1.67 1.79 2/172 13772
/proc/meminfo: memFree=27087268/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1601.97 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 160160 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1598.11 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 159750 61 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 214668

[startup+1662.3 s]
/proc/loadavg: 1.04 1.54 1.74 2/172 13772
/proc/meminfo: memFree=27087392/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1661.96 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 166159 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1657.95 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 165733 62 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 214668

[startup+1722.3 s]
/proc/loadavg: 1.01 1.44 1.69 2/172 13772
/proc/meminfo: memFree=27087392/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1721.95 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 172158 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1717.8 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 171717 63 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399921 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 214668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.36 1.65 2/172 13772
/proc/meminfo: memFree=27087024/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1781.94 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 178157 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1777.65 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 177701 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 214668

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.35 1.64 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1791.55 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179118 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1787.23 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 178659 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 214668

[startup+1795.1 s]
/proc/loadavg: 1.00 1.34 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1794.75 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179438 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1790.42 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 178978 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 214668

[startup+1798.3 s]
/proc/loadavg: 1.00 1.34 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1797.94 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179757 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1793.61 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 179297 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 214668

[startup+1799.1 s]
/proc/loadavg: 1.00 1.34 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1798.74 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179837 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1794.4 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 179376 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 214668

[startup+1799.5 s]
/proc/loadavg: 1.00 1.33 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1799.15 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179878 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1794.81 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 179417 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 214668

[startup+1799.9 s]
/proc/loadavg: 1.00 1.33 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1799.54 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179917 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1795.2 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 179456 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 214668

[startup+1800 s]
/proc/loadavg: 1.00 1.33 1.63 2/172 13772
/proc/meminfo: memFree=27087272/32873660 swapFree=7120/7120
[pid=13731] ppid=13729 vsize=214668 CPUtime=1799.64 cores=0,2,4,6
/proc/13731/stat : 13731 (wbo1.72) S 13729 13731 13099 0 -1 4202496 51947 0 0 0 179927 37 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 140734748890576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13731/statm: 53667 43781 197 433 0 53231 0
[pid=13731/tid=13732] ppid=13729 vsize=214668 CPUtime=1795.3 cores=0,2,4,6
/proc/13731/task/13732/stat : 13732 (wbo1.72) R 13729 13731 13099 0 -1 4202560 51241 0 0 0 179466 64 0 0 20 0 2 0 333670830 219820032 43781 33554432000 4194304 5964350 140734748891056 139864556624824 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 214668

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13731 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=678167
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=651900
# CPU time returned by wait4() is 1795.33
# while last known CPU time is 1799.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.64
CPU user time (s): 1799.27
CPU system time (s): 0.37
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 259292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 0.6519
maximum resident set size= 211152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51949
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= 87
involuntary context switches= 1867

runsolver used 6.82196 second user time and 12.6581 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 00:17:31
IDJOB=3728464
IDBENCH=79178
IDSOLVER=2315
FILE ID=node117/3728464-1338675451
RUNJOBID= node117-1338674781-13618
PBS_JOBID= 14636519
Free space on /tmp= 69116 MiB

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

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

MD5SUM BENCH= 5c6d98aba4f4f2cf2db8cd0c78364d4c
RANDOM SEED=1046983267

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        26978932 kB
Buffers:          601176 kB
Cached:          4087580 kB
SwapCached:          776 kB
Active:          2549916 kB
Inactive:        2431360 kB
Active(anon):     278316 kB
Inactive(anon):     9984 kB
Active(file):    2271600 kB
Inactive(file):  2421376 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        233112 kB
Mapped:            12980 kB
Shmem:                80 kB
Slab:             775300 kB
SReclaimable:     219768 kB
SUnreclaim:       555532 kB
KernelStack:        1488 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     144720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 69116 MiB
End job on node117 at 2012-06-03 00:47:31