Trace number 3705278

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.5 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1790.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705278-1338101674.opb.
0.00/0.00	c Instance file HOME/instance-3705278-1338101674.opb
0.00/0.00	c File size is 7798 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4329
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:      146                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
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 ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3705278-1338101674/watcher-3705278-1338101674 -o /tmp/evaluation-result-3705278-1338101674/solver-3705278-1338101674 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705278-1338101674.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 2/179 13738
/proc/meminfo: memFree=30841596/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 773 0 0 0 0 0 0 0 20 0 2 0 276292179 85704704 723 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20924 723 189 432 0 20489 0
[pid=13738/tid=13739] ppid=13736 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 2 0 276292179 85704704 723 33554432000 4194304 5963574 140736931172352 140734058129528 4403244 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.00809795 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 13738
/proc/meminfo: memFree=30841596/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 780 0 0 0 0 0 0 0 20 0 2 0 276292179 85704704 730 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20924 730 190 432 0 20489 0
[pid=13738/tid=13739] ppid=13736 vsize=83696 CPUtime=0 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 65 0 0 0 0 0 0 0 20 0 2 0 276292179 85704704 730 33554432000 4194304 5963574 140736931172352 140734058129528 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83696

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 13738
/proc/meminfo: memFree=30841596/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83696 CPUtime=0.09 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 1021 0 0 0 9 0 0 0 20 0 2 0 276292179 85704704 971 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20924 971 191 432 0 20489 0
[pid=13738/tid=13739] ppid=13736 vsize=83696 CPUtime=0.08 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 306 0 0 0 8 0 0 0 20 0 2 0 276292179 85704704 971 33554432000 4194304 5963574 140736931172352 140734058129528 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83696

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 13738
/proc/meminfo: memFree=30841596/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83696 CPUtime=0.29 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 1416 0 0 0 29 0 0 0 20 0 2 0 276292179 85704704 1366 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20924 1366 191 432 0 20489 0
[pid=13738/tid=13739] ppid=13736 vsize=83696 CPUtime=0.28 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 702 0 0 0 28 0 0 0 20 0 2 0 276292179 85704704 1367 33554432000 4194304 5963574 140736931172352 140734058129528 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83696

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 13738
/proc/meminfo: memFree=30841596/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83696 CPUtime=0.69 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 2049 0 0 0 69 0 0 0 20 0 2 0 276292179 85704704 1999 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20924 1999 191 432 0 20489 0
[pid=13738/tid=13739] ppid=13736 vsize=83696 CPUtime=0.68 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 1334 0 0 0 68 0 0 0 20 0 2 0 276292179 85704704 1999 33554432000 4194304 5963574 140736931172352 140734058129528 4382300 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83696

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30832488/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83840 CPUtime=1.49 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 2571 0 0 0 149 0 0 0 20 0 2 0 276292179 85852160 2521 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20960 2521 191 432 0 20525 0
[pid=13738/tid=13739] ppid=13736 vsize=83840 CPUtime=1.48 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 1856 0 0 0 148 0 0 0 20 0 2 0 276292179 85852160 2521 33554432000 4194304 5963574 140736931172352 139867730368504 4388608 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83840

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30830008/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=83912 CPUtime=3.09 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 3291 0 0 0 309 0 0 0 20 0 2 0 276292179 85925888 3241 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 20978 3241 191 432 0 20543 0
[pid=13738/tid=13739] ppid=13736 vsize=83912 CPUtime=3.07 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 2576 0 0 0 307 0 0 0 20 0 2 0 276292179 85925888 3241 33554432000 4194304 5963574 140736931172352 139867730368312 4399574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83912

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30823436/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=84020 CPUtime=6.29 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 5206 0 0 0 628 1 0 0 20 0 2 0 276292179 86036480 5156 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 21005 5156 191 432 0 20570 0
[pid=13738/tid=13739] ppid=13736 vsize=84020 CPUtime=6.27 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 4491 0 0 0 626 1 0 0 20 0 2 0 276292179 86036480 5156 33554432000 4194304 5963574 140736931172352 139867730368504 4399532 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84020

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30808688/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=84324 CPUtime=12.68 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 8104 0 0 0 1267 1 0 0 20 0 2 0 276292179 86347776 8054 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 21081 8054 191 432 0 20646 0
[pid=13738/tid=13739] ppid=13736 vsize=84324 CPUtime=12.65 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 7389 0 0 0 1264 1 0 0 20 0 2 0 276292179 86347776 8054 33554432000 4194304 5963574 140736931172352 139867730368504 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84324

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30794908/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=84468 CPUtime=25.48 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 10495 0 0 0 2546 2 0 0 20 0 2 0 276292179 86495232 10445 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 21117 10445 191 432 0 20682 0
[pid=13738/tid=13739] ppid=13736 vsize=84468 CPUtime=25.42 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 9780 0 0 0 2540 2 0 0 20 0 2 0 276292179 86495232 10445 33554432000 4194304 5963574 140736931172352 139867730368552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84468

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30770572/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=84996 CPUtime=51.08 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 15938 0 0 0 5103 5 0 0 20 0 2 0 276292179 87035904 15888 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 21249 15888 191 432 0 20814 0
[pid=13738/tid=13739] ppid=13736 vsize=84996 CPUtime=50.95 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 15223 0 0 0 5090 5 0 0 20 0 2 0 276292179 87035904 15888 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84996

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13740
/proc/meminfo: memFree=30729516/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=152368 CPUtime=102.28 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 23191 0 0 0 10219 9 0 0 20 0 2 0 276292179 156024832 23141 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 38092 23141 191 432 0 37657 0
[pid=13738/tid=13739] ppid=13736 vsize=152368 CPUtime=102.03 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 22476 0 0 0 10193 10 0 0 20 0 2 0 276292179 156024832 23141 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13741
/proc/meminfo: memFree=30659828/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=153556 CPUtime=162.26 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 30457 0 0 0 16212 14 0 0 20 0 2 0 276292179 157241344 30407 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 38389 30407 191 432 0 37954 0
[pid=13738/tid=13739] ppid=13736 vsize=153556 CPUtime=161.87 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 29742 0 0 0 16171 16 0 0 20 0 2 0 276292179 157241344 30407 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 153556

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31282472/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=219524 CPUtime=222.23 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 34801 0 0 0 22204 19 0 0 20 0 2 0 276292179 224792576 34746 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 54881 34746 191 432 0 54446 0
[pid=13738/tid=13739] ppid=13736 vsize=219524 CPUtime=221.69 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 34086 0 0 0 22147 22 0 0 20 0 2 0 276292179 224792576 34746 33554432000 4194304 5963574 140736931172352 139867730368504 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 219524

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31209968/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=222024 CPUtime=282.19 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 42531 0 0 0 28192 27 0 0 20 0 2 0 276292179 227352576 42483 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 55506 42483 191 432 0 55071 0
[pid=13738/tid=13739] ppid=13736 vsize=222024 CPUtime=281.5 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 41816 0 0 0 28119 31 0 0 20 0 2 0 276292179 227352576 42483 33554432000 4194304 5963574 140736931172352 139867730368504 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 222024

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13783
/proc/meminfo: memFree=31160520/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=223660 CPUtime=342.18 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 46933 0 0 0 34186 32 0 0 20 0 2 0 276292179 229027840 47578 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 55915 47578 191 432 0 55480 0
[pid=13738/tid=13739] ppid=13736 vsize=223660 CPUtime=341.35 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 46218 0 0 0 34098 37 0 0 20 0 2 0 276292179 229027840 47578 33554432000 4194304 5963574 140736931172352 139867730368552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 223660

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13806
/proc/meminfo: memFree=31118472/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=224740 CPUtime=402.16 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 50273 0 0 0 40181 35 0 0 20 0 2 0 276292179 230133760 50918 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13813
/proc/meminfo: memFree=30616272/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=503480 CPUtime=1421.91 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 115251 0 0 0 142082 109 0 0 20 0 2 0 276292179 515563520 115810 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 125870 115810 191 432 0 125435 0
[pid=13738/tid=13739] ppid=13736 vsize=503480 CPUtime=1418.49 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 114536 0 0 0 141719 130 0 0 20 0 2 0 276292179 515563520 115810 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 503480

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13813
/proc/meminfo: memFree=30584580/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=503984 CPUtime=1481.89 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 120607 0 0 0 148074 115 0 0 20 0 2 0 276292179 516079616 121161 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 125996 121161 191 432 0 125561 0
[pid=13738/tid=13739] ppid=13736 vsize=503984 CPUtime=1478.33 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 119892 0 0 0 147696 137 0 0 20 0 2 0 276292179 516079616 121161 33554432000 4194304 5963574 140736931172352 139867730368504 4400164 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 503984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13816
/proc/meminfo: memFree=30579212/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=569808 CPUtime=1541.84 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 121835 0 0 0 154069 115 0 0 20 0 2 0 276292179 583483392 122356 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 142452 122356 191 432 0 142017 0
[pid=13738/tid=13739] ppid=13736 vsize=569808 CPUtime=1538.13 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 121120 0 0 0 153675 138 0 0 20 0 2 0 276292179 583483392 122356 33554432000 4194304 5963574 140736931172352 139867730368552 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 569808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13816
/proc/meminfo: memFree=30562604/32873844 swapFree=7620/7620
[pid=13738] ppid=13736 vsize=571312 CPUtime=1601.83 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 124505 0 0 0 160063 120 0 0 20 0 2 0 276292179 585023488 125026 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 142828 125026 191 432 0 142393 0
[pid=13738/tid=13739] ppid=13736 vsize=571312 CPUtime=1597.98 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 123790 0 0 0 159654 144 0 0 20 0 2 0 276292179 585023488 125026 33554432000 4194304 5963574 140736931172352 139867730368552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 571312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13816
/proc/meminfo: memFree=30508788/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573052 CPUtime=1661.82 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 131097 0 0 0 166055 127 0 0 20 0 2 0 276292179 586805248 131618 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143263 131618 191 432 0 142828 0
[pid=13738/tid=13739] ppid=13736 vsize=573052 CPUtime=1657.83 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 130382 0 0 0 165631 152 0 0 20 0 2 0 276292179 586805248 131618 33554432000 4194304 5963574 140736931172352 139867730368504 4378847 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 573052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30504324/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573232 CPUtime=1721.81 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 131138 0 0 0 172054 127 0 0 20 0 2 0 276292179 586989568 131659 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143308 131659 191 432 0 142873 0
[pid=13738/tid=13739] ppid=13736 vsize=573232 CPUtime=1717.67 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 130423 0 0 0 171614 153 0 0 20 0 2 0 276292179 586989568 131659 33554432000 4194304 5963574 140736931172352 139867730368552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 573232

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30485480/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573500 CPUtime=1781.8 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 131841 0 0 0 178052 128 0 0 20 0 2 0 276292179 587264000 132362 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143375 132362 191 432 0 142940 0
[pid=13738/tid=13739] ppid=13736 vsize=573500 CPUtime=1777.52 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 131126 0 0 0 177598 154 0 0 20 0 2 0 276292179 587264000 132362 33554432000 4194304 5963574 140736931172352 139867730368552 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 573500

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30478644/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573500 CPUtime=1791.41 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 132618 0 0 0 179012 129 0 0 20 0 2 0 276292179 587264000 133139 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143375 133139 191 432 0 142940 0
[pid=13738/tid=13739] ppid=13736 vsize=573500 CPUtime=1787.1 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 131903 0 0 0 178554 156 0 0 20 0 2 0 276292179 587264000 133139 33554432000 4194304 5963574 140736931172352 139867730368024 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 573500

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30476288/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1794.6 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 132863 0 0 0 179331 129 0 0 20 0 2 0 276292179 587485184 133384 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133384 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1790.29 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132148 0 0 0 178873 156 0 0 20 0 2 0 276292179 587485184 133384 33554432000 4194304 5963574 140736931172352 139867730368552 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 573716

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30474800/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1797.8 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 133142 0 0 0 179650 130 0 0 20 0 2 0 276292179 587485184 133663 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133663 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1793.48 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132427 0 0 0 179191 157 0 0 20 0 2 0 276292179 587485184 133663 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 573716

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30474180/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1798.6 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 133201 0 0 0 179730 130 0 0 20 0 2 0 276292179 587485184 133722 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133722 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1794.28 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132486 0 0 0 179271 157 0 0 20 0 2 0 276292179 587485184 133722 33554432000 4194304 5963574 140736931172352 139867730368504 4399522 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 573716

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30473436/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1799.01 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 133235 0 0 0 179771 130 0 0 20 0 2 0 276292179 587485184 133756 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133756 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1794.68 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132520 0 0 0 179311 157 0 0 20 0 2 0 276292179 587485184 133756 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 573716

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30473436/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1799.4 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 133267 0 0 0 179810 130 0 0 20 0 2 0 276292179 587485184 133788 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133788 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1795.08 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132552 0 0 0 179351 157 0 0 20 0 2 0 276292179 587485184 133788 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 573716

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30473436/32873844 swapFree=7616/7616
[pid=13738] ppid=13736 vsize=573716 CPUtime=1799.5 cores=0,2,4,6
/proc/13738/stat : 13738 (wbo1.7) S 13736 13738 12409 0 -1 4202496 133274 0 0 0 179820 130 0 0 20 0 2 0 276292179 587485184 133795 33554432000 4194304 5963574 140736931172352 140736931171872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13738/statm: 143429 133795 191 432 0 142994 0
[pid=13738/tid=13739] ppid=13736 vsize=573716 CPUtime=1795.18 cores=0,2,4,6
/proc/13738/task/13739/stat : 13739 (wbo1.7) R 13736 13738 12409 0 -1 4202560 132559 0 0 0 179361 157 0 0 20 0 2 0 276292179 587485184 133795 33554432000 4194304 5963574 140736931172352 139867730368504 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 573716

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13738 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=619328
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=587758
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.5
CPU user time (s): 1798.2
CPU system time (s): 1.3
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 573716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 1.58776
maximum resident set size= 535184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133275
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= 218
involuntary context switches= 1867

runsolver used 11.5272 second user time and 11.4953 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 08:54:34
IDJOB=3705278
IDBENCH=2902
IDSOLVER=2283
FILE ID=node135/3705278-1338101674
RUNJOBID= node135-1338083668-12425
PBS_JOBID= 14624422
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= cdfa46b59876181d5d89fd18757b8cfb
RANDOM SEED=475203105

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30841596 kB
Buffers:          276628 kB
Cached:           305900 kB
SwapCached:         1732 kB
Active:          1150140 kB
Inactive:          65848 kB
Active(anon):     623876 kB
Inactive(anon):    12016 kB
Active(file):     526264 kB
Inactive(file):    53832 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        639216 kB
Mapped:            12468 kB
Shmem:               132 kB
Slab:             674040 kB
SReclaimable:     115952 kB
SUnreclaim:       558088 kB
KernelStack:        1472 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 71632 MiB
End job on node135 at 2012-05-27 09:24:34