Trace number 3713031

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.48 1800

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark1796.83
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
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-3713031-1338225706.wbo.
0.00/0.00	c Instance file HOME/instance-3713031-1338225706.wbo
0.00/0.00	c File size is 86160 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.01         s                                      |
0.00/0.00	c |  Number Variables:      3444                                                |
0.00/0.00	c |  Number Clauses:        3069                                                |
0.00/0.00	c |  Number Cardinality:    125                                                 |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.02      | 0  | 1            lb |  0                0                0.00  |
0.02/0.05	c | 0.06      | 0  | 2            lb |  0                0                0.00  |
7.48/7.58	c | 7.59      | 0  | 3            lb |  0                0                0.00  |
1799.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713031-1338225706/watcher-3713031-1338225706 -o /tmp/evaluation-result-3713031-1338225706/solver-3713031-1338225706 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713031-1338225706.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/177 16520
/proc/meminfo: memFree=28360236/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=3580 CPUtime=0 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) R 16518 16520 12215 0 -1 4202496 415 0 0 0 0 0 0 0 20 0 1 0 288695687 3665920 367 33554432000 4194304 5964318 140734096529568 140734096527816 4395103 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 895 367 172 433 0 437 0

[startup+0.032886 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16520
/proc/meminfo: memFree=28360236/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84436 CPUtime=0.02 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 1635 0 0 0 2 0 0 0 20 0 2 0 288695687 86462464 1565 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21109 1565 195 433 0 20673 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84436

[startup+0.100165 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16520
/proc/meminfo: memFree=28360236/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84820 CPUtime=0.09 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 1900 0 0 0 9 0 0 0 20 0 2 0 288695687 86855680 1830 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21205 1830 195 433 0 20769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84820

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16520
/proc/meminfo: memFree=28360236/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84820 CPUtime=0.29 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 1900 0 0 0 29 0 0 0 20 0 2 0 288695687 86855680 1830 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21205 1830 195 433 0 20769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84820

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16520
/proc/meminfo: memFree=28360236/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84820 CPUtime=0.69 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 1904 0 0 0 69 0 0 0 20 0 2 0 288695687 86855680 1834 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21205 1834 195 433 0 20769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84820

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28352888/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84820 CPUtime=1.49 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 2447 0 0 0 149 0 0 0 20 0 2 0 288695687 86855680 2377 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21205 2377 195 433 0 20769 0
[pid=16520/tid=16522] ppid=16518 vsize=84820 CPUtime=1.47 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 1533 0 0 0 147 0 0 0 20 0 2 0 288695688 86855680 2377 33554432000 4194304 5964318 140734096529568 140729910245176 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84820

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28349168/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84820 CPUtime=3.08 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 3696 0 0 0 308 0 0 0 20 0 2 0 288695687 86855680 3832 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21205 3832 195 433 0 20769 0
[pid=16520/tid=16522] ppid=16518 vsize=84820 CPUtime=3.06 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 2782 0 0 0 306 0 0 0 20 0 2 0 288695688 86855680 3832 33554432000 4194304 5964318 140734096529568 140729910245416 4392600 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84820

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28337812/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=84964 CPUtime=6.28 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 6304 0 0 0 627 1 0 0 20 0 2 0 288695687 87003136 6440 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21241 6440 195 433 0 20805 0
[pid=16520/tid=16522] ppid=16518 vsize=84964 CPUtime=6.25 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 5390 0 0 0 624 1 0 0 20 0 2 0 288695688 87003136 6440 33554432000 4194304 5964318 140734096529568 140729910245368 4389004 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84964

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28328652/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=85012 CPUtime=12.68 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 7129 0 0 0 1267 1 0 0 20 0 2 0 288695687 87052288 6966 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21253 6966 195 433 0 20817 0
[pid=16520/tid=16522] ppid=16518 vsize=85012 CPUtime=12.63 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 6215 0 0 0 1262 1 0 0 20 0 2 0 288695688 87052288 6966 33554432000 4194304 5964318 140734096529568 140729910246328 4389064 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85012

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28324536/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=85012 CPUtime=25.48 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 7143 0 0 0 2547 1 0 0 20 0 2 0 288695687 87052288 7262 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21253 7262 195 433 0 20817 0
[pid=16520/tid=16522] ppid=16518 vsize=85012 CPUtime=25.4 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 6229 0 0 0 2539 1 0 0 20 0 2 0 288695688 87052288 7262 33554432000 4194304 5964318 140734096529568 140729910246328 4388732 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85012

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16522
/proc/meminfo: memFree=28300108/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=85228 CPUtime=51.07 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 11845 0 0 0 5104 3 0 0 20 0 2 0 288695687 87273472 11964 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 21307 11964 195 433 0 20871 0
[pid=16520/tid=16522] ppid=16518 vsize=85228 CPUtime=50.93 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 10931 0 0 0 5090 3 0 0 20 0 2 0 288695688 87273472 11964 33554432000 4194304 5964318 140734096529568 140729910245368 4399824 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85228

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16523
/proc/meminfo: memFree=28235480/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=150872 CPUtime=102.27 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 24375 0 0 0 10219 8 0 0 20 0 2 0 288695687 154492928 24494 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 37718 24494 195 433 0 37282 0
[pid=16520/tid=16522] ppid=16518 vsize=150872 CPUtime=102 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 23461 0 0 0 10191 9 0 0 20 0 2 0 288695688 154492928 24494 33554432000 4194304 5964318 140734096529568 140729910245368 4399824 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 150872

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 16523
/proc/meminfo: memFree=28186428/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=151032 CPUtime=162.25 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 32122 0 0 0 16214 11 0 0 20 0 2 0 288695687 154656768 32241 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 37758 32241 195 433 0 37322 0
[pid=16520/tid=16522] ppid=16518 vsize=151032 CPUtime=161.83 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 31208 0 0 0 16170 13 0 0 20 0 2 0 288695688 154656768 32241 33554432000 4194304 5964318 140734096529568 140729910245368 4399819 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 151032

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16523
/proc/meminfo: memFree=28157040/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=216568 CPUtime=222.25 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 37048 0 0 0 22212 13 0 0 20 0 2 0 288695687 221765632 37167 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 54142 37167 195 433 0 53706 0
[pid=16520/tid=16522] ppid=16518 vsize=216568 CPUtime=221.68 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 36134 0 0 0 22152 16 0 0 20 0 2 0 288695688 221765632 37167 33554432000 4194304 5964318 140734096529568 140729910245176 4389068 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 216568

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16523
/proc/meminfo: memFree=28145012/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=216808 CPUtime=282.24 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 40014 0 0 0 28209 15 0 0 20 0 2 0 288695687 222011392 40133 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 54202 40133 195 433 0 53766 0
[pid=16520/tid=16522] ppid=16518 vsize=216808 CPUtime=281.52 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 39100 0 0 0 28133 19 0 0 20 0 2 0 288695688 222011392 40133 33554432000 4194304 5964318 140734096529568 140729910245176 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 216808

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16523
/proc/meminfo: memFree=28133812/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=216808 CPUtime=342.21 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 42891 0 0 0 34205 16 0 0 20 0 2 0 288695687 222011392 42999 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 54202 42999 195 433 0 53766 0
[pid=16520/tid=16522] ppid=16518 vsize=216808 CPUtime=341.34 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 41977 0 0 0 34113 21 0 0 20 0 2 0 288695688 222011392 42999 33554432000 4194304 5964318 140734096529568 140729910245368 4399824 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 216808

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16562
/proc/meminfo: memFree=28581704/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=282344 CPUtime=402.15 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 53332 0 0 0 40195 20 0 0 20 0 2 0 288695687 289120256 53470 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 70586 53470 195 433 0 70150 0
[pid=16520/tid=16522] ppid=16518 vsize=282344 CPUtime=401.14 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 52418 0 0 0 40088 26 0 0 20 0 2 0 288695688 289120256 53470 33554432000 4194304 5964318 140734096529568 140729910245416 4389064 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 282344

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 16563
/proc/meminfo: memFree=28450016/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=282344 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16573
/proc/meminfo: memFree=27757320/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=611788 CPUtime=1421.93 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 149033 0 0 0 142130 63 0 0 20 0 2 0 288695687 626470912 149720 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 152947 149720 195 433 0 152511 0
[pid=16520/tid=16522] ppid=16518 vsize=611788 CPUtime=1418.34 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 148119 0 0 0 141750 84 0 0 20 0 2 0 288695688 626470912 149720 33554432000 4194304 5964318 140734096529568 140729910245368 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 611788

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 16574
/proc/meminfo: memFree=27673684/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1481.89 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 169721 0 0 0 148117 72 0 0 20 0 2 0 288695687 760688640 170397 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 170397 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1478.16 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 168807 0 0 0 147722 94 0 0 20 0 2 0 288695688 760688640 170397 33554432000 4194304 5964318 140734096529568 140729910245368 4400616 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 742860

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16574
/proc/meminfo: memFree=27673588/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1541.85 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 169769 0 0 0 154113 72 0 0 20 0 2 0 288695687 760688640 170455 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 170455 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1537.96 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 168855 0 0 0 153701 95 0 0 20 0 2 0 288695688 760688640 170455 33554432000 4194304 5964318 140734096529568 140729910245368 4399914 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 742860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16574
/proc/meminfo: memFree=27620704/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1601.82 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 169796 0 0 0 160110 72 0 0 20 0 2 0 288695687 760688640 170470 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 170470 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1597.79 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 168882 0 0 0 159683 96 0 0 20 0 2 0 288695688 760688640 170470 33554432000 4194304 5964318 140734096529568 140729910245368 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 742860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16575
/proc/meminfo: memFree=27516924/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1661.8 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 169822 0 0 0 166108 72 0 0 20 0 2 0 288695687 760688640 170477 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 170477 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1657.61 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 168908 0 0 0 165664 97 0 0 20 0 2 0 288695688 760688640 170477 33554432000 4194304 5964318 140734096529568 140729910245368 4389033 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) 742860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16578
/proc/meminfo: memFree=27485296/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1721.79 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170459 0 0 0 172106 73 0 0 20 0 2 0 288695687 760688640 171114 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 171114 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1717.45 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169545 0 0 0 171647 98 0 0 20 0 2 0 288695688 760688640 171114 33554432000 4194304 5964318 140734096529568 140729910245368 4399819 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 742860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1781.79 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170599 0 0 0 178106 73 0 0 20 0 2 0 288695687 760688640 171254 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 171254 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1777.29 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169685 0 0 0 177630 99 0 0 20 0 2 0 288695688 760688640 171254 33554432000 4194304 5964318 140734096529568 140729910245176 4403243 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 742860

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=742860 CPUtime=1791.39 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170605 0 0 0 179066 73 0 0 20 0 2 0 288695687 760688640 171260 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185715 171260 195 433 0 185279 0
[pid=16520/tid=16522] ppid=16518 vsize=742860 CPUtime=1786.87 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169691 0 0 0 178588 99 0 0 20 0 2 0 288695688 760688640 171260 33554432000 4194304 5964318 140734096529568 140729910245176 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 742860

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1794.59 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170642 0 0 0 179386 73 0 0 20 0 2 0 288695687 760909824 171297 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171297 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1790.07 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169728 0 0 0 178908 99 0 0 20 0 2 0 288695688 760909824 171297 33554432000 4194304 5964318 140734096529568 140729910245176 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 743076

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1797.78 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170644 0 0 0 179705 73 0 0 20 0 2 0 288695687 760909824 171299 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171299 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1793.25 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169730 0 0 0 179226 99 0 0 20 0 2 0 288695688 760909824 171299 33554432000 4194304 5964318 140734096529568 140729910245176 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 743076

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1798.58 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170644 0 0 0 179785 73 0 0 20 0 2 0 288695687 760909824 171299 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171299 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1794.05 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169730 0 0 0 179306 99 0 0 20 0 2 0 288695688 760909824 171299 33554432000 4194304 5964318 140734096529568 140729910245176 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 743076

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1798.99 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170644 0 0 0 179826 73 0 0 20 0 2 0 288695687 760909824 171299 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171299 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1794.45 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169730 0 0 0 179346 99 0 0 20 0 2 0 288695688 760909824 171299 33554432000 4194304 5964318 140734096529568 140729910245176 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 743076

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1799.38 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170644 0 0 0 179865 73 0 0 20 0 2 0 288695687 760909824 171299 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171299 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1794.85 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169730 0 0 0 179386 99 0 0 20 0 2 0 288695688 760909824 171299 33554432000 4194304 5964318 140734096529568 140729910245176 4392790 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 743076

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16578
/proc/meminfo: memFree=27484312/32873844 swapFree=7116/7116
[pid=16520] ppid=16518 vsize=743076 CPUtime=1799.48 cores=0,2,4,6
/proc/16520/stat : 16520 (wbo1.71) S 16518 16520 12215 0 -1 4202496 170644 0 0 0 179875 73 0 0 20 0 2 0 288695687 760909824 171299 33554432000 4194304 5964318 140734096529568 140734096529088 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16520/statm: 185769 171299 195 433 0 185333 0
[pid=16520/tid=16522] ppid=16518 vsize=743076 CPUtime=1794.95 cores=0,2,4,6
/proc/16520/task/16522/stat : 16522 (wbo1.71) R 16518 16520 12215 0 -1 4202560 169730 0 0 0 179396 99 0 0 20 0 2 0 288695688 760909824 171299 33554432000 4194304 5964318 140734096529568 140729910245176 4389074 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 743076

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16520 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=974274
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=2847
# CPU time returned by wait4() is 1794.98
# while last known CPU time is 1799.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.48
CPU user time (s): 1798.75
CPU system time (s): 0.73
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 743076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 1.00285
maximum resident set size= 685204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170646
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= 313
involuntary context switches= 2335

runsolver used 4.52631 second user time and 10.2694 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 19:21:46
IDJOB=3713031
IDBENCH=79441
IDSOLVER=2293
FILE ID=node138/3713031-1338225706
RUNJOBID= node138-1338194596-12231
PBS_JOBID= 14624599
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=1669041811

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28360616 kB
Buffers:          664796 kB
Cached:          2449332 kB
SwapCached:          208 kB
Active:          1667204 kB
Inactive:        1951764 kB
Active(anon):     487168 kB
Inactive(anon):    11368 kB
Active(file):    1180036 kB
Inactive(file):  1940396 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              5840 kB
Writeback:             0 kB
AnonPages:        502720 kB
Mapped:            15108 kB
Shmem:               200 kB
Slab:             753608 kB
SReclaimable:     195840 kB
SUnreclaim:       557768 kB
KernelStack:        1472 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node138 at 2012-05-28 19:51:46