Trace number 3704435

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704435-1338101552.opb.
0.00/0.00	c Instance file HOME/instance-3704435-1338101552.opb
0.00/0.00	c File size is 386966 bytes.
0.00/0.03	c Highest Coefficient sum: 90
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:      6052                                                |
0.00/0.03	c |  Number Clauses:        6143                                                |
0.00/0.03	c |  Number Cardinality:    89                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Decision                                            |
0.00/0.03	c |  Objective Function:    None                                                |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3704435-1338101552/watcher-3704435-1338101552 -o /tmp/evaluation-result-3704435-1338101552/solver-3704435-1338101552 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704435-1338101552.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.04 2.01 2.00 3/177 10883
/proc/meminfo: memFree=31016052/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=4660 CPUtime=0 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) R 10881 10883 9022 0 -1 4202496 550 0 0 0 0 0 0 0 20 0 1 0 276283740 4771840 502 33554432000 4194304 5965102 140734389751472 140735630264360 5180368 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 1165 506 163 433 0 634 0

[startup+0.00916489 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 10883
/proc/meminfo: memFree=31016052/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=4796 CPUtime=0 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) R 10881 10883 9022 0 -1 4202496 637 0 0 0 0 0 0 0 20 0 1 0 276283740 4911104 589 33554432000 4194304 5965102 140734389751472 140735630264360 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 1199 589 174 433 0 668 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4796

[startup+0.100154 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 10883
/proc/meminfo: memFree=31016052/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86032 CPUtime=0.09 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 2450 0 0 0 9 0 0 0 20 0 2 0 276283740 88096768 2209 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21508 2209 190 433 0 21072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86032

[startup+0.30011 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 10883
/proc/meminfo: memFree=31016052/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86032 CPUtime=0.29 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 2773 0 0 0 29 0 0 0 20 0 2 0 276283740 88096768 2532 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21508 2532 190 433 0 21072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86032

[startup+0.70011 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 10883
/proc/meminfo: memFree=31016052/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86032 CPUtime=0.69 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 3332 0 0 0 69 0 0 0 20 0 2 0 276283740 88096768 3091 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21508 3091 190 433 0 21072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86032

[startup+1.50026 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10885
/proc/meminfo: memFree=31002908/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86032 CPUtime=1.48 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 4126 0 0 0 148 0 0 0 20 0 2 0 276283740 88096768 3885 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21508 3885 190 433 0 21072 0
[pid=10883/tid=10885] ppid=10881 vsize=86032 CPUtime=1.45 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 2693 0 0 0 145 0 0 0 20 0 2 0 276283743 88096768 3885 33554432000 4194304 5965102 140734389751472 139688716887864 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86032

[startup+3.10026 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10885
/proc/meminfo: memFree=30997824/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86032 CPUtime=3.09 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 4911 0 0 0 308 1 0 0 20 0 2 0 276283740 88096768 4670 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21508 4670 190 433 0 21072 0
[pid=10883/tid=10885] ppid=10881 vsize=86032 CPUtime=3.05 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 3478 0 0 0 304 1 0 0 20 0 2 0 276283743 88096768 4670 33554432000 4194304 5965102 140734389751472 139688716888056 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86032

[startup+6.30031 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10885
/proc/meminfo: memFree=30990996/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86248 CPUtime=6.29 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 6583 0 0 0 627 2 0 0 20 0 2 0 276283740 88317952 6342 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21562 6342 190 433 0 21126 0
[pid=10883/tid=10885] ppid=10881 vsize=86248 CPUtime=6.25 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 5150 0 0 0 623 2 0 0 20 0 2 0 276283743 88317952 6342 33554432000 4194304 5965102 140734389751472 139688716887992 4401634 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) 86248

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10885
/proc/meminfo: memFree=30975496/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86248 CPUtime=12.68 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 9371 0 0 0 1265 3 0 0 20 0 2 0 276283740 88317952 9130 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21562 9130 190 433 0 21126 0
[pid=10883/tid=10885] ppid=10881 vsize=86248 CPUtime=12.65 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 7938 0 0 0 1261 4 0 0 20 0 2 0 276283743 88317952 9130 33554432000 4194304 5965102 140734389751472 139688716888104 4390150 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) 86248

[startup+25.5004 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 10885
/proc/meminfo: memFree=30952564/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=86356 CPUtime=25.48 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 13697 0 0 0 2544 4 0 0 20 0 2 0 276283740 88428544 13456 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 21589 13456 190 433 0 21153 0
[pid=10883/tid=10885] ppid=10881 vsize=86356 CPUtime=25.45 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 12264 0 0 0 2540 5 0 0 20 0 2 0 276283743 88428544 13456 33554432000 4194304 5965102 140734389751472 139688716888104 4221120 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) 86356

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10885
/proc/meminfo: memFree=30918712/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=152052 CPUtime=51.07 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 20332 0 0 0 5100 7 0 0 20 0 2 0 276283740 155701248 20091 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 38013 20091 190 433 0 37577 0
[pid=10883/tid=10885] ppid=10881 vsize=152052 CPUtime=51.05 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 18899 0 0 0 5097 8 0 0 20 0 2 0 276283743 155701248 20091 33554432000 4194304 5965102 140734389751472 139688716888056 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152052

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 10885
/proc/meminfo: memFree=30866632/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=152292 CPUtime=102.27 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 29309 0 0 0 10216 11 0 0 20 0 2 0 276283740 155947008 29068 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 38073 29068 190 433 0 37637 0
[pid=10883/tid=10885] ppid=10881 vsize=152292 CPUtime=102.25 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 27876 0 0 0 10212 13 0 0 20 0 2 0 276283743 155947008 29068 33554432000 4194304 5965102 140734389751472 139688716888056 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 152292

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10885
/proc/meminfo: memFree=30825132/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=152292 CPUtime=162.22 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 31841 0 0 0 16208 14 0 0 20 0 2 0 276283740 155947008 31602 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 38073 31602 190 433 0 37637 0
[pid=10883/tid=10885] ppid=10881 vsize=152292 CPUtime=162.21 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 30408 0 0 0 16205 16 0 0 20 0 2 0 276283743 155947008 31602 33554432000 4194304 5965102 140734389751472 139688716887864 4401127 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) 152292

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10925
/proc/meminfo: memFree=31135940/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=217828 CPUtime=222.19 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 35554 0 0 0 22203 16 0 0 20 0 2 0 276283740 223055872 35746 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 54457 35746 190 433 0 54021 0
[pid=10883/tid=10885] ppid=10881 vsize=217828 CPUtime=222.19 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 34121 0 0 0 22199 20 0 0 20 0 2 0 276283743 223055872 35746 33554432000 4194304 5965102 140734389751472 139688716887864 4382717 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 217828

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 10925
/proc/meminfo: memFree=31046172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=218476 CPUtime=282.15 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 45179 0 0 0 28193 22 0 0 20 0 2 0 276283740 223719424 45505 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 54619 45505 190 433 0 54183 0
[pid=10883/tid=10885] ppid=10881 vsize=218476 CPUtime=282.16 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 43746 0 0 0 28189 27 0 0 20 0 2 0 276283743 223719424 45505 33554432000 4194304 5965102 140734389751472 139688716888056 4382732 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 218476

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10925
/proc/meminfo: memFree=31019004/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=218476 CPUtime=342.14 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 45179 0 0 0 34192 22 0 0 20 0 2 0 276283740 223719424 45505 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 54619 45505 190 433 0 54183 0
[pid=10883/tid=10885] ppid=10881 vsize=218476 CPUtime=342.16 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 43746 0 0 0 34188 28 0 0 20 0 2 0 276283743 223719424 45505 33554432000 4194304 5965102 140734389751472 139688716888056 4383297 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 218476

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10925
/proc/meminfo: memFree=30935396/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=284372 CPUtime=402.14 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 55963 0 0 0 40186 28 0 0 20 0 2 0 276283740 291196928 56289 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 71093 56289 190 433 0 70657 0
[pid=10883/tid=10885] ppid=10881 vsize=284372 CPUtime=402.16 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 54530 0 0 0 40181 35 0 0 20 0 2 0 276283743 291196928 56289 33554432000 4194304 5965102 140734389751472 139688716888056 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 284372

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10928
/proc/meminfo: memFree=30875924/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=284372 CPUtime=462.12 cores=1,3,5,7

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

/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 84616 0 0 0 130134 75 0 0 20 0 2 0 276283743 437190656 87259 33554432000 4194304 5965102 140734389751472 139688716888056 4221120 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) 426944

[startup+1362.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/179 10996
/proc/meminfo: memFree=30864496/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1361.91 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 86050 0 0 0 136135 56 0 0 20 0 2 0 276283740 437190656 87260 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 87260 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1362.08 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 84617 0 0 0 136132 76 0 0 20 0 2 0 276283743 437190656 87260 33554432000 4194304 5965102 140734389751472 139688716888056 4401143 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) 426944

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.01 3/179 10997
/proc/meminfo: memFree=30826536/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1421.91 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 86056 0 0 0 142135 56 0 0 20 0 2 0 276283740 437190656 87356 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 87356 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1422.09 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 84623 0 0 0 142132 77 0 0 20 0 2 0 276283743 437190656 87356 33554432000 4194304 5965102 140734389751472 139688716888056 4400960 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) 426944

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 10997
/proc/meminfo: memFree=30809392/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1481.89 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 86056 0 0 0 148133 56 0 0 20 0 2 0 276283740 437190656 87356 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 87356 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1482.08 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 84623 0 0 0 148130 78 0 0 20 0 2 0 276283743 437190656 87356 33554432000 4194304 5965102 140734389751472 139688716888056 4401118 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) 426944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 10997
/proc/meminfo: memFree=30800528/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1541.88 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 86056 0 0 0 154132 56 0 0 20 0 2 0 276283740 437190656 87356 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 87356 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1542.08 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 84623 0 0 0 154129 79 0 0 20 0 2 0 276283743 437190656 87356 33554432000 4194304 5965102 140734389751472 139688716888056 4401056 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) 426944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10997
/proc/meminfo: memFree=30760652/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1601.86 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 86588 0 0 0 160130 56 0 0 20 0 2 0 276283740 437190656 87915 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 87915 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1602.07 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 85155 0 0 0 160126 81 0 0 20 0 2 0 276283743 437190656 87915 33554432000 4194304 5965102 140734389751472 139688716888056 4401109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 426944

[startup+1662.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/180 11039
/proc/meminfo: memFree=30922492/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1661.86 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 93514 0 0 0 166124 62 0 0 20 0 2 0 276283740 437190656 94841 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 94841 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1662.07 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 92081 0 0 0 166119 88 0 0 20 0 2 0 276283743 437190656 94841 33554432000 4194304 5965102 140734389751472 139688716888056 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 426944

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/179 11040
/proc/meminfo: memFree=30850720/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1721.85 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94892 0 0 0 172121 64 0 0 20 0 2 0 276283740 437190656 96219 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96219 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1722.07 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93459 0 0 0 172116 91 0 0 20 0 2 0 276283743 437190656 96219 33554432000 4194304 5965102 140734389751472 139688716888056 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 426944

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818064/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1781.84 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 178120 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1782.07 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 178115 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 426944

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818296/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1791.45 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179081 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1791.68 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179076 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 426944

[startup+1795.1 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1794.65 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179401 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1794.88 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179396 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 426944

[startup+1798.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1797.84 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179720 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1798.07 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179715 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 426944

[startup+1799.1 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1798.64 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179800 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1798.87 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179795 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 426944

[startup+1799.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1799.04 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179840 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1799.28 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179836 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4401084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 426944

[startup+1799.9 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1799.44 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179880 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1799.67 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179875 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4401149 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 426944

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11040
/proc/meminfo: memFree=30818172/32873844 swapFree=7108/7108
[pid=10883] ppid=10881 vsize=426944 CPUtime=1799.54 cores=1,3,5,7
/proc/10883/stat : 10883 (pwbo2.0) S 10881 10883 9022 0 -1 4202496 94898 0 0 0 179890 64 0 0 20 0 2 0 276283740 437190656 96225 33554432000 4194304 5965102 140734389751472 140734389750992 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10883/statm: 106736 96225 190 433 0 106300 0
[pid=10883/tid=10885] ppid=10881 vsize=426944 CPUtime=1799.77 cores=1,3,5,7
/proc/10883/task/10885/stat : 10885 (pwbo2.0) R 10881 10883 9022 0 -1 4202560 93465 0 0 0 179885 92 0 0 20 0 2 0 276283743 437190656 96225 33554432000 4194304 5965102 140734389751472 139688716888056 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 426944

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.89
CPU system time (s): 0.937857
CPU usage (%): 99.9896
Max. virtual memory (cumulated for all children) (KiB): 426944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 0.937857
maximum resident set size= 384912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94901
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= 163
involuntary context switches= 2836

runsolver used 9.45156 second user time and 16.6115 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 08:52:32
IDJOB=3704435
IDBENCH=90128
IDSOLVER=2280
FILE ID=node103/3704435-1338101552
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=1502182566

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31016324 kB
Buffers:          294488 kB
Cached:           405340 kB
SwapCached:         4540 kB
Active:           863492 kB
Inactive:         163020 kB
Active(anon):     322800 kB
Inactive(anon):     6220 kB
Active(file):     540692 kB
Inactive(file):   156800 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        345036 kB
Mapped:            12360 kB
Shmem:                 8 kB
Slab:             690288 kB
SReclaimable:     132812 kB
SUnreclaim:       557476 kB
KernelStack:        1496 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 71584 MiB
End job on node103 at 2012-05-27 09:22:32