Trace number 3727569

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? (TO) 1800.32 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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-3727569-1338662328.opb.
0.00/0.00	c Instance file HOME/instance-3727569-1338662328.opb
0.00/0.00	c File size is 6868 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4594
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1800.04/1800.51	c ===============================================================================
1800.04/1800.51	c Wall Clock Time: 1800.51 s
1800.04/1800.51	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-3727569-1338662328/watcher-3727569-1338662328 -o /tmp/evaluation-result-3727569-1338662328/solver-3727569-1338662328 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727569-1338662328.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 22217
/proc/meminfo: memFree=27235032/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 752 0 0 0 0 0 0 0 20 0 2 0 332360156 85606400 702 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20900 702 188 433 0 20464 0
[pid=22217/tid=22218] ppid=22215 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 332360156 85606400 702 33554432000 4194304 5964350 140733859940112 140733919582840 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.068727 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22217
/proc/meminfo: memFree=27235032/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83600 CPUtime=0.06 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 907 0 0 0 6 0 0 0 20 0 2 0 332360156 85606400 857 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20900 857 190 433 0 20464 0
[pid=22217/tid=22218] ppid=22215 vsize=83600 CPUtime=0.05 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 198 0 0 0 5 0 0 0 20 0 2 0 332360156 85606400 857 33554432000 4194304 5964350 140733859940112 140733919582840 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83600

[startup+0.100293 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22217
/proc/meminfo: memFree=27235032/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83600 CPUtime=0.09 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 977 0 0 0 9 0 0 0 20 0 2 0 332360156 85606400 927 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20900 927 190 433 0 20464 0
[pid=22217/tid=22218] ppid=22215 vsize=83600 CPUtime=0.08 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 269 0 0 0 8 0 0 0 20 0 2 0 332360156 85606400 928 33554432000 4194304 5964350 140733859940112 140733919582840 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83600

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22217
/proc/meminfo: memFree=27235032/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83600 CPUtime=0.29 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 1338 0 0 0 29 0 0 0 20 0 2 0 332360156 85606400 1288 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20900 1288 190 433 0 20464 0
[pid=22217/tid=22218] ppid=22215 vsize=83600 CPUtime=0.28 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 629 0 0 0 28 0 0 0 20 0 2 0 332360156 85606400 1288 33554432000 4194304 5964350 140733859940112 140676797519672 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83600

[startup+0.700253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22217
/proc/meminfo: memFree=27235032/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83744 CPUtime=0.69 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 1757 0 0 0 69 0 0 0 20 0 2 0 332360156 85753856 1707 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20936 1707 190 433 0 20500 0
[pid=22217/tid=22218] ppid=22215 vsize=83744 CPUtime=0.68 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 1048 0 0 0 68 0 0 0 20 0 2 0 332360156 85753856 1707 33554432000 4194304 5964350 140733859940112 140676797519672 4400458 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83744

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27227328/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83744 CPUtime=1.49 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 2336 0 0 0 149 0 0 0 20 0 2 0 332360156 85753856 2286 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20936 2286 190 433 0 20500 0
[pid=22217/tid=22218] ppid=22215 vsize=83744 CPUtime=1.48 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 1627 0 0 0 148 0 0 0 20 0 2 0 332360156 85753856 2286 33554432000 4194304 5964350 140733859940112 140676797519672 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83744

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27221160/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83816 CPUtime=3.09 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 3374 0 0 0 309 0 0 0 20 0 2 0 332360156 85827584 3324 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20954 3324 190 433 0 20518 0
[pid=22217/tid=22218] ppid=22215 vsize=83816 CPUtime=3.08 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 2665 0 0 0 308 0 0 0 20 0 2 0 332360156 85827584 3324 33554432000 4194304 5964350 140733859940112 140676797519384 4389162 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83816

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27210480/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=83924 CPUtime=6.29 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 4518 0 0 0 628 1 0 0 20 0 2 0 332360156 85938176 4468 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 20981 4468 190 433 0 20545 0
[pid=22217/tid=22218] ppid=22215 vsize=83924 CPUtime=6.28 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 3809 0 0 0 627 1 0 0 20 0 2 0 332360156 85938176 4468 33554432000 4194304 5964350 140733859940112 140676797519672 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83924

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27194568/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=85020 CPUtime=12.68 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 7007 0 0 0 1266 2 0 0 20 0 2 0 332360156 87060480 6957 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 21255 6957 190 433 0 20819 0
[pid=22217/tid=22218] ppid=22215 vsize=85020 CPUtime=12.68 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 6298 0 0 0 1265 3 0 0 20 0 2 0 332360156 87060480 6957 33554432000 4194304 5964350 140733859940112 140676797519384 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85020

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27166068/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=87384 CPUtime=25.48 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 10164 0 0 0 2545 3 0 0 20 0 2 0 332360156 89481216 10114 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 21846 10114 190 433 0 21410 0
[pid=22217/tid=22218] ppid=22215 vsize=87384 CPUtime=25.48 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 9455 0 0 0 2544 4 0 0 20 0 2 0 332360156 89481216 10114 33554432000 4194304 5964350 140733859940112 140676797519864 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87384

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22219
/proc/meminfo: memFree=27127100/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=89272 CPUtime=51.07 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 15551 0 0 0 5099 8 0 0 20 0 2 0 332360156 91414528 15528 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 22318 15528 190 433 0 21882 0
[pid=22217/tid=22218] ppid=22215 vsize=89272 CPUtime=51.06 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 14842 0 0 0 5098 8 0 0 20 0 2 0 332360156 91414528 15528 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 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) 89272

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22223
/proc/meminfo: memFree=27065892/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=158856 CPUtime=102.25 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 24708 0 0 0 10212 13 0 0 20 0 2 0 332360156 162668544 24903 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 39714 24903 190 433 0 39278 0
[pid=22217/tid=22218] ppid=22215 vsize=158856 CPUtime=102.26 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 23999 0 0 0 10211 15 0 0 20 0 2 0 332360156 162668544 24903 33554432000 4194304 5964350 140733859940112 140676797519384 4399895 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 158856

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22223
/proc/meminfo: memFree=27003168/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=160856 CPUtime=162.21 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 32352 0 0 0 16202 19 0 0 20 0 2 0 332360156 164716544 32525 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 40214 32525 190 433 0 39778 0
[pid=22217/tid=22218] ppid=22215 vsize=160856 CPUtime=162.23 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 31643 0 0 0 16201 22 0 0 20 0 2 0 332360156 164716544 32525 33554432000 4194304 5964350 140733859940112 140676797519912 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 160856

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22223
/proc/meminfo: memFree=26950036/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=229324 CPUtime=222.21 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 40806 0 0 0 22196 25 0 0 20 0 2 0 332360156 234827776 41483 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 57331 41483 190 433 0 56895 0
[pid=22217/tid=22218] ppid=22215 vsize=229324 CPUtime=222.23 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 40097 0 0 0 22194 29 0 0 20 0 2 0 332360156 234827776 41483 33554432000 4194304 5964350 140733859940112 140676797519912 4378928 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 229324

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 22262
/proc/meminfo: memFree=27043544/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=231180 CPUtime=282.19 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 47975 0 0 0 28189 30 0 0 20 0 2 0 332360156 236728320 48652 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 57795 48652 190 433 0 57359 0
[pid=22217/tid=22218] ppid=22215 vsize=231180 CPUtime=282.23 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 47266 0 0 0 28188 35 0 0 20 0 2 0 332360156 236728320 48652 33554432000 4194304 5964350 140733859940112 140676797519384 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 231180

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22262
/proc/meminfo: memFree=27008424/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=297960 CPUtime=342.17 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 53861 0 0 0 34181 36 0 0 20 0 2 0 332360156 305111040 54519 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 74490 54519 190 433 0 74054 0
[pid=22217/tid=22218] ppid=22215 vsize=297960 CPUtime=342.2 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 53152 0 0 0 34179 41 0 0 20 0 2 0 332360156 305111040 54519 33554432000 4194304 5964350 140733859940112 140676797519384 4400321 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 297960

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 22262
/proc/meminfo: memFree=26978628/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=299004 CPUtime=402.15 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 58971 0 0 0 40174 41 0 0 20 0 2 0 332360156 306180096 59621 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

[pid=22217] ppid=22215 vsize=505024 CPUtime=1061.99 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 107907 0 0 0 106108 91 0 0 20 0 2 0 332360156 517144576 108530 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 126256 108530 190 433 0 125820 0
[pid=22217/tid=22218] ppid=22215 vsize=505024 CPUtime=1062.13 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 107198 0 0 0 106105 108 0 0 20 0 2 0 332360156 517144576 108530 33554432000 4194304 5964350 140733859940112 140676797519384 4400715 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 505024

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22308
/proc/meminfo: memFree=26666196/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=505184 CPUtime=1121.99 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 109728 0 0 0 112106 93 0 0 20 0 2 0 332360156 517308416 110351 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 126296 110351 190 433 0 125860 0
[pid=22217/tid=22218] ppid=22215 vsize=505184 CPUtime=1122.13 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 109019 0 0 0 112102 111 0 0 20 0 2 0 332360156 517308416 110351 33554432000 4194304 5964350 140733859940112 140676797519912 4399895 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 505184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22308
/proc/meminfo: memFree=26641056/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=505784 CPUtime=1181.97 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 113790 0 0 0 118099 98 0 0 20 0 2 0 332360156 517922816 114410 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 126446 114410 190 433 0 126010 0
[pid=22217/tid=22218] ppid=22215 vsize=505784 CPUtime=1182.13 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 113081 0 0 0 118097 116 0 0 20 0 2 0 332360156 517922816 114410 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 505784

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22308
/proc/meminfo: memFree=26617400/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=508636 CPUtime=1241.95 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 117561 0 0 0 124093 102 0 0 20 0 2 0 332360156 520843264 118161 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 127159 118161 190 433 0 126723 0
[pid=22217/tid=22218] ppid=22215 vsize=508636 CPUtime=1242.1 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 116852 0 0 0 124089 121 0 0 20 0 2 0 332360156 520843264 118161 33554432000 4194304 5964350 140733859940112 140676797519864 4379152 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 508636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22311
/proc/meminfo: memFree=26607404/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=508636 CPUtime=1301.94 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 117566 0 0 0 130092 102 0 0 20 0 2 0 332360156 520843264 118166 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 127159 118166 190 433 0 126723 0
[pid=22217/tid=22218] ppid=22215 vsize=508636 CPUtime=1302.11 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 116857 0 0 0 130089 122 0 0 20 0 2 0 332360156 520843264 118166 33554432000 4194304 5964350 140733859940112 140676797519864 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 508636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22335
/proc/meminfo: memFree=26583988/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=508636 CPUtime=1361.93 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 121278 0 0 0 136087 106 0 0 20 0 2 0 332360156 520843264 121878 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 127159 121878 190 433 0 126723 0
[pid=22217/tid=22218] ppid=22215 vsize=508636 CPUtime=1362.1 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 120569 0 0 0 136083 127 0 0 20 0 2 0 332360156 520843264 121878 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 508636

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22335
/proc/meminfo: memFree=26564260/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=574388 CPUtime=1421.93 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 124117 0 0 0 142084 109 0 0 20 0 2 0 332360156 588173312 124717 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 143597 124717 190 433 0 143161 0
[pid=22217/tid=22218] ppid=22215 vsize=574388 CPUtime=1422.11 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 123408 0 0 0 142080 131 0 0 20 0 2 0 332360156 588173312 124717 33554432000 4194304 5964350 140733859940112 140676797519384 4379236 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 574388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22335
/proc/meminfo: memFree=26562648/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=574788 CPUtime=1481.91 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 124413 0 0 0 148082 109 0 0 20 0 2 0 332360156 588582912 125013 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 143697 125013 190 433 0 143261 0
[pid=22217/tid=22218] ppid=22215 vsize=574788 CPUtime=1482.1 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 123704 0 0 0 148078 132 0 0 20 0 2 0 332360156 588582912 125013 33554432000 4194304 5964350 140733859940112 140676797519384 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 574788

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22335
/proc/meminfo: memFree=26536804/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=574788 CPUtime=1541.9 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 127376 0 0 0 154078 112 0 0 20 0 2 0 332360156 588582912 127976 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 143697 127976 190 433 0 143261 0
[pid=22217/tid=22218] ppid=22215 vsize=574788 CPUtime=1542.1 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 126667 0 0 0 154074 136 0 0 20 0 2 0 332360156 588582912 127976 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 574788

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22335
/proc/meminfo: memFree=26515324/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=575536 CPUtime=1601.88 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 131772 0 0 0 160071 117 0 0 20 0 2 0 332360156 589348864 132357 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 143884 132357 190 433 0 143448 0
[pid=22217/tid=22218] ppid=22215 vsize=575536 CPUtime=1602.09 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 131063 0 0 0 160067 142 0 0 20 0 2 0 332360156 589348864 132357 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 575536

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22336
/proc/meminfo: memFree=26482860/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=575896 CPUtime=1661.86 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 136146 0 0 0 166065 121 0 0 20 0 2 0 332360156 589717504 136720 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 143974 136720 190 433 0 143538 0
[pid=22217/tid=22218] ppid=22215 vsize=575896 CPUtime=1662.07 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 135437 0 0 0 166060 147 0 0 20 0 2 0 332360156 589717504 136720 33554432000 4194304 5964350 140733859940112 140676797519384 4379231 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 575896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22336
/proc/meminfo: memFree=26475792/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=576476 CPUtime=1721.85 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 137807 0 0 0 172062 123 0 0 20 0 2 0 332360156 590311424 138381 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 144119 138381 190 433 0 143683 0
[pid=22217/tid=22218] ppid=22215 vsize=576476 CPUtime=1722.08 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 137098 0 0 0 172058 150 0 0 20 0 2 0 332360156 590311424 138381 33554432000 4194304 5964350 140733859940112 140676797519384 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 576476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22336
/proc/meminfo: memFree=26446156/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=642012 CPUtime=1781.85 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 141905 0 0 0 178057 128 0 0 20 0 2 0 332360156 657420288 142479 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 160503 142479 190 433 0 160067 0
[pid=22217/tid=22218] ppid=22215 vsize=642012 CPUtime=1782.08 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 141196 0 0 0 178052 156 0 0 20 0 2 0 332360156 657420288 142479 33554432000 4194304 5964350 140733859940112 140676797519864 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 642012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22336
/proc/meminfo: memFree=26437104/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=642012 CPUtime=1800.04 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 142854 0 0 0 179876 128 0 0 20 0 2 0 332360156 657420288 143428 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 160503 143428 190 433 0 160067 0
[pid=22217/tid=22218] ppid=22215 vsize=642012 CPUtime=1800.28 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 142145 0 0 0 179872 156 0 0 20 0 2 0 332360156 657420288 143428 33554432000 4194304 5964350 140733859940112 140676797519864 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 642012

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22336
/proc/meminfo: memFree=26437104/32873648 swapFree=7120/7120
[pid=22217] ppid=22215 vsize=642012 CPUtime=1800.04 cores=0,2,4,6
/proc/22217/stat : 22217 (wbo1.72) S 22215 22217 19663 0 -1 4202496 142854 0 0 0 179876 128 0 0 20 0 2 0 332360156 657420288 143428 33554432000 4194304 5964350 140733859940112 140733859939632 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22217/statm: 160503 143428 190 433 0 160067 0
[pid=22217/tid=22218] ppid=22215 vsize=642012 CPUtime=1800.28 cores=0,2,4,6
/proc/22217/task/22218/stat : 22218 (wbo1.72) R 22215 22217 19663 0 -1 4202560 142145 0 0 0 179872 156 0 0 20 0 2 0 332360156 657420288 143428 33554432000 4194304 5964350 140733859940112 140676797519864 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 642012

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.32
CPU user time (s): 1798.74
CPU system time (s): 1.57776
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 642012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.57776
maximum resident set size= 573720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142856
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= 220
involuntary context switches= 2034

runsolver used 3.42148 second user time and 9.35258 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-02 20:38:48
IDJOB=3727569
IDBENCH=2917
IDSOLVER=2313
FILE ID=node114/3727569-1338662328
RUNJOBID= node114-1338651437-21206
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/market-split/normalized-market-split_7_60_4.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727569-1338662328/watcher-3727569-1338662328 -o /tmp/evaluation-result-3727569-1338662328/solver-3727569-1338662328 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727569-1338662328.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=445857057

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:        27235296 kB
Buffers:          882280 kB
Cached:          3771884 kB
SwapCached:         2312 kB
Active:          2214992 kB
Inactive:        2470584 kB
Active(anon):      18008 kB
Inactive(anon):     8448 kB
Active(file):    2196984 kB
Inactive(file):  2462136 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103580 kB
Dirty:             11120 kB
Writeback:             0 kB
AnonPages:         84596 kB
Mapped:            11800 kB
Shmem:               104 kB
Slab:             815452 kB
SReclaimable:     259472 kB
SUnreclaim:       555980 kB
KernelStack:        1488 kB
PageTables:         3524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:08:50