Trace number 3726699

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.82 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
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 variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
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 149
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726699-1338667491.opb.
0.00/0.00	c Instance file HOME/instance-3726699-1338667491.opb
0.00/0.00	c File size is 1204989 bytes.
0.07/0.09	c Highest Coefficient sum: 149
0.07/0.09	c ============================[ Problem Statistics ]=============================
0.07/0.09	c |                                                                             |
0.07/0.09	c |  Parsing time:          0.09         s                                      |
0.07/0.09	c |  Number Variables:      17612                                               |
0.07/0.09	c |  Number Clauses:        17762                                               |
0.07/0.09	c |  Number Cardinality:    148                                                 |
0.07/0.09	c |  Number PB Constraints: 0                                                   |
0.07/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Decision                                            |
0.09/0.10	c |  Objective Function:    None                                                |
0.09/0.10	c |                                                                             |
0.09/0.10	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3726699-1338667491/watcher-3726699-1338667491 -o /tmp/evaluation-result-3726699-1338667491/solver-3726699-1338667491 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726699-1338667491.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.01 2.00 3/176 7099
/proc/meminfo: memFree=26337576/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=4192 CPUtime=0 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) R 7097 7099 7055 0 -1 4202496 255 0 0 0 0 0 0 0 20 0 1 0 332874508 4292608 207 33554432000 4194304 5964478 140735242811024 140734711704728 5179243 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 1048 208 154 433 0 317 0

[startup+0.0864289 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7099
/proc/meminfo: memFree=26337576/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=11352 CPUtime=0.07 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) R 7097 7099 7055 0 -1 4202496 2219 0 0 0 7 0 0 0 20 0 1 0 332874508 11624448 2171 33554432000 4194304 5964478 140735242811024 140734711704728 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 2838 2171 423 433 0 2107 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11352

[startup+0.100209 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7099
/proc/meminfo: memFree=26337576/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92924 CPUtime=0.09 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 3643 0 0 0 9 0 0 0 20 0 2 0 332874508 95154176 3300 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23231 3300 176 433 0 22795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92924

[startup+0.300159 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7099
/proc/meminfo: memFree=26337576/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=0.28 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 5596 0 0 0 28 0 0 0 20 0 2 0 332874508 94986240 4793 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 4793 186 433 0 22754 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92760

[startup+0.70012 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7099
/proc/meminfo: memFree=26337576/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=0.68 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 5910 0 0 0 68 0 0 0 20 0 2 0 332874508 94986240 5107 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 5107 186 433 0 22754 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92760

[startup+1.50013 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7102
/proc/meminfo: memFree=26300972/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=1.49 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 6543 0 0 0 148 1 0 0 20 0 2 0 332874508 94986240 5740 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 5740 186 433 0 22754 0
[pid=7099/tid=7102] ppid=7097 vsize=92760 CPUtime=1.39 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 3725 0 0 0 139 0 0 0 20 0 2 0 332874518 94986240 5740 33554432000 4194304 5964478 140735242811024 140172262545448 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92760

[startup+3.10017 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7102
/proc/meminfo: memFree=26292788/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=3.08 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 7837 0 0 0 307 1 0 0 20 0 2 0 332874508 94986240 7034 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 7034 186 433 0 22754 0
[pid=7099/tid=7102] ppid=7097 vsize=92760 CPUtime=2.99 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 5019 0 0 0 299 0 0 0 20 0 2 0 332874518 94986240 7034 33554432000 4194304 5964478 140735242811024 140172262545400 5136420 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) 92760

[startup+6.30016 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7102
/proc/meminfo: memFree=26273056/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=6.28 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 10282 0 0 0 627 1 0 0 20 0 2 0 332874508 94986240 9479 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 9479 186 433 0 22754 0
[pid=7099/tid=7102] ppid=7097 vsize=92760 CPUtime=6.19 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 7464 0 0 0 617 2 0 0 20 0 2 0 332874518 94986240 9479 33554432000 4194304 5964478 140735242811024 140172262545400 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 92760

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7102
/proc/meminfo: memFree=26257220/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=12.68 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 11548 0 0 0 1266 2 0 0 20 0 2 0 332874508 94986240 10745 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 10745 186 433 0 22754 0
[pid=7099/tid=7102] ppid=7097 vsize=92760 CPUtime=12.59 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 8730 0 0 0 1257 2 0 0 20 0 2 0 332874518 94986240 10745 33554432000 4194304 5964478 140735242811024 140172262545400 4382029 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) 92760

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7102
/proc/meminfo: memFree=26233084/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=92760 CPUtime=25.48 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 14914 0 0 0 2545 3 0 0 20 0 2 0 332874508 94986240 14111 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 23190 14111 186 433 0 22754 0
[pid=7099/tid=7102] ppid=7097 vsize=92760 CPUtime=25.39 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 12096 0 0 0 2535 4 0 0 20 0 2 0 332874518 94986240 14111 33554432000 4194304 5964478 140735242811024 140172262545400 4400628 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) 92760

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7102
/proc/meminfo: memFree=26166340/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=158296 CPUtime=51.08 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 20559 0 0 0 5103 5 0 0 20 0 2 0 332874508 162095104 19756 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 39574 19756 186 433 0 39138 0
[pid=7099/tid=7102] ppid=7097 vsize=158296 CPUtime=50.98 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 17741 0 0 0 5093 5 0 0 20 0 2 0 332874518 162095104 19756 33554432000 4194304 5964478 140735242811024 140172262545400 4400056 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) 158296

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7102
/proc/meminfo: memFree=26102784/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=159020 CPUtime=102.24 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 30532 0 0 0 10216 8 0 0 20 0 2 0 332874508 162836480 29759 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 39755 29759 186 433 0 39319 0
[pid=7099/tid=7102] ppid=7097 vsize=159020 CPUtime=102.16 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 27714 0 0 0 10206 10 0 0 20 0 2 0 332874518 162836480 29759 33554432000 4194304 5964478 140735242811024 140172262545208 4400038 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 159020

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7102
/proc/meminfo: memFree=25984408/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=224916 CPUtime=162.21 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 47002 0 0 0 16205 16 0 0 20 0 2 0 332874508 230313984 46209 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 56229 46209 186 433 0 55793 0
[pid=7099/tid=7102] ppid=7097 vsize=224916 CPUtime=162.14 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 44184 0 0 0 16195 19 0 0 20 0 2 0 332874518 230313984 46209 33554432000 4194304 5964478 140735242811024 140172262545400 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 224916

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7102
/proc/meminfo: memFree=25858916/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=290452 CPUtime=222.2 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 56481 0 0 0 22201 19 0 0 20 0 2 0 332874508 297422848 55688 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 72613 55688 186 433 0 72177 0
[pid=7099/tid=7102] ppid=7097 vsize=290452 CPUtime=222.14 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 53663 0 0 0 22191 23 0 0 20 0 2 0 332874518 297422848 55688 33554432000 4194304 5964478 140735242811024 140172262545208 4381974 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 290452

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7102
/proc/meminfo: memFree=25858696/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=290452 CPUtime=282.19 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 56518 0 0 0 28200 19 0 0 20 0 2 0 332874508 297422848 55725 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 72613 55725 186 433 0 72177 0
[pid=7099/tid=7102] ppid=7097 vsize=290452 CPUtime=282.14 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 53700 0 0 0 28190 24 0 0 20 0 2 0 332874518 297422848 55725 33554432000 4194304 5964478 140735242811024 140172262545208 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 290452

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7106
/proc/meminfo: memFree=25824092/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=290452 CPUtime=342.17 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 64010 0 0 0 34195 22 0 0 20 0 2 0 332874508 297422848 63208 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 72613 63208 186 433 0 72177 0
[pid=7099/tid=7102] ppid=7097 vsize=290452 CPUtime=342.13 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 61192 0 0 0 34185 28 0 0 20 0 2 0 332874518 297422848 63208 33554432000 4194304 5964478 140735242811024 140172262545400 5136420 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) 290452

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7106
/proc/meminfo: memFree=25792172/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=290452 CPUtime=402.14 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 68288 0 0 0 40189 25 0 0 20 0 2 0 332874508 297422848 67465 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 72613 67465 186 433 0 72177 0
[pid=7099/tid=7102] ppid=7097 vsize=290452 CPUtime=402.1 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 65470 0 0 0 40179 31 0 0 20 0 2 0 332874518 297422848 67465 33554432000 4194304 5964478 140735242811024 140172262545400 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 290452

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 7106
/proc/meminfo: memFree=25705080/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=356528 CPUtime=462.13 cores=1,3,5,7

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

/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125503 0 0 0 130133 69 0 0 20 0 2 0 332874518 566411264 128160 33554432000 4194304 5964478 140735242811024 140172262545400 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 553136

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 7113
/proc/meminfo: memFree=25380556/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1361.92 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128322 0 0 0 136143 49 0 0 20 0 2 0 332874508 566411264 128161 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128161 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1362.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125504 0 0 0 136131 70 0 0 20 0 2 0 332874518 566411264 128161 33554432000 4194304 5964478 140735242811024 140172262545400 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 553136

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7113
/proc/meminfo: memFree=25380928/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1421.92 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128326 0 0 0 142143 49 0 0 20 0 2 0 332874508 566411264 128165 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128165 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1422.02 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125508 0 0 0 142131 71 0 0 20 0 2 0 332874518 566411264 128165 33554432000 4194304 5964478 140735242811024 140172262545400 4382257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 553136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7113
/proc/meminfo: memFree=25359728/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1481.9 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128327 0 0 0 148141 49 0 0 20 0 2 0 332874508 566411264 128166 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128166 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1482.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125509 0 0 0 148129 72 0 0 20 0 2 0 332874518 566411264 128166 33554432000 4194304 5964478 140735242811024 140172262545400 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 553136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7117
/proc/meminfo: memFree=25339444/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1541.89 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128329 0 0 0 154140 49 0 0 20 0 2 0 332874508 566411264 128168 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128168 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1542.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125511 0 0 0 154128 73 0 0 20 0 2 0 332874518 566411264 128168 33554432000 4194304 5964478 140735242811024 140172262545400 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 553136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25337672/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1601.88 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128331 0 0 0 160139 49 0 0 20 0 2 0 332874508 566411264 128170 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128170 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1602.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125513 0 0 0 160127 74 0 0 20 0 2 0 332874518 566411264 128170 33554432000 4194304 5964478 140735242811024 140172262545400 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 553136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25285840/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1661.87 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 128335 0 0 0 166138 49 0 0 20 0 2 0 332874508 566411264 128174 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 128174 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1662.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 125517 0 0 0 166126 75 0 0 20 0 2 0 332874518 566411264 128174 33554432000 4194304 5964478 140735242811024 140172262545400 4222256 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 553136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25205616/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=553136 CPUtime=1721.87 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 132007 0 0 0 172135 52 0 0 20 0 2 0 332874508 566411264 131846 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 138284 131846 186 433 0 137848 0
[pid=7099/tid=7102] ppid=7097 vsize=553136 CPUtime=1722.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 129189 0 0 0 172123 78 0 0 20 0 2 0 332874518 566411264 131846 33554432000 4194304 5964478 140735242811024 140172262545400 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 553136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25127000/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1781.86 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 135825 0 0 0 178132 54 0 0 20 0 2 0 332874508 633520128 135664 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 135664 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1782.01 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 133007 0 0 0 178119 82 0 0 20 0 2 0 332874518 633520128 135664 33554432000 4194304 5964478 140735242811024 140172262545400 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 618672

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 7117
/proc/meminfo: memFree=25123336/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1791.46 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 136556 0 0 0 179091 55 0 0 20 0 2 0 332874508 633520128 136392 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 136392 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1791.61 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 133738 0 0 0 179078 83 0 0 20 0 2 0 332874518 633520128 136392 33554432000 4194304 5964478 140735242811024 140172262545400 4221072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 618672

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25121724/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1794.66 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 136980 0 0 0 179411 55 0 0 20 0 2 0 332874508 633520128 136816 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 136816 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1794.81 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134162 0 0 0 179398 83 0 0 20 0 2 0 332874518 633520128 136816 33554432000 4194304 5964478 140735242811024 140172262545400 4399821 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 618672

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25120484/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1797.85 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 137476 0 0 0 179730 55 0 0 20 0 2 0 332874508 633520128 137312 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 137312 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1798 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134658 0 0 0 179717 83 0 0 20 0 2 0 332874518 633520128 137312 33554432000 4194304 5964478 140735242811024 140172262545400 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 618672

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25119864/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1798.65 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 137576 0 0 0 179810 55 0 0 20 0 2 0 332874508 633520128 137412 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 137412 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1798.8 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134758 0 0 0 179797 83 0 0 20 0 2 0 332874518 633520128 137412 33554432000 4194304 5964478 140735242811024 140172262545400 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 618672

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25119368/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1799.06 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 137623 0 0 0 179851 55 0 0 20 0 2 0 332874508 633520128 137459 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 137459 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1799.21 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134805 0 0 0 179838 83 0 0 20 0 2 0 332874518 633520128 137459 33554432000 4194304 5964478 140735242811024 140172262545400 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 618672

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25119368/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1799.45 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 137683 0 0 0 179890 55 0 0 20 0 2 0 332874508 633520128 137519 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 137519 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1799.6 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134865 0 0 0 179877 83 0 0 20 0 2 0 332874518 633520128 137519 33554432000 4194304 5964478 140735242811024 140172262545400 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 618672

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7117
/proc/meminfo: memFree=25119368/32873648 swapFree=6864/6864
[pid=7099] ppid=7097 vsize=618672 CPUtime=1799.55 cores=1,3,5,7
/proc/7099/stat : 7099 (pwbo2.02) S 7097 7099 7055 0 -1 4202496 137696 0 0 0 179900 55 0 0 20 0 2 0 332874508 633520128 137532 33554432000 4194304 5964478 140735242811024 140735242810544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7099/statm: 154668 137532 186 433 0 154232 0
[pid=7099/tid=7102] ppid=7097 vsize=618672 CPUtime=1799.7 cores=1,3,5,7
/proc/7099/task/7102/stat : 7102 (pwbo2.02) R 7097 7099 7055 0 -1 4202560 134878 0 0 0 179887 83 0 0 20 0 2 0 332874518 633520128 137532 33554432000 4194304 5964478 140735242811024 140172262545400 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 618672

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.97
CPU system time (s): 0.84887
CPU usage (%): 99.9895
Max. virtual memory (cumulated for all children) (KiB): 618672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 0.84887
maximum resident set size= 550152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137702
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= 213
involuntary context switches= 2011

runsolver used 3.39148 second user time and 9.57854 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-02 22:04:51
IDJOB=3726699
IDBENCH=90209
IDSOLVER=2310
FILE ID=node125/3726699-1338667491
RUNJOBID= node125-1338667491-7072
PBS_JOBID= 14636495
Free space on /tmp= 70436 MiB

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

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=1666082064

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        26338592 kB
Buffers:          601600 kB
Cached:          5008940 kB
SwapCached:         2308 kB
Active:          2470012 kB
Inactive:        3157940 kB
Active(anon):       8320 kB
Inactive(anon):     9252 kB
Active(file):    2461692 kB
Inactive(file):  3148688 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             13640 kB
Writeback:             0 kB
AnonPages:         20304 kB
Mapped:            15052 kB
Shmem:                96 kB
Slab:             766008 kB
SReclaimable:     209624 kB
SUnreclaim:       556384 kB
KernelStack:        1384 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     132716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70436 MiB
End job on node125 at 2012-06-02 22:34:51