Trace number 3705255

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.7UNSAT 1463.16 1463.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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-3705255-1338101675.opb.
0.00/0.00	c Instance file HOME/instance-3705255-1338101675.opb
0.00/0.00	c File size is 2100 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2553
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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 ===============================================================================
1462.84/1463.22	c ===============================================================================
1462.84/1463.22	c Wall Clock Time: 1463.23 s
1462.84/1463.22	s UNSATISFIABLE

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-3705255-1338101675/watcher-3705255-1338101675 -o /tmp/evaluation-result-3705255-1338101675/solver-3705255-1338101675 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705255-1338101675.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.08 2.02 2.01 3/177 17051
/proc/meminfo: memFree=28494364/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83552 CPUtime=0 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 740 0 0 0 0 0 0 0 20 0 2 0 276292037 85557248 691 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20888 691 189 432 0 20453 0
[pid=17051/tid=17052] ppid=17049 vsize=83552 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 276292037 85557248 691 33554432000 4194304 5963574 140736101165648 140737171213352 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0378981 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17051
/proc/meminfo: memFree=28494364/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83552 CPUtime=0.03 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 865 0 0 0 3 0 0 0 20 0 2 0 276292037 85557248 816 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20888 818 190 432 0 20453 0
[pid=17051/tid=17052] ppid=17049 vsize=83552 CPUtime=0.02 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 170 0 0 0 2 0 0 0 20 0 2 0 276292037 85557248 819 33554432000 4194304 5963574 140736101165648 140737171213352 5178411 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 83552

[startup+0.100292 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17051
/proc/meminfo: memFree=28494364/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83552 CPUtime=0.09 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 1004 0 0 0 9 0 0 0 20 0 2 0 276292037 85557248 955 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20888 955 190 432 0 20453 0
[pid=17051/tid=17052] ppid=17049 vsize=83552 CPUtime=0.08 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 306 0 0 0 8 0 0 0 20 0 2 0 276292037 85557248 955 33554432000 4194304 5963574 140736101165648 140737171213352 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83552

[startup+0.30025 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17051
/proc/meminfo: memFree=28494364/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83552 CPUtime=0.29 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 1321 0 0 0 29 0 0 0 20 0 2 0 276292037 85557248 1272 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20888 1272 190 432 0 20453 0
[pid=17051/tid=17052] ppid=17049 vsize=83552 CPUtime=0.28 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 623 0 0 0 28 0 0 0 20 0 2 0 276292037 85557248 1272 33554432000 4194304 5963574 140736101165648 140737171213352 4399633 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83552

[startup+0.700246 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17051
/proc/meminfo: memFree=28494364/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83696 CPUtime=0.69 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 1613 0 0 0 69 0 0 0 20 0 2 0 276292037 85704704 1564 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20924 1564 190 432 0 20489 0
[pid=17051/tid=17052] ppid=17049 vsize=83696 CPUtime=0.68 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 915 0 0 0 68 0 0 0 20 0 2 0 276292037 85704704 1564 33554432000 4194304 5963574 140736101165648 140261543356216 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83696

[startup+1.50025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17053
/proc/meminfo: memFree=28487768/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=83696 CPUtime=1.49 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 2161 0 0 0 149 0 0 0 20 0 2 0 276292037 85704704 2112 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 20924 2112 190 432 0 20489 0
[pid=17051/tid=17052] ppid=17049 vsize=83696 CPUtime=1.48 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 1463 0 0 0 148 0 0 0 20 0 2 0 276292037 85704704 2112 33554432000 4194304 5963574 140736101165648 140261543356216 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83696

[startup+3.10025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 17053
/proc/meminfo: memFree=28483916/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=84272 CPUtime=3.09 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 2894 0 0 0 308 1 0 0 20 0 2 0 276292037 86294528 2845 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 21068 2845 190 432 0 20633 0
[pid=17051/tid=17052] ppid=17049 vsize=84272 CPUtime=3.08 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 2196 0 0 0 307 1 0 0 20 0 2 0 276292037 86294528 2845 33554432000 4194304 5963574 140736101165648 140261543356216 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84272

[startup+6.30025 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17053
/proc/meminfo: memFree=28476724/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=84524 CPUtime=6.29 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 3936 0 0 0 628 1 0 0 20 0 2 0 276292037 86552576 3887 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 21131 3887 190 432 0 20696 0
[pid=17051/tid=17052] ppid=17049 vsize=84524 CPUtime=6.28 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 3238 0 0 0 627 1 0 0 20 0 2 0 276292037 86552576 3887 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84524

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17053
/proc/meminfo: memFree=28467448/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=86052 CPUtime=12.69 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 5420 0 0 0 1268 1 0 0 20 0 2 0 276292037 88117248 5371 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 21513 5371 190 432 0 21078 0
[pid=17051/tid=17052] ppid=17049 vsize=86052 CPUtime=12.69 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 4722 0 0 0 1267 2 0 0 20 0 2 0 276292037 88117248 5371 33554432000 4194304 5963574 140736101165648 140261543356216 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86052

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17053
/proc/meminfo: memFree=28452080/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=87868 CPUtime=25.49 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 8071 0 0 0 2546 3 0 0 20 0 2 0 276292037 89976832 8022 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 21967 8022 190 432 0 21532 0
[pid=17051/tid=17052] ppid=17049 vsize=87868 CPUtime=25.49 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 7373 0 0 0 2545 4 0 0 20 0 2 0 276292037 89976832 8022 33554432000 4194304 5963574 140736101165648 140261543356216 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87868

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17053
/proc/meminfo: memFree=28425792/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=89296 CPUtime=51.09 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 11855 0 0 0 5104 5 0 0 20 0 2 0 276292037 91439104 11806 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 22324 11806 190 432 0 21889 0
[pid=17051/tid=17052] ppid=17049 vsize=89296 CPUtime=51.08 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 11157 0 0 0 5103 5 0 0 20 0 2 0 276292037 91439104 11806 33554432000 4194304 5963574 140736101165648 140261543356408 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89296

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17093
/proc/meminfo: memFree=29007724/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=91724 CPUtime=102.25 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 18637 0 0 0 10215 10 0 0 20 0 2 0 276292037 93925376 18564 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 22931 18564 190 432 0 22496 0
[pid=17051/tid=17052] ppid=17049 vsize=91724 CPUtime=102.27 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 17939 0 0 0 10215 12 0 0 20 0 2 0 276292037 93925376 18564 33554432000 4194304 5963574 140736101165648 140261543355928 4378768 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91724

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28943116/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=159220 CPUtime=162.24 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 24726 0 0 0 16207 17 0 0 20 0 2 0 276292037 163041280 25070 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 39805 25070 190 432 0 39370 0
[pid=17051/tid=17052] ppid=17049 vsize=159220 CPUtime=162.26 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 24028 0 0 0 16206 20 0 0 20 0 2 0 276292037 163041280 25070 33554432000 4194304 5963574 140736101165648 140261543356408 4378544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159220

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28890816/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=160408 CPUtime=222.23 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 29351 0 0 0 22200 23 0 0 20 0 2 0 276292037 164257792 29681 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 40102 29681 190 432 0 39667 0
[pid=17051/tid=17052] ppid=17049 vsize=160408 CPUtime=222.25 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 28653 0 0 0 22199 26 0 0 20 0 2 0 276292037 164257792 29681 33554432000 4194304 5963574 140736101165648 140261543356424 4399456 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) 160408

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28841472/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=161668 CPUtime=282.22 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 34118 0 0 0 28194 28 0 0 20 0 2 0 276292037 165548032 34446 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 40417 34446 190 432 0 39982 0
[pid=17051/tid=17052] ppid=17049 vsize=161668 CPUtime=282.26 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 33420 0 0 0 28193 33 0 0 20 0 2 0 276292037 165548032 34446 33554432000 4194304 5963574 140736101165648 140261543356424 4399456 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) 161668

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17096
/proc/meminfo: memFree=28801204/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=227684 CPUtime=342.2 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 38081 0 0 0 34188 32 0 0 20 0 2 0 276292037 233148416 38409 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 56921 38409 190 432 0 56486 0
[pid=17051/tid=17052] ppid=17049 vsize=227684 CPUtime=342.26 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 37383 0 0 0 34188 38 0 0 20 0 2 0 276292037 233148416 38409 33554432000 4194304 5963574 140736101165648 140261543356424 4378367 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 227684

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17120
/proc/meminfo: memFree=28766376/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=228060 CPUtime=402.17 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 42126 0 0 0 40180 37 0 0 20 0 2 0 276292037 233533440 42428 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 70930 0 0 0 106125 96 0 0 20 0 2 0 276292037 372789248 72385 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 364052

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 17125
/proc/meminfo: memFree=28440308/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=364652 CPUtime=1122.01 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 74260 0 0 0 112116 85 0 0 20 0 2 0 276292037 373403648 75017 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91163 75017 190 432 0 90728 0
[pid=17051/tid=17052] ppid=17049 vsize=364652 CPUtime=1122.22 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 73562 0 0 0 112119 103 0 0 20 0 2 0 276292037 373403648 75017 33554432000 4194304 5963574 140736101165648 140261543356424 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 364652

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 17125
/proc/meminfo: memFree=28416424/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=366360 CPUtime=1182 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 76124 0 0 0 118112 88 0 0 20 0 2 0 276292037 375152640 76881 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91590 76881 190 432 0 91155 0
[pid=17051/tid=17052] ppid=17049 vsize=366360 CPUtime=1182.22 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 75426 0 0 0 118116 106 0 0 20 0 2 0 276292037 375152640 76881 33554432000 4194304 5963574 140736101165648 140261543355928 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 366360

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 17125
/proc/meminfo: memFree=28402412/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=366360 CPUtime=1241.99 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 77005 0 0 0 124110 89 0 0 20 0 2 0 276292037 375152640 77762 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91590 77762 190 432 0 91155 0
[pid=17051/tid=17052] ppid=17049 vsize=366360 CPUtime=1242.22 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 76307 0 0 0 124114 108 0 0 20 0 2 0 276292037 375152640 77762 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 366360

[startup+1302.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 17125
/proc/meminfo: memFree=28377240/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=366720 CPUtime=1301.99 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 79292 0 0 0 130105 94 0 0 20 0 2 0 276292037 375521280 80049 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91680 80049 190 432 0 91245 0
[pid=17051/tid=17052] ppid=17049 vsize=366720 CPUtime=1302.23 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 78594 0 0 0 130109 114 0 0 20 0 2 0 276292037 375521280 80049 33554432000 4194304 5963574 140736101165648 140261543355928 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 366720

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 17126
/proc/meminfo: memFree=28367568/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=366720 CPUtime=1361.97 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 81319 0 0 0 136100 97 0 0 20 0 2 0 276292037 375521280 82076 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91680 82076 190 432 0 91245 0
[pid=17051/tid=17052] ppid=17049 vsize=366720 CPUtime=1362.23 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 80621 0 0 0 136105 118 0 0 20 0 2 0 276292037 375521280 82076 33554432000 4194304 5963574 140736101165648 140261543356424 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 366720

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 17126
/proc/meminfo: memFree=28343648/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=367860 CPUtime=1421.95 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82820 0 0 0 142095 100 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91965 83554 190 432 0 91530 0
[pid=17051/tid=17052] ppid=17049 vsize=367860 CPUtime=1422.21 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82122 0 0 0 142099 122 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140261543355928 4378784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 367860

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

[startup+1433.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 17126
/proc/meminfo: memFree=28339804/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=367860 CPUtime=1433.14 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82820 0 0 0 143214 100 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91965 83554 190 432 0 91530 0
[pid=17051/tid=17052] ppid=17049 vsize=367860 CPUtime=1433.41 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82122 0 0 0 143219 122 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140261543355928 4378784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1433.14
Current children cumulated vsize (KiB) 367860

[startup+1446.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 17126
/proc/meminfo: memFree=28335216/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=367860 CPUtime=1445.94 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82820 0 0 0 144494 100 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 91965 83554 190 432 0 91530 0
[pid=17051/tid=17052] ppid=17049 vsize=367860 CPUtime=1446.21 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82122 0 0 0 144499 122 0 0 20 0 2 0 276292037 376688640 83554 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1445.94
Current children cumulated vsize (KiB) 367860

[startup+1452.7 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 17126
/proc/meminfo: memFree=28333480/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1452.34 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82841 0 0 0 145134 100 0 0 20 0 2 0 276292037 376934400 83575 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83575 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1452.61 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82143 0 0 0 145138 123 0 0 20 0 2 0 276292037 376934400 83575 33554432000 4194304 5963574 140736101165648 140261543356456 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1452.34
Current children cumulated vsize (KiB) 368100

[startup+1459.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28331496/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1458.74 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 145774 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1459.01 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 145778 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4378847 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1458.74
Current children cumulated vsize (KiB) 368100

[startup+1460.7 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28330876/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1460.34 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 145934 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1460.62 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 145939 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1460.34
Current children cumulated vsize (KiB) 368100

[startup+1462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28330628/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1461.94 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 146094 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1462.21 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 146098 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1461.94
Current children cumulated vsize (KiB) 368100

[startup+1462.7 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28330628/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1462.34 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 146134 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1462.61 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 146138 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1462.34
Current children cumulated vsize (KiB) 368100

[startup+1463.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28330380/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1462.74 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 146174 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1463.01 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 146178 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1462.74
Current children cumulated vsize (KiB) 368100

[startup+1463.2 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17126
/proc/meminfo: memFree=28330380/32873844 swapFree=7900/7900
[pid=17051] ppid=17049 vsize=368100 CPUtime=1462.84 cores=1,3,5,7
/proc/17051/stat : 17051 (wbo1.7) S 17049 17051 15878 0 -1 4202496 82855 0 0 0 146184 100 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140736101165168 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17051/statm: 92025 83589 190 432 0 91590 0
[pid=17051/tid=17052] ppid=17049 vsize=368100 CPUtime=1463.11 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (wbo1.7) R 17049 17051 15878 0 -1 4202560 82157 0 0 0 146188 123 0 0 20 0 2 0 276292037 376934400 83589 33554432000 4194304 5963574 140736101165648 140261543355928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1462.84
Current children cumulated vsize (KiB) 368100

Child status: 255
Real time (s): 1463.23
CPU time (s): 1463.16
CPU user time (s): 1461.92
CPU system time (s): 1.24381
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 368100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1461.92
system time used= 1.24381
maximum resident set size= 334364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82857
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= 155
involuntary context switches= 1497

runsolver used 2.6146 second user time and 6.74797 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 08:54:35
IDJOB=3705255
IDBENCH=2905
IDSOLVER=2283
FILE ID=node137/3705255-1338101675
RUNJOBID= node137-1338083671-15895
PBS_JOBID= 14624423
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=90107442

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        28494636 kB
Buffers:          307744 kB
Cached:          2601736 kB
SwapCached:        22060 kB
Active:          1418320 kB
Inactive:        2153408 kB
Active(anon):     642144 kB
Inactive(anon):    22684 kB
Active(file):     776176 kB
Inactive(file):  2130724 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        749844 kB
Mapped:            10388 kB
Shmem:                 0 kB
Slab:             666140 kB
SReclaimable:     107688 kB
SUnreclaim:       558452 kB
KernelStack:        1488 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 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= 71484 MiB
End job on node137 at 2012-05-27 09:18:58