Trace number 3704434

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.99 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 89
Number of bits of the biggest sum of numbers7
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-3704434-1338099751.opb.
0.00/0.00	c Instance file HOME/instance-3704434-1338099751.opb
0.00/0.00	c File size is 382524 bytes.
0.00/0.03	c Highest Coefficient sum: 89
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      5984                                                |
0.00/0.03	c |  Number Clauses:        6074                                                |
0.00/0.03	c |  Number Cardinality:    88                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Decision                                            |
0.00/0.03	c |  Objective Function:    None                                                |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1799.61/1800.00	c ===============================================================================
1799.61/1800.00	c Wall Clock Time: 1800.00 s
1799.61/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-3704434-1338099751/watcher-3704434-1338099751 -o /tmp/evaluation-result-3704434-1338099751/solver-3704434-1338099751 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704434-1338099751.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.01 2.00 2.00 3/177 10790
/proc/meminfo: memFree=30476168/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=4624 CPUtime=0 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) R 10788 10790 9022 0 -1 4202496 571 0 0 0 0 0 0 0 20 0 1 0 276103714 4734976 523 33554432000 4194304 5965102 140734893983200 140736390155096 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 1156 523 166 433 0 626 0

[startup+0.046953 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10790
/proc/meminfo: memFree=30476168/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=0.04 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 2355 0 0 0 4 0 0 0 20 0 2 0 276103714 88272896 2117 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 2117 188 433 0 21115 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 86204

[startup+0.100202 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10790
/proc/meminfo: memFree=30476168/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=0.09 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 2434 0 0 0 9 0 0 0 20 0 2 0 276103714 88272896 2196 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 2196 190 433 0 21115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86204

[startup+0.300115 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10790
/proc/meminfo: memFree=30476168/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=0.29 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 2746 0 0 0 29 0 0 0 20 0 2 0 276103714 88272896 2508 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 2508 190 433 0 21115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86204

[startup+0.700123 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10790
/proc/meminfo: memFree=30476168/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=0.69 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 3330 0 0 0 69 0 0 0 20 0 2 0 276103714 88272896 3092 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 3092 190 433 0 21115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86204

[startup+1.50026 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30463108/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=1.48 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 4472 0 0 0 148 0 0 0 20 0 2 0 276103714 88272896 4234 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 4234 190 433 0 21115 0
[pid=10790/tid=10792] ppid=10788 vsize=86204 CPUtime=1.45 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 3048 0 0 0 145 0 0 0 20 0 2 0 276103717 88272896 4234 33554432000 4194304 5965102 140734893983200 140136168163320 4382616 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86204

[startup+3.10026 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30456784/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86204 CPUtime=3.09 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 5296 0 0 0 308 1 0 0 20 0 2 0 276103714 88272896 5058 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21551 5058 190 433 0 21115 0
[pid=10790/tid=10792] ppid=10788 vsize=86204 CPUtime=3.06 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 3872 0 0 0 304 2 0 0 20 0 2 0 276103717 88272896 5058 33554432000 4194304 5965102 140734893983200 140136168163320 4382760 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86204

[startup+6.30027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30450220/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86420 CPUtime=6.28 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 7765 0 0 0 627 1 0 0 20 0 2 0 276103714 88494080 7527 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21605 7527 190 433 0 21169 0
[pid=10790/tid=10792] ppid=10788 vsize=86420 CPUtime=6.25 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 6341 0 0 0 623 2 0 0 20 0 2 0 276103717 88494080 7527 33554432000 4194304 5965102 140734893983200 140136168163320 4221072 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86420

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30436208/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86420 CPUtime=12.69 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 9793 0 0 0 1267 2 0 0 20 0 2 0 276103714 88494080 9555 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21605 9555 190 433 0 21169 0
[pid=10790/tid=10792] ppid=10788 vsize=86420 CPUtime=12.66 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 8369 0 0 0 1263 3 0 0 20 0 2 0 276103717 88494080 9555 33554432000 4194304 5965102 140734893983200 140136168163368 4400894 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86420

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30419104/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86528 CPUtime=25.48 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 13797 0 0 0 2545 3 0 0 20 0 2 0 276103714 88604672 13559 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21632 13559 190 433 0 21196 0
[pid=10790/tid=10792] ppid=10788 vsize=86528 CPUtime=25.45 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 12373 0 0 0 2541 4 0 0 20 0 2 0 276103717 88604672 13559 33554432000 4194304 5965102 140734893983200 140136168163320 4383059 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86528

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30400752/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=86688 CPUtime=51.08 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 17433 0 0 0 5104 4 0 0 20 0 2 0 276103714 88768512 17195 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 21672 17195 190 433 0 21236 0
[pid=10790/tid=10792] ppid=10788 vsize=86688 CPUtime=51.05 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 16009 0 0 0 5100 5 0 0 20 0 2 0 276103717 88768512 17195 33554432000 4194304 5965102 140734893983200 140136168163128 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86688

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10792
/proc/meminfo: memFree=30359796/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=152464 CPUtime=102.28 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 25659 0 0 0 10219 9 0 0 20 0 2 0 276103714 156123136 25421 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 38116 25421 190 433 0 37680 0
[pid=10790/tid=10792] ppid=10788 vsize=152464 CPUtime=102.26 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 24235 0 0 0 10215 11 0 0 20 0 2 0 276103717 156123136 25421 33554432000 4194304 5965102 140734893983200 140136168163320 4401865 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152464

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10793
/proc/meminfo: memFree=30342368/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=152464 CPUtime=162.26 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 26043 0 0 0 16217 9 0 0 20 0 2 0 276103714 156123136 25805 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 38116 25805 190 433 0 37680 0
[pid=10790/tid=10792] ppid=10788 vsize=152464 CPUtime=162.26 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 24619 0 0 0 16214 12 0 0 20 0 2 0 276103717 156123136 25805 33554432000 4194304 5965102 140734893983200 140136168163128 4401127 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 152464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10832
/proc/meminfo: memFree=31159400/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=152680 CPUtime=222.24 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 31243 0 0 0 22212 12 0 0 20 0 2 0 276103714 156344320 31056 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 38170 31056 190 433 0 37734 0
[pid=10790/tid=10792] ppid=10788 vsize=152680 CPUtime=222.25 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 29819 0 0 0 22209 16 0 0 20 0 2 0 276103717 156344320 31056 33554432000 4194304 5965102 140734893983200 140136168163128 4401155 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 152680

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 10832
/proc/meminfo: memFree=31109588/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=152896 CPUtime=282.18 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 31941 0 0 0 28206 12 0 0 20 0 2 0 276103714 156565504 32333 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 38224 32333 190 433 0 37788 0
[pid=10790/tid=10792] ppid=10788 vsize=152896 CPUtime=282.21 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 30517 0 0 0 28204 17 0 0 20 0 2 0 276103717 156565504 32333 33554432000 4194304 5965102 140734893983200 140136168163128 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 152896

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10832
/proc/meminfo: memFree=31084320/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=152896 CPUtime=342.17 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 31967 0 0 0 34205 12 0 0 20 0 2 0 276103714 156565504 32359 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 38224 32359 190 433 0 37788 0
[pid=10790/tid=10792] ppid=10788 vsize=152896 CPUtime=342.21 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 30543 0 0 0 34203 18 0 0 20 0 2 0 276103717 156565504 32359 33554432000 4194304 5965102 140734893983200 140136168163128 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 152896

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10832
/proc/meminfo: memFree=31059192/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=219296 CPUtime=402.16 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 34838 0 0 0 40201 15 0 0 20 0 2 0 276103714 224559104 35406 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 54824 35406 190 433 0 54388 0
[pid=10790/tid=10792] ppid=10788 vsize=219296 CPUtime=402.21 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 33414 0 0 0 40200 21 0 0 20 0 2 0 276103717 224559104 35406 33554432000 4194304 5965102 140734893983200 140136168163320 4220672 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) 219296

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10836
/proc/meminfo: memFree=31035004/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=219836 CPUtime=462.15 cores=1,3,5,7

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

/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 52155 0 0 0 130170 52 0 0 20 0 2 0 276103717 296792064 54380 33554432000 4194304 5965102 140734893983200 140136168163128 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 289836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10842
/proc/meminfo: memFree=30871644/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=290052 CPUtime=1361.99 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 53622 0 0 0 136166 33 0 0 20 0 2 0 276103714 297013248 54423 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 72513 54423 190 433 0 72077 0
[pid=10790/tid=10792] ppid=10788 vsize=290052 CPUtime=1362.22 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 52198 0 0 0 136169 53 0 0 20 0 2 0 276103717 297013248 54423 33554432000 4194304 5965102 140734893983200 140136168163128 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 290052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10842
/proc/meminfo: memFree=30855896/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=290700 CPUtime=1421.98 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 53732 0 0 0 142165 33 0 0 20 0 2 0 276103714 297676800 54533 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 72675 54533 190 433 0 72239 0
[pid=10790/tid=10792] ppid=10788 vsize=290700 CPUtime=1422.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 52308 0 0 0 142168 55 0 0 20 0 2 0 276103717 297676800 54533 33554432000 4194304 5965102 140734893983200 140136168163128 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 290700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10842
/proc/meminfo: memFree=30841412/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=290916 CPUtime=1481.97 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 53769 0 0 0 148164 33 0 0 20 0 2 0 276103714 297897984 54570 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 72729 54570 190 433 0 72293 0
[pid=10790/tid=10792] ppid=10788 vsize=290916 CPUtime=1482.22 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 52345 0 0 0 148166 56 0 0 20 0 2 0 276103717 297897984 54570 33554432000 4194304 5965102 140734893983200 140136168163128 4401149 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 290916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10842
/proc/meminfo: memFree=30839800/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=291132 CPUtime=1541.96 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 53849 0 0 0 154163 33 0 0 20 0 2 0 276103714 298119168 54650 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 72783 54650 190 433 0 72347 0
[pid=10790/tid=10792] ppid=10788 vsize=291132 CPUtime=1542.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 52425 0 0 0 154166 57 0 0 20 0 2 0 276103717 298119168 54650 33554432000 4194304 5965102 140734893983200 140136168163128 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 291132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10842
/proc/meminfo: memFree=30827828/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=292212 CPUtime=1601.94 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 56786 0 0 0 160159 35 0 0 20 0 2 0 276103714 299225088 57600 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73053 57600 190 433 0 72617 0
[pid=10790/tid=10792] ppid=10788 vsize=292212 CPUtime=1602.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 55362 0 0 0 160163 60 0 0 20 0 2 0 276103717 299225088 57600 33554432000 4194304 5965102 140734893983200 140136168163320 4401109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 292212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10845
/proc/meminfo: memFree=30783684/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294156 CPUtime=1661.94 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60405 0 0 0 166155 39 0 0 20 0 2 0 276103714 301215744 61215 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73539 61215 190 433 0 73103 0
[pid=10790/tid=10792] ppid=10788 vsize=294156 CPUtime=1662.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 58981 0 0 0 166158 65 0 0 20 0 2 0 276103717 301215744 61215 33554432000 4194304 5965102 140734893983200 140136168163192 4401058 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 294156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10846
/proc/meminfo: memFree=30782808/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294156 CPUtime=1721.93 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60453 0 0 0 172154 39 0 0 20 0 2 0 276103714 301215744 61263 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73539 61263 190 433 0 73103 0
[pid=10790/tid=10792] ppid=10788 vsize=294156 CPUtime=1722.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59029 0 0 0 172157 66 0 0 20 0 2 0 276103717 301215744 61263 33554432000 4194304 5965102 140734893983200 140136168163320 4401155 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 294156

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30776772/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294156 CPUtime=1781.92 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60462 0 0 0 178153 39 0 0 20 0 2 0 276103714 301215744 61272 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73539 61272 190 433 0 73103 0
[pid=10790/tid=10792] ppid=10788 vsize=294156 CPUtime=1782.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59038 0 0 0 178156 67 0 0 20 0 2 0 276103717 301215744 61272 33554432000 4194304 5965102 140734893983200 140136168163320 4401155 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 294156

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30773300/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294264 CPUtime=1791.52 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60472 0 0 0 179113 39 0 0 20 0 2 0 276103714 301326336 61282 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73566 61282 190 433 0 73130 0
[pid=10790/tid=10792] ppid=10788 vsize=294264 CPUtime=1791.84 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59048 0 0 0 179117 67 0 0 20 0 2 0 276103717 301326336 61282 33554432000 4194304 5965102 140734893983200 140136168163368 4401107 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 294264

[startup+1795.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30772184/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1794.72 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179433 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1795.04 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179437 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4401109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.72
Current children cumulated vsize (KiB) 294372

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30771688/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1797.91 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179752 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1798.23 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179756 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 294372

[startup+1799.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30771440/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1798.71 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179832 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1799.03 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179836 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 294372

[startup+1799.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30771192/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1799.12 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179873 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1799.44 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179877 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4401109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 294372

[startup+1799.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30771192/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1799.51 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179912 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1799.84 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179917 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4401118 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 294372

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10846
/proc/meminfo: memFree=30771192/32873844 swapFree=7108/7108
[pid=10790] ppid=10788 vsize=294372 CPUtime=1799.61 cores=1,3,5,7
/proc/10790/stat : 10790 (pwbo2.0) S 10788 10790 9022 0 -1 4202496 60481 0 0 0 179922 39 0 0 20 0 2 0 276103714 301436928 61291 33554432000 4194304 5965102 140734893983200 140734893982720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10790/statm: 73593 61291 190 433 0 73157 0
[pid=10790/tid=10792] ppid=10788 vsize=294372 CPUtime=1799.94 cores=1,3,5,7
/proc/10790/task/10792/stat : 10792 (pwbo2.0) R 10788 10790 9022 0 -1 4202560 59057 0 0 0 179927 67 0 0 20 0 2 0 276103717 301436928 61291 33554432000 4194304 5965102 140734893983200 140136168163368 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 294372

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.99
CPU user time (s): 1799.31
CPU system time (s): 0.681896
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 294372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.681896
maximum resident set size= 245176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60484
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= 104
involuntary context switches= 1877

runsolver used 3.13452 second user time and 7.48186 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 08:22:31
IDJOB=3704434
IDBENCH=90114
IDSOLVER=2280
FILE ID=node103/3704434-1338099751
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71540 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K88.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704434-1338099751/watcher-3704434-1338099751 -o /tmp/evaluation-result-3704434-1338099751/solver-3704434-1338099751 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704434-1338099751.opb

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
RANDOM SEED=1561902922

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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:        30476540 kB
Buffers:          293912 kB
Cached:           454428 kB
SwapCached:         4540 kB
Active:          1402808 kB
Inactive:         162324 kB
Active(anon):     812964 kB
Inactive(anon):     6220 kB
Active(file):     589844 kB
Inactive(file):   156104 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:        820708 kB
Mapped:            12364 kB
Shmem:                 8 kB
Slab:             690328 kB
SReclaimable:     132800 kB
SUnreclaim:       557528 kB
KernelStack:        1488 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     286280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 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= 71584 MiB
End job on node103 at 2012-05-27 08:52:32