Trace number 3704441

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.62 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K95.opb
MD5SUMf5b402df79463ae0743ac9fe7c0d237d
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 benchmark389.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6460
Total number of constraints6652
Number of constraints which are clauses6557
Number of constraints which are cardinality constraints (but not clauses)95
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint95
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 96
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-3704441-1338102478.opb.
0.00/0.00	c Instance file HOME/instance-3704441-1338102478.opb
0.00/0.00	c File size is 413569 bytes.
0.03/0.03	c Highest Coefficient sum: 96
0.03/0.03	c ============================[ Problem Statistics ]=============================
0.03/0.03	c |                                                                             |
0.03/0.03	c |  Parsing time:          0.03         s                                      |
0.03/0.03	c |  Number Variables:      6460                                                |
0.03/0.03	c |  Number Clauses:        6557                                                |
0.03/0.03	c |  Number Cardinality:    95                                                  |
0.03/0.03	c |  Number PB Constraints: 0                                                   |
0.03/0.03	c |                                                                             |
0.03/0.03	c |  Problem Type:          Decision                                            |
0.03/0.03	c |  Objective Function:    None                                                |
0.03/0.03	c |                                                                             |
0.03/0.03	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704441-1338102478/watcher-3704441-1338102478 -o /tmp/evaluation-result-3704441-1338102478/solver-3704441-1338102478 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704441-1338102478.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.00 2.00 2.00 3/177 8535
/proc/meminfo: memFree=28154648/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=4684 CPUtime=0 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) R 8533 8535 6880 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 276376353 4796416 546 33554432000 4194304 5965102 140735735595136 140733496544744 5180263 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 1205 553 166 433 0 668 0

[startup+0.0321081 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8535
/proc/meminfo: memFree=28154648/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=6172 CPUtime=0.03 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) R 8533 8535 6880 0 -1 4202496 1006 0 0 0 3 0 0 0 20 0 1 0 276376353 6320128 958 33554432000 4194304 5965102 140735735595136 140733496544744 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 1543 959 254 433 0 1006 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6172

[startup+0.100166 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8535
/proc/meminfo: memFree=28154648/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=0.09 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 2576 0 0 0 9 0 0 0 20 0 2 0 276376353 88674304 2294 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 2294 190 433 0 21213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86596

[startup+0.300115 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8535
/proc/meminfo: memFree=28154648/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=0.29 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 2824 0 0 0 29 0 0 0 20 0 2 0 276376353 88674304 2542 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 2542 190 433 0 21213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86596

[startup+0.700117 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8535
/proc/meminfo: memFree=28154648/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=0.69 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 3361 0 0 0 69 0 0 0 20 0 2 0 276376353 88674304 3079 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 3079 190 433 0 21213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86596

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28141728/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=1.49 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 4264 0 0 0 148 1 0 0 20 0 2 0 276376353 88674304 3982 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 3982 190 433 0 21213 0
[pid=8535/tid=8537] ppid=8533 vsize=86596 CPUtime=1.44 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 2775 0 0 0 143 1 0 0 20 0 2 0 276376356 88674304 3982 33554432000 4194304 5965102 140735735595136 140453274011688 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86596

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28136884/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=3.09 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 5370 0 0 0 308 1 0 0 20 0 2 0 276376353 88674304 5088 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 5088 190 433 0 21213 0
[pid=8535/tid=8537] ppid=8533 vsize=86596 CPUtime=3.04 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 3881 0 0 0 303 1 0 0 20 0 2 0 276376356 88674304 5088 33554432000 4194304 5965102 140735735595136 140453274011448 4222256 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86596

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28131676/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=6.28 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 7061 0 0 0 626 2 0 0 20 0 2 0 276376353 88674304 6779 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 6779 190 433 0 21213 0
[pid=8535/tid=8537] ppid=8533 vsize=86596 CPUtime=6.23 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 5572 0 0 0 621 2 0 0 20 0 2 0 276376356 88674304 6779 33554432000 4194304 5965102 140735735595136 140453274011640 4390210 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86596

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28116440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86596 CPUtime=12.69 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 9913 0 0 0 1266 3 0 0 20 0 2 0 276376353 88674304 9631 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21649 9631 190 433 0 21213 0
[pid=8535/tid=8537] ppid=8533 vsize=86596 CPUtime=12.61 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 8424 0 0 0 1258 3 0 0 20 0 2 0 276376356 88674304 9631 33554432000 4194304 5965102 140735735595136 140453274011640 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86596

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28084820/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=86920 CPUtime=25.48 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 13702 0 0 0 2544 4 0 0 20 0 2 0 276376353 89006080 13420 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 21730 13420 190 433 0 21294 0
[pid=8535/tid=8537] ppid=8533 vsize=86920 CPUtime=25.38 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 12213 0 0 0 2534 4 0 0 20 0 2 0 276376356 89006080 13420 33554432000 4194304 5965102 140735735595136 140453274011640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86920

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28058036/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=152616 CPUtime=51.08 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 20735 0 0 0 5101 7 0 0 20 0 2 0 276376353 156278784 20453 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 38154 20453 190 433 0 37718 0
[pid=8535/tid=8537] ppid=8533 vsize=152616 CPUtime=50.92 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 19246 0 0 0 5086 6 0 0 20 0 2 0 276376356 156278784 20453 33554432000 4194304 5965102 140735735595136 140453274011640 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152616

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8537
/proc/meminfo: memFree=28024100/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=152856 CPUtime=102.28 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 28854 0 0 0 10218 10 0 0 20 0 2 0 276376353 156524544 28572 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 38214 28572 190 433 0 37778 0
[pid=8535/tid=8537] ppid=8533 vsize=152856 CPUtime=101.99 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 27365 0 0 0 10188 11 0 0 20 0 2 0 276376356 156524544 28572 33554432000 4194304 5965102 140735735595136 140453274011448 4391896 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152856

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8541
/proc/meminfo: memFree=27996132/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=218392 CPUtime=162.26 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 36337 0 0 0 16213 13 0 0 20 0 2 0 276376353 223633408 36055 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 54598 36055 190 433 0 54162 0
[pid=8535/tid=8537] ppid=8533 vsize=218392 CPUtime=161.83 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 34848 0 0 0 16168 15 0 0 20 0 2 0 276376356 223633408 36055 33554432000 4194304 5965102 140735735595136 140453274011448 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 218392

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8541
/proc/meminfo: memFree=27943192/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=218392 CPUtime=222.26 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 47936 0 0 0 22206 20 0 0 20 0 2 0 276376353 223633408 47641 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 54598 47641 190 433 0 54162 0
[pid=8535/tid=8537] ppid=8533 vsize=218392 CPUtime=221.68 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 46447 0 0 0 22146 22 0 0 20 0 2 0 276376356 223633408 47641 33554432000 4194304 5965102 140735735595136 140453274011672 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 218392

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 8541
/proc/meminfo: memFree=27904232/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=218392 CPUtime=282.22 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 47983 0 0 0 28202 20 0 0 20 0 2 0 276376353 223633408 47702 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 54598 47702 190 433 0 54162 0
[pid=8535/tid=8537] ppid=8533 vsize=218392 CPUtime=281.5 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 46494 0 0 0 28127 23 0 0 20 0 2 0 276376356 223633408 47702 33554432000 4194304 5965102 140735735595136 140453274011672 4392720 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 218392

[startup+342.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 8541
/proc/meminfo: memFree=27901608/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=218392 CPUtime=342.17 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 48618 0 0 0 34197 20 0 0 20 0 2 0 276376353 223633408 48310 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 54598 48310 190 433 0 54162 0
[pid=8535/tid=8537] ppid=8533 vsize=218392 CPUtime=341.31 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 47129 0 0 0 34106 25 0 0 20 0 2 0 276376356 223633408 48310 33554432000 4194304 5965102 140735735595136 140453274011640 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 218392

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 8541
/proc/meminfo: memFree=27883772/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=283928 CPUtime=402.16 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 52132 0 0 0 40192 24 0 0 20 0 2 0 276376353 290742272 52322 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 70982 52322 190 433 0 70546 0
[pid=8535/tid=8537] ppid=8533 vsize=283928 CPUtime=401.16 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 50643 0 0 0 40086 30 0 0 20 0 2 0 276376356 290742272 52322 33554432000 4194304 5965102 140735735595136 140453274011640 4401155 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) 283928

[startup+462.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 8581
/proc/meminfo: memFree=28177080/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=283928 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8590
/proc/meminfo: memFree=27883376/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=352740 CPUtime=1422 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 67805 0 0 0 142164 36 0 0 20 0 2 0 276376353 361205760 68289 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88185 68289 190 433 0 87749 0
[pid=8535/tid=8537] ppid=8533 vsize=352740 CPUtime=1418.54 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 66316 0 0 0 141797 57 0 0 20 0 2 0 276376356 361205760 68289 33554432000 4194304 5965102 140735735595136 140453274011640 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 352740

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8590
/proc/meminfo: memFree=27871720/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=353388 CPUtime=1481.98 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 70752 0 0 0 148159 39 0 0 20 0 2 0 276376353 361869312 71236 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88347 71236 190 433 0 87911 0
[pid=8535/tid=8537] ppid=8533 vsize=353388 CPUtime=1478.38 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 69263 0 0 0 147777 61 0 0 20 0 2 0 276376356 361869312 71236 33554432000 4194304 5965102 140735735595136 140453274011640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 353388

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8590
/proc/meminfo: memFree=27853988/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=353712 CPUtime=1541.98 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 75198 0 0 0 154155 43 0 0 20 0 2 0 276376353 362201088 75682 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88428 75682 190 433 0 87992 0
[pid=8535/tid=8537] ppid=8533 vsize=353712 CPUtime=1538.22 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 73709 0 0 0 153756 66 0 0 20 0 2 0 276376356 362201088 75682 33554432000 4194304 5965102 140735735595136 140453274011640 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 353712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8590
/proc/meminfo: memFree=27843208/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1601.96 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78094 0 0 0 160151 45 0 0 20 0 2 0 276376353 363528192 78576 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 78576 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1598.07 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 76605 0 0 0 159738 69 0 0 20 0 2 0 276376356 363528192 78576 33554432000 4194304 5965102 140735735595136 140453274011448 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 355008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8593
/proc/meminfo: memFree=27839720/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1661.96 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78776 0 0 0 166150 46 0 0 20 0 2 0 276376353 363528192 79257 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79257 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1657.92 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77287 0 0 0 165721 71 0 0 20 0 2 0 276376356 363528192 79257 33554432000 4194304 5965102 140735735595136 140453274011640 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 355008

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 8593
/proc/meminfo: memFree=27838444/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1721.93 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78797 0 0 0 172147 46 0 0 20 0 2 0 276376353 363528192 79431 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79431 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1717.75 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77308 0 0 0 171703 72 0 0 20 0 2 0 276376356 363528192 79431 33554432000 4194304 5965102 140735735595136 140453274011640 4401064 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 355008

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838192/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1781.93 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 178147 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1777.59 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 177686 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 355008

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1791.53 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179107 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1787.18 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 178645 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 355008

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1794.73 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179427 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1790.37 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 178964 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 355008

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1797.92 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179746 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1793.55 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 179282 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 355008

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1798.72 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179826 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1794.35 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 179362 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 355008

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1799.13 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179867 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1794.76 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 179403 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 355008

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1799.52 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179906 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1795.15 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 179442 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 355008

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8593
/proc/meminfo: memFree=27838440/32873844 swapFree=7620/7620
[pid=8535] ppid=8533 vsize=355008 CPUtime=1799.62 cores=1,3,5,7
/proc/8535/stat : 8535 (pwbo2.0) S 8533 8535 6880 0 -1 4202496 78799 0 0 0 179916 46 0 0 20 0 2 0 276376353 363528192 79436 33554432000 4194304 5965102 140735735595136 140735735594656 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8535/statm: 88752 79436 190 433 0 88316 0
[pid=8535/tid=8537] ppid=8533 vsize=355008 CPUtime=1795.25 cores=1,3,5,7
/proc/8535/task/8537/stat : 8537 (pwbo2.0) R 8533 8535 6880 0 -1 4202560 77310 0 0 0 179452 73 0 0 20 0 2 0 276376356 363528192 79436 33554432000 4194304 5965102 140735735595136 140453274011640 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 355008

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8535 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=560185
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=742887
# CPU time returned by wait4() is 1795.3
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.62
CPU user time (s): 1799.16
CPU system time (s): 0.46
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 355008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 0.742887
maximum resident set size= 317756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78802
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= 143
involuntary context switches= 1858

runsolver used 2.72159 second user time and 8.73667 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 09:07:58
IDJOB=3704441
IDBENCH=90134
IDSOLVER=2280
FILE ID=node107/3704441-1338102478
RUNJOBID= node107-1338087019-6897
PBS_JOBID= 14624432
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= f5b402df79463ae0743ac9fe7c0d237d
RANDOM SEED=1877356661

node107.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.760
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	: 5333.52
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.760
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.760
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.760
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.760
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.760
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.760
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.86
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.760
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:        28154912 kB
Buffers:          291760 kB
Cached:          3304320 kB
SwapCached:            0 kB
Active:          1050192 kB
Inactive:        2876572 kB
Active(anon):     333204 kB
Inactive(anon):        0 kB
Active(file):     716988 kB
Inactive(file):  2876572 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        450676 kB
Mapped:            15048 kB
Shmem:               200 kB
Slab:             649464 kB
SReclaimable:      92072 kB
SUnreclaim:       557392 kB
KernelStack:        1488 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71572 MiB
End job on node107 at 2012-05-27 09:37:58