Trace number 3727487

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? 1800.02 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
Number of bits of the biggest sum of numbers11
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-3727487-1338662780.opb.
0.00/0.00	c Instance file HOME/instance-3727487-1338662780.opb
0.00/0.00	c File size is 1069478 bytes.
0.02/0.08	c Cost Offset: 0
0.02/0.08	c Highest Coefficient sum: 1391
0.02/0.08	c ============================[ Problem Statistics ]=============================
0.02/0.08	c |                                                                             |
0.02/0.08	c |  Parsing time:          0.08         s                                      |
0.02/0.08	c |  Number Variables:      2467                                                |
0.02/0.08	c |  Number Clauses:        1                                                   |
0.02/0.08	c |  Number Cardinality:    0                                                   |
0.02/0.08	c |  Number PB Constraints: 4744                                                |
0.02/0.08	c |                                                                             |
0.02/0.08	c |  Problem Type:          Optimization                                        |
0.02/0.08	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.08	c |                                                                             |
0.02/0.08	c ============================[ Search Statistics ]==============================
0.02/0.08	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.08	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.08	c ===============================================================================
1799.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3727487-1338662780/watcher-3727487-1338662780 -o /tmp/evaluation-result-3727487-1338662780/solver-3727487-1338662780 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727487-1338662780.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22300
/proc/meminfo: memFree=26990944/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=4320 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) R 22298 22300 19663 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 332405352 4423680 302 33554432000 4194304 5964350 140734420278192 140734595257240 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 1080 302 168 433 0 382 0

[startup+0.0320191 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22300
/proc/meminfo: memFree=26990944/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=6708 CPUtime=0.02 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) R 22298 22300 19663 0 -1 4202496 1029 0 0 0 2 0 0 0 20 0 1 0 332405352 6868992 982 33554432000 4194304 5964350 140734420278192 140734420276568 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 1677 983 251 433 0 979 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6708

[startup+0.100141 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22300
/proc/meminfo: memFree=26990944/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=0.09 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 4234 0 0 0 9 0 0 0 20 0 2 0 332405352 93401088 3925 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 3925 184 433 0 22367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 91212

[startup+0.300143 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22300
/proc/meminfo: memFree=26990944/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=0.29 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 4885 0 0 0 29 0 0 0 20 0 2 0 332405352 93401088 4576 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 4576 192 433 0 22367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91212

[startup+0.700137 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22300
/proc/meminfo: memFree=26990944/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=0.68 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 4934 0 0 0 68 0 0 0 20 0 2 0 332405352 93401088 4625 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 4625 193 433 0 22367 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91212

[startup+1.50028 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 22302
/proc/meminfo: memFree=26971204/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=1.48 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 5041 0 0 0 148 0 0 0 20 0 2 0 332405352 93401088 4732 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 4732 193 433 0 22367 0
[pid=22300/tid=22302] ppid=22298 vsize=91212 CPUtime=1.4 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 2176 0 0 0 140 0 0 0 20 0 2 0 332405361 93401088 4732 33554432000 4194304 5964350 140734420278192 139982761797672 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91212

[startup+3.10026 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 22302
/proc/meminfo: memFree=26969576/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=3.08 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 5249 0 0 0 308 0 0 0 20 0 2 0 332405352 93401088 4940 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 4940 193 433 0 22367 0
[pid=22300/tid=22302] ppid=22298 vsize=91212 CPUtime=3 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 2384 0 0 0 300 0 0 0 20 0 2 0 332405361 93401088 4940 33554432000 4194304 5964350 140734420278192 139982761797672 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91212

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 22302
/proc/meminfo: memFree=26965404/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91212 CPUtime=6.28 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 5675 0 0 0 628 0 0 0 20 0 2 0 332405352 93401088 5366 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22803 5366 193 433 0 22367 0
[pid=22300/tid=22302] ppid=22298 vsize=91212 CPUtime=6.2 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 2810 0 0 0 620 0 0 0 20 0 2 0 332405361 93401088 5366 33554432000 4194304 5964350 140734420278192 139982761797672 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91212

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 22302
/proc/meminfo: memFree=26959208/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91356 CPUtime=12.68 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 6145 0 0 0 1267 1 0 0 20 0 2 0 332405352 93548544 5836 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22839 5836 193 433 0 22403 0
[pid=22300/tid=22302] ppid=22298 vsize=91356 CPUtime=12.6 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 3280 0 0 0 1260 0 0 0 20 0 2 0 332405361 93548544 5836 33554432000 4194304 5964350 140734420278192 139982761797624 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91356

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 22302
/proc/meminfo: memFree=26950180/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91428 CPUtime=25.48 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 6792 0 0 0 2547 1 0 0 20 0 2 0 332405352 93622272 6483 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22857 6483 193 433 0 22421 0
[pid=22300/tid=22302] ppid=22298 vsize=91428 CPUtime=25.4 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 3927 0 0 0 2538 2 0 0 20 0 2 0 332405361 93622272 6483 33554432000 4194304 5964350 140734420278192 139982761797432 4403637 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91428

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 22302
/proc/meminfo: memFree=26940396/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91536 CPUtime=51.07 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 8751 0 0 0 5105 2 0 0 20 0 2 0 332405352 93732864 8442 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22884 8442 193 433 0 22448 0
[pid=22300/tid=22302] ppid=22298 vsize=91536 CPUtime=50.99 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 5886 0 0 0 5096 3 0 0 20 0 2 0 332405361 93732864 8442 33554432000 4194304 5964350 140734420278192 139982761797624 4403584 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91536

[startup+102.307 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 22303
/proc/meminfo: memFree=26907904/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91696 CPUtime=102.27 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 10937 0 0 0 10223 4 0 0 20 0 2 0 332405352 93896704 10628 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22924 10628 193 433 0 22488 0
[pid=22300/tid=22302] ppid=22298 vsize=91696 CPUtime=102.2 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 8072 0 0 0 10214 6 0 0 20 0 2 0 332405361 93896704 10628 33554432000 4194304 5964350 140734420278192 139982761797432 4403584 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 91696

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 22303
/proc/meminfo: memFree=26873568/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=91936 CPUtime=162.23 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 14380 0 0 0 16217 6 0 0 20 0 2 0 332405352 94142464 14143 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 22984 14143 193 433 0 22548 0
[pid=22300/tid=22302] ppid=22298 vsize=91936 CPUtime=162.18 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 11515 0 0 0 16209 9 0 0 20 0 2 0 332405361 94142464 14143 33554432000 4194304 5964350 140734420278192 139982761797624 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 91936

[startup+222.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/180 22306
/proc/meminfo: memFree=26851320/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=92368 CPUtime=222.23 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 17274 0 0 0 22214 9 0 0 20 0 2 0 332405352 94584832 17248 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 23092 17248 193 433 0 22656 0
[pid=22300/tid=22302] ppid=22298 vsize=92368 CPUtime=222.19 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 14409 0 0 0 22206 13 0 0 20 0 2 0 332405361 94584832 17248 33554432000 4194304 5964350 140734420278192 139982761797432 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 92368

[startup+282.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/180 22307
/proc/meminfo: memFree=26825520/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=92512 CPUtime=282.22 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 19401 0 0 0 28211 11 0 0 20 0 2 0 332405352 94732288 19375 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 23128 19375 193 433 0 22692 0
[pid=22300/tid=22302] ppid=22298 vsize=92512 CPUtime=282.19 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 16536 0 0 0 28203 16 0 0 20 0 2 0 332405361 94732288 19375 33554432000 4194304 5964350 140734420278192 139982761797672 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 92512

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 22307
/proc/meminfo: memFree=26799752/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=158624 CPUtime=342.21 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 21714 0 0 0 34208 13 0 0 20 0 2 0 332405352 162430976 21688 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 39656 21688 193 433 0 39220 0
[pid=22300/tid=22302] ppid=22298 vsize=158624 CPUtime=342.19 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 18849 0 0 0 34201 18 0 0 20 0 2 0 332405361 162430976 21688 33554432000 4194304 5964350 140734420278192 139982761797624 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 158624

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22307
/proc/meminfo: memFree=26766932/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=159956 CPUtime=402.19 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 25041 0 0 0 40202 17 0 0 20 0 2 0 332405352 163794944 25061 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 39989 25061 193 433 0 39553 0
[pid=22300/tid=22302] ppid=22298 vsize=159956 CPUtime=402.19 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 22176 0 0 0 40195 24 0 0 20 0 2 0 332405361 163794944 25061 33554432000 4194304 5964350 140734420278192 139982761797672 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 159956

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22307
/proc/meminfo: memFree=26749780/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=160100 CPUtime=462.19 cores=1,3,5,7

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

/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 52652 0 0 0 130145 76 0 0 20 0 2 0 332405361 304906240 56101 33554432000 4194304 5964350 140734420278192 139982761797672 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 297760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22376
/proc/meminfo: memFree=26941208/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=299344 CPUtime=1362 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 58931 0 0 0 136140 60 0 0 20 0 2 0 332405352 306528256 59511 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 74836 59511 193 433 0 74400 0
[pid=22300/tid=22302] ppid=22298 vsize=299344 CPUtime=1362.2 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 56066 0 0 0 136139 81 0 0 20 0 2 0 332405361 306528256 59511 33554432000 4194304 5964350 140734420278192 139982761797624 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 299344

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 22379
/proc/meminfo: memFree=26639256/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=299344 CPUtime=1422 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 58931 0 0 0 142140 60 0 0 20 0 2 0 332405352 306528256 59511 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 74836 59511 193 433 0 74400 0
[pid=22300/tid=22302] ppid=22298 vsize=299344 CPUtime=1422.21 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 56066 0 0 0 142139 82 0 0 20 0 2 0 332405361 306528256 59511 33554432000 4194304 5964350 140734420278192 139982761797624 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 299344

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22380
/proc/meminfo: memFree=26374900/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=299720 CPUtime=1481.98 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 62808 0 0 0 148133 65 0 0 20 0 2 0 332405352 306913280 63377 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 74930 63377 193 433 0 74494 0
[pid=22300/tid=22302] ppid=22298 vsize=299720 CPUtime=1482.2 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 59943 0 0 0 148133 87 0 0 20 0 2 0 332405361 306913280 63377 33554432000 4194304 5964350 140734420278192 139982761797624 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 299720

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22380
/proc/meminfo: memFree=26149376/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=300312 CPUtime=1541.97 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 64087 0 0 0 154130 67 0 0 20 0 2 0 332405352 307519488 64656 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 75078 64656 193 433 0 74642 0
[pid=22300/tid=22302] ppid=22298 vsize=300312 CPUtime=1542.2 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 61222 0 0 0 154129 91 0 0 20 0 2 0 332405361 307519488 64656 33554432000 4194304 5964350 140734420278192 139982761797432 4409382 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 300312

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 22380
/proc/meminfo: memFree=26148784/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=300420 CPUtime=1601.96 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 64101 0 0 0 160129 67 0 0 20 0 2 0 332405352 307630080 64670 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 75105 64670 193 433 0 74669 0
[pid=22300/tid=22302] ppid=22298 vsize=300420 CPUtime=1602.21 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 61236 0 0 0 160129 92 0 0 20 0 2 0 332405361 307630080 64670 33554432000 4194304 5964350 140734420278192 139982761797672 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 300420

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22380
/proc/meminfo: memFree=26138768/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=300564 CPUtime=1661.96 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 66702 0 0 0 166125 71 0 0 20 0 2 0 332405352 307777536 67271 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 75141 67271 193 433 0 74705 0
[pid=22300/tid=22302] ppid=22298 vsize=300564 CPUtime=1662.21 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 63837 0 0 0 166125 96 0 0 20 0 2 0 332405361 307777536 67271 33554432000 4194304 5964350 140734420278192 139982761797672 4400321 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 300564

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 22380
/proc/meminfo: memFree=26086224/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=300636 CPUtime=1721.95 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 67220 0 0 0 172123 72 0 0 20 0 2 0 332405352 307851264 67789 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 75159 67789 193 433 0 74723 0
[pid=22300/tid=22302] ppid=22298 vsize=300636 CPUtime=1722.21 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 64355 0 0 0 172122 99 0 0 20 0 2 0 332405361 307851264 67789 33554432000 4194304 5964350 140734420278192 139982761797672 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 300636

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25915760/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=300924 CPUtime=1781.94 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 70663 0 0 0 178116 78 0 0 20 0 2 0 332405352 308146176 71232 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 75231 71232 193 433 0 74795 0
[pid=22300/tid=22302] ppid=22298 vsize=300924 CPUtime=1782.22 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 67798 0 0 0 178117 105 0 0 20 0 2 0 332405361 308146176 71232 33554432000 4194304 5964350 140734420278192 139982761797672 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 300924

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25866012/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=366676 CPUtime=1791.54 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71173 0 0 0 179076 78 0 0 20 0 2 0 332405352 375476224 71742 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91669 71742 193 433 0 91233 0
[pid=22300/tid=22302] ppid=22298 vsize=366676 CPUtime=1791.82 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68308 0 0 0 179076 106 0 0 20 0 2 0 332405361 375476224 71742 33554432000 4194304 5964350 140734420278192 139982761797672 4403584 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 366676

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25855596/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=366676 CPUtime=1794.74 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71341 0 0 0 179395 79 0 0 20 0 2 0 332405352 375476224 71910 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91669 71910 193 433 0 91233 0
[pid=22300/tid=22302] ppid=22298 vsize=366676 CPUtime=1795.02 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68476 0 0 0 179395 107 0 0 20 0 2 0 332405361 375476224 71910 33554432000 4194304 5964350 140734420278192 139982761797624 4399852 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 366676

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25850512/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=366676 CPUtime=1797.93 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71540 0 0 0 179714 79 0 0 20 0 2 0 332405352 375476224 72109 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91669 72109 193 433 0 91233 0
[pid=22300/tid=22302] ppid=22298 vsize=366676 CPUtime=1798.22 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68675 0 0 0 179715 107 0 0 20 0 2 0 332405361 375476224 72109 33554432000 4194304 5964350 140734420278192 139982761797624 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 366676

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25847412/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=366820 CPUtime=1798.73 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71571 0 0 0 179794 79 0 0 20 0 2 0 332405352 375623680 72140 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91705 72140 193 433 0 91269 0
[pid=22300/tid=22302] ppid=22298 vsize=366820 CPUtime=1799.02 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68706 0 0 0 179795 107 0 0 20 0 2 0 332405361 375623680 72140 33554432000 4194304 5964350 140734420278192 139982761797624 4399807 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 366820

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25845180/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=366820 CPUtime=1799.14 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71590 0 0 0 179835 79 0 0 20 0 2 0 332405352 375623680 72159 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91705 72159 193 433 0 91269 0
[pid=22300/tid=22302] ppid=22298 vsize=366820 CPUtime=1799.42 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68725 0 0 0 179835 107 0 0 20 0 2 0 332405361 375623680 72159 33554432000 4194304 5964350 140734420278192 139982761797672 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 366820

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25845180/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=367072 CPUtime=1799.53 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71631 0 0 0 179874 79 0 0 20 0 2 0 332405352 375881728 72200 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91768 72200 193 433 0 91332 0
[pid=22300/tid=22302] ppid=22298 vsize=367072 CPUtime=1799.82 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68766 0 0 0 179875 107 0 0 20 0 2 0 332405361 375881728 72200 33554432000 4194304 5964350 140734420278192 139982761797672 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 367072

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22381
/proc/meminfo: memFree=25845180/32873648 swapFree=7120/7120
[pid=22300] ppid=22298 vsize=367072 CPUtime=1799.63 cores=1,3,5,7
/proc/22300/stat : 22300 (wbo1.72) S 22298 22300 19663 0 -1 4202496 71631 0 0 0 179884 79 0 0 20 0 2 0 332405352 375881728 72200 33554432000 4194304 5964350 140734420278192 140734420277712 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 91768 72200 193 433 0 91332 0
[pid=22300/tid=22302] ppid=22298 vsize=367072 CPUtime=1799.92 cores=1,3,5,7
/proc/22300/task/22302/stat : 22302 (wbo1.72) R 22298 22300 19663 0 -1 4202560 68766 0 0 0 179885 107 0 0 20 0 2 0 332405361 375881728 72200 33554432000 4194304 5964350 140734420278192 139982761797672 5139086 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 367072

Child status: 255
Real time (s): 1800.01
CPU time (s): 1800.02
CPU user time (s): 1798.94
CPU system time (s): 1.08883
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 367072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.08883
maximum resident set size= 288812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71634
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= 111
involuntary context switches= 1915

runsolver used 2.6396 second user time and 7.18491 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-02 20:46:20
IDJOB=3727487
IDBENCH=2948
IDSOLVER=2313
FILE ID=node114/3727487-1338662780
RUNJOBID= node114-1338651437-21207
PBS_JOBID= 14636466
Free space on /tmp= 70452 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=280920200

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.91
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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26991100 kB
Buffers:          882380 kB
Cached:          3772896 kB
SwapCached:         2312 kB
Active:          2458692 kB
Inactive:        2470320 kB
Active(anon):     260084 kB
Inactive(anon):     8448 kB
Active(file):    2198608 kB
Inactive(file):  2461872 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103580 kB
Dirty:              6604 kB
Writeback:             0 kB
AnonPages:        299404 kB
Mapped:            11636 kB
Shmem:               104 kB
Slab:             815076 kB
SReclaimable:     259312 kB
SUnreclaim:       555764 kB
KernelStack:        1480 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     161688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 70444 MiB
End job on node114 at 2012-06-02 21:16:20