Trace number 3727491

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.67 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2647
Number of bits of the biggest sum of numbers12
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 opb file format. File HOME/instance-3727491-1338662512.opb.
0.00/0.00	c Instance file HOME/instance-3727491-1338662512.opb
0.00/0.00	c File size is 3707830 bytes.
0.19/0.29	c Cost Offset: 0
0.19/0.29	c Highest Coefficient sum: 2647
0.19/0.29	c ============================[ Problem Statistics ]=============================
0.19/0.29	c |                                                                             |
0.19/0.29	c |  Parsing time:          0.29         s                                      |
0.19/0.29	c |  Number Variables:      7081                                                |
0.19/0.29	c |  Number Clauses:        1                                                   |
0.19/0.29	c |  Number Cardinality:    0                                                   |
0.19/0.29	c |  Number PB Constraints: 13888                                               |
0.19/0.29	c |                                                                             |
0.19/0.29	c |  Problem Type:          Optimization                                        |
0.19/0.29	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.29	c |                                                                             |
0.19/0.29	c ============================[ Search Statistics ]==============================
0.19/0.29	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.29	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.29	c ===============================================================================
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/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-3727491-1338662512/watcher-3727491-1338662512 -o /tmp/evaluation-result-3727491-1338662512/solver-3727491-1338662512 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727491-1338662512.opb 

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 3286
/proc/meminfo: memFree=30686508/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=6896 CPUtime=0 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) R 3284 3286 986 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 332377072 7061504 311 33554432000 4194304 5964350 140734609300576 140734978372200 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 1724 311 168 433 0 382 0

[startup+0.07088 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3286
/proc/meminfo: memFree=30686508/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=12760 CPUtime=0.06 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) R 3284 3286 986 0 -1 4202496 2039 0 0 0 6 0 0 0 20 0 1 0 332377072 13066240 1992 33554432000 4194304 5964350 140734609300576 140734609298872 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 3190 1993 382 433 0 1848 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12760

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3286
/proc/meminfo: memFree=30686508/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=15044 CPUtime=0.09 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) R 3284 3286 986 0 -1 4202496 2687 0 0 0 9 0 0 0 20 0 1 0 332377072 15405056 2640 33554432000 4194304 5964350 140734609300576 140734609298872 4344688 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 3761 2641 473 433 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15044

[startup+0.300172 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3286
/proc/meminfo: memFree=30686508/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108688 CPUtime=0.29 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 8537 0 0 0 28 1 0 0 20 0 2 0 332377072 111296512 7553 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27172 7553 184 433 0 26736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108688

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3286
/proc/meminfo: memFree=30686508/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=0.69 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 14074 0 0 0 67 2 0 0 20 0 2 0 332377072 110706688 12950 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 12950 191 433 0 26592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108112

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30634116/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=1.49 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 14111 0 0 0 147 2 0 0 20 0 2 0 332377072 110706688 12989 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 12989 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=1.19 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 6415 0 0 0 119 0 0 0 20 0 2 0 332377101 110706688 12989 33554432000 4194304 5964350 140734609300576 139787862018040 4403597 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) 108112

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30633000/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=3.09 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 14202 0 0 0 307 2 0 0 20 0 2 0 332377072 110706688 13080 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 13080 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=2.78 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 6506 0 0 0 278 0 0 0 20 0 2 0 332377101 110706688 13080 33554432000 4194304 5964350 140734609300576 139787862018040 4222304 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108112

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30630644/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=6.29 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 14356 0 0 0 627 2 0 0 20 0 2 0 332377072 110706688 13234 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 13234 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=5.97 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 6660 0 0 0 596 1 0 0 20 0 2 0 332377101 110706688 13234 33554432000 4194304 5964350 140734609300576 139787862018088 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108112

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30624692/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=12.68 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 14729 0 0 0 1266 2 0 0 20 0 2 0 332377072 110706688 13775 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 13775 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=12.35 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 7033 0 0 0 1234 1 0 0 20 0 2 0 332377101 110706688 13775 33554432000 4194304 5964350 140734609300576 139787862017848 4222314 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) 108112

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30616996/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=25.47 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 15238 0 0 0 2545 2 0 0 20 0 2 0 332377072 110706688 14276 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 14276 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=25.11 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 7542 0 0 0 2510 1 0 0 20 0 2 0 332377101 110706688 14276 33554432000 4194304 5964350 140734609300576 139787862017848 4399958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 108112

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30608620/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108112 CPUtime=51.07 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 16109 0 0 0 5104 3 0 0 20 0 2 0 332377072 110706688 15361 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27028 15361 193 433 0 26592 0
[pid=3286/tid=3288] ppid=3284 vsize=108112 CPUtime=50.64 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 8413 0 0 0 5062 2 0 0 20 0 2 0 332377101 110706688 15361 33554432000 4194304 5964350 140734609300576 139787862017976 4403584 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 108112

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30580136/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108436 CPUtime=102.26 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 17862 0 0 0 10222 4 0 0 20 0 2 0 332377072 111038464 17114 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27109 17114 193 433 0 26673 0
[pid=3286/tid=3288] ppid=3284 vsize=108436 CPUtime=101.71 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 10166 0 0 0 10167 4 0 0 20 0 2 0 332377101 111038464 17114 33554432000 4194304 5964350 140734609300576 139787862018040 4403618 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 108436

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3288
/proc/meminfo: memFree=30559388/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108596 CPUtime=162.25 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 19468 0 0 0 16219 6 0 0 20 0 2 0 332377072 111202304 18720 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27149 18720 193 433 0 26713 0
[pid=3286/tid=3288] ppid=3284 vsize=108596 CPUtime=161.55 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 11772 0 0 0 16148 7 0 0 20 0 2 0 332377101 111202304 18720 33554432000 4194304 5964350 140734609300576 139787862017848 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 108596

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3289
/proc/meminfo: memFree=30533764/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108596 CPUtime=222.24 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 20648 0 0 0 22217 7 0 0 20 0 2 0 332377072 111202304 19915 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27149 19915 193 433 0 26713 0
[pid=3286/tid=3288] ppid=3284 vsize=108596 CPUtime=221.39 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 12952 0 0 0 22131 8 0 0 20 0 2 0 332377101 111202304 19915 33554432000 4194304 5964350 140734609300576 139787862017848 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 108596

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3289
/proc/meminfo: memFree=30504872/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108836 CPUtime=282.23 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 22313 0 0 0 28215 8 0 0 20 0 2 0 332377072 111448064 21580 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27209 21580 193 433 0 26773 0
[pid=3286/tid=3288] ppid=3284 vsize=108836 CPUtime=281.23 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 14617 0 0 0 28112 11 0 0 20 0 2 0 332377101 111448064 21580 33554432000 4194304 5964350 140734609300576 139787862017848 4222324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 108836

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3289
/proc/meminfo: memFree=30493156/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=108836 CPUtime=342.21 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 23649 0 0 0 34212 9 0 0 20 0 2 0 332377072 111448064 22916 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 27209 22916 193 433 0 26773 0
[pid=3286/tid=3288] ppid=3284 vsize=108836 CPUtime=341.07 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 15953 0 0 0 34094 13 0 0 20 0 2 0 332377101 111448064 22916 33554432000 4194304 5964350 140734609300576 139787862018088 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 108836

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3289
/proc/meminfo: memFree=30471084/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=174372 CPUtime=402.2 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 24411 0 0 0 40210 10 0 0 20 0 2 0 332377072 178556928 23678 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 43593 23678 193 433 0 43157 0
[pid=3286/tid=3288] ppid=3284 vsize=174372 CPUtime=400.91 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 16715 0 0 0 40076 15 0 0 20 0 2 0 332377101 178556928 23678 33554432000 4194304 5964350 140734609300576 139787862017848 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 174372

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 3289
/proc/meminfo: memFree=30458240/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=174372 CPUtime=462.19 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3323
/proc/meminfo: memFree=30210700/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1422.04 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 43596 0 0 0 142172 32 0 0 20 0 2 0 332377072 246034432 43027 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 43027 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1418.23 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 35900 0 0 0 141771 52 0 0 20 0 2 0 332377101 246034432 43027 33554432000 4194304 5964350 140734609300576 139787862018040 4222304 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 240268

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 3401
/proc/meminfo: memFree=30291776/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1482.02 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 44846 0 0 0 148168 34 0 0 20 0 2 0 332377072 246034432 44370 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 44370 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1478.06 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 37150 0 0 0 147752 54 0 0 20 0 2 0 332377101 246034432 44370 33554432000 4194304 5964350 140734609300576 139787862018088 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 240268

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3401
/proc/meminfo: memFree=30216584/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1542.02 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 44846 0 0 0 154168 34 0 0 20 0 2 0 332377072 246034432 44370 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 44370 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1537.9 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 37150 0 0 0 153735 55 0 0 20 0 2 0 332377101 246034432 44370 33554432000 4194304 5964350 140734609300576 139787862018088 4403641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 240268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3401
/proc/meminfo: memFree=30211900/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1602 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 45977 0 0 0 160165 35 0 0 20 0 2 0 332377072 246034432 45501 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 45501 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1597.74 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 38281 0 0 0 159716 58 0 0 20 0 2 0 332377101 246034432 45501 33554432000 4194304 5964350 140734609300576 139787862018040 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 240268

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 3401
/proc/meminfo: memFree=30206844/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1661.99 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47110 0 0 0 166163 36 0 0 20 0 2 0 332377072 246034432 46634 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 46634 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1657.58 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 39414 0 0 0 165698 60 0 0 20 0 2 0 332377101 246034432 46634 33554432000 4194304 5964350 140734609300576 139787862018040 4222333 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 240268

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 3405
/proc/meminfo: memFree=30205628/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1721.98 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47110 0 0 0 172162 36 0 0 20 0 2 0 332377072 246034432 46634 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 46634 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1717.43 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 39414 0 0 0 171682 61 0 0 20 0 2 0 332377101 246034432 46634 33554432000 4194304 5964350 140734609300576 139787862018040 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 240268

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30205000/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1781.97 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47258 0 0 0 178161 36 0 0 20 0 2 0 332377072 246034432 46782 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 46782 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1777.27 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 39562 0 0 0 177665 62 0 0 20 0 2 0 332377101 246034432 46782 33554432000 4194304 5964350 140734609300576 139787862018040 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 240268

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30204056/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1791.57 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47560 0 0 0 179121 36 0 0 20 0 2 0 332377072 246034432 47084 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47084 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1786.85 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 39864 0 0 0 178623 62 0 0 20 0 2 0 332377101 246034432 47084 33554432000 4194304 5964350 140734609300576 139787862018088 4403647 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 240268

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203684/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1794.78 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47652 0 0 0 179441 37 0 0 20 0 2 0 332377072 246034432 47176 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47176 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1790.04 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 39956 0 0 0 178942 62 0 0 20 0 2 0 332377101 246034432 47176 33554432000 4194304 5964350 140734609300576 139787862018040 4399728 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 240268

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203436/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1797.98 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47741 0 0 0 179761 37 0 0 20 0 2 0 332377072 246034432 47265 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47265 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1793.23 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 40045 0 0 0 179261 62 0 0 20 0 2 0 332377101 246034432 47265 33554432000 4194304 5964350 140734609300576 139787862017848 4403612 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 240268

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203436/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1798.78 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47763 0 0 0 179841 37 0 0 20 0 2 0 332377072 246034432 47287 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47287 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1794.02 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 40067 0 0 0 179339 63 0 0 20 0 2 0 332377101 246034432 47287 33554432000 4194304 5964350 140734609300576 139787862018040 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 240268

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203312/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1799.18 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47773 0 0 0 179881 37 0 0 20 0 2 0 332377072 246034432 47297 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47297 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1794.43 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 40077 0 0 0 179380 63 0 0 20 0 2 0 332377101 246034432 47297 33554432000 4194304 5964350 140734609300576 139787862018040 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 240268

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203312/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1799.57 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47785 0 0 0 179920 37 0 0 20 0 2 0 332377072 246034432 47309 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47309 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1794.82 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 40089 0 0 0 179419 63 0 0 20 0 2 0 332377101 246034432 47309 33554432000 4194304 5964350 140734609300576 139787862018040 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 240268

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3405
/proc/meminfo: memFree=30203312/32873648 swapFree=6860/6860
[pid=3286] ppid=3284 vsize=240268 CPUtime=1799.67 cores=0,2,4,6
/proc/3286/stat : 3286 (wbo1.72) S 3284 3286 986 0 -1 4202496 47787 0 0 0 179930 37 0 0 20 0 2 0 332377072 246034432 47311 33554432000 4194304 5964350 140734609300576 140734609300096 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 60067 47311 193 433 0 59631 0
[pid=3286/tid=3288] ppid=3284 vsize=240268 CPUtime=1794.92 cores=0,2,4,6
/proc/3286/task/3288/stat : 3288 (wbo1.72) R 3284 3286 986 0 -1 4202560 40091 0 0 0 179429 63 0 0 20 0 2 0 332377101 246034432 47311 33554432000 4194304 5964350 140734609300576 139787862018040 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 240268

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3286 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=577182
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=652900
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.67
#
# 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.67
CPU user time (s): 1799.3
CPU system time (s): 0.37
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 240268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 0.6529
maximum resident set size= 189264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47792
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= 73
involuntary context switches= 1905

runsolver used 3.19851 second user time and 8.26474 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 20:41:52
IDJOB=3727491
IDBENCH=2939
IDSOLVER=2313
FILE ID=node124/3727491-1338662512
RUNJOBID= node124-1338651348-2546
PBS_JOBID= 14636456
Free space on /tmp= 70768 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_17.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727491-1338662512/watcher-3727491-1338662512 -o /tmp/evaluation-result-3727491-1338662512/solver-3727491-1338662512 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727491-1338662512.opb

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=1232209898

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30686516 kB
Buffers:          150640 kB
Cached:          1065708 kB
SwapCached:         8192 kB
Active:           449996 kB
Inactive:         973716 kB
Active(anon):     201736 kB
Inactive(anon):     8016 kB
Active(file):     248260 kB
Inactive(file):   965700 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:              9348 kB
Writeback:            16 kB
AnonPages:        206732 kB
Mapped:             9676 kB
Shmem:                 0 kB
Slab:             626052 kB
SReclaimable:      70160 kB
SUnreclaim:       555892 kB
KernelStack:        1448 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 70756 MiB
End job on node124 at 2012-06-02 21:11:52