Trace number 3726736

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
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-3726736-1338663521.opb.
0.00/0.00	c Instance file HOME/instance-3726736-1338663521.opb
0.00/0.00	c File size is 386966 bytes.
0.00/0.03	c Highest Coefficient sum: 90
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.04         s                                      |
0.00/0.03	c |  Number Variables:      6052                                                |
0.00/0.03	c |  Number Clauses:        6143                                                |
0.00/0.03	c |  Number Cardinality:    89                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3726736-1338663521/watcher-3726736-1338663521 -o /tmp/evaluation-result-3726736-1338663521/solver-3726736-1338663521 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726736-1338663521.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24752
/proc/meminfo: memFree=31570428/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=4660 CPUtime=0 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) R 24750 24752 20708 0 -1 4202496 564 0 0 0 0 0 0 0 20 0 1 0 332480635 4771840 516 33554432000 4194304 5964478 140735947753536 140736144964840 4395649 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 1165 516 163 433 0 634 0

[startup+0.0653429 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24752
/proc/meminfo: memFree=31570428/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=0.05 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 2381 0 0 0 5 0 0 0 20 0 2 0 332480635 88096768 2140 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 2140 185 433 0 21072 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 86032

[startup+0.100282 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24752
/proc/meminfo: memFree=31570428/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=0.09 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 2423 0 0 0 9 0 0 0 20 0 2 0 332480635 88096768 2182 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 2182 186 433 0 21072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86032

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24752
/proc/meminfo: memFree=31570428/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=0.29 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 2677 0 0 0 29 0 0 0 20 0 2 0 332480635 88096768 2436 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 2436 186 433 0 21072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86032

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24752
/proc/meminfo: memFree=31570428/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=0.68 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 3093 0 0 0 68 0 0 0 20 0 2 0 332480635 88096768 2852 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 2852 186 433 0 21072 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86032

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31557260/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=1.49 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 4156 0 0 0 148 1 0 0 20 0 2 0 332480635 88096768 3915 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 3915 186 433 0 21072 0
[pid=24752/tid=24754] ppid=24750 vsize=86032 CPUtime=1.45 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 2724 0 0 0 145 0 0 0 20 0 2 0 332480639 88096768 3915 33554432000 4194304 5964478 140735947753536 140560038422520 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86032

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31551308/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86032 CPUtime=3.09 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 5040 0 0 0 308 1 0 0 20 0 2 0 332480635 88096768 4799 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21508 4799 186 433 0 21072 0
[pid=24752/tid=24754] ppid=24750 vsize=86032 CPUtime=3.05 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 3608 0 0 0 304 1 0 0 20 0 2 0 332480639 88096768 4799 33554432000 4194304 5964478 140735947753536 140560038422520 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86032

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31542628/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86248 CPUtime=6.29 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 6906 0 0 0 627 2 0 0 20 0 2 0 332480635 88317952 6665 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21562 6665 186 433 0 21126 0
[pid=24752/tid=24754] ppid=24750 vsize=86248 CPUtime=6.25 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 5474 0 0 0 623 2 0 0 20 0 2 0 332480639 88317952 6665 33554432000 4194304 5964478 140735947753536 140560038422456 4381607 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86248

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31527268/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86248 CPUtime=12.69 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 9097 0 0 0 1266 3 0 0 20 0 2 0 332480635 88317952 8856 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21562 8856 186 433 0 21126 0
[pid=24752/tid=24754] ppid=24750 vsize=86248 CPUtime=12.65 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 7665 0 0 0 1262 3 0 0 20 0 2 0 332480639 88317952 8856 33554432000 4194304 5964478 140735947753536 140560038422520 4400059 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86248

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31496120/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=86356 CPUtime=25.48 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 13687 0 0 0 2544 4 0 0 20 0 2 0 332480635 88428544 13446 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 21589 13446 186 433 0 21153 0
[pid=24752/tid=24754] ppid=24750 vsize=86356 CPUtime=25.45 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 12255 0 0 0 2540 5 0 0 20 0 2 0 332480639 88428544 13446 33554432000 4194304 5964478 140735947753536 140560038422520 4400038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86356

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24754
/proc/meminfo: memFree=31449992/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=152052 CPUtime=51.08 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 20389 0 0 0 5101 7 0 0 20 0 2 0 332480635 155701248 20148 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 38013 20148 186 433 0 37577 0
[pid=24752/tid=24754] ppid=24750 vsize=152052 CPUtime=51.05 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 18957 0 0 0 5097 8 0 0 20 0 2 0 332480639 155701248 20148 33554432000 4194304 5964478 140735947753536 140560038422520 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152052

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24757
/proc/meminfo: memFree=31411352/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=152292 CPUtime=102.28 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 28658 0 0 0 10217 11 0 0 20 0 2 0 332480635 155947008 28417 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 38073 28417 186 433 0 37637 0
[pid=24752/tid=24754] ppid=24750 vsize=152292 CPUtime=102.26 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 27226 0 0 0 10214 12 0 0 20 0 2 0 332480639 155947008 28417 33554432000 4194304 5964478 140735947753536 140560038422328 4381664 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152292

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 24781
/proc/meminfo: memFree=31390252/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=152292 CPUtime=162.23 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 32435 0 0 0 16210 13 0 0 20 0 2 0 332480635 155947008 32288 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 38073 32288 186 433 0 37637 0
[pid=24752/tid=24754] ppid=24750 vsize=152292 CPUtime=162.22 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 31003 0 0 0 16207 15 0 0 20 0 2 0 332480639 155947008 32288 33554432000 4194304 5964478 140735947753536 140560038422520 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 152292

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 24781
/proc/meminfo: memFree=31352952/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=217828 CPUtime=222.2 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 36575 0 0 0 22205 15 0 0 20 0 2 0 332480635 223055872 36919 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 54457 36919 186 433 0 54021 0
[pid=24752/tid=24754] ppid=24750 vsize=217828 CPUtime=222.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 35143 0 0 0 22202 18 0 0 20 0 2 0 332480639 223055872 36919 33554432000 4194304 5964478 140735947753536 140560038422328 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 217828

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 24781
/proc/meminfo: memFree=31314168/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=218692 CPUtime=282.2 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 46049 0 0 0 28199 21 0 0 20 0 2 0 332480635 223940608 46393 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 54673 46393 186 433 0 54237 0
[pid=24752/tid=24754] ppid=24750 vsize=218692 CPUtime=282.21 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 44617 0 0 0 28196 25 0 0 20 0 2 0 332480639 223940608 46393 33554432000 4194304 5964478 140735947753536 140560038422520 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 218692

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24781
/proc/meminfo: memFree=31309020/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=218692 CPUtime=342.18 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 46631 0 0 0 34197 21 0 0 20 0 2 0 332480635 223940608 46975 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 54673 46975 186 433 0 54237 0
[pid=24752/tid=24754] ppid=24750 vsize=218692 CPUtime=342.21 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 45199 0 0 0 34194 27 0 0 20 0 2 0 332480639 223940608 46975 33554432000 4194304 5964478 140735947753536 140560038422520 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 218692

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24781
/proc/meminfo: memFree=31307840/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=218692 CPUtime=402.15 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 46665 0 0 0 40194 21 0 0 20 0 2 0 332480635 223940608 47267 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 54673 47267 186 433 0 54237 0
[pid=24752/tid=24754] ppid=24750 vsize=218692 CPUtime=402.19 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 45233 0 0 0 40191 28 0 0 20 0 2 0 332480639 223940608 47267 33554432000 4194304 5964478 140735947753536 140560038422520 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 218692

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24782
/proc/meminfo: memFree=31290232/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=218692 CPUtime=462.14 cores=0,2,4,6

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

/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 68530 0 0 0 130167 53 0 0 20 0 2 0 332480639 368480256 70819 33554432000 4194304 5964478 140735947753536 140560038422520 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 359844

[startup+1362.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31389400/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=359844 CPUtime=1361.99 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 70043 0 0 0 136165 34 0 0 20 0 2 0 332480635 368480256 70900 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 89961 70900 186 433 0 89525 0
[pid=24752/tid=24754] ppid=24750 vsize=359844 CPUtime=1362.19 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 68611 0 0 0 136165 54 0 0 20 0 2 0 332480639 368480256 70900 33554432000 4194304 5964478 140735947753536 140560038422328 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 359844

[startup+1422.31 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31330648/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=359844 CPUtime=1421.98 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 70268 0 0 0 142164 34 0 0 20 0 2 0 332480635 368480256 71125 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 89961 71125 186 433 0 89525 0
[pid=24752/tid=24754] ppid=24750 vsize=359844 CPUtime=1422.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 68836 0 0 0 142165 55 0 0 20 0 2 0 332480639 368480256 71125 33554432000 4194304 5964478 140735947753536 140560038422328 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 359844

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31286472/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=361464 CPUtime=1481.97 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 70843 0 0 0 148163 34 0 0 20 0 2 0 332480635 370139136 71700 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 90366 71700 186 433 0 89930 0
[pid=24752/tid=24754] ppid=24750 vsize=361464 CPUtime=1482.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 69411 0 0 0 148163 57 0 0 20 0 2 0 332480639 370139136 71700 33554432000 4194304 5964478 140735947753536 140560038422568 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 361464

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31233456/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=363948 CPUtime=1541.96 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 73743 0 0 0 154160 36 0 0 20 0 2 0 332480635 372682752 74637 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 90987 74637 186 433 0 90551 0
[pid=24752/tid=24754] ppid=24750 vsize=363948 CPUtime=1542.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 72311 0 0 0 154161 59 0 0 20 0 2 0 332480639 372682752 74637 33554432000 4194304 5964478 140735947753536 140560038422520 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 363948

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31182492/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=366480 CPUtime=1601.95 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 77528 0 0 0 160157 38 0 0 20 0 2 0 332480635 375275520 78410 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 91620 78410 186 433 0 91184 0
[pid=24752/tid=24754] ppid=24750 vsize=366480 CPUtime=1602.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 76096 0 0 0 160158 62 0 0 20 0 2 0 332480639 375275520 78410 33554432000 4194304 5964478 140735947753536 140560038422328 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 366480

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31148888/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369448 CPUtime=1661.93 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80235 0 0 0 166154 39 0 0 20 0 2 0 332480635 378314752 81109 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92362 81109 186 433 0 91926 0
[pid=24752/tid=24754] ppid=24750 vsize=369448 CPUtime=1662.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78803 0 0 0 166155 65 0 0 20 0 2 0 332480639 378314752 81109 33554432000 4194304 5964478 140735947753536 140560038422520 4381677 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 369448

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31143808/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369448 CPUtime=1721.92 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80239 0 0 0 172153 39 0 0 20 0 2 0 332480635 378314752 81113 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92362 81113 186 433 0 91926 0
[pid=24752/tid=24754] ppid=24750 vsize=369448 CPUtime=1722.2 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78807 0 0 0 172154 66 0 0 20 0 2 0 332480639 378314752 81113 33554432000 4194304 5964478 140735947753536 140560038422520 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 369448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31123088/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1781.92 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 178152 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1782.21 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 178154 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 369772

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

[startup+1791.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31123088/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1791.53 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179113 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1791.81 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179114 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 369772

[startup+1795.1 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31121352/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1794.73 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179433 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1795.01 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179434 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 369772

[startup+1798.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31117880/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1797.92 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179752 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1798.21 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179754 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 369772

[startup+1799.1 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31116392/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1798.72 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179832 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1799.01 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179834 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 369772

[startup+1799.5 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31114656/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1799.13 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179873 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1799.41 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179874 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 369772

[startup+1799.9 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31114656/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1799.52 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179912 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1799.81 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179914 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 369772

[startup+1800 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 24831
/proc/meminfo: memFree=31114656/32873844 swapFree=7116/7116
[pid=24752] ppid=24750 vsize=369772 CPUtime=1799.62 cores=0,2,4,6
/proc/24752/stat : 24752 (pwbo2.02) S 24750 24752 20708 0 -1 4202496 80300 0 0 0 179922 40 0 0 20 0 2 0 332480635 378646528 81174 33554432000 4194304 5964478 140735947753536 140735947753056 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24752/statm: 92443 81174 186 433 0 92007 0
[pid=24752/tid=24754] ppid=24750 vsize=369772 CPUtime=1799.91 cores=0,2,4,6
/proc/24752/task/24754/stat : 24754 (pwbo2.02) R 24750 24752 20708 0 -1 4202560 78868 0 0 0 179924 67 0 0 20 0 2 0 332480639 378646528 81174 33554432000 4194304 5964478 140735947753536 140560038422328 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 369772

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.97
CPU user time (s): 1799.28
CPU system time (s): 0.688895
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 369772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.688895
maximum resident set size= 324708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80303
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= 130
involuntary context switches= 4829

runsolver used 3.03454 second user time and 7.55085 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 20:58:41
IDJOB=3726736
IDBENCH=90128
IDSOLVER=2310
FILE ID=node103/3726736-1338663521
RUNJOBID= node103-1338651532-22210
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_K89.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726736-1338663521/watcher-3726736-1338663521 -o /tmp/evaluation-result-3726736-1338663521/solver-3726736-1338663521 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726736-1338663521.opb

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=1630080348

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:        31571444 kB
Buffers:          126048 kB
Cached:           266404 kB
SwapCached:         5600 kB
Active:           246628 kB
Inactive:         299820 kB
Active(anon):     151756 kB
Inactive(anon):     4628 kB
Active(file):      94872 kB
Inactive(file):   295192 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5828 kB
Writeback:             0 kB
AnonPages:        115900 kB
Mapped:             9412 kB
Shmem:                 0 kB
Slab:             618888 kB
SReclaimable:      59708 kB
SUnreclaim:       559180 kB
KernelStack:        1488 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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:28:41