Trace number 3704432

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.8 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
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 variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
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 87
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704432-1338102373.opb.
0.00/0.00	c Instance file HOME/instance-3704432-1338102373.opb
0.00/0.00	c File size is 373640 bytes.
0.00/0.03	c Highest Coefficient sum: 87
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      5848                                                |
0.00/0.03	c |  Number Clauses:        5936                                                |
0.00/0.03	c |  Number Cardinality:    86                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Decision                                            |
0.00/0.03	c |  Objective Function:    None                                                |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704432-1338102373/watcher-3704432-1338102373 -o /tmp/evaluation-result-3704432-1338102373/solver-3704432-1338102373 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704432-1338102373.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7674
/proc/meminfo: memFree=28245164/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=4648 CPUtime=0 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) R 7672 7674 5668 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 276364101 4759552 504 33554432000 4194304 5965102 140735796527888 140736741679144 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 1162 505 164 433 0 634 0

[startup+0.0432719 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7674
/proc/meminfo: memFree=28245164/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=0.03 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 2305 0 0 0 3 0 0 0 20 0 2 0 276364101 88236032 2070 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 2070 188 433 0 21106 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 86168

[startup+0.100182 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7674
/proc/meminfo: memFree=28245164/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=0.09 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 2374 0 0 0 9 0 0 0 20 0 2 0 276364101 88236032 2139 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 2139 190 433 0 21106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86168

[startup+0.300113 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7674
/proc/meminfo: memFree=28245164/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=0.29 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 2652 0 0 0 29 0 0 0 20 0 2 0 276364101 88236032 2417 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 2417 190 433 0 21106 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86168

[startup+0.700112 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7674
/proc/meminfo: memFree=28245164/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=0.69 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 3139 0 0 0 69 0 0 0 20 0 2 0 276364101 88236032 2904 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 2904 190 433 0 21106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86168

[startup+1.50025 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 7676
/proc/meminfo: memFree=28233492/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=1.49 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 4074 0 0 0 149 0 0 0 20 0 2 0 276364101 88236032 3839 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 3839 190 433 0 21106 0
[pid=7674/tid=7676] ppid=7672 vsize=86168 CPUtime=1.45 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 2666 0 0 0 145 0 0 0 20 0 2 0 276364104 88236032 3840 33554432000 4194304 5965102 140735796527888 139936619751224 5137076 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) 86168

[startup+3.10026 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 7676
/proc/meminfo: memFree=28227392/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86168 CPUtime=3.08 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 5107 0 0 0 308 0 0 0 20 0 2 0 276364101 88236032 4872 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21542 4872 190 433 0 21106 0
[pid=7674/tid=7676] ppid=7672 vsize=86168 CPUtime=3.05 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 3698 0 0 0 305 0 0 0 20 0 2 0 276364104 88236032 4872 33554432000 4194304 5965102 140735796527888 139936619751416 4383000 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86168

[startup+6.3003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 7676
/proc/meminfo: memFree=28223712/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86384 CPUtime=6.29 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 6476 0 0 0 628 1 0 0 20 0 2 0 276364101 88457216 6241 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21596 6241 190 433 0 21160 0
[pid=7674/tid=7676] ppid=7672 vsize=86384 CPUtime=6.25 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 5067 0 0 0 624 1 0 0 20 0 2 0 276364104 88457216 6241 33554432000 4194304 5965102 140735796527888 139936619751416 4222464 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) 86384

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7676
/proc/meminfo: memFree=28207360/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86384 CPUtime=12.68 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 9812 0 0 0 1266 2 0 0 20 0 2 0 276364101 88457216 9577 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21596 9577 190 433 0 21160 0
[pid=7674/tid=7676] ppid=7672 vsize=86384 CPUtime=12.65 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 8403 0 0 0 1262 3 0 0 20 0 2 0 276364104 88457216 9577 33554432000 4194304 5965102 140735796527888 139936619751416 4401143 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) 86384

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 7676
/proc/meminfo: memFree=28188888/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=86492 CPUtime=25.48 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 14332 0 0 0 2544 4 0 0 20 0 2 0 276364101 88567808 14141 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 21623 14141 190 433 0 21187 0
[pid=7674/tid=7676] ppid=7672 vsize=86492 CPUtime=25.45 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 12923 0 0 0 2541 4 0 0 20 0 2 0 276364104 88567808 14141 33554432000 4194304 5965102 140735796527888 139936619751416 4383000 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) 86492

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7676
/proc/meminfo: memFree=28174472/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=152188 CPUtime=51.05 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 18333 0 0 0 5100 5 0 0 20 0 2 0 276364101 155840512 18121 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 38047 18121 190 433 0 37611 0
[pid=7674/tid=7676] ppid=7672 vsize=152188 CPUtime=51.03 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 16924 0 0 0 5097 6 0 0 20 0 2 0 276364104 155840512 18121 33554432000 4194304 5965102 140735796527888 139936619751416 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 152188

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7676
/proc/meminfo: memFree=28129712/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=152188 CPUtime=102.24 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 29329 0 0 0 10213 11 0 0 20 0 2 0 276364101 155840512 29119 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 38047 29119 190 433 0 37611 0
[pid=7674/tid=7676] ppid=7672 vsize=152188 CPUtime=102.22 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 27920 0 0 0 10209 13 0 0 20 0 2 0 276364104 155840512 29119 33554432000 4194304 5965102 140735796527888 139936619751416 4401096 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152188

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7716
/proc/meminfo: memFree=28489748/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=152188 CPUtime=162.22 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 29624 0 0 0 16210 12 0 0 20 0 2 0 276364101 155840512 29459 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 38047 29459 190 433 0 37611 0
[pid=7674/tid=7676] ppid=7672 vsize=152188 CPUtime=162.19 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 28215 0 0 0 16205 14 0 0 20 0 2 0 276364104 155840512 29459 33554432000 4194304 5965102 140735796527888 139936619751416 4401143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 152188

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 7716
/proc/meminfo: memFree=28414256/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=220556 CPUtime=222.2 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 35856 0 0 0 22205 15 0 0 20 0 2 0 276364101 225849344 35681 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 55139 35681 190 433 0 54703 0
[pid=7674/tid=7676] ppid=7672 vsize=220556 CPUtime=222.19 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 34447 0 0 0 22200 19 0 0 20 0 2 0 276364104 225849344 35681 33554432000 4194304 5965102 140735796527888 139936619751224 4401109 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 220556

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 7719
/proc/meminfo: memFree=28389732/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=220556 CPUtime=282.2 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 36803 0 0 0 28204 16 0 0 20 0 2 0 276364101 225849344 36628 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 55139 36628 190 433 0 54703 0
[pid=7674/tid=7676] ppid=7672 vsize=220556 CPUtime=282.18 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 35394 0 0 0 28198 20 0 0 20 0 2 0 276364104 225849344 36628 33554432000 4194304 5965102 140735796527888 139936619751416 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 220556

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 7719
/proc/meminfo: memFree=28345500/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=220556 CPUtime=342.17 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 38558 0 0 0 34201 16 0 0 20 0 2 0 276364101 225849344 38633 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 55139 38633 190 433 0 54703 0
[pid=7674/tid=7676] ppid=7672 vsize=220556 CPUtime=342.16 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 37149 0 0 0 34194 22 0 0 20 0 2 0 276364104 225849344 38633 33554432000 4194304 5965102 140735796527888 139936619751416 4392720 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 220556

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 7719
/proc/meminfo: memFree=28291052/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=220556 CPUtime=402.16 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 41450 0 0 0 40198 18 0 0 20 0 2 0 276364101 225849344 42025 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 55139 42025 190 433 0 54703 0
[pid=7674/tid=7676] ppid=7672 vsize=220556 CPUtime=402.16 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 40041 0 0 0 40191 25 0 0 20 0 2 0 276364104 225849344 42025 33554432000 4194304 5965102 140735796527888 139936619751224 4401155 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 220556

[startup+462.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 7720
/proc/meminfo: memFree=28266992/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=220988 CPUtime=462.15 cores=1,3,5,7

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

/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 74846 0 0 0 130141 65 0 0 20 0 2 0 276364104 366407680 77522 33554432000 4194304 5965102 140735796527888 139936619751416 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 357820

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7725
/proc/meminfo: memFree=27959376/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=357820 CPUtime=1361.96 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 76255 0 0 0 136151 45 0 0 20 0 2 0 276364101 366407680 77522 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89455 77522 190 433 0 89019 0
[pid=7674/tid=7676] ppid=7672 vsize=357820 CPUtime=1362.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 74846 0 0 0 136140 66 0 0 20 0 2 0 276364104 366407680 77522 33554432000 4194304 5965102 140735796527888 139936619751416 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 357820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7726
/proc/meminfo: memFree=27959064/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=357820 CPUtime=1421.96 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 76259 0 0 0 142151 45 0 0 20 0 2 0 276364101 366407680 77526 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89455 77526 190 433 0 89019 0
[pid=7674/tid=7676] ppid=7672 vsize=357820 CPUtime=1422.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 74850 0 0 0 142139 67 0 0 20 0 2 0 276364104 366407680 77526 33554432000 4194304 5965102 140735796527888 139936619751416 4401149 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 357820

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 7729
/proc/meminfo: memFree=27942292/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358684 CPUtime=1481.94 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 80366 0 0 0 148145 49 0 0 20 0 2 0 276364101 367292416 81633 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89671 81633 190 433 0 89235 0
[pid=7674/tid=7676] ppid=7672 vsize=358684 CPUtime=1482.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 78957 0 0 0 148135 71 0 0 20 0 2 0 276364104 367292416 81633 33554432000 4194304 5965102 140735796527888 139936619751416 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 358684

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7729
/proc/meminfo: memFree=27933860/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1541.93 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82425 0 0 0 154143 50 0 0 20 0 2 0 276364101 367403008 83692 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83692 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1542.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81016 0 0 0 154132 74 0 0 20 0 2 0 276364104 367403008 83692 33554432000 4194304 5965102 140735796527888 139936619751416 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 358792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7729
/proc/meminfo: memFree=27933984/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1601.92 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82426 0 0 0 160142 50 0 0 20 0 2 0 276364101 367403008 83693 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83693 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1602.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81017 0 0 0 160131 75 0 0 20 0 2 0 276364104 367403008 83693 33554432000 4194304 5965102 140735796527888 139936619751416 4382742 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 358792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7730
/proc/meminfo: memFree=27934224/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1661.91 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82426 0 0 0 166141 50 0 0 20 0 2 0 276364101 367403008 83693 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83693 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1662.06 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81017 0 0 0 166130 76 0 0 20 0 2 0 276364104 367403008 83693 33554432000 4194304 5965102 140735796527888 139936619751416 4383297 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 358792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27933176/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1721.9 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82430 0 0 0 172140 50 0 0 20 0 2 0 276364101 367403008 83741 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83741 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1722.05 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81021 0 0 0 172128 77 0 0 20 0 2 0 276364104 367403008 83741 33554432000 4194304 5965102 140735796527888 139936619751416 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 358792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27928836/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1781.88 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82436 0 0 0 178138 50 0 0 20 0 2 0 276364101 367403008 83769 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83769 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1782.05 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81027 0 0 0 178127 78 0 0 20 0 2 0 276364104 367403008 83769 33554432000 4194304 5965102 140735796527888 139936619751416 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 358792

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 7731
/proc/meminfo: memFree=27926852/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1791.49 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179099 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1791.66 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179088 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 358792

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27926356/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1794.69 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179419 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1794.86 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179408 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 358792

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27925984/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1797.88 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179738 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1798.05 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179727 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 358792

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27925736/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1798.68 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179818 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1798.85 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179807 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 358792

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27925488/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1799.09 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179859 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1799.26 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179848 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 358792

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27925488/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1799.48 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179898 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1799.65 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179887 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4374463 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 358792

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7731
/proc/meminfo: memFree=27925488/32873648 swapFree=6844/6844
[pid=7674] ppid=7672 vsize=358792 CPUtime=1799.58 cores=1,3,5,7
/proc/7674/stat : 7674 (pwbo2.0) S 7672 7674 5668 0 -1 4202496 82440 0 0 0 179908 50 0 0 20 0 2 0 276364101 367403008 83773 33554432000 4194304 5965102 140735796527888 140735796527408 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 89698 83773 190 433 0 89262 0
[pid=7674/tid=7676] ppid=7672 vsize=358792 CPUtime=1799.75 cores=1,3,5,7
/proc/7674/task/7676/stat : 7676 (pwbo2.0) R 7672 7674 5668 0 -1 4202560 81031 0 0 0 179897 78 0 0 20 0 2 0 276364104 367403008 83773 33554432000 4194304 5965102 140735796527888 139936619751416 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 358792

Child status: 255
Real time (s): 1800
CPU time (s): 1799.8
CPU user time (s): 1799
CPU system time (s): 0.795879
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 358792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 0.795879
maximum resident set size= 335104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82443
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= 153
involuntary context switches= 2858

runsolver used 2.67659 second user time and 7.14491 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 09:06:13
IDJOB=3704432
IDBENCH=90132
IDSOLVER=2280
FILE ID=node115/3704432-1338102373
RUNJOBID= node115-1338087550-5685
PBS_JOBID= 14624444
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=1926430630

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:        28245544 kB
Buffers:          301160 kB
Cached:          3088616 kB
SwapCached:            0 kB
Active:          1413388 kB
Inactive:        2403428 kB
Active(anon):     429584 kB
Inactive(anon):        0 kB
Active(file):     983804 kB
Inactive(file):  2403428 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:        522036 kB
Mapped:            15044 kB
Shmem:               200 kB
Slab:             671736 kB
SReclaimable:     116024 kB
SUnreclaim:       555712 kB
KernelStack:        1488 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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= 71656 MiB
End job on node115 at 2012-05-27 09:36:13