Trace number 3713047

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark716.004
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
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-3713047-1338226823.wbo.
0.00/0.00	c Instance file HOME/instance-3713047-1338226823.wbo
0.00/0.00	c File size is 27028 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:      1132                                                |
0.00/0.00	c |  Number Clauses:        991                                                 |
0.00/0.00	c |  Number Cardinality:    47                                                  |
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.29/0.31	c | 0.31      | 0  | 1            lb |  0                0                0.00  |
33.78/33.87	c | 33.87     | 0  | 2            lb |  0                0                0.00  |
1799.41/1800.00	c ===============================================================================
1799.41/1800.00	c Wall Clock Time: 1800.00 s
1799.41/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-3713047-1338226823/watcher-3713047-1338226823 -o /tmp/evaluation-result-3713047-1338226823/solver-3713047-1338226823 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713047-1338226823.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22616
/proc/meminfo: memFree=29969480/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=0 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 930 0 0 0 0 0 0 0 20 0 2 0 288808361 85827584 876 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 877 183 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 164 0 0 0 0 0 0 0 20 0 2 0 288808362 85827584 880 33554432000 4194304 5964318 140734589114624 140736475603144 5136324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0285029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22616
/proc/meminfo: memFree=29969480/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=0.02 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 1055 0 0 0 2 0 0 0 20 0 2 0 288808361 85827584 1001 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 1001 191 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=0.01 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 2 0 288808362 85827584 1001 33554432000 4194304 5964318 140734589114624 140736475603144 5136394 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83816

[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22616
/proc/meminfo: memFree=29969480/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=0.09 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 1385 0 0 0 9 0 0 0 20 0 2 0 288808361 85827584 1331 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 1331 191 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=0.08 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 615 0 0 0 8 0 0 0 20 0 2 0 288808362 85827584 1331 33554432000 4194304 5964318 140734589114624 140463599036408 5136324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83816

[startup+0.300139 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22616
/proc/meminfo: memFree=29969480/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=0.29 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 2082 0 0 0 29 0 0 0 20 0 2 0 288808361 85827584 2028 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 2028 191 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=0.28 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 1312 0 0 0 28 0 0 0 20 0 2 0 288808362 85827584 2028 33554432000 4194304 5964318 140734589114624 140463599036408 5136324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83816

[startup+0.700139 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22616
/proc/meminfo: memFree=29969480/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=0.69 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 2294 0 0 0 69 0 0 0 20 0 2 0 288808361 85827584 2240 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 2240 195 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=0.68 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 1524 0 0 0 68 0 0 0 20 0 2 0 288808362 85827584 2240 33554432000 4194304 5964318 140734589114624 140463599036408 4399712 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83816

[startup+1.50014 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22618
/proc/meminfo: memFree=29961296/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=1.49 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 2400 0 0 0 149 0 0 0 20 0 2 0 288808361 85827584 2346 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 2346 195 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=1.48 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 1630 0 0 0 148 0 0 0 20 0 2 0 288808362 85827584 2346 33554432000 4194304 5964318 140734589114624 140463599036776 4399991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83816

[startup+3.10012 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22618
/proc/meminfo: memFree=29958932/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=3.09 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 3295 0 0 0 309 0 0 0 20 0 2 0 288808361 85827584 3241 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 3241 195 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=3.08 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 2525 0 0 0 308 0 0 0 20 0 2 0 288808362 85827584 3241 33554432000 4194304 5964318 140734589114624 140463599036408 4389036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83816

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22618
/proc/meminfo: memFree=29951604/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83960 CPUtime=6.29 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 5155 0 0 0 628 1 0 0 20 0 2 0 288808361 85975040 5101 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20990 5101 195 433 0 20554 0
[pid=22616/tid=22617] ppid=22614 vsize=83960 CPUtime=6.29 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 4385 0 0 0 627 2 0 0 20 0 2 0 288808362 85975040 5101 33554432000 4194304 5964318 140734589114624 140463599036408 4400019 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83960

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22618
/proc/meminfo: memFree=29942864/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83960 CPUtime=12.69 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 6926 0 0 0 1267 2 0 0 20 0 2 0 288808361 85975040 6872 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20990 6872 195 433 0 20554 0
[pid=22616/tid=22617] ppid=22614 vsize=83960 CPUtime=12.68 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 6156 0 0 0 1266 2 0 0 20 0 2 0 288808362 85975040 6872 33554432000 4194304 5964318 140734589114624 140463599036008 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83960

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22618
/proc/meminfo: memFree=29933872/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=84032 CPUtime=25.49 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 9240 0 0 0 2546 3 0 0 20 0 2 0 288808361 86048768 9186 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 21008 9186 195 433 0 20572 0
[pid=22616/tid=22617] ppid=22614 vsize=84032 CPUtime=25.48 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 8470 0 0 0 2545 3 0 0 20 0 2 0 288808362 86048768 9186 33554432000 4194304 5964318 140734589114624 140463599036008 4389014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84032

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22618
/proc/meminfo: memFree=29925828/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=83816 CPUtime=51.08 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 11153 0 0 0 5105 3 0 0 20 0 2 0 288808361 85827584 11037 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 20954 11037 195 433 0 20518 0
[pid=22616/tid=22617] ppid=22614 vsize=83816 CPUtime=51.08 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 10383 0 0 0 5104 4 0 0 20 0 2 0 288808362 85827584 11037 33554432000 4194304 5964318 140734589114624 140463599037368 4389051 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83816

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22618
/proc/meminfo: memFree=29868044/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=149352 CPUtime=102.28 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 25457 0 0 0 10220 8 0 0 20 0 2 0 288808361 152936448 25341 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 37338 25341 195 433 0 36902 0
[pid=22616/tid=22617] ppid=22614 vsize=149352 CPUtime=102.29 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 24687 0 0 0 10219 10 0 0 20 0 2 0 288808362 152936448 25341 33554432000 4194304 5964318 140734589114624 140463599036408 4388989 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 149352

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22618
/proc/meminfo: memFree=29811220/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=215372 CPUtime=162.26 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 40030 0 0 0 16213 13 0 0 20 0 2 0 288808361 220540928 39921 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 53843 39921 195 433 0 53407 0
[pid=22616/tid=22617] ppid=22614 vsize=215372 CPUtime=162.28 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 39260 0 0 0 16213 15 0 0 20 0 2 0 288808362 220540928 39921 33554432000 4194304 5964318 140734589114624 140463599036408 4399856 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 215372

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22618
/proc/meminfo: memFree=29757620/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=280908 CPUtime=222.21 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 52901 0 0 0 22203 18 0 0 20 0 2 0 288808361 287649792 52826 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 70227 52826 195 433 0 69791 0
[pid=22616/tid=22617] ppid=22614 vsize=280908 CPUtime=222.25 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 52131 0 0 0 22204 21 0 0 20 0 2 0 288808362 287649792 52826 33554432000 4194304 5964318 140734589114624 140463599036408 4389064 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 280908

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22619
/proc/meminfo: memFree=29737032/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=281148 CPUtime=282.18 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 57739 0 0 0 28198 20 0 0 20 0 2 0 288808361 287895552 57892 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 70287 57892 195 433 0 69851 0
[pid=22616/tid=22617] ppid=22614 vsize=281148 CPUtime=282.22 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 56969 0 0 0 28197 25 0 0 20 0 2 0 288808362 287895552 57892 33554432000 4194304 5964318 140734589114624 140463599036216 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 281148

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22619
/proc/meminfo: memFree=29720688/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=281508 CPUtime=342.17 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 61956 0 0 0 34195 22 0 0 20 0 2 0 288808361 288264192 62109 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 70377 62109 195 433 0 69941 0
[pid=22616/tid=22617] ppid=22614 vsize=281508 CPUtime=342.23 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 61186 0 0 0 34195 28 0 0 20 0 2 0 288808362 288264192 62109 33554432000 4194304 5964318 140734589114624 140463599036216 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 281508

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22619
/proc/meminfo: memFree=29690804/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=347044 CPUtime=402.16 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 69357 0 0 0 40191 25 0 0 20 0 2 0 288808361 355373056 69510 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0

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

/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 171180 0 0 0 130097 118 0 0 20 0 2 0 288808362 759406592 173010 33554432000 4194304 5964318 140734589114624 140463599036456 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 741608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22689
/proc/meminfo: memFree=29257308/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=741608 CPUtime=1361.87 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 175872 0 0 0 136086 101 0 0 20 0 2 0 288808361 759406592 176932 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 185402 176932 195 433 0 184966 0
[pid=22616/tid=22617] ppid=22614 vsize=741608 CPUtime=1362.15 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 175102 0 0 0 136093 122 0 0 20 0 2 0 288808362 759406592 176932 33554432000 4194304 5964318 140734589114624 140463599036456 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 741608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22689
/proc/meminfo: memFree=29225700/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=807144 CPUtime=1421.87 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 182965 0 0 0 142078 109 0 0 20 0 2 0 288808361 826515456 184025 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 201786 184025 195 433 0 201350 0
[pid=22616/tid=22617] ppid=22614 vsize=807144 CPUtime=1422.16 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 182195 0 0 0 142085 131 0 0 20 0 2 0 288808362 826515456 184025 33554432000 4194304 5964318 140734589114624 140463599036408 4388771 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 807144

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 22689
/proc/meminfo: memFree=29177092/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=807144 CPUtime=1481.85 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 187338 0 0 0 148073 112 0 0 20 0 2 0 288808361 826515456 188397 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 201786 188397 195 433 0 201350 0
[pid=22616/tid=22617] ppid=22614 vsize=807144 CPUtime=1482.15 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 186568 0 0 0 148080 135 0 0 20 0 2 0 288808362 826515456 188397 33554432000 4194304 5964318 140734589114624 140463599036408 4399758 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 807144

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22690
/proc/meminfo: memFree=29127164/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=808596 CPUtime=1541.84 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 191495 0 0 0 154067 117 0 0 20 0 2 0 288808361 828002304 192627 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 202149 192627 195 433 0 201713 0
[pid=22616/tid=22617] ppid=22614 vsize=808596 CPUtime=1542.15 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 190725 0 0 0 154074 141 0 0 20 0 2 0 288808362 828002304 192627 33554432000 4194304 5964318 140734589114624 140463599036216 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 808596

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 22690
/proc/meminfo: memFree=29054272/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=874132 CPUtime=1601.79 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 201003 0 0 0 160056 123 0 0 20 0 2 0 288808361 895111168 202261 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 218533 202261 195 433 0 218097 0
[pid=22616/tid=22617] ppid=22614 vsize=874132 CPUtime=1602.11 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 200233 0 0 0 160063 148 0 0 20 0 2 0 288808362 895111168 202261 33554432000 4194304 5964318 140734589114624 140463599036456 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 874132

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22690
/proc/meminfo: memFree=28981524/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=874132 CPUtime=1661.75 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 206017 0 0 0 166048 127 0 0 20 0 2 0 288808361 895111168 207314 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 218533 207314 195 433 0 218097 0
[pid=22616/tid=22617] ppid=22614 vsize=874132 CPUtime=1662.09 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 205247 0 0 0 166056 153 0 0 20 0 2 0 288808362 895111168 207314 33554432000 4194304 5964318 140734589114624 140463599036456 4392621 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 874132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22690
/proc/meminfo: memFree=28946524/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=874132 CPUtime=1721.73 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 211057 0 0 0 172041 132 0 0 20 0 2 0 288808361 895111168 212435 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 218533 212435 195 433 0 218097 0
[pid=22616/tid=22617] ppid=22614 vsize=874132 CPUtime=1722.07 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 210287 0 0 0 172049 158 0 0 20 0 2 0 288808362 895111168 212435 33554432000 4194304 5964318 140734589114624 140463599036408 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 874132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22693
/proc/meminfo: memFree=28924316/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1781.71 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 216356 0 0 0 178036 135 0 0 20 0 2 0 288808361 962220032 217734 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 217734 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1782.07 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 215586 0 0 0 178044 163 0 0 20 0 2 0 288808362 962220032 217734 33554432000 4194304 5964318 140734589114624 140463599036456 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 939668

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

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 22693
/proc/meminfo: memFree=28919564/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1791.32 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 217696 0 0 0 178996 136 0 0 20 0 2 0 288808361 962220032 219074 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 219074 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1791.68 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 216926 0 0 0 179004 164 0 0 20 0 2 0 288808362 962220032 219074 33554432000 4194304 5964318 140734589114624 140463599036408 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 939668

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 22693
/proc/meminfo: memFree=28917708/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1794.52 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218086 0 0 0 179315 137 0 0 20 0 2 0 288808361 962220032 219464 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 219464 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1794.88 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217316 0 0 0 179324 164 0 0 20 0 2 0 288808362 962220032 219464 33554432000 4194304 5964318 140734589114624 140463599036040 4399914 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (KiB) 939668

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 22693
/proc/meminfo: memFree=28915972/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1797.71 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218481 0 0 0 179634 137 0 0 20 0 2 0 288808361 962220032 219859 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 219859 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1798.07 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217711 0 0 0 179642 165 0 0 20 0 2 0 288808362 962220032 219859 33554432000 4194304 5964318 140734589114624 140463599036216 4410781 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 939668

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 22693
/proc/meminfo: memFree=28913996/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1798.51 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218557 0 0 0 179714 137 0 0 20 0 2 0 288808361 962220032 219935 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 219935 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1798.87 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217787 0 0 0 179722 165 0 0 20 0 2 0 288808362 962220032 219935 33554432000 4194304 5964318 140734589114624 140463599036008 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 939668

[startup+1799.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22693
/proc/meminfo: memFree=28912508/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1798.91 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218642 0 0 0 179754 137 0 0 20 0 2 0 288808361 962220032 220020 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 220020 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1799.28 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217872 0 0 0 179763 165 0 0 20 0 2 0 288808362 962220032 220020 33554432000 4194304 5964318 140734589114624 140463599036008 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (KiB) 939668

[startup+1799.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22693
/proc/meminfo: memFree=28912508/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1799.31 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218643 0 0 0 179794 137 0 0 20 0 2 0 288808361 962220032 220021 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 220021 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1799.67 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217873 0 0 0 179802 165 0 0 20 0 2 0 288808362 962220032 220021 33554432000 4194304 5964318 140734589114624 140463599036008 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 939668

[startup+1800 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22693
/proc/meminfo: memFree=28912508/32873648 swapFree=6860/6860
[pid=22616] ppid=22614 vsize=939668 CPUtime=1799.41 cores=1,3,5,7
/proc/22616/stat : 22616 (wbo1.71) S 22614 22616 18639 0 -1 4202496 218656 0 0 0 179804 137 0 0 20 0 2 0 288808361 962220032 220034 33554432000 4194304 5964318 140734589114624 140734589114144 4546589 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22616/statm: 234917 220034 195 433 0 234481 0
[pid=22616/tid=22617] ppid=22614 vsize=939668 CPUtime=1799.77 cores=1,3,5,7
/proc/22616/task/22617/stat : 22617 (wbo1.71) R 22614 22616 18639 0 -1 4202560 217886 0 0 0 179812 165 0 0 20 0 2 0 288808362 962220032 220034 33554432000 4194304 5964318 140734589114624 140463599036008 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 939668

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.81
CPU user time (s): 1798.14
CPU system time (s): 1.67174
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 939668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 1.67175
maximum resident set size= 880144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218658
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= 365
involuntary context switches= 1838

runsolver used 3.21351 second user time and 8.20175 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 19:40:23
IDJOB=3713047
IDBENCH=79655
IDSOLVER=2293
FILE ID=node116/3713047-1338226823
RUNJOBID= node116-1338193550-18656
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-myciel5g-4_wcsp.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713047-1338226823/watcher-3713047-1338226823 -o /tmp/evaluation-result-3713047-1338226823/solver-3713047-1338226823 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713047-1338226823.wbo

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=855390648

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:        29970372 kB
Buffers:          389452 kB
Cached:          1151684 kB
SwapCached:         3236 kB
Active:          1362512 kB
Inactive:         701532 kB
Active(anon):     513720 kB
Inactive(anon):     8956 kB
Active(file):     848792 kB
Inactive(file):   692576 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              5488 kB
Writeback:             0 kB
AnonPages:        584084 kB
Mapped:            13348 kB
Shmem:                96 kB
Slab:             701204 kB
SReclaimable:     145552 kB
SUnreclaim:       555652 kB
KernelStack:        1496 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71464 MiB
End job on node116 at 2012-05-28 20:10:23