Trace number 3726742

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.79 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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726742-1338664252.opb.
0.00/0.00	c Instance file HOME/instance-3726742-1338664252.opb
0.00/0.00	c File size is 413569 bytes.
0.00/0.03	c Highest Coefficient sum: 96
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:      6460                                                |
0.00/0.03	c |  Number Clauses:        6557                                                |
0.00/0.03	c |  Number Cardinality:    95                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/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.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3726742-1338664252/watcher-3726742-1338664252 -o /tmp/evaluation-result-3726742-1338664252/solver-3726742-1338664252 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726742-1338664252.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.02 2.01 2.00 3/178 28219
/proc/meminfo: memFree=27625620/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=4684 CPUtime=0 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) R 28217 28219 25232 0 -1 4202496 577 0 0 0 0 0 0 0 20 0 1 0 332551116 4796416 529 33554432000 4194304 5964478 140734036942128 140734036940056 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 1171 531 165 433 0 634 0

[startup+0.0346119 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28219
/proc/meminfo: memFree=27625620/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=0.03 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 1574 0 0 0 3 0 0 0 20 0 2 0 332551116 88674304 1425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 1425 176 433 0 21213 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 86596

[startup+0.100167 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28219
/proc/meminfo: memFree=27625620/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=0.09 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 2589 0 0 0 9 0 0 0 20 0 2 0 332551116 88674304 2307 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 2307 186 433 0 21213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86596

[startup+0.30011 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28219
/proc/meminfo: memFree=27625620/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=0.29 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 2876 0 0 0 29 0 0 0 20 0 2 0 332551116 88674304 2594 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 2594 186 433 0 21213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86596

[startup+0.700111 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28219
/proc/meminfo: memFree=27625620/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=0.69 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 3426 0 0 0 69 0 0 0 20 0 2 0 332551116 88674304 3144 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 3144 186 433 0 21213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86596

[startup+1.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 28221
/proc/meminfo: memFree=27612476/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=1.49 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 4383 0 0 0 149 0 0 0 20 0 2 0 332551116 88674304 4101 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 4101 186 433 0 21213 0
[pid=28219/tid=28221] ppid=28217 vsize=86596 CPUtime=1.45 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 2893 0 0 0 145 0 0 0 20 0 2 0 332551120 88674304 4101 33554432000 4194304 5964478 140734036942128 140210334435320 4382019 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) 86596

[startup+3.10015 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 28221
/proc/meminfo: memFree=27607268/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=3.08 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 5097 0 0 0 308 0 0 0 20 0 2 0 332551116 88674304 4815 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 4815 186 433 0 21213 0
[pid=28219/tid=28221] ppid=28217 vsize=86596 CPUtime=3.05 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 3607 0 0 0 305 0 0 0 20 0 2 0 332551120 88674304 4815 33554432000 4194304 5964478 140734036942128 140210334435320 4381560 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) 86596

[startup+6.30013 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 28221
/proc/meminfo: memFree=27602872/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=6.29 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 6187 0 0 0 628 1 0 0 20 0 2 0 332551116 88674304 5905 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 5905 186 433 0 21213 0
[pid=28219/tid=28221] ppid=28217 vsize=86596 CPUtime=6.25 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 4697 0 0 0 623 2 0 0 20 0 2 0 332551120 88674304 5905 33554432000 4194304 5964478 140734036942128 140210334435320 4382261 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) 86596

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28221
/proc/meminfo: memFree=27592480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86596 CPUtime=12.69 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 8696 0 0 0 1267 2 0 0 20 0 2 0 332551116 88674304 8414 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21649 8414 186 433 0 21213 0
[pid=28219/tid=28221] ppid=28217 vsize=86596 CPUtime=12.65 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 7206 0 0 0 1263 2 0 0 20 0 2 0 332551120 88674304 8414 33554432000 4194304 5964478 140734036942128 140210334435320 4221120 0 0 4096 16387 0 0 0 -1 1 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.08 2.02 2.00 3/179 28221
/proc/meminfo: memFree=27568888/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=86920 CPUtime=25.48 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 13367 0 0 0 2545 3 0 0 20 0 2 0 332551116 89006080 13085 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 21730 13085 186 433 0 21294 0
[pid=28219/tid=28221] ppid=28217 vsize=86920 CPUtime=25.45 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 11877 0 0 0 2541 4 0 0 20 0 2 0 332551120 89006080 13085 33554432000 4194304 5964478 140734036942128 140210334435320 4400078 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) 86920

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 28221
/proc/meminfo: memFree=27536188/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=152616 CPUtime=51.06 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 21359 0 0 0 5101 5 0 0 20 0 2 0 332551116 156278784 21075 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 38154 21075 186 433 0 37718 0
[pid=28219/tid=28221] ppid=28217 vsize=152616 CPUtime=51.03 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 19869 0 0 0 5097 6 0 0 20 0 2 0 332551120 156278784 21075 33554432000 4194304 5964478 140734036942128 140210334435320 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 152616

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 28222
/proc/meminfo: memFree=27476464/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=102.24 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 36295 0 0 0 10213 11 0 0 20 0 2 0 332551116 223633408 35994 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 35994 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=102.22 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 34805 0 0 0 10209 13 0 0 20 0 2 0 332551120 223633408 35994 33554432000 4194304 5964478 140734036942128 140210334435320 4220672 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) 218392

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28222
/proc/meminfo: memFree=27476016/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=162.22 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 36305 0 0 0 16211 11 0 0 20 0 2 0 332551116 223633408 36004 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 36004 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=162.21 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 34815 0 0 0 16207 14 0 0 20 0 2 0 332551120 223633408 36004 33554432000 4194304 5964478 140734036942128 140210334435320 4382257 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) 218392

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28222
/proc/meminfo: memFree=27473660/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=222.21 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 36786 0 0 0 22210 11 0 0 20 0 2 0 332551116 223633408 36485 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 36485 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=222.2 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 35296 0 0 0 22205 15 0 0 20 0 2 0 332551120 223633408 36485 33554432000 4194304 5964478 140734036942128 140210334435320 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 218392

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28222
/proc/meminfo: memFree=27442236/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=282.17 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 44437 0 0 0 28202 15 0 0 20 0 2 0 332551116 223633408 44135 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 44135 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=282.17 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 42947 0 0 0 28197 20 0 0 20 0 2 0 332551120 223633408 44135 33554432000 4194304 5964478 140734036942128 140210334435128 4373453 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 218392

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28222
/proc/meminfo: memFree=27442048/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=342.13 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 44543 0 0 0 34198 15 0 0 20 0 2 0 332551116 223633408 44282 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 44282 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=342.15 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 43053 0 0 0 34194 21 0 0 20 0 2 0 332551120 223633408 44282 33554432000 4194304 5964478 140734036942128 140210334435128 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 218392

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28223
/proc/meminfo: memFree=27433224/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=218392 CPUtime=402.12 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 46865 0 0 0 40196 16 0 0 20 0 2 0 332551116 223633408 46604 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 54598 46604 186 433 0 54162 0
[pid=28219/tid=28221] ppid=28217 vsize=218392 CPUtime=402.14 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 45375 0 0 0 40191 23 0 0 20 0 2 0 332551120 223633408 46604 33554432000 4194304 5964478 140734036942128 140210334435320 4221072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 218392

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28223
/proc/meminfo: memFree=27415616/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=283928 CPUtime=462.1 cores=1,3,5,7

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

/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 67316 0 0 0 130157 52 0 0 20 0 2 0 332551120 364687360 69526 33554432000 4194304 5964478 140734036942128 140210334435352 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 356140

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 28273
/proc/meminfo: memFree=27359352/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=356140 CPUtime=1361.91 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 68807 0 0 0 136158 33 0 0 20 0 2 0 332551116 364687360 69323 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 89035 69323 186 433 0 88599 0
[pid=28219/tid=28221] ppid=28217 vsize=356140 CPUtime=1362.08 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 67317 0 0 0 136154 54 0 0 20 0 2 0 332551120 364687360 69323 33554432000 4194304 5964478 140734036942128 140210334435352 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 356140

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 28273
/proc/meminfo: memFree=27313360/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=356140 CPUtime=1421.91 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 79714 0 0 0 142152 39 0 0 20 0 2 0 332551116 364687360 80230 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 89035 80230 186 433 0 88599 0
[pid=28219/tid=28221] ppid=28217 vsize=356140 CPUtime=1422.08 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 78224 0 0 0 142147 61 0 0 20 0 2 0 332551120 364687360 80230 33554432000 4194304 5964478 140734036942128 140210334435320 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 356140

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 28273
/proc/meminfo: memFree=27308028/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=356140 CPUtime=1481.89 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 81030 0 0 0 148149 40 0 0 20 0 2 0 332551116 364687360 81546 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 89035 81546 186 433 0 88599 0
[pid=28219/tid=28221] ppid=28217 vsize=356140 CPUtime=1482.08 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 79540 0 0 0 148145 63 0 0 20 0 2 0 332551120 364687360 81546 33554432000 4194304 5964478 140734036942128 140210334435320 4382029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 356140

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 28273
/proc/meminfo: memFree=27307320/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=356140 CPUtime=1541.88 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 81037 0 0 0 154148 40 0 0 20 0 2 0 332551116 364687360 81553 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 89035 81553 186 433 0 88599 0
[pid=28219/tid=28221] ppid=28217 vsize=356140 CPUtime=1542.07 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 79547 0 0 0 154143 64 0 0 20 0 2 0 332551120 364687360 81553 33554432000 4194304 5964478 140734036942128 140210334435320 4381677 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 356140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28274
/proc/meminfo: memFree=27267764/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1601.87 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90792 0 0 0 160141 46 0 0 20 0 2 0 332551116 431796224 91308 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91308 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1602.07 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89302 0 0 0 160136 71 0 0 20 0 2 0 332551120 431796224 91308 33554432000 4194304 5964478 140734036942128 140210334435320 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 421676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28274
/proc/meminfo: memFree=27255452/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1661.85 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90824 0 0 0 166139 46 0 0 20 0 2 0 332551116 431796224 91364 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91364 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1662.06 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89334 0 0 0 166134 72 0 0 20 0 2 0 332551120 431796224 91364 33554432000 4194304 5964478 140734036942128 140210334435320 4381993 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 421676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28274
/proc/meminfo: memFree=27241512/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1721.82 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 172136 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1722.04 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 172131 73 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 421676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1781.81 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 178135 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1782.04 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 178130 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4399932 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 421676

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1791.42 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179096 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1791.64 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179090 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 421676

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1794.62 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179416 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1794.84 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179410 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 421676

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1797.81 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179735 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1798.04 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179730 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 421676

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1798.61 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179815 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1798.84 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179810 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 421676

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1799.02 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179856 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1799.24 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179850 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 421676

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1799.41 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179895 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1799.64 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179890 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 421676

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28277
/proc/meminfo: memFree=27237480/32873648 swapFree=7112/7112
[pid=28219] ppid=28217 vsize=421676 CPUtime=1799.51 cores=1,3,5,7
/proc/28219/stat : 28219 (pwbo2.02) S 28217 28219 25232 0 -1 4202496 90847 0 0 0 179905 46 0 0 20 0 2 0 332551116 431796224 91425 33554432000 4194304 5964478 140734036942128 140734036941648 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28219/statm: 105419 91425 186 433 0 104983 0
[pid=28219/tid=28221] ppid=28217 vsize=421676 CPUtime=1799.74 cores=1,3,5,7
/proc/28219/task/28221/stat : 28221 (pwbo2.02) R 28217 28219 25232 0 -1 4202560 89357 0 0 0 179900 74 0 0 20 0 2 0 332551120 431796224 91425 33554432000 4194304 5964478 140734036942128 140210334435320 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 421676

Child status: 255
Real time (s): 1800
CPU time (s): 1799.79
CPU user time (s): 1799.04
CPU system time (s): 0.753885
CPU usage (%): 99.9882
Max. virtual memory (cumulated for all children) (KiB): 421676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 0.753885
maximum resident set size= 365712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90850
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= 170
involuntary context switches= 2750

runsolver used 2.55361 second user time and 7.26889 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 21:10:52
IDJOB=3726742
IDBENCH=90134
IDSOLVER=2310
FILE ID=node126/3726742-1338664252
RUNJOBID= node126-1338651602-26667
PBS_JOBID= 14636454
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= f5b402df79463ae0743ac9fe7c0d237d
RANDOM SEED=1083893530

node126.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.456
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.91
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.456
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.456
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.456
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.456
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27626040 kB
Buffers:          396448 kB
Cached:          3717112 kB
SwapCached:         9476 kB
Active:          1699324 kB
Inactive:        2689016 kB
Active(anon):     264696 kB
Inactive(anon):    12180 kB
Active(file):    1434628 kB
Inactive(file):  2676836 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:        379816 kB
Mapped:            10316 kB
Shmem:                 0 kB
Slab:             721428 kB
SReclaimable:     165824 kB
SUnreclaim:       555604 kB
KernelStack:        1496 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     160376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 70792 MiB
End job on node126 at 2012-06-02 21:40:52