Trace number 3726700

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/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726700-1339017767.opb.
0.00/0.00	c Instance file HOME/instance-3726700-1339017767.opb
0.00/0.00	c File size is 1239431 bytes.
0.04/0.09	c Highest Coefficient sum: 153
0.04/0.09	c ============================[ Problem Statistics ]=============================
0.04/0.09	c |                                                                             |
0.04/0.09	c |  Parsing time:          0.09         s                                      |
0.04/0.09	c |  Number Variables:      18088                                               |
0.04/0.09	c |  Number Clauses:        18242                                               |
0.04/0.09	c |  Number Cardinality:    152                                                 |
0.04/0.09	c |  Number PB Constraints: 0                                                   |
0.04/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Decision                                            |
0.09/0.10	c |  Objective Function:    None                                                |
0.09/0.10	c |                                                                             |
0.09/0.10	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-3726700-1339017767/watcher-3726700-1339017767 -o /tmp/evaluation-result-3726700-1339017767/solver-3726700-1339017767 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726700-1339017767.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: 0.00 0.00 0.00 3/177 22638
/proc/meminfo: memFree=29050472/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=5648 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) R 22636 22638 22592 0 -1 4202496 605 0 0 0 0 0 0 0 20 0 1 0 367904054 5783552 557 33554432000 4194304 5964478 140735575985728 140735817545976 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 1412 557 166 433 0 673 0

[startup+0.0534251 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 22638
/proc/meminfo: memFree=29050472/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=9976 CPUtime=0.04 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) R 22636 22638 22592 0 -1 4202496 1804 0 0 0 4 0 0 0 20 0 1 0 367904054 10215424 1756 33554432000 4194304 5964478 140735575985728 140735817545976 4344643 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2494 1758 325 433 0 1755 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9976

[startup+0.100194 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 22638
/proc/meminfo: memFree=29050472/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93252 CPUtime=0.09 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 3929 0 0 0 9 0 0 0 20 0 2 0 367904054 95490048 3578 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23313 3578 176 433 0 22877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93252

[startup+0.30017 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 22638
/proc/meminfo: memFree=29050472/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=0.28 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 5681 0 0 0 28 0 0 0 20 0 2 0 367904054 95322112 4863 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 4863 186 433 0 22836 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 93088

[startup+0.700125 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 22638
/proc/meminfo: memFree=29050472/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=0.69 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 5982 0 0 0 68 1 0 0 20 0 2 0 367904054 95322112 5164 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 5164 186 433 0 22836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93088

[startup+1.50026 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 22640
/proc/meminfo: memFree=29026616/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=1.49 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 6517 0 0 0 148 1 0 0 20 0 2 0 367904054 95322112 5699 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 5699 186 433 0 22836 0
[pid=22638/tid=22640] ppid=22636 vsize=93088 CPUtime=1.39 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 3645 0 0 0 139 0 0 0 20 0 2 0 367904064 95322112 5699 33554432000 4194304 5964478 140735575985728 140617655170872 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93088

[startup+3.10026 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 22640
/proc/meminfo: memFree=29019672/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=3.09 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 7599 0 0 0 307 2 0 0 20 0 2 0 367904054 95322112 6781 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 6781 186 433 0 22836 0
[pid=22638/tid=22640] ppid=22636 vsize=93088 CPUtime=2.99 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 4727 0 0 0 297 2 0 0 20 0 2 0 367904064 95322112 6781 33554432000 4194304 5964478 140735575985728 140617655171064 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93088

[startup+6.30031 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 22640
/proc/meminfo: memFree=29004436/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=6.29 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 9846 0 0 0 626 3 0 0 20 0 2 0 367904054 95322112 9028 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 9028 186 433 0 22836 0
[pid=22638/tid=22640] ppid=22636 vsize=93088 CPUtime=6.19 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 6974 0 0 0 616 3 0 0 20 0 2 0 367904064 95322112 9028 33554432000 4194304 5964478 140735575985728 140617655171064 4392696 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93088

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 3/179 22640
/proc/meminfo: memFree=28985960/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=12.68 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 11677 0 0 0 1265 3 0 0 20 0 2 0 367904054 95322112 10859 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 10859 186 433 0 22836 0
[pid=22638/tid=22640] ppid=22636 vsize=93088 CPUtime=12.59 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 8805 0 0 0 1255 4 0 0 20 0 2 0 367904064 95322112 10859 33554432000 4194304 5964478 140735575985728 140617655170872 4399854 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 93088

[startup+25.5002 s]
/proc/loadavg: 0.79 0.19 0.06 3/179 22640
/proc/meminfo: memFree=28947704/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=93088 CPUtime=25.48 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 15224 0 0 0 2543 5 0 0 20 0 2 0 367904054 95322112 14406 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 23272 14406 186 433 0 22836 0
[pid=22638/tid=22640] ppid=22636 vsize=93088 CPUtime=25.38 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 12352 0 0 0 2533 5 0 0 20 0 2 0 367904064 95322112 14406 33554432000 4194304 5964478 140735575985728 140617655170872 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93088

[startup+51.1003 s]
/proc/loadavg: 1.20 0.33 0.11 3/179 22640
/proc/meminfo: memFree=28889140/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=158624 CPUtime=51.07 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 25179 0 0 0 5099 8 0 0 20 0 2 0 367904054 162430976 24361 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 39656 24361 186 433 0 39220 0
[pid=22638/tid=22640] ppid=22636 vsize=158624 CPUtime=50.99 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 22307 0 0 0 5090 9 0 0 20 0 2 0 367904064 162430976 24361 33554432000 4194304 5964478 140735575985728 140617655171112 4388679 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) 158624

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/179 22640
/proc/meminfo: memFree=28794216/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=159348 CPUtime=102.27 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 33571 0 0 0 10215 12 0 0 20 0 2 0 367904054 163172352 32878 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 39837 32878 186 433 0 39401 0
[pid=22638/tid=22640] ppid=22636 vsize=159348 CPUtime=102.17 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 30699 0 0 0 10204 13 0 0 20 0 2 0 367904064 163172352 32878 33554432000 4194304 5964478 140735575985728 140617655171064 4400069 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) 159348

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/179 22640
/proc/meminfo: memFree=28728904/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=224884 CPUtime=162.22 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 43360 0 0 0 16206 16 0 0 20 0 2 0 367904054 230281216 42640 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 56221 42640 186 433 0 55785 0
[pid=22638/tid=22640] ppid=22636 vsize=224884 CPUtime=162.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 40488 0 0 0 16195 19 0 0 20 0 2 0 367904064 230281216 42640 33554432000 4194304 5964478 140735575985728 140617655171064 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 224884

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/179 22640
/proc/meminfo: memFree=28648368/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=290780 CPUtime=222.21 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 53156 0 0 0 22202 19 0 0 20 0 2 0 367904054 297758720 52436 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 72695 52436 186 433 0 72259 0
[pid=22638/tid=22640] ppid=22636 vsize=290780 CPUtime=222.15 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 50284 0 0 0 22192 23 0 0 20 0 2 0 367904064 297758720 52436 33554432000 4194304 5964478 140735575985728 140617655171208 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 290780

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 3/179 22640
/proc/meminfo: memFree=28589940/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=290780 CPUtime=282.21 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 56990 0 0 0 28200 21 0 0 20 0 2 0 367904054 297758720 56270 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 72695 56270 186 433 0 72259 0
[pid=22638/tid=22640] ppid=22636 vsize=290780 CPUtime=282.15 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 54118 0 0 0 28189 26 0 0 20 0 2 0 367904064 297758720 56270 33554432000 4194304 5964478 140735575985728 140617655171064 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 290780

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/179 22641
/proc/meminfo: memFree=28471164/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=356316 CPUtime=342.19 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 73985 0 0 0 34192 27 0 0 20 0 2 0 367904054 364867584 73276 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 89079 73276 186 433 0 88643 0
[pid=22638/tid=22640] ppid=22636 vsize=356316 CPUtime=342.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 71113 0 0 0 34181 33 0 0 20 0 2 0 367904064 364867584 73276 33554432000 4194304 5964478 140735575985728 140617655171064 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 356316

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/179 22641
/proc/meminfo: memFree=28432896/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=356316 CPUtime=402.16 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 76913 0 0 0 40188 28 0 0 20 0 2 0 367904054 364867584 76186 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 89079 76186 186 433 0 88643 0
[pid=22638/tid=22640] ppid=22636 vsize=356316 CPUtime=402.12 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 74041 0 0 0 40177 35 0 0 20 0 2 0 367904064 364867584 76186 33554432000 4194304 5964478 140735575985728 140617655171064 4400632 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) 356316

[startup+462.3 s]
/proc/loadavg: 2.08 1.60 0.78 3/180 22644
/proc/meminfo: memFree=28429116/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=356316 CPUtime=462.15 cores=1,3,5,7

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

/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 130140 72 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 553464

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 22651
/proc/meminfo: memFree=28059328/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1361.97 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 125360 0 0 0 136145 52 0 0 20 0 2 0 367904054 566747136 125255 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 125255 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1362.12 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 136139 73 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4431607 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) 553464

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 22651
/proc/meminfo: memFree=28059332/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1421.97 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 125360 0 0 0 142145 52 0 0 20 0 2 0 367904054 566747136 125255 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 125255 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1422.13 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 142139 74 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4381720 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) 553464

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 22651
/proc/meminfo: memFree=28059332/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1481.95 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 125360 0 0 0 148143 52 0 0 20 0 2 0 367904054 566747136 125255 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 125255 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1482.12 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 148137 75 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4381702 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) 553464

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 22652
/proc/meminfo: memFree=28059456/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1541.94 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 125360 0 0 0 154142 52 0 0 20 0 2 0 367904054 566747136 125255 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 125255 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1542.13 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 154137 76 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 553464

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 22652
/proc/meminfo: memFree=28059240/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1601.93 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 125360 0 0 0 160141 52 0 0 20 0 2 0 367904054 566747136 125255 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 125255 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1602.13 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 122488 0 0 0 160136 77 0 0 20 0 2 0 367904064 566747136 125255 33554432000 4194304 5964478 140735575985728 140617655171064 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 553464

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/180 22655
/proc/meminfo: memFree=28036976/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1661.93 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 130937 0 0 0 166138 55 0 0 20 0 2 0 367904054 566747136 130832 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 130832 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1662.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 128065 0 0 0 166133 81 0 0 20 0 2 0 367904064 566747136 130832 33554432000 4194304 5964478 140735575985728 140617655171064 4382029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 553464

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 22655
/proc/meminfo: memFree=28022728/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1721.92 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134447 0 0 0 172136 56 0 0 20 0 2 0 367904054 566747136 134342 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134342 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1722.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131575 0 0 0 172132 82 0 0 20 0 2 0 367904064 566747136 134342 33554432000 4194304 5964478 140735575985728 140617655171064 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 553464

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 22655
/proc/meminfo: memFree=28022356/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1781.91 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 178135 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1782.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 178131 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 553464

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28020372/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1791.52 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179096 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1791.75 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179092 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 553464

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28015660/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1794.72 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179416 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1794.95 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179412 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4381720 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.72
Current children cumulated vsize (KiB) 553464

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28013180/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1797.91 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179735 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1798.14 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179731 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 553464

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28011444/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1798.71 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179815 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1798.94 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179811 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 553464

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28010328/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1799.11 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179855 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1799.35 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179852 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4400044 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 553464

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28010328/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1799.51 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179895 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1799.74 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179891 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4388205 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 553464

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 22655
/proc/meminfo: memFree=28010328/32873648 swapFree=7120/7120
[pid=22638] ppid=22636 vsize=553464 CPUtime=1799.61 cores=1,3,5,7
/proc/22638/stat : 22638 (pwbo2.02) S 22636 22638 22592 0 -1 4202496 134448 0 0 0 179905 56 0 0 20 0 2 0 367904054 566747136 134343 33554432000 4194304 5964478 140735575985728 140735575985248 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 138366 134343 186 433 0 137930 0
[pid=22638/tid=22640] ppid=22636 vsize=553464 CPUtime=1799.84 cores=1,3,5,7
/proc/22638/task/22640/stat : 22640 (pwbo2.02) R 22636 22638 22592 0 -1 4202560 131576 0 0 0 179901 83 0 0 20 0 2 0 367904064 566747136 134343 33554432000 4194304 5964478 140735575985728 140617655171064 4382286 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 553464

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.97
CPU user time (s): 1799.12
CPU system time (s): 0.84987
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 553464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.84987
maximum resident set size= 537384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134451
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= 199
involuntary context switches= 1956

runsolver used 2.76358 second user time and 7.06992 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-06 23:22:47
IDJOB=3726700
IDBENCH=90193
IDSOLVER=2310
FILE ID=node114/3726700-1339017767
RUNJOBID= node114-1339017766-22610
PBS_JOBID= 14643301
Free space on /tmp= 70304 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=1278312002

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:       32873648 kB
MemFree:        29050992 kB
Buffers:          556484 kB
Cached:          2315708 kB
SwapCached:         1944 kB
Active:          1056112 kB
Inactive:        1838824 kB
Active(anon):      22388 kB
Inactive(anon):     2432 kB
Active(file):    1033724 kB
Inactive(file):  1836392 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100568 kB
Dirty:             13288 kB
Writeback:             0 kB
AnonPages:         27872 kB
Mapped:            10060 kB
Shmem:                24 kB
Slab:             790064 kB
SReclaimable:     234052 kB
SUnreclaim:       556012 kB
KernelStack:        1376 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70308 MiB
End job on node114 at 2012-06-06 23:52:47