Trace number 3704390

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704390-1338104278.opb.
0.00/0.00	c Instance file HOME/instance-3704390-1338104278.opb
0.00/0.00	c File size is 1057609 bytes.
0.01/0.08	c Highest Coefficient sum: 132
0.01/0.08	c ============================[ Problem Statistics ]=============================
0.01/0.08	c |                                                                             |
0.01/0.08	c |  Parsing time:          0.08         s                                      |
0.01/0.08	c |  Number Variables:      15589                                               |
0.01/0.08	c |  Number Clauses:        15722                                               |
0.01/0.08	c |  Number Cardinality:    131                                                 |
0.01/0.08	c |  Number PB Constraints: 0                                                   |
0.01/0.08	c |                                                                             |
0.01/0.09	c |  Problem Type:          Decision                                            |
0.01/0.09	c |  Objective Function:    None                                                |
0.01/0.09	c |                                                                             |
0.01/0.09	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704390-1338104278/watcher-3704390-1338104278 -o /tmp/evaluation-result-3704390-1338104278/solver-3704390-1338104278 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704390-1338104278.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.01 2.01 2.00 3/177 8630
/proc/meminfo: memFree=28153720/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=5284 CPUtime=0 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) R 8628 8630 6880 0 -1 4202496 574 0 0 0 0 0 0 0 20 0 1 0 276556382 5410816 527 33554432000 4194304 5965102 140736105247504 140735750780504 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 1321 527 166 433 0 626 0

[startup+0.0218889 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8630
/proc/meminfo: memFree=28153720/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=8232 CPUtime=0.01 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) R 8628 8630 6880 0 -1 4202496 1269 0 0 0 1 0 0 0 20 0 1 0 276556382 8429568 1222 33554432000 4194304 5965102 140736105247504 140735750780504 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 2058 1223 212 433 0 1363 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8232

[startup+0.100175 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8630
/proc/meminfo: memFree=28153720/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=92816 CPUtime=0.08 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 4205 0 0 0 8 0 0 0 20 0 2 0 276556382 95043584 3897 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 23204 3897 177 433 0 22768 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92816

[startup+0.300174 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8630
/proc/meminfo: memFree=28153720/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=0.29 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 5027 0 0 0 28 1 0 0 20 0 2 0 276556382 93261824 4351 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 4351 190 433 0 22333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91076

[startup+0.700118 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8630
/proc/meminfo: memFree=28153720/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=0.69 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 5270 0 0 0 68 1 0 0 20 0 2 0 276556382 93261824 4594 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 4594 190 433 0 22333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91076

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8632
/proc/meminfo: memFree=28135204/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=1.48 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 5862 0 0 0 147 1 0 0 20 0 2 0 276556382 93261824 5186 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 5186 190 433 0 22333 0
[pid=8630/tid=8632] ppid=8628 vsize=91076 CPUtime=1.4 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 3275 0 0 0 139 1 0 0 20 0 2 0 276556390 93261824 5186 33554432000 4194304 5965102 140736105247504 139863618398200 4401616 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91076

[startup+3.10029 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8632
/proc/meminfo: memFree=28131732/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=3.09 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 7175 0 0 0 307 2 0 0 20 0 2 0 276556382 93261824 6499 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 6499 190 433 0 22333 0
[pid=8630/tid=8632] ppid=8628 vsize=91076 CPUtime=2.99 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 4588 0 0 0 298 1 0 0 20 0 2 0 276556390 93261824 6499 33554432000 4194304 5965102 140736105247504 139863618398008 4221120 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) 91076

[startup+6.3003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8632
/proc/meminfo: memFree=28125284/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=6.28 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 8181 0 0 0 626 2 0 0 20 0 2 0 276556382 93261824 7505 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 7505 190 433 0 22333 0
[pid=8630/tid=8632] ppid=8628 vsize=91076 CPUtime=6.18 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 5594 0 0 0 616 2 0 0 20 0 2 0 276556390 93261824 7505 33554432000 4194304 5965102 140736105247504 139863618398008 18446744073699066235 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) 91076

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8632
/proc/meminfo: memFree=28114264/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=12.69 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 10463 0 0 0 1265 4 0 0 20 0 2 0 276556382 93261824 9787 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 9787 190 433 0 22333 0
[pid=8630/tid=8632] ppid=8628 vsize=91076 CPUtime=12.57 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 7876 0 0 0 1254 3 0 0 20 0 2 0 276556390 93261824 9787 33554432000 4194304 5965102 140736105247504 139863618398200 4374478 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) 91076

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8632
/proc/meminfo: memFree=28093060/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=91076 CPUtime=25.48 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 14692 0 0 0 2543 5 0 0 20 0 2 0 276556382 93261824 14016 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 22769 14016 190 433 0 22333 0
[pid=8630/tid=8632] ppid=8628 vsize=91076 CPUtime=25.33 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 12105 0 0 0 2529 4 0 0 20 0 2 0 276556390 93261824 14016 33554432000 4194304 5965102 140736105247504 139863618398200 4221984 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) 91076

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8632
/proc/meminfo: memFree=28058960/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=156612 CPUtime=51.08 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 20815 0 0 0 5101 7 0 0 20 0 2 0 276556382 160370688 20139 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 39153 20139 190 433 0 38717 0
[pid=8630/tid=8632] ppid=8628 vsize=156612 CPUtime=50.87 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 18228 0 0 0 5080 7 0 0 20 0 2 0 276556390 160370688 20139 33554432000 4194304 5965102 140736105247504 139863618398200 4401127 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) 156612

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 8632
/proc/meminfo: memFree=28006432/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=157336 CPUtime=102.28 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 30830 0 0 0 10216 12 0 0 20 0 2 0 276556382 161112064 30154 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 39334 30154 190 433 0 38898 0
[pid=8630/tid=8632] ppid=8628 vsize=157336 CPUtime=101.94 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 28243 0 0 0 10182 12 0 0 20 0 2 0 276556390 161112064 30154 33554432000 4194304 5965102 140736105247504 139863618398200 4221984 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) 157336

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8636
/proc/meminfo: memFree=27947276/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=222872 CPUtime=162.26 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 40025 0 0 0 16211 15 0 0 20 0 2 0 276556382 228220928 39349 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 55718 39349 190 433 0 55282 0
[pid=8630/tid=8632] ppid=8628 vsize=222872 CPUtime=161.78 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 37438 0 0 0 16162 16 0 0 20 0 2 0 276556390 228220928 39349 33554432000 4194304 5965102 140736105247504 139863618398200 4404643 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) 222872

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=27926944/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=222872 CPUtime=222.25 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 40496 0 0 0 22210 15 0 0 20 0 2 0 276556382 228220928 39824 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 55718 39824 190 433 0 55282 0
[pid=8630/tid=8632] ppid=8628 vsize=222872 CPUtime=221.63 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 37909 0 0 0 22145 18 0 0 20 0 2 0 276556390 228220928 39824 33554432000 4194304 5965102 140736105247504 139863618398200 4382593 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 222872

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=27905520/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=223232 CPUtime=282.21 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 44952 0 0 0 28204 17 0 0 20 0 2 0 276556382 228589568 44243 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 55808 44243 190 433 0 55372 0
[pid=8630/tid=8632] ppid=8628 vsize=223232 CPUtime=281.44 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 42365 0 0 0 28124 20 0 0 20 0 2 0 276556390 228589568 44243 33554432000 4194304 5965102 140736105247504 139863618398376 4382769 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 223232

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=27851680/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=288768 CPUtime=342.17 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 57915 0 0 0 34196 21 0 0 20 0 2 0 276556382 295698432 57682 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 72192 57682 190 433 0 71756 0
[pid=8630/tid=8632] ppid=8628 vsize=288768 CPUtime=341.26 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 55328 0 0 0 34101 25 0 0 20 0 2 0 276556390 295698432 57682 33554432000 4194304 5965102 140736105247504 139863618398200 5137076 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) 288768

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 8636
/proc/meminfo: memFree=27813576/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=288768 CPUtime=402.16 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 66906 0 0 0 40192 24 0 0 20 0 2 0 276556382 295698432 66673 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 72192 66673 190 433 0 71756 0
[pid=8630/tid=8632] ppid=8628 vsize=288768 CPUtime=401.11 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 64319 0 0 0 40082 29 0 0 20 0 2 0 276556390 295698432 66673 33554432000 4194304 5965102 140736105247504 139863618398200 4221120 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) 288768

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 8676
/proc/meminfo: memFree=28128116/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=288768 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8708
/proc/meminfo: memFree=27557996/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1421.96 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116554 0 0 0 142144 52 0 0 20 0 2 0 276556382 497577984 116325 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116325 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1418.45 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 113967 0 0 0 141772 73 0 0 20 0 2 0 276556390 497577984 116325 33554432000 4194304 5965102 140736105247504 139863618398200 4382742 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 485916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8708
/proc/meminfo: memFree=27556788/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1481.94 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116558 0 0 0 148142 52 0 0 20 0 2 0 276556382 497577984 116329 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116329 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1478.29 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 113971 0 0 0 147755 74 0 0 20 0 2 0 276556390 497577984 116329 33554432000 4194304 5965102 140736105247504 139863618398200 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 485916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8708
/proc/meminfo: memFree=27556564/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1541.93 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116564 0 0 0 154141 52 0 0 20 0 2 0 276556382 497577984 116335 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116335 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1538.14 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 113977 0 0 0 153739 75 0 0 20 0 2 0 276556390 497577984 116335 33554432000 4194304 5965102 140736105247504 139863618398200 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 485916

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 8708
/proc/meminfo: memFree=27551416/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1601.92 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116577 0 0 0 160140 52 0 0 20 0 2 0 276556382 497577984 116348 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116348 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1597.98 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 113990 0 0 0 159722 76 0 0 20 0 2 0 276556390 497577984 116348 33554432000 4194304 5965102 140736105247504 139863618398200 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 485916

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8708
/proc/meminfo: memFree=27545960/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1661.92 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116596 0 0 0 166140 52 0 0 20 0 2 0 276556382 497577984 116367 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116367 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1657.83 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114009 0 0 0 165706 77 0 0 20 0 2 0 276556390 497577984 116367 33554432000 4194304 5965102 140736105247504 139863618398200 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 485916

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27545012/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1721.9 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116604 0 0 0 172138 52 0 0 20 0 2 0 276556382 497577984 116387 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116387 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1717.67 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114017 0 0 0 171689 78 0 0 20 0 2 0 276556390 497577984 116387 33554432000 4194304 5965102 140736105247504 139863618398200 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 485916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27489116/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1781.89 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116618 0 0 0 178137 52 0 0 20 0 2 0 276556382 497577984 116454 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116454 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1777.51 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114031 0 0 0 177672 79 0 0 20 0 2 0 276556390 497577984 116454 33554432000 4194304 5965102 140736105247504 139863618398200 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 485916

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 8709
/proc/meminfo: memFree=27486388/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1791.49 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116679 0 0 0 179097 52 0 0 20 0 2 0 276556382 497577984 116515 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116515 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1787.09 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114092 0 0 0 178630 79 0 0 20 0 2 0 276556390 497577984 116515 33554432000 4194304 5965102 140736105247504 139863618398200 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 485916

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27485396/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1794.69 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 116887 0 0 0 179417 52 0 0 20 0 2 0 276556382 497577984 116723 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116723 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1790.28 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114300 0 0 0 178949 79 0 0 20 0 2 0 276556390 497577984 116723 33554432000 4194304 5965102 140736105247504 139863618398008 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 485916

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27485024/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1797.88 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 117114 0 0 0 179736 52 0 0 20 0 2 0 276556382 497577984 116950 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 116950 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1793.47 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114527 0 0 0 179268 79 0 0 20 0 2 0 276556390 497577984 116950 33554432000 4194304 5965102 140736105247504 139863618398200 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 485916

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27484652/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1798.69 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 117191 0 0 0 179816 53 0 0 20 0 2 0 276556382 497577984 117027 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 117027 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1794.26 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114604 0 0 0 179347 79 0 0 20 0 2 0 276556390 497577984 117027 33554432000 4194304 5965102 140736105247504 139863618398200 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 485916

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27484280/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1799.1 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 117243 0 0 0 179857 53 0 0 20 0 2 0 276556382 497577984 117079 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 117079 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1794.67 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114656 0 0 0 179388 79 0 0 20 0 2 0 276556390 497577984 117079 33554432000 4194304 5965102 140736105247504 139863618398200 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 485916

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27484280/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1799.49 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 117267 0 0 0 179896 53 0 0 20 0 2 0 276556382 497577984 117103 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 117103 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1795.06 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114680 0 0 0 179427 79 0 0 20 0 2 0 276556390 497577984 117103 33554432000 4194304 5965102 140736105247504 139863618398200 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 485916

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8709
/proc/meminfo: memFree=27484280/32873844 swapFree=7620/7620
[pid=8630] ppid=8628 vsize=485916 CPUtime=1799.59 cores=1,3,5,7
/proc/8630/stat : 8630 (pwbo2.0) S 8628 8630 6880 0 -1 4202496 117279 0 0 0 179906 53 0 0 20 0 2 0 276556382 497577984 117115 33554432000 4194304 5965102 140736105247504 140736105247024 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8630/statm: 121479 117116 190 433 0 121043 0
[pid=8630/tid=8632] ppid=8628 vsize=485916 CPUtime=1795.16 cores=1,3,5,7
/proc/8630/task/8632/stat : 8632 (pwbo2.0) R 8628 8630 6880 0 -1 4202560 114693 0 0 0 179437 79 0 0 20 0 2 0 276556390 497577984 117116 33554432000 4194304 5965102 140736105247504 139863618398200 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 485916

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.59
CPU user time (s): 1799.06
CPU system time (s): 0.53
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 485916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 0.808877
maximum resident set size= 468476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117283
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= 195
involuntary context switches= 1939

runsolver used 3.71143 second user time and 8.91065 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 09:37:58
IDJOB=3704390
IDBENCH=90158
IDSOLVER=2280
FILE ID=node107/3704390-1338104278
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/ShortestPathNG/normalized-NG_K131.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704390-1338104278/watcher-3704390-1338104278 -o /tmp/evaluation-result-3704390-1338104278/solver-3704390-1338104278 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704390-1338104278.opb

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=373642141

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:        28153728 kB
Buffers:          292108 kB
Cached:          3305116 kB
SwapCached:            0 kB
Active:          1050936 kB
Inactive:        2876524 kB
Active(anon):     332852 kB
Inactive(anon):        0 kB
Active(file):     718084 kB
Inactive(file):  2876524 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6652 kB
Writeback:             0 kB
AnonPages:        337816 kB
Mapped:            15116 kB
Shmem:               200 kB
Slab:             649660 kB
SReclaimable:      92100 kB
SUnreclaim:       557560 kB
KernelStack:        1480 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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 10:07:59