Trace number 3726746

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.93 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
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 100
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-3726746-1338661720.opb.
0.00/0.00	c Instance file HOME/instance-3726746-1338661720.opb
0.00/0.00	c File size is 431292 bytes.
0.00/0.03	c Highest Coefficient sum: 100
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.03         s                                      |
0.00/0.04	c |  Number Variables:      6732                                                |
0.00/0.04	c |  Number Clauses:        6833                                                |
0.00/0.04	c |  Number Cardinality:    99                                                  |
0.00/0.04	c |  Number PB Constraints: 0                                                   |
0.00/0.04	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.58/1800.01	c ===============================================================================
1799.58/1800.01	c Wall Clock Time: 1800.01 s
1799.58/1800.01	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-3726746-1338661720/watcher-3726746-1338661720 -o /tmp/evaluation-result-3726746-1338661720/solver-3726746-1338661720 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726746-1338661720.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 24658
/proc/meminfo: memFree=31569744/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/24658/stat : 24658 (runsolver) D 24656 24658 20708 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 332300609 12095488 51 33554432000 4194304 5436572 140733420175776 140733420172072 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/24658/statm: 2953 51 31 304 0 2645 0

[startup+0.0958711 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24658
/proc/meminfo: memFree=31569744/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=0.08 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 2638 0 0 0 8 0 0 0 20 0 2 0 332300609 88752128 2348 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 2348 186 433 0 21232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 86672

[startup+0.100188 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24658
/proc/meminfo: memFree=31569744/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=0.08 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 2643 0 0 0 8 0 0 0 20 0 2 0 332300609 88752128 2353 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 2353 186 433 0 21232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 86672

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24658
/proc/meminfo: memFree=31569744/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=0.28 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 2931 0 0 0 28 0 0 0 20 0 2 0 332300609 88752128 2641 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 2641 186 433 0 21232 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 86672

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24658
/proc/meminfo: memFree=31569744/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=0.68 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 3557 0 0 0 68 0 0 0 20 0 2 0 332300609 88752128 3267 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 3267 186 433 0 21232 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86672

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31556304/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=1.48 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 4569 0 0 0 147 1 0 0 20 0 2 0 332300609 88752128 4279 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 4279 186 433 0 21232 0
[pid=24658/tid=24660] ppid=24656 vsize=86672 CPUtime=1.44 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 3050 0 0 0 144 0 0 0 20 0 2 0 332300613 88752128 4279 33554432000 4194304 5964478 140734230620656 139868350605112 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86672

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31550492/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=3.07 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 5607 0 0 0 306 1 0 0 20 0 2 0 332300609 88752128 5317 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 5317 186 433 0 21232 0
[pid=24658/tid=24660] ppid=24656 vsize=86672 CPUtime=3.04 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 4088 0 0 0 302 2 0 0 20 0 2 0 332300613 88752128 5317 33554432000 4194304 5964478 140734230620656 139868350605304 4389147 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 86672

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31544028/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=6.28 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 7343 0 0 0 626 2 0 0 20 0 2 0 332300609 88752128 7053 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 7053 186 433 0 21232 0
[pid=24658/tid=24660] ppid=24656 vsize=86672 CPUtime=6.24 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 5824 0 0 0 622 2 0 0 20 0 2 0 332300613 88752128 7053 33554432000 4194304 5964478 140734230620656 139868350605304 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86672

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31525196/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86672 CPUtime=12.67 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 10456 0 0 0 1264 3 0 0 20 0 2 0 332300609 88752128 10166 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21668 10166 186 433 0 21232 0
[pid=24658/tid=24660] ppid=24656 vsize=86672 CPUtime=12.64 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 8937 0 0 0 1260 4 0 0 20 0 2 0 332300613 88752128 10166 33554432000 4194304 5964478 140734230620656 139868350605112 4400056 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 86672

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31503844/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=86996 CPUtime=25.46 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 15056 0 0 0 2541 5 0 0 20 0 2 0 332300609 89083904 14751 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 21749 14751 186 433 0 21313 0
[pid=24658/tid=24660] ppid=24656 vsize=86996 CPUtime=25.43 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 13537 0 0 0 2537 6 0 0 20 0 2 0 332300613 89083904 14751 33554432000 4194304 5964478 140734230620656 139868350605304 4400103 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 86996

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24660
/proc/meminfo: memFree=31472140/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=152692 CPUtime=51.05 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 22103 0 0 0 5097 8 0 0 20 0 2 0 332300609 156356608 22250 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 38173 22250 186 433 0 37737 0
[pid=24658/tid=24660] ppid=24656 vsize=152692 CPUtime=51.01 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 20584 0 0 0 5093 8 0 0 20 0 2 0 332300613 156356608 22250 33554432000 4194304 5964478 140734230620656 139868350605112 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 152692

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24664
/proc/meminfo: memFree=31408936/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=152932 CPUtime=102.25 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 32853 0 0 0 10214 11 0 0 20 0 2 0 332300609 156602368 33000 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 38233 33000 186 433 0 37797 0
[pid=24658/tid=24660] ppid=24656 vsize=152932 CPUtime=102.22 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 31334 0 0 0 10209 13 0 0 20 0 2 0 332300613 156602368 33000 33554432000 4194304 5964478 140734230620656 139868350605304 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152932

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24664
/proc/meminfo: memFree=31387528/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=218468 CPUtime=162.22 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 36384 0 0 0 16209 13 0 0 20 0 2 0 332300609 223711232 36522 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 54617 36522 186 433 0 54181 0
[pid=24658/tid=24660] ppid=24656 vsize=218468 CPUtime=162.21 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 34865 0 0 0 16205 16 0 0 20 0 2 0 332300613 223711232 36522 33554432000 4194304 5964478 140734230620656 139868350605304 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218468

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24664
/proc/meminfo: memFree=31326776/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=218468 CPUtime=222.19 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 47800 0 0 0 22202 17 0 0 20 0 2 0 332300609 223711232 47954 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 54617 47954 186 433 0 54181 0
[pid=24658/tid=24660] ppid=24656 vsize=218468 CPUtime=222.19 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 46281 0 0 0 22198 21 0 0 20 0 2 0 332300613 223711232 47954 33554432000 4194304 5964478 140734230620656 139868350605304 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 218468

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24664
/proc/meminfo: memFree=31284764/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=284004 CPUtime=282.18 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 57119 0 0 0 28197 21 0 0 20 0 2 0 332300609 290820096 57742 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 71001 57742 186 433 0 70565 0
[pid=24658/tid=24660] ppid=24656 vsize=284004 CPUtime=282.19 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 55600 0 0 0 28193 26 0 0 20 0 2 0 332300613 290820096 57742 33554432000 4194304 5964478 140734230620656 139868350605304 4220944 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 284004

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24664
/proc/meminfo: memFree=31272736/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=284364 CPUtime=342.17 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 57146 0 0 0 34196 21 0 0 20 0 2 0 332300609 291188736 57769 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 71091 57769 186 433 0 70655 0
[pid=24658/tid=24660] ppid=24656 vsize=284364 CPUtime=342.19 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 55627 0 0 0 34192 27 0 0 20 0 2 0 332300613 291188736 57769 33554432000 4194304 5964478 140734230620656 139868350605480 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 284364

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24665
/proc/meminfo: memFree=31254732/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=284364 CPUtime=402.16 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 57165 0 0 0 40194 22 0 0 20 0 2 0 332300609 291188736 57817 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 71091 57817 186 433 0 70655 0
[pid=24658/tid=24660] ppid=24656 vsize=284364 CPUtime=402.19 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 55646 0 0 0 40191 28 0 0 20 0 2 0 332300613 291188736 57817 33554432000 4194304 5964478 140734230620656 139868350605480 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 284364

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24665
/proc/meminfo: memFree=31246252/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=284364 CPUtime=462.13 cores=0,2,4,6

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

/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 77155 0 0 0 130163 55 0 0 20 0 2 0 332300613 361947136 79743 33554432000 4194304 5964478 140734230620656 139868350605112 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 353464

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31353960/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=354760 CPUtime=1361.97 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 82650 0 0 0 136158 39 0 0 20 0 2 0 332300609 363274240 83719 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 88690 83719 186 433 0 88254 0
[pid=24658/tid=24660] ppid=24656 vsize=354760 CPUtime=1362.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 81131 0 0 0 136158 59 0 0 20 0 2 0 332300613 363274240 83719 33554432000 4194304 5964478 140734230620656 139868350605112 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 354760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31285264/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=421912 CPUtime=1421.95 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 86992 0 0 0 142154 41 0 0 20 0 2 0 332300609 432037888 88194 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105478 88194 186 433 0 105042 0
[pid=24658/tid=24660] ppid=24656 vsize=421912 CPUtime=1422.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 85473 0 0 0 142154 63 0 0 20 0 2 0 332300613 432037888 88194 33554432000 4194304 5964478 140734230620656 139868350605304 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 421912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24714
/proc/meminfo: memFree=31238392/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=422884 CPUtime=1481.94 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 89616 0 0 0 148150 44 0 0 20 0 2 0 332300609 433033216 90818 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105721 90818 186 433 0 105285 0
[pid=24658/tid=24660] ppid=24656 vsize=422884 CPUtime=1482.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 88097 0 0 0 148151 66 0 0 20 0 2 0 332300613 433033216 90818 33554432000 4194304 5964478 140734230620656 139868350605304 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 422884

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 24714
/proc/meminfo: memFree=31234548/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=422884 CPUtime=1541.93 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90343 0 0 0 154149 44 0 0 20 0 2 0 332300609 433033216 91545 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105721 91545 186 433 0 105285 0
[pid=24658/tid=24660] ppid=24656 vsize=422884 CPUtime=1542.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 88824 0 0 0 154149 68 0 0 20 0 2 0 332300613 433033216 91545 33554432000 4194304 5964478 140734230620656 139868350605112 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 422884

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24714
/proc/meminfo: memFree=31219124/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=422884 CPUtime=1601.92 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90344 0 0 0 160148 44 0 0 20 0 2 0 332300609 433033216 91657 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105721 91657 186 433 0 105285 0
[pid=24658/tid=24660] ppid=24656 vsize=422884 CPUtime=1602.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 88825 0 0 0 160148 69 0 0 20 0 2 0 332300613 433033216 91657 33554432000 4194304 5964478 140734230620656 139868350605112 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 422884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31212408/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=422884 CPUtime=1661.91 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90399 0 0 0 166147 44 0 0 20 0 2 0 332300609 433033216 91729 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105721 91729 186 433 0 105285 0
[pid=24658/tid=24660] ppid=24656 vsize=422884 CPUtime=1662.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 88880 0 0 0 166147 70 0 0 20 0 2 0 332300613 433033216 91729 33554432000 4194304 5964478 140734230620656 139868350605112 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 422884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31209356/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=423856 CPUtime=1721.89 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90579 0 0 0 172145 44 0 0 20 0 2 0 332300609 434028544 91975 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 105964 91975 186 433 0 105528 0
[pid=24658/tid=24660] ppid=24656 vsize=423856 CPUtime=1722.16 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89060 0 0 0 172145 71 0 0 20 0 2 0 332300613 434028544 91975 33554432000 4194304 5964478 140734230620656 139868350605112 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 423856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31205264/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424180 CPUtime=1781.88 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90640 0 0 0 178144 44 0 0 20 0 2 0 332300609 434360320 92036 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106045 92036 186 433 0 105609 0
[pid=24658/tid=24660] ppid=24656 vsize=424180 CPUtime=1782.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89121 0 0 0 178145 72 0 0 20 0 2 0 332300613 434360320 92036 33554432000 4194304 5964478 140734230620656 139868350605112 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 424180

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 24715
/proc/meminfo: memFree=31205264/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424180 CPUtime=1791.48 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90640 0 0 0 179104 44 0 0 20 0 2 0 332300609 434360320 92036 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106045 92036 186 433 0 105609 0
[pid=24658/tid=24660] ppid=24656 vsize=424180 CPUtime=1791.77 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89121 0 0 0 179105 72 0 0 20 0 2 0 332300613 434360320 92036 33554432000 4194304 5964478 140734230620656 139868350605112 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 424180

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31205264/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424180 CPUtime=1794.68 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90641 0 0 0 179424 44 0 0 20 0 2 0 332300609 434360320 92037 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106045 92037 186 433 0 105609 0
[pid=24658/tid=24660] ppid=24656 vsize=424180 CPUtime=1794.97 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89122 0 0 0 179425 72 0 0 20 0 2 0 332300613 434360320 92037 33554432000 4194304 5964478 140734230620656 139868350605112 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 424180

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31204024/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424504 CPUtime=1797.88 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90711 0 0 0 179744 44 0 0 20 0 2 0 332300609 434692096 92107 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106126 92107 186 433 0 105690 0
[pid=24658/tid=24660] ppid=24656 vsize=424504 CPUtime=1798.17 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89192 0 0 0 179745 72 0 0 20 0 2 0 332300613 434692096 92107 33554432000 4194304 5964478 140734230620656 139868350605112 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 424504

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31203156/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424504 CPUtime=1798.68 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90715 0 0 0 179824 44 0 0 20 0 2 0 332300609 434692096 92111 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106126 92111 186 433 0 105690 0
[pid=24658/tid=24660] ppid=24656 vsize=424504 CPUtime=1798.97 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89196 0 0 0 179825 72 0 0 20 0 2 0 332300613 434692096 92111 33554432000 4194304 5964478 140734230620656 139868350605112 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 424504

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31202660/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424504 CPUtime=1799.08 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90715 0 0 0 179864 44 0 0 20 0 2 0 332300609 434692096 92111 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106126 92111 186 433 0 105690 0
[pid=24658/tid=24660] ppid=24656 vsize=424504 CPUtime=1799.37 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89196 0 0 0 179865 72 0 0 20 0 2 0 332300613 434692096 92111 33554432000 4194304 5964478 140734230620656 139868350605112 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 424504

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31202660/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424504 CPUtime=1799.48 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90715 0 0 0 179904 44 0 0 20 0 2 0 332300609 434692096 92111 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106126 92111 186 433 0 105690 0
[pid=24658/tid=24660] ppid=24656 vsize=424504 CPUtime=1799.77 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89196 0 0 0 179905 72 0 0 20 0 2 0 332300613 434692096 92111 33554432000 4194304 5964478 140734230620656 139868350605112 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 424504

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24715
/proc/meminfo: memFree=31202660/32873844 swapFree=7116/7116
[pid=24658] ppid=24656 vsize=424504 CPUtime=1799.58 cores=0,2,4,6
/proc/24658/stat : 24658 (pwbo2.02) S 24656 24658 20708 0 -1 4202496 90715 0 0 0 179914 44 0 0 20 0 2 0 332300609 434692096 92111 33554432000 4194304 5964478 140734230620656 140734230620176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 106126 92111 186 433 0 105690 0
[pid=24658/tid=24660] ppid=24656 vsize=424504 CPUtime=1799.87 cores=0,2,4,6
/proc/24658/task/24660/stat : 24660 (pwbo2.02) R 24656 24658 20708 0 -1 4202560 89196 0 0 0 179915 72 0 0 20 0 2 0 332300613 434692096 92111 33554432000 4194304 5964478 140734230620656 139868350605112 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 424504

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.93
CPU user time (s): 1799.2
CPU system time (s): 0.734888
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 424504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.734888
maximum resident set size= 368456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90718
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= 171
involuntary context switches= 5469

runsolver used 2.76858 second user time and 7.05393 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 20:28:40
IDJOB=3726746
IDBENCH=90111
IDSOLVER=2310
FILE ID=node103/3726746-1338661720
RUNJOBID= node103-1338651532-22210
PBS_JOBID= 14636477
Free space on /tmp= 71136 MiB

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

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=1260620330

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:        31570388 kB
Buffers:          125112 kB
Cached:           265656 kB
SwapCached:         5600 kB
Active:           249488 kB
Inactive:         298784 kB
Active(anon):     155008 kB
Inactive(anon):     4628 kB
Active(file):      94480 kB
Inactive(file):   294156 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5844 kB
Writeback:             0 kB
AnonPages:        160076 kB
Mapped:             9444 kB
Shmem:                 0 kB
Slab:             618948 kB
SReclaimable:      59708 kB
SUnreclaim:       559240 kB
KernelStack:        1472 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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 20:58:40