Trace number 3713051

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.71? 1799.84 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMaaeffaeae7d7089614c30e01f22ee722
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1011.71
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3713051-1338227357.wbo.
0.00/0.00	c Instance file HOME/instance-3713051-1338227357.wbo
0.00/0.00	c File size is 17647 bytes.
0.00/0.00	c Highest Coefficient sum: 5
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:      740                                                 |
0.00/0.00	c |  Number Clauses:        665                                                 |
0.00/0.00	c |  Number Cardinality:    25                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
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 ===============================================================================
0.00/0.00	c | 0.00      | 0  | 1            lb |  0                0                0.00  |
0.00/0.00	c | 0.01      | 0  | 2            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 3            lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | 4            lb |  0                0                0.00  |
0.00/0.05	c | 0.06      | 0  | 5            lb |  0                0                0.00  |
0.19/0.23	c | 0.23      | 0  | 6            lb |  0                0                0.00  |
68.18/68.20	c | 68.21     | 0  | 7            lb |  0                0                0.00  |
1411.34/1411.80	c | 1411.81   | 0  | 8            lb |  0                0                0.00  |
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3713051-1338227357/watcher-3713051-1338227357 -o /tmp/evaluation-result-3713051-1338227357/solver-3713051-1338227357 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713051-1338227357.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: 1.92 1.98 1.99 2/177 22656
/proc/meminfo: memFree=30135040/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 922 0 0 0 0 0 0 0 20 0 2 0 288861800 85733376 870 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 870 193 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 177 0 0 0 0 0 0 0 20 0 2 0 288861800 85733376 870 33554432000 4194304 5964318 140734172052256 140735597547608 4448249 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0114579 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 22656
/proc/meminfo: memFree=30135040/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 947 0 0 0 0 0 0 0 20 0 2 0 288861800 85733376 895 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 895 195 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 2 0 288861800 85733376 895 33554432000 4194304 5964318 140734172052256 140735597547608 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83724

[startup+0.100176 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 22656
/proc/meminfo: memFree=30135040/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 1084 0 0 0 9 0 0 0 20 0 2 0 288861800 85733376 1032 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 1032 195 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 339 0 0 0 8 0 0 0 20 0 2 0 288861800 85733376 1032 33554432000 4194304 5964318 140734172052256 140735597547608 4403468 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83724

[startup+0.30015 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 22656
/proc/meminfo: memFree=30135040/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=0.29 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 1302 0 0 0 29 0 0 0 20 0 2 0 288861800 85733376 1250 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 1250 195 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=0.28 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 557 0 0 0 28 0 0 0 20 0 2 0 288861800 85733376 1250 33554432000 4194304 5964318 140734172052256 140735597547608 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83724

[startup+0.700137 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 22656
/proc/meminfo: memFree=30135040/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 1387 0 0 0 69 0 0 0 20 0 2 0 288861800 85733376 1335 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 1335 195 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 642 0 0 0 68 0 0 0 20 0 2 0 288861800 85733376 1335 33554432000 4194304 5964318 140734172052256 139727359494136 4388976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50012 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 22658
/proc/meminfo: memFree=30130164/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83724 CPUtime=1.49 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 2016 0 0 0 149 0 0 0 20 0 2 0 288861800 85733376 1964 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20931 1964 195 433 0 20495 0
[pid=22656/tid=22657] ppid=22654 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 1271 0 0 0 148 0 0 0 20 0 2 0 288861800 85733376 1964 33554432000 4194304 5964318 140734172052256 139727359494136 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83724

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 22658
/proc/meminfo: memFree=30125568/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83868 CPUtime=3.09 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 3690 0 0 0 308 1 0 0 20 0 2 0 288861800 85880832 3638 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20967 3638 195 433 0 20531 0
[pid=22656/tid=22657] ppid=22654 vsize=83868 CPUtime=3.08 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 2945 0 0 0 307 1 0 0 20 0 2 0 288861800 85880832 3638 33554432000 4194304 5964318 140734172052256 139727359494184 4403524 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83868

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 22658
/proc/meminfo: memFree=30114392/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83868 CPUtime=6.28 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 5506 0 0 0 627 1 0 0 20 0 2 0 288861800 85880832 5454 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20967 5454 195 433 0 20531 0
[pid=22656/tid=22657] ppid=22654 vsize=83868 CPUtime=6.28 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 4761 0 0 0 626 2 0 0 20 0 2 0 288861800 85880832 5454 33554432000 4194304 5964318 140734172052256 139727359493944 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83868

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 22658
/proc/meminfo: memFree=30094376/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=83940 CPUtime=12.69 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 8935 0 0 0 1266 3 0 0 20 0 2 0 288861800 85954560 8883 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 20985 8883 195 433 0 20549 0
[pid=22656/tid=22657] ppid=22654 vsize=83940 CPUtime=12.69 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 8190 0 0 0 1265 4 0 0 20 0 2 0 288861800 85954560 8883 33554432000 4194304 5964318 140734172052256 139727359493944 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83940

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 22658
/proc/meminfo: memFree=30068932/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=84208 CPUtime=25.48 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 14207 0 0 0 2543 5 0 0 20 0 2 0 288861800 86228992 14155 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 21052 14155 195 433 0 20616 0
[pid=22656/tid=22657] ppid=22654 vsize=84208 CPUtime=25.48 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 13462 0 0 0 2542 6 0 0 20 0 2 0 288861800 86228992 14155 33554432000 4194304 5964318 140734172052256 139727359494136 4388132 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84208

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 22662
/proc/meminfo: memFree=30033280/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=149888 CPUtime=51.08 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 19026 0 0 0 5102 6 0 0 20 0 2 0 288861800 153485312 18974 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 37472 18974 195 433 0 37036 0
[pid=22656/tid=22657] ppid=22654 vsize=149888 CPUtime=51.08 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 18281 0 0 0 5101 7 0 0 20 0 2 0 288861800 153485312 18974 33554432000 4194304 5964318 140734172052256 139727359494184 4409103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 149888

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 22662
/proc/meminfo: memFree=29996128/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=149260 CPUtime=102.28 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 22547 0 0 0 10221 7 0 0 20 0 2 0 288861800 152842240 22279 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 37315 22279 195 433 0 36879 0
[pid=22656/tid=22657] ppid=22654 vsize=149260 CPUtime=102.29 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 21802 0 0 0 10220 9 0 0 20 0 2 0 288861800 152842240 22279 33554432000 4194304 5964318 140734172052256 139727359495096 4389074 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 149260

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 22662
/proc/meminfo: memFree=29901244/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=214796 CPUtime=162.26 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 38394 0 0 0 16212 14 0 0 20 0 2 0 288861800 219951104 38126 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 53699 38126 195 433 0 53263 0
[pid=22656/tid=22657] ppid=22654 vsize=214796 CPUtime=162.29 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 37649 0 0 0 16212 17 0 0 20 0 2 0 288861800 219951104 38126 33554432000 4194304 5964318 140734172052256 139727359493944 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 214796

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 22662
/proc/meminfo: memFree=29826380/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=280332 CPUtime=222.25 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 50617 0 0 0 22206 19 0 0 20 0 2 0 288861800 287059968 50346 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 70083 50346 195 433 0 69647 0
[pid=22656/tid=22657] ppid=22654 vsize=280332 CPUtime=222.29 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 49872 0 0 0 22206 23 0 0 20 0 2 0 288861800 287059968 50346 33554432000 4194304 5964318 140734172052256 139727359494136 4399819 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 280332

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 22662
/proc/meminfo: memFree=29720636/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=345868 CPUtime=282.2 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 68999 0 0 0 28195 25 0 0 20 0 2 0 288861800 354168832 68744 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 86467 68744 195 433 0 86031 0
[pid=22656/tid=22657] ppid=22654 vsize=345868 CPUtime=282.26 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 68254 0 0 0 28196 30 0 0 20 0 2 0 288861800 354168832 68744 33554432000 4194304 5964318 140734172052256 139727359494136 4389004 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 345868

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 22662
/proc/meminfo: memFree=29664808/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=345868 CPUtime=342.16 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 75936 0 0 0 34188 28 0 0 20 0 2 0 288861800 354168832 75707 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 86467 75707 195 433 0 86031 0
[pid=22656/tid=22657] ppid=22654 vsize=345868 CPUtime=342.23 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 75191 0 0 0 34189 34 0 0 20 0 2 0 288861800 354168832 75707 33554432000 4194304 5964318 140734172052256 139727359494008 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 345868

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 22663
/proc/meminfo: memFree=29612216/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=346952 CPUtime=402.15 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 81461 0 0 0 40185 30 0 0 20 0 2 0 288861800 355278848 81923 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 174979 0 0 0 130121 96 0 0 20 0 2 0 288861800 759312384 176452 33554432000 4194304 5964318 140734172052256 139727359493944 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 741516

[startup+1362.3 s]
/proc/loadavg: 1.21 1.74 1.90 2/172 22718
/proc/meminfo: memFree=29765928/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=741516 CPUtime=1361.86 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 179456 0 0 0 136108 78 0 0 20 0 2 0 288861800 759312384 180328 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 185379 180328 195 433 0 184943 0
[pid=22656/tid=22657] ppid=22654 vsize=741516 CPUtime=1362.13 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 178711 0 0 0 136114 99 0 0 20 0 2 0 288861800 759312384 180328 33554432000 4194304 5964318 140734172052256 139727359494136 4403514 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 741516

[startup+1422.31 s]
/proc/loadavg: 1.08 1.60 1.84 2/172 22718
/proc/meminfo: memFree=29667352/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1421.84 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204081 0 0 0 142100 84 0 0 20 0 2 0 288861800 891039744 204653 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204653 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1422.12 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203336 0 0 0 142106 106 0 0 20 0 2 0 288861800 891039744 204653 33554432000 4194304 5964318 140734172052256 139727359495096 4389051 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 870156

[startup+1482.3 s]
/proc/loadavg: 1.06 1.50 1.79 2/172 22718
/proc/meminfo: memFree=29667352/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1481.83 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204105 0 0 0 148099 84 0 0 20 0 2 0 288861800 891039744 204677 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204677 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1482.12 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203360 0 0 0 148105 107 0 0 20 0 2 0 288861800 891039744 204677 33554432000 4194304 5964318 140734172052256 139727359495096 4399723 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 870156

[startup+1542.3 s]
/proc/loadavg: 1.02 1.41 1.74 2/172 22718
/proc/meminfo: memFree=29667476/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1541.82 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204105 0 0 0 154098 84 0 0 20 0 2 0 288861800 891039744 204677 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204677 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1542.12 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203360 0 0 0 154104 108 0 0 20 0 2 0 288861800 891039744 204677 33554432000 4194304 5964318 140734172052256 139727359495096 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 870156

[startup+1602.3 s]
/proc/loadavg: 1.01 1.33 1.69 2/172 22719
/proc/meminfo: memFree=29667612/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1601.81 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204128 0 0 0 160097 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1602.13 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203383 0 0 0 160104 109 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4389033 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 870156

[startup+1662.3 s]
/proc/loadavg: 1.00 1.27 1.64 2/172 22719
/proc/meminfo: memFree=29667612/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1661.8 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204128 0 0 0 166096 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1662.13 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203383 0 0 0 166103 110 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 870156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.22 1.60 2/172 22719
/proc/meminfo: memFree=29667600/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1721.78 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204134 0 0 0 172094 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1722.13 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203389 0 0 0 172102 111 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4388976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 870156

[startup+1782.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/172 22719
/proc/meminfo: memFree=29667212/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1781.76 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 178092 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1782.11 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 178099 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 870156

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1791.36 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179052 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1791.72 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179060 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4390174 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 870156

[startup+1795.1 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1794.56 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179372 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1794.92 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179380 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4389036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 870156

[startup+1798.3 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1797.75 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179691 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1798.12 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179700 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4379220 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 870156

[startup+1799.1 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1798.55 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179771 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1798.92 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179780 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4389014 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 870156

[startup+1799.5 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1798.96 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179812 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1799.32 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179820 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4403325 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 870156

[startup+1799.9 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1799.35 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179851 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1799.72 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179860 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 870156

[startup+1800 s]
/proc/loadavg: 1.00 1.17 1.55 2/172 22719
/proc/meminfo: memFree=29667584/32873648 swapFree=6860/6860
[pid=22656] ppid=22654 vsize=870156 CPUtime=1799.45 cores=0,2,4,6
/proc/22656/stat : 22656 (wbo1.71) S 22654 22656 18639 0 -1 4202496 204159 0 0 0 179861 84 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 140734172051776 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22656/statm: 217539 204700 195 433 0 217103 0
[pid=22656/tid=22657] ppid=22654 vsize=870156 CPUtime=1799.82 cores=0,2,4,6
/proc/22656/task/22657/stat : 22657 (wbo1.71) R 22654 22656 18639 0 -1 4202560 203414 0 0 0 179870 112 0 0 20 0 2 0 288861800 891039744 204700 33554432000 4194304 5964318 140734172052256 139727359495096 4399914 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 870156

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.71
CPU system time (s): 1.13483
CPU usage (%): 99.991
Max. virtual memory (cumulated for all children) (KiB): 872588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.13483
maximum resident set size= 820344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204161
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= 358
involuntary context switches= 1869

runsolver used 2.72059 second user time and 7.2059 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 19:49:17
IDJOB=3713051
IDBENCH=79656
IDSOLVER=2293
FILE ID=node116/3713051-1338227357
RUNJOBID= node116-1338193550-18655
PBS_JOBID= 14624586
Free space on /tmp= 71468 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713051-1338227357/watcher-3713051-1338227357 -o /tmp/evaluation-result-3713051-1338227357/solver-3713051-1338227357 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713051-1338227357.wbo

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

MD5SUM BENCH= aaeffaeae7d7089614c30e01f22ee722
RANDOM SEED=1923705822

node116.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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        30135412 kB
Buffers:          389564 kB
Cached:          1152164 kB
SwapCached:         3236 kB
Active:          1198240 kB
Inactive:         701608 kB
Active(anon):     349324 kB
Inactive(anon):     8956 kB
Active(file):     848916 kB
Inactive(file):   692652 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              5492 kB
Writeback:            16 kB
AnonPages:        360452 kB
Mapped:            13368 kB
Shmem:                96 kB
Slab:             701292 kB
SReclaimable:     145588 kB
SUnreclaim:       555704 kB
KernelStack:        1464 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71468 MiB
End job on node116 at 2012-05-28 20:19:18