Trace number 3727581

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1791.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
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 constraint64
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
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-3727581-1338662252.opb.
0.00/0.00	c Instance file HOME/instance-3727581-1338662252.opb
0.00/0.00	c File size is 7734 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4321
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.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3727581-1338662252/watcher-3727581-1338662252 -o /tmp/evaluation-result-3727581-1338662252/solver-3727581-1338662252 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727581-1338662252.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.00 2.00 2.00 3/177 17054
/proc/meminfo: memFree=31521368/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 768 0 0 0 0 0 0 0 20 0 2 0 332353741 85708800 719 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20925 719 189 433 0 20489 0
[pid=17054/tid=17055] ppid=17052 vsize=83700 CPUtime=0 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 2 0 332353742 85708800 719 33554432000 4194304 5964350 140734040035984 140735288673640 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.052598 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17054
/proc/meminfo: memFree=31521368/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83700 CPUtime=0.04 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 903 0 0 0 4 0 0 0 20 0 2 0 332353741 85708800 854 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20925 854 191 433 0 20489 0
[pid=17054/tid=17055] ppid=17052 vsize=83700 CPUtime=0.03 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 193 0 0 0 3 0 0 0 20 0 2 0 332353742 85708800 854 33554432000 4194304 5964350 140734040035984 140735288673640 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83700

[startup+0.100239 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17054
/proc/meminfo: memFree=31521368/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83700 CPUtime=0.09 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 1029 0 0 0 9 0 0 0 20 0 2 0 332353741 85708800 980 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20925 980 191 433 0 20489 0
[pid=17054/tid=17055] ppid=17052 vsize=83700 CPUtime=0.08 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 319 0 0 0 8 0 0 0 20 0 2 0 332353742 85708800 980 33554432000 4194304 5964350 140734040035984 140735288673640 5136340 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) 83700

[startup+0.300204 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17054
/proc/meminfo: memFree=31521368/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83700 CPUtime=0.29 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 1465 0 0 0 29 0 0 0 20 0 2 0 332353741 85708800 1416 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20925 1416 191 433 0 20489 0
[pid=17054/tid=17055] ppid=17052 vsize=83700 CPUtime=0.28 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 755 0 0 0 28 0 0 0 20 0 2 0 332353742 85708800 1416 33554432000 4194304 5964350 140734040035984 140126213437240 5136340 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) 83700

[startup+0.700253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17054
/proc/meminfo: memFree=31521368/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83700 CPUtime=0.69 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 2123 0 0 0 69 0 0 0 20 0 2 0 332353741 85708800 2074 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20925 2074 191 433 0 20489 0
[pid=17054/tid=17055] ppid=17052 vsize=83700 CPUtime=0.68 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 1413 0 0 0 68 0 0 0 20 0 2 0 332353742 85708800 2074 33554432000 4194304 5964350 140734040035984 140126213437240 5136340 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) 83700

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31777580/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83844 CPUtime=1.49 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 2616 0 0 0 148 1 0 0 20 0 2 0 332353741 85856256 2565 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20961 2565 191 433 0 20525 0
[pid=17054/tid=17055] ppid=17052 vsize=83844 CPUtime=1.47 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 1906 0 0 0 147 0 0 0 20 0 2 0 332353742 85856256 2565 33554432000 4194304 5964350 140734040035984 140126213437240 4381612 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) 83844

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31769428/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=83916 CPUtime=3.08 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 3578 0 0 0 307 1 0 0 20 0 2 0 332353741 85929984 3527 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 20979 3527 191 433 0 20543 0
[pid=17054/tid=17055] ppid=17052 vsize=83916 CPUtime=3.07 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 2868 0 0 0 306 1 0 0 20 0 2 0 332353742 85929984 3527 33554432000 4194304 5964350 140734040035984 140126213437480 4410797 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83916

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31755292/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=84024 CPUtime=6.28 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 5497 0 0 0 626 2 0 0 20 0 2 0 332353741 86040576 5446 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 21006 5446 191 433 0 20570 0
[pid=17054/tid=17055] ppid=17052 vsize=84024 CPUtime=6.26 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 4787 0 0 0 624 2 0 0 20 0 2 0 332353742 86040576 5446 33554432000 4194304 5964350 140734040035984 140126213437432 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84024

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31733352/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=84184 CPUtime=12.68 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 8219 0 0 0 1265 3 0 0 20 0 2 0 332353741 86204416 8415 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 21046 8415 191 433 0 20610 0
[pid=17054/tid=17055] ppid=17052 vsize=84184 CPUtime=12.65 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 7509 0 0 0 1262 3 0 0 20 0 2 0 332353742 86204416 8415 33554432000 4194304 5964350 140734040035984 140126213437432 4378928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84184

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31708888/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=84328 CPUtime=25.49 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 10295 0 0 0 2544 5 0 0 20 0 2 0 332353741 86351872 10491 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 21082 10491 191 433 0 20646 0
[pid=17054/tid=17055] ppid=17052 vsize=84328 CPUtime=25.41 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 9585 0 0 0 2537 4 0 0 20 0 2 0 332353742 86351872 10491 33554432000 4194304 5964350 140734040035984 140126213437432 4403293 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) 84328

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17095
/proc/meminfo: memFree=31665336/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=84568 CPUtime=51.08 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 16278 0 0 0 5100 8 0 0 20 0 2 0 332353741 86597632 16474 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 21142 16474 191 433 0 20706 0
[pid=17054/tid=17055] ppid=17052 vsize=84568 CPUtime=50.95 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 15568 0 0 0 5088 7 0 0 20 0 2 0 332353742 86597632 16474 33554432000 4194304 5964350 140734040035984 140126213437240 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17096
/proc/meminfo: memFree=31600608/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=152048 CPUtime=102.25 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 23506 0 0 0 10211 14 0 0 20 0 2 0 332353741 155697152 23751 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 38012 23751 191 433 0 37576 0
[pid=17054/tid=17055] ppid=17052 vsize=152048 CPUtime=101.99 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 22796 0 0 0 10185 14 0 0 20 0 2 0 332353742 155697152 23751 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 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) 152048

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17099
/proc/meminfo: memFree=31542832/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=153560 CPUtime=162.24 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 30340 0 0 0 16204 20 0 0 20 0 2 0 332353741 157245440 30585 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 38390 30585 191 433 0 37954 0
[pid=17054/tid=17055] ppid=17052 vsize=153560 CPUtime=161.83 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 29630 0 0 0 16161 22 0 0 20 0 2 0 332353742 157245440 30585 33554432000 4194304 5964350 140734040035984 140126213437480 4400462 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) 153560

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17099
/proc/meminfo: memFree=31497640/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=220680 CPUtime=222.19 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 34853 0 0 0 22194 25 0 0 20 0 2 0 332353741 225976320 35099 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 55170 35099 191 433 0 54734 0
[pid=17054/tid=17055] ppid=17052 vsize=220680 CPUtime=221.64 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 34143 0 0 0 22136 28 0 0 20 0 2 0 332353742 225976320 35099 33554432000 4194304 5964350 140734040035984 140126213437432 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 220680

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17099
/proc/meminfo: memFree=31445000/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=222192 CPUtime=282.18 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 42458 0 0 0 28183 35 0 0 20 0 2 0 332353741 227524608 43208 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 55548 43208 191 433 0 55112 0
[pid=17054/tid=17055] ppid=17052 vsize=222192 CPUtime=281.49 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 41748 0 0 0 28110 39 0 0 20 0 2 0 332353742 227524608 43208 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 222192

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17099
/proc/meminfo: memFree=31398356/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=223376 CPUtime=342.18 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 47466 0 0 0 34175 43 0 0 20 0 2 0 332353741 228737024 48216 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 55844 48216 191 433 0 55408 0
[pid=17054/tid=17055] ppid=17052 vsize=223376 CPUtime=341.33 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 46756 0 0 0 34086 47 0 0 20 0 2 0 332353742 228737024 48216 33554432000 4194304 5964350 140734040035984 140126213437432 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 223376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17100
/proc/meminfo: memFree=31370580/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=223592 CPUtime=402.17 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 49770 0 0 0 40171 46 0 0 20 0 2 0 332353741 228958208 50520 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 17133
/proc/meminfo: memFree=30872376/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=499788 CPUtime=1421.93 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 104946 0 0 0 142071 122 0 0 20 0 2 0 332353741 511782912 105636 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 124947 105636 191 433 0 124511 0
[pid=17054/tid=17055] ppid=17052 vsize=499788 CPUtime=1418.43 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 104236 0 0 0 141700 143 0 0 20 0 2 0 332353742 511782912 105636 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 499788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17133
/proc/meminfo: memFree=30859672/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=500208 CPUtime=1481.91 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 106404 0 0 0 148066 125 0 0 20 0 2 0 332353741 512212992 107094 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125052 107094 191 433 0 124616 0
[pid=17054/tid=17055] ppid=17052 vsize=500208 CPUtime=1478.27 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 105694 0 0 0 147680 147 0 0 20 0 2 0 332353742 512212992 107094 33554432000 4194304 5964350 140734040035984 140126213437480 5131216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 500208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17133
/proc/meminfo: memFree=30828920/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=500840 CPUtime=1541.91 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 110396 0 0 0 154059 132 0 0 20 0 2 0 332353741 512860160 111086 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125210 111086 191 433 0 124774 0
[pid=17054/tid=17055] ppid=17052 vsize=500840 CPUtime=1538.11 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 109686 0 0 0 153657 154 0 0 20 0 2 0 332353742 512860160 111086 33554432000 4194304 5964350 140734040035984 140126213437432 4399944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 500840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17133
/proc/meminfo: memFree=30801728/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=500984 CPUtime=1601.88 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 113423 0 0 0 160051 137 0 0 20 0 2 0 332353741 513007616 114100 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125246 114100 191 433 0 124810 0
[pid=17054/tid=17055] ppid=17052 vsize=500984 CPUtime=1597.94 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 112713 0 0 0 159633 161 0 0 20 0 2 0 332353742 513007616 114100 33554432000 4194304 5964350 140734040035984 140126213437432 5133814 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 500984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30786052/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501056 CPUtime=1661.85 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 113471 0 0 0 166048 137 0 0 20 0 2 0 332353741 513081344 114125 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125264 114125 191 433 0 124828 0
[pid=17054/tid=17055] ppid=17052 vsize=501056 CPUtime=1657.76 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 112761 0 0 0 165614 162 0 0 20 0 2 0 332353742 513081344 114125 33554432000 4194304 5964350 140734040035984 140126213437480 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 501056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30766212/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501308 CPUtime=1721.84 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 116220 0 0 0 172042 142 0 0 20 0 2 0 332353741 513339392 116874 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125327 116874 191 433 0 124891 0
[pid=17054/tid=17055] ppid=17052 vsize=501308 CPUtime=1717.6 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 115510 0 0 0 171592 168 0 0 20 0 2 0 332353742 513339392 116874 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 501308

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30737568/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1781.83 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 119514 0 0 0 178034 149 0 0 20 0 2 0 332353741 513585152 120168 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 120168 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1777.45 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 118804 0 0 0 177570 175 0 0 20 0 2 0 332353742 513585152 120168 33554432000 4194304 5964350 140734040035984 140126213437480 4399866 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 501548

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30733972/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1791.44 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 119988 0 0 0 178994 150 0 0 20 0 2 0 332353741 513585152 120642 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 120642 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1787.03 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119278 0 0 0 178526 177 0 0 20 0 2 0 332353742 513585152 120642 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 501548

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30732360/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1794.63 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120193 0 0 0 179313 150 0 0 20 0 2 0 332353741 513585152 120847 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 120847 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1790.22 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119483 0 0 0 178845 177 0 0 20 0 2 0 332353742 513585152 120847 33554432000 4194304 5964350 140734040035984 140126213437432 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 501548

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30731740/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1797.83 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120386 0 0 0 179632 151 0 0 20 0 2 0 332353741 513585152 121040 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 121040 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1793.41 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119676 0 0 0 179163 178 0 0 20 0 2 0 332353742 513585152 121040 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 501548

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30731492/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1798.63 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120433 0 0 0 179712 151 0 0 20 0 2 0 332353741 513585152 121087 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 121087 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1794.2 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119723 0 0 0 179242 178 0 0 20 0 2 0 332353742 513585152 121087 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 501548

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30731244/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1799.04 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120459 0 0 0 179753 151 0 0 20 0 2 0 332353741 513585152 121113 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 121113 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1794.61 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119749 0 0 0 179283 178 0 0 20 0 2 0 332353742 513585152 121113 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 501548

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30731244/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1799.43 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120484 0 0 0 179792 151 0 0 20 0 2 0 332353741 513585152 121138 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 121138 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1795 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119774 0 0 0 179322 178 0 0 20 0 2 0 332353742 513585152 121138 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 501548

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30731244/32873844 swapFree=8656/8656
[pid=17054] ppid=17052 vsize=501548 CPUtime=1799.53 cores=1,3,5,7
/proc/17054/stat : 17054 (wbo1.72) S 17052 17054 14738 0 -1 4202496 120490 0 0 0 179802 151 0 0 20 0 2 0 332353741 513585152 121144 33554432000 4194304 5964350 140734040035984 140734040035504 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17054/statm: 125387 121144 191 433 0 124951 0
[pid=17054/tid=17055] ppid=17052 vsize=501548 CPUtime=1795.1 cores=1,3,5,7
/proc/17054/task/17055/stat : 17055 (wbo1.72) R 17052 17054 14738 0 -1 4202560 119780 0 0 0 179332 178 0 0 20 0 2 0 332353742 513585152 121144 33554432000 4194304 5964350 140734040035984 140126213437432 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 501548

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17054 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=327372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=797726
# CPU time returned by wait4() is 1795.13
# while last known CPU time is 1799.53
#
# 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.53
CPU user time (s): 1798.02
CPU system time (s): 1.51
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 501548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 1.79773
maximum resident set size= 484588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120493
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= 195
involuntary context switches= 1946

runsolver used 3.3175 second user time and 8.5657 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-02 20:37:32
IDJOB=3727581
IDBENCH=2910
IDSOLVER=2313
FILE ID=node102/3727581-1338662252
RUNJOBID= node102-1338651450-16319
PBS_JOBID= 14636478
Free space on /tmp= 71180 MiB

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

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

MD5SUM BENCH= 8d16c34d0eecf3c16ca4b890652c15ca
RANDOM SEED=390441282

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
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:        31521640 kB
Buffers:          121768 kB
Cached:           211876 kB
SwapCached:         5544 kB
Active:           351792 kB
Inactive:         250796 kB
Active(anon):     265948 kB
Inactive(anon):     5524 kB
Active(file):      85844 kB
Inactive(file):   245272 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097164 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:        215244 kB
Mapped:             9656 kB
Shmem:                 0 kB
Slab:             607064 kB
SReclaimable:      48220 kB
SUnreclaim:       558844 kB
KernelStack:        1488 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71180 MiB
End job on node102 at 2012-06-02 21:07:32