Trace number 3704216

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 NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.47 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704216-1338087019.opb.
0.00/0.00	c Instance file HOME/instance-3704216-1338087019.opb
0.00/0.00	c File size is 1337368 bytes.
0.09/0.10	c Highest Coefficient sum: 227
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Parsing time:          0.11         s                                      |
0.09/0.10	c |  Number Variables:      14400                                               |
0.09/0.10	c |  Number Clauses:        480                                                 |
0.09/0.10	c |  Number Cardinality:    608                                                 |
0.09/0.10	c |  Number PB Constraints: 0                                                   |
0.09/0.10	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3704216-1338087019/watcher-3704216-1338087019 -o /tmp/evaluation-result-3704216-1338087019/solver-3704216-1338087019 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704216-1338087019.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: 1.51 1.87 1.96 3/178 6964
/proc/meminfo: memFree=28502644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=5216 CPUtime=0 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) R 6962 6964 6880 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 274830477 5341184 465 33554432000 4194304 5965102 140736648849728 140733511257576 4350459 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 1304 465 171 433 0 541 0

[startup+0.0731801 s]
/proc/loadavg: 1.51 1.87 1.96 3/178 6964
/proc/meminfo: memFree=28502644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=10880 CPUtime=0.06 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) R 6962 6964 6880 0 -1 4202496 2001 0 0 0 6 0 0 0 20 0 1 0 274830477 11141120 1953 33554432000 4194304 5965102 140736648849728 140736648847144 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 2720 1953 378 433 0 1957 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10880

[startup+0.100324 s]
/proc/loadavg: 1.51 1.87 1.96 3/178 6964
/proc/meminfo: memFree=28502644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=12464 CPUtime=0.09 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) R 6962 6964 6880 0 -1 4202496 2471 0 0 0 9 0 0 0 20 0 1 0 274830477 12763136 2423 33554432000 4194304 5965102 140736648849728 140736648847144 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 3116 2423 464 433 0 2353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12464

[startup+0.300184 s]
/proc/loadavg: 1.51 1.87 1.96 3/178 6964
/proc/meminfo: memFree=28502644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=0.28 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 5957 0 0 0 28 0 0 0 20 0 2 0 274830477 95109120 5219 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 5219 190 433 0 22784 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92880

[startup+0.700119 s]
/proc/loadavg: 1.51 1.87 1.96 3/178 6964
/proc/meminfo: memFree=28502644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=0.69 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 6446 0 0 0 68 1 0 0 20 0 2 0 274830477 95109120 5708 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 5708 190 433 0 22784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92880

[startup+1.50026 s]
/proc/loadavg: 1.51 1.87 1.96 3/180 6966
/proc/meminfo: memFree=28470380/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=1.48 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 7516 0 0 0 147 1 0 0 20 0 2 0 274830477 95109120 6778 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 6778 190 433 0 22784 0
[pid=6964/tid=6966] ppid=6962 vsize=92880 CPUtime=1.37 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 4444 0 0 0 135 2 0 0 20 0 2 0 274830488 95109120 6778 33554432000 4194304 5965102 140736648849728 140249585620504 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92880

[startup+3.10026 s]
/proc/loadavg: 1.51 1.87 1.96 3/180 6966
/proc/meminfo: memFree=28455964/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=3.08 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 9465 0 0 0 306 2 0 0 20 0 2 0 274830477 95109120 8727 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 8727 190 433 0 22784 0
[pid=6964/tid=6966] ppid=6962 vsize=92880 CPUtime=2.97 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 6393 0 0 0 295 2 0 0 20 0 2 0 274830488 95109120 8727 33554432000 4194304 5965102 140736648849728 140249585620984 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92880

[startup+6.30028 s]
/proc/loadavg: 1.55 1.87 1.96 3/180 6966
/proc/meminfo: memFree=28431164/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=6.29 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 13356 0 0 0 626 3 0 0 20 0 2 0 274830477 95109120 12618 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 12618 190 433 0 22784 0
[pid=6964/tid=6966] ppid=6962 vsize=92880 CPUtime=6.15 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 10284 0 0 0 613 2 0 0 20 0 2 0 274830488 95109120 12618 33554432000 4194304 5965102 140736648849728 140249585620984 4382760 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92880

[startup+12.7003 s]
/proc/loadavg: 1.59 1.88 1.96 3/180 6966
/proc/meminfo: memFree=28391480/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=92880 CPUtime=12.68 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 17243 0 0 0 1264 4 0 0 20 0 2 0 274830477 95109120 16505 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 23220 16505 190 433 0 22784 0
[pid=6964/tid=6966] ppid=6962 vsize=92880 CPUtime=12.54 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 14171 0 0 0 1250 4 0 0 20 0 2 0 274830488 95109120 16505 33554432000 4194304 5965102 140736648849728 140249585620984 4383048 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92880

[startup+25.5003 s]
/proc/loadavg: 1.68 1.88 1.96 3/180 7044
/proc/meminfo: memFree=28354444/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=158416 CPUtime=25.48 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 25821 0 0 0 2542 6 0 0 20 0 2 0 274830477 162217984 25083 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 39604 25083 190 433 0 39168 0
[pid=6964/tid=6966] ppid=6962 vsize=158416 CPUtime=25.3 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 22749 0 0 0 2524 6 0 0 20 0 2 0 274830488 162217984 25083 33554432000 4194304 5965102 140736648849728 140249585620984 4383036 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158416

[startup+51.1004 s]
/proc/loadavg: 1.79 1.89 1.96 3/179 7044
/proc/meminfo: memFree=28227096/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=223952 CPUtime=51.07 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 45396 0 0 0 5095 12 0 0 20 0 2 0 274830477 229326848 44659 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 55988 44659 190 433 0 55552 0
[pid=6964/tid=6966] ppid=6962 vsize=223952 CPUtime=50.83 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 42324 0 0 0 5072 11 0 0 20 0 2 0 274830488 229326848 44659 33554432000 4194304 5965102 140736648849728 140249585620984 4383036 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 223952

[startup+102.307 s]
/proc/loadavg: 1.91 1.90 1.96 3/179 7044
/proc/meminfo: memFree=28008032/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=355024 CPUtime=102.25 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 74469 0 0 0 10206 19 0 0 20 0 2 0 274830477 363544576 73720 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 88756 73720 190 433 0 88320 0
[pid=6964/tid=6966] ppid=6962 vsize=355024 CPUtime=101.89 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 71397 0 0 0 10169 20 0 0 20 0 2 0 274830488 363544576 73720 33554432000 4194304 5965102 140736648849728 140249585620984 4392729 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 355024

[startup+162.3 s]
/proc/loadavg: 1.96 1.92 1.96 3/179 7044
/proc/meminfo: memFree=27843644/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=420560 CPUtime=162.21 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 90725 0 0 0 16198 23 0 0 20 0 2 0 274830477 430653440 90477 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 105140 90477 190 433 0 104704 0
[pid=6964/tid=6966] ppid=6962 vsize=420560 CPUtime=161.7 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 87653 0 0 0 16146 24 0 0 20 0 2 0 274830488 430653440 90477 33554432000 4194304 5965102 140736648849728 140249585620984 4389349 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 420560

[startup+222.3 s]
/proc/loadavg: 1.98 1.93 1.96 3/179 7044
/proc/meminfo: memFree=27697104/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=486820 CPUtime=222.2 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 111433 0 0 0 22192 28 0 0 20 0 2 0 274830477 498503680 111185 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 121705 111185 190 433 0 121269 0
[pid=6964/tid=6966] ppid=6962 vsize=486820 CPUtime=221.55 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 108361 0 0 0 22125 30 0 0 20 0 2 0 274830488 498503680 111185 33554432000 4194304 5965102 140736648849728 140249585620984 4401109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 486820

[startup+282.3 s]
/proc/loadavg: 1.99 1.94 1.96 3/179 7045
/proc/meminfo: memFree=27521984/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=552356 CPUtime=282.19 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 126591 0 0 0 28187 32 0 0 20 0 2 0 274830477 565612544 126343 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 138089 126343 190 433 0 137653 0
[pid=6964/tid=6966] ppid=6962 vsize=552356 CPUtime=281.4 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 123519 0 0 0 28104 36 0 0 20 0 2 0 274830488 565612544 126343 33554432000 4194304 5965102 140736648849728 140249585620984 4401096 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 552356

[startup+342.3 s]
/proc/loadavg: 1.99 1.95 1.96 3/179 7045
/proc/meminfo: memFree=27348164/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=552356 CPUtime=342.18 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 126595 0 0 0 34186 32 0 0 20 0 2 0 274830477 565612544 126347 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 138089 126347 190 433 0 137653 0
[pid=6964/tid=6966] ppid=6962 vsize=552356 CPUtime=341.25 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 123523 0 0 0 34088 37 0 0 20 0 2 0 274830488 565612544 126347 33554432000 4194304 5965102 140736648849728 140249585620984 4383063 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 552356

[startup+402.3 s]
/proc/loadavg: 2.03 1.97 1.96 3/179 7045
/proc/meminfo: memFree=27182744/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=617892 CPUtime=402.16 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 143763 0 0 0 40177 39 0 0 20 0 2 0 274830477 632721408 143524 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 154473 143524 190 433 0 154037 0
[pid=6964/tid=6966] ppid=6962 vsize=617892 CPUtime=401.08 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 140691 0 0 0 40064 44 0 0 20 0 2 0 274830488 632721408 143524 33554432000 4194304 5965102 140736648849728 140249585620984 4383033 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 617892

[startup+462.3 s]
/proc/loadavg: 2.01 1.97 1.96 3/179 7045
/proc/meminfo: memFree=27176820/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=617892 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7077
/proc/meminfo: memFree=26093320/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1273612 CPUtime=1421.9 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 299823 0 0 0 142111 79 0 0 20 0 2 0 274830477 1304178688 299446 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 318403 299446 190 433 0 317967 0
[pid=6964/tid=6966] ppid=6962 vsize=1273612 CPUtime=1418.38 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 296751 0 0 0 141738 100 0 0 20 0 2 0 274830488 1304178688 299446 33554432000 4194304 5965102 140736648849728 140249585620984 4383036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1273612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 7077
/proc/meminfo: memFree=26030488/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1339148 CPUtime=1481.87 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 316444 0 0 0 148103 84 0 0 20 0 2 0 274830477 1371287552 316045 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 334787 316045 190 433 0 334351 0
[pid=6964/tid=6966] ppid=6962 vsize=1339148 CPUtime=1478.2 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 313372 0 0 0 147714 106 0 0 20 0 2 0 274830488 1371287552 316045 33554432000 4194304 5965102 140736648849728 140249585620984 5137076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1339148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7078
/proc/meminfo: memFree=25948048/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1339688 CPUtime=1541.85 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 330369 0 0 0 154097 88 0 0 20 0 2 0 274830477 1371840512 329954 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 334922 329954 190 433 0 334486 0
[pid=6964/tid=6966] ppid=6962 vsize=1339688 CPUtime=1538.04 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 327297 0 0 0 153693 111 0 0 20 0 2 0 274830488 1371840512 329954 33554432000 4194304 5965102 140736648849728 140249585621032 4401155 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1339688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7078
/proc/meminfo: memFree=25798780/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1339688 CPUtime=1601.81 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 330408 0 0 0 160093 88 0 0 20 0 2 0 274830477 1371840512 329954 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 334922 329954 190 433 0 334486 0
[pid=6964/tid=6966] ppid=6962 vsize=1339688 CPUtime=1597.86 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 327336 0 0 0 159674 112 0 0 20 0 2 0 274830488 1371840512 329954 33554432000 4194304 5965102 140736648849728 140249585621032 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1339688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7078
/proc/meminfo: memFree=25581052/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1339688 CPUtime=1661.79 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 330426 0 0 0 166091 88 0 0 20 0 2 0 274830477 1371840512 329954 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 334922 329954 190 433 0 334486 0
[pid=6964/tid=6966] ppid=6962 vsize=1339688 CPUtime=1657.7 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 327354 0 0 0 165657 113 0 0 20 0 2 0 274830488 1371840512 329954 33554432000 4194304 5965102 140736648849728 140249585621032 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1339688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7078
/proc/meminfo: memFree=25334328/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1405224 CPUtime=1721.78 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 344766 0 0 0 172086 92 0 0 20 0 2 0 274830477 1438949376 344288 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 351306 344288 190 433 0 350870 0
[pid=6964/tid=6966] ppid=6962 vsize=1405224 CPUtime=1717.54 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 341694 0 0 0 171636 118 0 0 20 0 2 0 274830488 1438949376 344288 33554432000 4194304 5965102 140736648849728 140249585620984 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1405224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7079
/proc/meminfo: memFree=25110632/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1781.77 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 178083 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1777.38 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 177617 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4383036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1470760

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110740/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1791.38 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179044 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1786.97 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 178576 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4392724 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 1470760

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1794.58 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179364 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1790.16 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 178895 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 1470760

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7624/7624
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1797.77 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179683 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1793.34 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 179213 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 1470760

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1798.57 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179763 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1794.14 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 179293 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 1470760

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1798.98 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179804 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1794.55 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 179334 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4383036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 1470760

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1799.37 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179843 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1794.94 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 179373 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4383069 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 1470760

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7082
/proc/meminfo: memFree=25110748/32873844 swapFree=7620/7620
[pid=6964] ppid=6962 vsize=1470760 CPUtime=1799.47 cores=1,3,5,7
/proc/6964/stat : 6964 (pwbo2.0) S 6962 6964 6880 0 -1 4202496 351261 0 0 0 179853 94 0 0 20 0 2 0 274830477 1506058240 350783 33554432000 4194304 5965102 140736648849728 140736648849248 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6964/statm: 367690 350783 190 433 0 367254 0
[pid=6964/tid=6966] ppid=6962 vsize=1470760 CPUtime=1795.04 cores=1,3,5,7
/proc/6964/task/6966/stat : 6966 (pwbo2.0) R 6962 6964 6880 0 -1 4202560 348189 0 0 0 179383 121 0 0 20 0 2 0 274830488 1506058240 350783 33554432000 4194304 5965102 140736648849728 140249585620984 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1470760

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.47
CPU user time (s): 1798.53
CPU system time (s): 0.94
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 1470760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 1.24281
maximum resident set size= 1403144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351264
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= 345
involuntary context switches= 2026

runsolver used 3.54746 second user time and 9.67453 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 04:50:19
IDJOB=3704216
IDBENCH=1153
IDSOLVER=2280
FILE ID=node107/3704216-1338087019
RUNJOBID= node107-1338087019-6897
PBS_JOBID= 14624432
Free space on /tmp= 71580 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704216-1338087019/watcher-3704216-1338087019 -o /tmp/evaluation-result-3704216-1338087019/solver-3704216-1338087019 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704216-1338087019.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1673194927

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        28502908 kB
Buffers:          287444 kB
Cached:          3272596 kB
SwapCached:            0 kB
Active:           735848 kB
Inactive:        2844248 kB
Active(anon):      22416 kB
Inactive(anon):        0 kB
Active(file):     713432 kB
Inactive(file):  2844248 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12464 kB
Writeback:            20 kB
AnonPages:         27812 kB
Mapped:            15500 kB
Shmem:               200 kB
Slab:             650304 kB
SReclaimable:      91948 kB
SUnreclaim:       558356 kB
KernelStack:        1384 kB
PageTables:         3488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71572 MiB
End job on node107 at 2012-05-27 05:20:19