Trace number 3705193

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.7? 1799.69 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705193-1338103489.opb.
0.00/0.00	c Instance file HOME/instance-3705193-1338103489.opb
0.00/0.00	c File size is 7672173 bytes.
0.48/0.58	c Cost Offset: 0
0.48/0.58	c Highest Coefficient sum: 2977
0.48/0.58	c ============================[ Problem Statistics ]=============================
0.48/0.58	c |                                                                             |
0.48/0.58	c |  Parsing time:          0.58         s                                      |
0.48/0.58	c |  Number Variables:      13478                                               |
0.48/0.58	c |  Number Clauses:        1                                                   |
0.48/0.58	c |  Number Cardinality:    0                                                   |
0.48/0.58	c |  Number PB Constraints: 26619                                               |
0.48/0.58	c |                                                                             |
0.48/0.59	c |  Problem Type:          Optimization                                        |
0.48/0.59	c |  Objective Function:    Cardinality Constraint                              |
0.48/0.59	c |                                                                             |
0.48/0.59	c ============================[ Search Statistics ]==============================
0.48/0.59	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.48/0.59	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.48/0.59	c ===============================================================================
1799.69/1800.00	c ===============================================================================
1799.69/1800.00	c Wall Clock Time: 1800.00 s
1799.69/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-3705193-1338103489/watcher-3705193-1338103489 -o /tmp/evaluation-result-3705193-1338103489/solver-3705193-1338103489 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705193-1338103489.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.01 2.00 3/175 25039
/proc/meminfo: memFree=28669484/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=10764 CPUtime=0 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) R 25037 25039 23570 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 276474392 11022336 284 33554432000 4194304 5963574 140733859923712 140736253160872 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 2691 285 168 432 0 382 0

[startup+0.0651 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 25039
/proc/meminfo: memFree=28669484/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=15672 CPUtime=0.05 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) R 25037 25039 23570 0 -1 4202496 1748 0 0 0 5 0 0 0 20 0 1 0 276474392 16048128 1700 33554432000 4194304 5963574 140733859923712 140733859922184 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 3918 1701 361 432 0 1609 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15672

[startup+0.100237 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 25039
/proc/meminfo: memFree=28669484/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=18612 CPUtime=0.09 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) R 25037 25039 23570 0 -1 4202496 2620 0 0 0 9 0 0 0 20 0 1 0 276474392 19058688 2572 33554432000 4194304 5963574 140733859923712 140733859922184 5119061 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 4653 2573 475 432 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18612

[startup+0.300218 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 25039
/proc/meminfo: memFree=28669484/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=35856 CPUtime=0.29 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) R 25037 25039 23570 0 -1 4202496 7530 0 0 0 28 1 0 0 20 0 1 0 276474392 36716544 7482 33554432000 4194304 5963574 140733859923712 140733859922312 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 8964 7483 1123 432 0 6655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35856

[startup+0.70027 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 25039
/proc/meminfo: memFree=28669484/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=137612 CPUtime=0.68 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 25909 0 0 0 64 4 0 0 20 0 2 0 276474392 140914688 23943 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34403 23946 187 432 0 33968 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 137612

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25041
/proc/meminfo: memFree=28565168/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=1.48 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 28608 0 0 0 144 4 0 0 20 0 2 0 276474392 139522048 26323 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 26323 192 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=0.91 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 13284 0 0 0 88 3 0 0 20 0 2 0 276474450 139522048 26323 33554432000 4194304 5963574 140733859923712 139869727193592 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136252

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25041
/proc/meminfo: memFree=28564912/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=3.08 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 28612 0 0 0 304 4 0 0 20 0 2 0 276474392 139522048 26327 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 26327 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=2.5 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 13288 0 0 0 247 3 0 0 20 0 2 0 276474450 139522048 26327 33554432000 4194304 5963574 140733859923712 139869727193016 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 136252

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25041
/proc/meminfo: memFree=28564292/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=6.28 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 28613 0 0 0 624 4 0 0 20 0 2 0 276474392 139522048 26328 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 26328 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=5.7 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 13289 0 0 0 567 3 0 0 20 0 2 0 276474450 139522048 26328 33554432000 4194304 5963574 140733859923712 139869727193016 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 136252

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25041
/proc/meminfo: memFree=28564300/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=12.69 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 28762 0 0 0 1264 5 0 0 20 0 2 0 276474392 139522048 26477 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 26477 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=12.08 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 13438 0 0 0 1205 3 0 0 20 0 2 0 276474450 139522048 26477 33554432000 4194304 5963574 140733859923712 139869727193080 4403213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136252

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25041
/proc/meminfo: memFree=28562828/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=25.48 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 29083 0 0 0 2543 5 0 0 20 0 2 0 276474392 139522048 26798 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 26798 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=24.84 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 13759 0 0 0 2481 3 0 0 20 0 2 0 276474450 139522048 26798 33554432000 4194304 5963574 140733859923712 139869727193080 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136252

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25041
/proc/meminfo: memFree=28552888/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=51.08 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 29841 0 0 0 5102 6 0 0 20 0 2 0 276474392 139522048 27556 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 27556 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=50.37 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 14517 0 0 0 5034 3 0 0 20 0 2 0 276474450 139522048 27556 33554432000 4194304 5963574 140733859923712 139869727193128 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136252

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25042
/proc/meminfo: memFree=28542880/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=102.26 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 31378 0 0 0 10218 8 0 0 20 0 2 0 276474392 139522048 29510 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 29510 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=101.43 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 16054 0 0 0 10137 6 0 0 20 0 2 0 276474450 139522048 29510 33554432000 4194304 5963574 140733859923712 139869727193128 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136252

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25043
/proc/meminfo: memFree=28535912/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=136252 CPUtime=162.25 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 31826 0 0 0 16217 8 0 0 20 0 2 0 276474392 139522048 30168 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 34063 30168 194 432 0 33628 0
[pid=25039/tid=25041] ppid=25037 vsize=136252 CPUtime=161.27 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 16502 0 0 0 16120 7 0 0 20 0 2 0 276474450 139522048 30168 33554432000 4194304 5963574 140733859923712 139869727192888 4392504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 136252

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 25043
/proc/meminfo: memFree=28510368/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=201788 CPUtime=222.24 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 33007 0 0 0 22215 9 0 0 20 0 2 0 276474392 206630912 31349 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 50447 31349 194 432 0 50012 0
[pid=25039/tid=25041] ppid=25037 vsize=201788 CPUtime=221.11 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 17683 0 0 0 22102 9 0 0 20 0 2 0 276474450 206630912 31349 33554432000 4194304 5963574 140733859923712 139869727193080 4392504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 201788

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25043
/proc/meminfo: memFree=28508548/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=201788 CPUtime=282.23 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 33386 0 0 0 28213 10 0 0 20 0 2 0 276474392 206630912 31735 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 50447 31735 194 432 0 50012 0
[pid=25039/tid=25041] ppid=25037 vsize=201788 CPUtime=280.96 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 18062 0 0 0 28085 11 0 0 20 0 2 0 276474450 206630912 31735 33554432000 4194304 5963574 140733859923712 139869727193080 4403207 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 201788

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25046
/proc/meminfo: memFree=28502016/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=202272 CPUtime=342.22 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 34858 0 0 0 34211 11 0 0 20 0 2 0 276474392 207126528 33226 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 50568 33226 194 432 0 50133 0
[pid=25039/tid=25041] ppid=25037 vsize=202272 CPUtime=340.8 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 19534 0 0 0 34067 13 0 0 20 0 2 0 276474450 207126528 33226 33554432000 4194304 5963574 140733859923712 139869727193080 4403213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 202272

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25046
/proc/meminfo: memFree=28480992/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=202272 CPUtime=402.2 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 35117 0 0 0 40209 11 0 0 20 0 2 0 276474392 207126528 33485 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 50568 33485 194 432 0 50133 0
[pid=25039/tid=25041] ppid=25037 vsize=202272 CPUtime=400.65 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 19793 0 0 0 40050 15 0 0 20 0 2 0 276474450 207126528 33485 33554432000 4194304 5963574 140733859923712 139869727193080 4402912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 202272

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25047
/proc/meminfo: memFree=28459724/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=202512 CPUtime=462.2 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 25054
/proc/meminfo: memFree=28344892/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1422.06 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 49205 0 0 0 142181 25 0 0 20 0 2 0 276474392 275402752 47814 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 47814 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1418.02 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 33881 0 0 0 141759 43 0 0 20 0 2 0 276474450 275402752 47814 33554432000 4194304 5963574 140733859923712 139869727193080 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 268948

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25054
/proc/meminfo: memFree=28338320/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1482.05 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 50842 0 0 0 148178 27 0 0 20 0 2 0 276474392 275402752 49451 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 49451 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1477.86 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 35518 0 0 0 147740 46 0 0 20 0 2 0 276474450 275402752 49451 33554432000 4194304 5963574 140733859923712 139869727193128 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 268948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25057
/proc/meminfo: memFree=28331864/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1542.04 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 52474 0 0 0 154175 29 0 0 20 0 2 0 276474392 275402752 51083 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 51083 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1537.71 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 37150 0 0 0 153722 49 0 0 20 0 2 0 276474450 275402752 51083 33554432000 4194304 5963574 140733859923712 139869727193080 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 268948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25057
/proc/meminfo: memFree=28325160/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1602.03 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 54132 0 0 0 160172 31 0 0 20 0 2 0 276474392 275402752 52811 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 52811 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1597.55 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 38808 0 0 0 159703 52 0 0 20 0 2 0 276474450 275402752 52811 33554432000 4194304 5963574 140733859923712 139869727193128 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 268948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25057
/proc/meminfo: memFree=28314876/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1662.01 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 55689 0 0 0 166169 32 0 0 20 0 2 0 276474392 275402752 54368 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54368 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1657.4 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40365 0 0 0 165685 55 0 0 20 0 2 0 276474450 275402752 54368 33554432000 4194304 5963574 140733859923712 139869727193080 4403228 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 268948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28271256/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1722 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56206 0 0 0 172167 33 0 0 20 0 2 0 276474392 275402752 54885 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54885 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1717.24 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40882 0 0 0 171667 57 0 0 20 0 2 0 276474450 275402752 54885 33554432000 4194304 5963574 140733859923712 139869727193080 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 268948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231872/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1781.99 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56237 0 0 0 178166 33 0 0 20 0 2 0 276474392 275402752 54974 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54974 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1777.09 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40913 0 0 0 177651 58 0 0 20 0 2 0 276474450 275402752 54974 33554432000 4194304 5963574 140733859923712 139869727192888 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 268948

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231748/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1791.6 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56251 0 0 0 179127 33 0 0 20 0 2 0 276474392 275402752 54988 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54988 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1786.67 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40927 0 0 0 178609 58 0 0 20 0 2 0 276474450 275402752 54988 33554432000 4194304 5963574 140733859923712 139869727192888 4402906 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 268948

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231748/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1794.8 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56251 0 0 0 179447 33 0 0 20 0 2 0 276474392 275402752 54988 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54988 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1789.86 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40927 0 0 0 178928 58 0 0 20 0 2 0 276474450 275402752 54988 33554432000 4194304 5963574 140733859923712 139869727192888 4403200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 268948

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231500/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1797.99 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56252 0 0 0 179766 33 0 0 20 0 2 0 276474392 275402752 54989 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54989 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1793.05 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40928 0 0 0 179247 58 0 0 20 0 2 0 276474450 275402752 54989 33554432000 4194304 5963574 140733859923712 139869727192888 4402816 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 268948

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231500/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1798.79 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56252 0 0 0 179846 33 0 0 20 0 2 0 276474392 275402752 54989 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54989 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1793.84 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40928 0 0 0 179326 58 0 0 20 0 2 0 276474450 275402752 54989 33554432000 4194304 5963574 140733859923712 139869727192888 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.79
Current children cumulated vsize (KiB) 268948

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231500/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1799.19 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56252 0 0 0 179886 33 0 0 20 0 2 0 276474392 275402752 54989 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54989 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1794.25 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40928 0 0 0 179367 58 0 0 20 0 2 0 276474450 275402752 54989 33554432000 4194304 5963574 140733859923712 139869727192888 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 268948

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231500/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1799.59 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56252 0 0 0 179926 33 0 0 20 0 2 0 276474392 275402752 54989 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54989 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1794.64 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40928 0 0 0 179406 58 0 0 20 0 2 0 276474450 275402752 54989 33554432000 4194304 5963574 140733859923712 139869727192888 4402912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 268948

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25097
/proc/meminfo: memFree=28231500/32873852 swapFree=6848/6848
[pid=25039] ppid=25037 vsize=268948 CPUtime=1799.69 cores=0,2,4,6
/proc/25039/stat : 25039 (wbo1.7) S 25037 25039 23570 0 -1 4202496 56252 0 0 0 179936 33 0 0 20 0 2 0 276474392 275402752 54989 33554432000 4194304 5963574 140733859923712 140733859923232 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25039/statm: 67237 54989 194 432 0 66802 0
[pid=25039/tid=25041] ppid=25037 vsize=268948 CPUtime=1794.74 cores=0,2,4,6
/proc/25039/task/25041/stat : 25041 (wbo1.7) R 25037 25039 23570 0 -1 4202560 40928 0 0 0 179416 58 0 0 20 0 2 0 276474450 275402752 54989 33554432000 4194304 5963574 140733859923712 139869727192888 4222324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (KiB) 268948

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25039 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=732159
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=616906
# CPU time returned by wait4() is 1795.35
# while last known CPU time is 1799.69
#
# 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.69
CPU user time (s): 1799.36
CPU system time (s): 0.33
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 268948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 0.616906
maximum resident set size= 219968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56255
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= 66
involuntary context switches= 1851

runsolver used 2.54461 second user time and 7.32089 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 09:24:49
IDJOB=3705193
IDBENCH=2947
IDSOLVER=2283
FILE ID=node129/3705193-1338103489
RUNJOBID= node129-1338087110-23586
PBS_JOBID= 14624434
Free space on /tmp= 71196 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=308094227

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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.90
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.957
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28669864 kB
Buffers:          318880 kB
Cached:          3017180 kB
SwapCached:            0 kB
Active:          1216476 kB
Inactive:        2168656 kB
Active(anon):      51392 kB
Inactive(anon):        0 kB
Active(file):    1165084 kB
Inactive(file):  2168656 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12816 kB
Writeback:             0 kB
AnonPages:         57784 kB
Mapped:            15148 kB
Shmem:               204 kB
Slab:             681484 kB
SReclaimable:     123932 kB
SUnreclaim:       557552 kB
KernelStack:        1432 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     144024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71188 MiB
End job on node129 at 2012-05-27 09:54:50