Trace number 3726728

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.02? 1799.86 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726728-1338663074.opb.
0.00/0.00	c Instance file HOME/instance-3726728-1338663074.opb
0.00/0.00	c File size is 351433 bytes.
0.00/0.03	c Highest Coefficient sum: 82
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:      5508                                                |
0.00/0.03	c |  Number Clauses:        5591                                                |
0.00/0.03	c |  Number Cardinality:    81                                                  |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3726728-1338663074/watcher-3726728-1338663074 -o /tmp/evaluation-result-3726728-1338663074/solver-3726728-1338663074 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726728-1338663074.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.92 1.98 1.99 3/177 24712
/proc/meminfo: memFree=31383232/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=3488 CPUtime=0 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) R 24710 24712 20708 0 -1 4202496 287 0 0 0 0 0 0 0 20 0 1 0 332435987 3571712 240 33554432000 4194304 5964478 140736513105632 140737481938120 4353507 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 872 240 155 433 0 350 0

[startup+0.080897 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24712
/proc/meminfo: memFree=31383232/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=0.07 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 2283 0 0 0 7 0 0 0 20 0 2 0 332435987 88141824 2060 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 2060 186 433 0 21083 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 86076

[startup+0.100213 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24712
/proc/meminfo: memFree=31383232/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=0.09 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 2319 0 0 0 9 0 0 0 20 0 2 0 332435987 88141824 2096 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 2096 186 433 0 21083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86076

[startup+0.300111 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24712
/proc/meminfo: memFree=31383232/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=0.29 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 2563 0 0 0 29 0 0 0 20 0 2 0 332435987 88141824 2340 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 2340 186 433 0 21083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86076

[startup+0.700112 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24712
/proc/meminfo: memFree=31383232/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=0.68 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 3162 0 0 0 68 0 0 0 20 0 2 0 332435987 88141824 2939 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 2939 186 433 0 21083 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86076

[startup+1.50026 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24714
/proc/meminfo: memFree=31370576/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=1.48 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 4195 0 0 0 147 1 0 0 20 0 2 0 332435987 88141824 3972 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 3972 186 433 0 21083 0
[pid=24712/tid=24714] ppid=24710 vsize=86076 CPUtime=1.45 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 2821 0 0 0 145 0 0 0 20 0 2 0 332435990 88141824 3972 33554432000 4194304 5964478 140736513105632 139725363685176 5136420 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) 86076

[startup+3.10026 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24714
/proc/meminfo: memFree=31365112/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86076 CPUtime=3.08 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 5088 0 0 0 307 1 0 0 20 0 2 0 332435987 88141824 4865 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21519 4865 186 433 0 21083 0
[pid=24712/tid=24714] ppid=24710 vsize=86076 CPUtime=3.05 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 3714 0 0 0 304 1 0 0 20 0 2 0 332435990 88141824 4865 33554432000 4194304 5964478 140736513105632 139725363685368 4400056 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) 86076

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31358168/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86292 CPUtime=6.28 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 6330 0 0 0 627 1 0 0 20 0 2 0 332435987 88363008 6107 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21573 6107 186 433 0 21137 0
[pid=24712/tid=24714] ppid=24710 vsize=86292 CPUtime=6.25 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 4956 0 0 0 623 2 0 0 20 0 2 0 332435990 88363008 6107 33554432000 4194304 5964478 140736513105632 139725363685304 4400042 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86292

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31346792/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86292 CPUtime=12.67 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 8719 0 0 0 1266 1 0 0 20 0 2 0 332435987 88363008 8496 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21573 8496 186 433 0 21137 0
[pid=24712/tid=24714] ppid=24710 vsize=86292 CPUtime=12.65 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 7345 0 0 0 1263 2 0 0 20 0 2 0 332435990 88363008 8496 33554432000 4194304 5964478 140736513105632 139725363685368 4400416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 86292

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31327136/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=86400 CPUtime=25.48 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 12699 0 0 0 2545 3 0 0 20 0 2 0 332435987 88473600 12476 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 21600 12476 186 433 0 21164 0
[pid=24712/tid=24714] ppid=24710 vsize=86400 CPUtime=25.45 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 11325 0 0 0 2541 4 0 0 20 0 2 0 332435990 88473600 12476 33554432000 4194304 5964478 140736513105632 139725363685368 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86400

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31288240/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=152096 CPUtime=51.07 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 20003 0 0 0 5101 6 0 0 20 0 2 0 332435987 155746304 19780 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 38024 19780 186 433 0 37588 0
[pid=24712/tid=24714] ppid=24710 vsize=152096 CPUtime=51.05 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 18629 0 0 0 5098 7 0 0 20 0 2 0 332435990 155746304 19780 33554432000 4194304 5964478 140736513105632 139725363685368 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152096

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31258480/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=152096 CPUtime=102.27 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 25056 0 0 0 10219 8 0 0 20 0 2 0 332435987 155746304 24833 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 38024 24833 186 433 0 37588 0
[pid=24712/tid=24714] ppid=24710 vsize=152096 CPUtime=102.25 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 23682 0 0 0 10215 10 0 0 20 0 2 0 332435990 155746304 24833 33554432000 4194304 5964478 140736513105632 139725363685368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 152096

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31235416/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=152096 CPUtime=162.26 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 28972 0 0 0 16216 10 0 0 20 0 2 0 332435987 155746304 28749 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 38024 28749 186 433 0 37588 0
[pid=24712/tid=24714] ppid=24710 vsize=152096 CPUtime=162.24 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 27598 0 0 0 16211 13 0 0 20 0 2 0 332435990 155746304 28749 33554432000 4194304 5964478 140736513105632 139725363685176 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 152096

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24714
/proc/meminfo: memFree=31231060/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=152096 CPUtime=222.24 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 29948 0 0 0 22214 10 0 0 20 0 2 0 332435987 155746304 29740 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 38024 29740 186 433 0 37588 0
[pid=24712/tid=24714] ppid=24710 vsize=152096 CPUtime=222.24 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 28574 0 0 0 22210 14 0 0 20 0 2 0 332435990 155746304 29740 33554432000 4194304 5964478 140736513105632 139725363685368 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 152096

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24715
/proc/meminfo: memFree=31212924/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=153632 CPUtime=282.18 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 34237 0 0 0 28204 14 0 0 20 0 2 0 332435987 157319168 34213 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 38408 34213 186 433 0 37972 0
[pid=24712/tid=24714] ppid=24710 vsize=153632 CPUtime=282.19 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 32863 0 0 0 28200 19 0 0 20 0 2 0 332435990 157319168 34213 33554432000 4194304 5964478 140736513105632 139725363685176 4399920 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) 153632

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31209852/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=220032 CPUtime=342.17 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 34859 0 0 0 34203 14 0 0 20 0 2 0 332435987 225312768 34824 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 55008 34824 186 433 0 54572 0
[pid=24712/tid=24714] ppid=24710 vsize=220032 CPUtime=342.19 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 33485 0 0 0 34199 20 0 0 20 0 2 0 332435990 225312768 34824 33554432000 4194304 5964478 140736513105632 139725363685240 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 220032

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31206752/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=220032 CPUtime=402.16 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 35505 0 0 0 40201 15 0 0 20 0 2 0 332435987 225312768 35470 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 55008 35470 186 433 0 54572 0
[pid=24712/tid=24714] ppid=24710 vsize=220032 CPUtime=402.18 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 34131 0 0 0 40196 22 0 0 20 0 2 0 332435990 225312768 35470 33554432000 4194304 5964478 140736513105632 139725363685176 4382029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 220032

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31515908/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=220896 CPUtime=462.14 cores=1,3,5,7

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

/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 63223 0 0 0 130157 57 0 0 20 0 2 0 332435990 301854720 65678 33554432000 4194304 5964478 140736513105632 139725363685368 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 294780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24786
/proc/meminfo: memFree=31216816/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=294996 CPUtime=1361.97 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 64924 0 0 0 136160 37 0 0 20 0 2 0 332435987 302075904 66005 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 73749 66005 186 433 0 73313 0
[pid=24712/tid=24714] ppid=24710 vsize=294996 CPUtime=1362.13 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 63550 0 0 0 136155 58 0 0 20 0 2 0 332435990 302075904 66005 33554432000 4194304 5964478 140736513105632 139725363685176 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 294996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24786
/proc/meminfo: memFree=31202184/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=295860 CPUtime=1421.97 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 68257 0 0 0 142158 39 0 0 20 0 2 0 332435987 302960640 69334 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 73965 69334 186 433 0 73529 0
[pid=24712/tid=24714] ppid=24710 vsize=295860 CPUtime=1422.14 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 66883 0 0 0 142153 61 0 0 20 0 2 0 332435990 302960640 69334 33554432000 4194304 5964478 140736513105632 139725363685176 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 295860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24786
/proc/meminfo: memFree=31155568/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1481.95 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 78681 0 0 0 148149 46 0 0 20 0 2 0 332435987 370290688 79758 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 79758 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1482.13 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 77307 0 0 0 148144 69 0 0 20 0 2 0 332435990 370290688 79758 33554432000 4194304 5964478 140736513105632 139725363685368 4400024 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 361612

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24787
/proc/meminfo: memFree=31139764/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1541.93 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81611 0 0 0 154145 48 0 0 20 0 2 0 332435987 370290688 82733 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82733 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1542.11 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80237 0 0 0 154139 72 0 0 20 0 2 0 332435990 370290688 82733 33554432000 4194304 5964478 140736513105632 139725363685368 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 361612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24787
/proc/meminfo: memFree=31136696/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1601.91 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81625 0 0 0 160143 48 0 0 20 0 2 0 332435987 370290688 82805 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82805 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1602.11 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80251 0 0 0 160138 73 0 0 20 0 2 0 332435990 370290688 82805 33554432000 4194304 5964478 140736513105632 139725363685368 4388514 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 361612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24787
/proc/meminfo: memFree=31123116/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1661.9 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81625 0 0 0 166142 48 0 0 20 0 2 0 332435987 370290688 82825 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82825 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1662.1 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80251 0 0 0 166136 74 0 0 20 0 2 0 332435990 370290688 82825 33554432000 4194304 5964478 140736513105632 139725363685368 4400106 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 361612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24787
/proc/meminfo: memFree=31104980/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1721.89 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 172141 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1722.1 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 172135 75 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 361612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24790
/proc/meminfo: memFree=31100688/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1781.89 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 178141 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1782.1 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 178134 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 361612

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 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1791.49 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179101 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1791.71 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179095 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 361612

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1794.69 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179421 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1794.91 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179415 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 361612

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1797.88 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179740 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1798.1 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179734 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 361612

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1798.68 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179820 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1798.9 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179814 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 361612

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1799.09 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179861 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1799.31 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179855 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 361612

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1799.48 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179900 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1799.7 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179894 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 361612

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24791
/proc/meminfo: memFree=31100820/32873844 swapFree=7116/7116
[pid=24712] ppid=24710 vsize=361612 CPUtime=1799.58 cores=1,3,5,7
/proc/24712/stat : 24712 (pwbo2.02) S 24710 24712 20708 0 -1 4202496 81626 0 0 0 179910 48 0 0 20 0 2 0 332435987 370290688 82826 33554432000 4194304 5964478 140736513105632 140736513105152 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 90403 82826 186 433 0 89967 0
[pid=24712/tid=24714] ppid=24710 vsize=361612 CPUtime=1799.8 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (pwbo2.02) R 24710 24712 20708 0 -1 4202560 80252 0 0 0 179904 76 0 0 20 0 2 0 332435990 370290688 82826 33554432000 4194304 5964478 140736513105632 139725363685368 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 361612

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.86
CPU user time (s): 1799.08
CPU system time (s): 0.773882
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 361612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 0.773882
maximum resident set size= 331316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81629
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= 147
involuntary context switches= 1877

runsolver used 2.95355 second user time and 7.2339 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 20:51:14
IDJOB=3726728
IDBENCH=90126
IDSOLVER=2310
FILE ID=node103/3726728-1338663074
RUNJOBID= node103-1338651532-22211
PBS_JOBID= 14636477
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=1815474400

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:        31383768 kB
Buffers:          125784 kB
Cached:           266040 kB
SwapCached:         5600 kB
Active:           433244 kB
Inactive:         299516 kB
Active(anon):     338428 kB
Inactive(anon):     4628 kB
Active(file):      94816 kB
Inactive(file):   294888 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5844 kB
Writeback:             0 kB
AnonPages:        443712 kB
Mapped:             9424 kB
Shmem:                 0 kB
Slab:             618972 kB
SReclaimable:      59700 kB
SUnreclaim:       559272 kB
KernelStack:        1464 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 71128 MiB
End job on node103 at 2012-06-02 21:21:14