Trace number 3728317

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.47 1800

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728317-1338676329.wbo.
0.00/0.00	c Instance file HOME/instance-3728317-1338676329.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.04      | 0  | 4            lb |  0                0                0.00  |
0.03/0.06	c | 0.06      | 0  | 5            lb |  0                0                0.00  |
0.19/0.24	c | 0.24      | 0  | 6            lb |  0                0                0.00  |
68.97/69.01	c | 69.01     | 0  | 7            lb |  0                0                0.00  |
1419.07/1419.58	c | 1419.58   | 0  | 8            lb |  0                0                0.00  |
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3728317-1338676329/watcher-3728317-1338676329 -o /tmp/evaluation-result-3728317-1338676329/solver-3728317-1338676329 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728317-1338676329.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.99 1.99 3/178 27067
/proc/meminfo: memFree=28116480/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 920 0 0 0 0 0 0 0 20 0 2 0 333758258 85733376 868 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 868 192 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 177 0 0 0 0 0 0 0 20 0 2 0 333758259 85733376 868 33554432000 4194304 5964350 140736486359536 140733416780392 5130821 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.036667 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 27067
/proc/meminfo: memFree=28116480/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=0.03 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 1033 0 0 0 3 0 0 0 20 0 2 0 333758258 85733376 981 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 981 194 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=0.02 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 290 0 0 0 2 0 0 0 20 0 2 0 333758259 85733376 981 33554432000 4194304 5964350 140736486359536 140733416780392 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83724

[startup+0.100303 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 27067
/proc/meminfo: memFree=28116480/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 1082 0 0 0 9 0 0 0 20 0 2 0 333758258 85733376 1030 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 1030 194 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 339 0 0 0 8 0 0 0 20 0 2 0 333758259 85733376 1030 33554432000 4194304 5964350 140736486359536 140733416780392 4409119 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.300243 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 27067
/proc/meminfo: memFree=28116480/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=0.29 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 1300 0 0 0 29 0 0 0 20 0 2 0 333758258 85733376 1248 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 1248 194 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=0.28 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 557 0 0 0 28 0 0 0 20 0 2 0 333758259 85733376 1248 33554432000 4194304 5964350 140736486359536 140519140743528 4389052 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.700242 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 27067
/proc/meminfo: memFree=28116480/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 1370 0 0 0 69 0 0 0 20 0 2 0 333758258 85733376 1318 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 1318 194 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 627 0 0 0 68 0 0 0 20 0 2 0 333758259 85733376 1318 33554432000 4194304 5964350 140736486359536 140519140743528 4221120 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.50025 s]
/proc/loadavg: 1.92 1.99 1.99 3/180 27069
/proc/meminfo: memFree=28110140/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83724 CPUtime=1.49 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 1978 0 0 0 149 0 0 0 20 0 2 0 333758258 85733376 1926 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20931 1926 194 433 0 20495 0
[pid=27067/tid=27068] ppid=27065 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 1235 0 0 0 148 0 0 0 20 0 2 0 333758259 85733376 1926 33554432000 4194304 5964350 140736486359536 140519140743160 5136340 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.99 1.99 3/180 27069
/proc/meminfo: memFree=28105428/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83868 CPUtime=3.09 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 3684 0 0 0 309 0 0 0 20 0 2 0 333758258 85880832 3632 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20967 3632 194 433 0 20531 0
[pid=27067/tid=27068] ppid=27065 vsize=83868 CPUtime=3.07 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 2941 0 0 0 307 0 0 0 20 0 2 0 333758259 85880832 3632 33554432000 4194304 5964350 140736486359536 140519140742968 5136340 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.30024 s]
/proc/loadavg: 1.93 1.99 1.99 3/181 27070
/proc/meminfo: memFree=28092780/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83868 CPUtime=6.29 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 5410 0 0 0 628 1 0 0 20 0 2 0 333758258 85880832 5358 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20967 5358 194 433 0 20531 0
[pid=27067/tid=27068] ppid=27065 vsize=83868 CPUtime=6.27 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 4667 0 0 0 626 1 0 0 20 0 2 0 333758259 85880832 5358 33554432000 4194304 5964350 140736486359536 140519140743208 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83868

[startup+12.7003 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 27070
/proc/meminfo: memFree=28072940/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=83940 CPUtime=12.69 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 8932 0 0 0 1267 2 0 0 20 0 2 0 333758258 85954560 8880 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 20985 8880 194 433 0 20549 0
[pid=27067/tid=27068] ppid=27065 vsize=83940 CPUtime=12.65 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 8189 0 0 0 1263 2 0 0 20 0 2 0 333758259 85954560 8880 33554432000 4194304 5964350 140736486359536 140519140742968 4400007 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.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 27070
/proc/meminfo: memFree=28052232/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=84208 CPUtime=25.49 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 14045 0 0 0 2545 4 0 0 20 0 2 0 333758258 86228992 13993 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 21052 13993 194 433 0 20616 0
[pid=27067/tid=27068] ppid=27065 vsize=84208 CPUtime=25.42 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 13302 0 0 0 2538 4 0 0 20 0 2 0 333758259 86228992 13993 33554432000 4194304 5964350 140736486359536 140519140743160 4400632 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84208

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 27070
/proc/meminfo: memFree=28028776/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=149888 CPUtime=51.08 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 18721 0 0 0 5102 6 0 0 20 0 2 0 333758258 153485312 18669 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 37472 18669 194 433 0 37036 0
[pid=27067/tid=27068] ppid=27065 vsize=149888 CPUtime=50.95 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 17978 0 0 0 5089 6 0 0 20 0 2 0 333758259 153485312 18669 33554432000 4194304 5964350 140736486359536 140519140742968 4399889 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.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27070
/proc/meminfo: memFree=27998220/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=149260 CPUtime=102.27 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 22545 0 0 0 10220 7 0 0 20 0 2 0 333758258 152842240 22277 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 37315 22277 194 433 0 36879 0
[pid=27067/tid=27068] ppid=27065 vsize=149260 CPUtime=102.03 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 21802 0 0 0 10195 8 0 0 20 0 2 0 333758259 152842240 22277 33554432000 4194304 5964350 140736486359536 140519140744120 4399996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149260

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27070
/proc/meminfo: memFree=27922780/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=214796 CPUtime=162.24 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 38396 0 0 0 16212 12 0 0 20 0 2 0 333758258 219951104 38129 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 53699 38129 194 433 0 53263 0
[pid=27067/tid=27068] ppid=27065 vsize=214796 CPUtime=161.85 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 37653 0 0 0 16171 14 0 0 20 0 2 0 333758259 219951104 38129 33554432000 4194304 5964350 140736486359536 140519140742968 4411137 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 214796

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27070
/proc/meminfo: memFree=27837000/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=280332 CPUtime=222.2 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 52029 0 0 0 22203 17 0 0 20 0 2 0 333758258 287059968 51873 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 70083 51873 194 433 0 69647 0
[pid=27067/tid=27068] ppid=27065 vsize=280332 CPUtime=221.66 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 51286 0 0 0 22146 20 0 0 20 0 2 0 333758259 287059968 51873 33554432000 4194304 5964350 140736486359536 140519140743160 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 280332

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27070
/proc/meminfo: memFree=27750004/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=345868 CPUtime=282.17 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 68985 0 0 0 28195 22 0 0 20 0 2 0 333758258 354168832 69730 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 86467 69730 194 433 0 86031 0
[pid=27067/tid=27068] ppid=27065 vsize=345868 CPUtime=281.48 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 68242 0 0 0 28122 26 0 0 20 0 2 0 333758259 354168832 69730 33554432000 4194304 5964350 140736486359536 140519140743160 4388922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 345868

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27071
/proc/meminfo: memFree=27720344/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=345868 CPUtime=342.16 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 75953 0 0 0 34191 25 0 0 20 0 2 0 333758258 354168832 76697 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 86467 76697 194 433 0 86031 0
[pid=27067/tid=27068] ppid=27065 vsize=345868 CPUtime=341.33 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 75210 0 0 0 34103 30 0 0 20 0 2 0 333758259 354168832 76697 33554432000 4194304 5964350 140736486359536 140519140742968 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: 2.00 2.00 2.00 3/181 27071
/proc/meminfo: memFree=27693176/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=346952 CPUtime=402.15 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 81404 0 0 0 40187 28 0 0 20 0 2 0 333758258 355278848 82148 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27081
/proc/meminfo: memFree=27072476/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1421.88 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 203873 0 0 0 142104 84 0 0 20 0 2 0 333758258 891039744 204655 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204655 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1418.45 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203130 0 0 0 141740 105 0 0 20 0 2 0 333758259 891039744 204655 33554432000 4194304 5964350 140736486359536 140519140744120 4392623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 870156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27081
/proc/meminfo: memFree=27072644/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1481.85 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 203908 0 0 0 148101 84 0 0 20 0 2 0 333758258 891039744 204681 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204681 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1478.28 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203165 0 0 0 147722 106 0 0 20 0 2 0 333758259 891039744 204681 33554432000 4194304 5964350 140736486359536 140519140744120 4867253 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 870156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27082
/proc/meminfo: memFree=27072424/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1541.83 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 203948 0 0 0 154099 84 0 0 20 0 2 0 333758258 891039744 204726 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204726 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1538.11 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203205 0 0 0 153704 107 0 0 20 0 2 0 333758259 891039744 204726 33554432000 4194304 5964350 140736486359536 140519140744120 4389099 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 870156

[startup+1602.3 s]
/proc/loadavg: 1.62 1.90 1.97 2/174 27106
/proc/meminfo: memFree=27471176/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1601.8 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204029 0 0 0 160096 84 0 0 20 0 2 0 333758258 891039744 204882 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204882 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1597.94 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203286 0 0 0 159686 108 0 0 20 0 2 0 333758259 891039744 204882 33554432000 4194304 5964350 140736486359536 140519140744120 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 870156

[startup+1662.3 s]
/proc/loadavg: 1.29 1.75 1.91 2/174 27106
/proc/meminfo: memFree=27470920/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1661.79 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 166095 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1657.79 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 165670 109 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 870156

[startup+1722.3 s]
/proc/loadavg: 1.17 1.63 1.86 2/175 27109
/proc/meminfo: memFree=27471408/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1721.78 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 172094 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1717.64 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 171654 110 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4222416 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.06 1.51 1.80 2/175 27131
/proc/meminfo: memFree=27471284/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1781.77 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 178093 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1777.48 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 177637 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4403544 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 870156

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

[startup+1791.91 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471160/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1791.38 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179054 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1787.06 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 178595 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4403615 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 870156

[startup+1795.1 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1794.58 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179374 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1790.26 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 178915 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4400439 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 870156

[startup+1798.3 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1797.77 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179693 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1793.44 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 179233 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 870156

[startup+1799.1 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1798.57 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179773 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1794.24 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 179313 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 870156

[startup+1799.5 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1798.98 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179814 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1794.64 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 179353 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 870156

[startup+1799.9 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1799.37 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179853 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1795.04 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 179393 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4399861 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 870156

[startup+1800 s]
/proc/loadavg: 1.05 1.49 1.79 2/174 27131
/proc/meminfo: memFree=27471168/32873844 swapFree=7112/7112
[pid=27067] ppid=27065 vsize=870156 CPUtime=1799.47 cores=0,2,4,6
/proc/27067/stat : 27067 (wbo1.72) S 27065 27067 25884 0 -1 4202496 204032 0 0 0 179863 84 0 0 20 0 2 0 333758258 891039744 204930 33554432000 4194304 5964350 140736486359536 140736486359056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 217539 204930 194 433 0 217103 0
[pid=27067/tid=27068] ppid=27065 vsize=870156 CPUtime=1795.14 cores=0,2,4,6
/proc/27067/task/27068/stat : 27068 (wbo1.72) R 27065 27067 25884 0 -1 4202560 203289 0 0 0 179403 111 0 0 20 0 2 0 333758259 891039744 204930 33554432000 4194304 5964350 140736486359536 140519140744120 4400003 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 870156

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27067 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=39264
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1799.47
#
# 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.47
CPU user time (s): 1798.63
CPU system time (s): 0.84
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 872588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 1.12183
maximum resident set size= 820392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204034
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= 312
involuntary context switches= 1970

runsolver used 2.57961 second user time and 7.2429 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 00:32:09
IDJOB=3728317
IDBENCH=79656
IDSOLVER=2315
FILE ID=node132/3728317-1338676329
RUNJOBID= node132-1338670928-26568
PBS_JOBID= 14636480
Free space on /tmp= 71212 MiB

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

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

MD5SUM BENCH= aaeffaeae7d7089614c30e01f22ee722
RANDOM SEED=1681485982

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28117116 kB
Buffers:          595252 kB
Cached:          3069000 kB
SwapCached:         2292 kB
Active:          1735660 kB
Inactive:        2109376 kB
Active(anon):     173252 kB
Inactive(anon):     7120 kB
Active(file):    1562408 kB
Inactive(file):  2102256 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        220112 kB
Mapped:            11804 kB
Shmem:                 8 kB
Slab:             773952 kB
SReclaimable:     215504 kB
SUnreclaim:       558448 kB
KernelStack:        1504 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71212 MiB
End job on node132 at 2012-06-03 01:02:09