Trace number 3726656

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.44 1800.04

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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-3726656-1338658856.opb.
0.00/0.00	c Instance file HOME/instance-3726656-1338658856.opb
0.00/0.00	c File size is 315937781 bytes.
20.89/20.97	c Highest Coefficient sum: 2458
20.89/20.97	c ============================[ Problem Statistics ]=============================
20.89/20.97	c |                                                                             |
20.89/20.97	c |  Parsing time:          20.97        s                                      |
20.89/20.97	c |  Number Variables:      288080                                              |
20.89/20.97	c |  Number Clauses:        5771829                                             |
20.89/20.97	c |  Number Cardinality:    22887                                               |
20.89/20.97	c |  Number PB Constraints: 651187                                              |
20.89/20.97	c |                                                                             |
24.77/24.87	c |  Problem Type:          Decision                                            |
24.77/24.87	c |  Objective Function:    None                                                |
24.77/24.87	c |                                                                             |
24.77/24.87	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3726656-1338658856/watcher-3726656-1338658856 -o /tmp/evaluation-result-3726656-1338658856/solver-3726656-1338658856 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726656-1338658856.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2965
/proc/meminfo: memFree=25414496/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=311680 CPUtime=0 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 332011773 319160320 266 33554432000 4194304 5964478 140733759536608 140733759534488 4344275 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 77920 267 173 433 0 350 0

[startup+0.0847169 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2965
/proc/meminfo: memFree=25414496/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=315292 CPUtime=0.08 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 1496 0 0 0 8 0 0 0 20 0 1 0 332011773 322859008 1448 33554432000 4194304 5964478 140733759536608 140733759534488 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 78823 1448 462 433 0 1253 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 315292

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2965
/proc/meminfo: memFree=25414496/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=316116 CPUtime=0.09 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 1773 0 0 0 9 0 0 0 20 0 1 0 332011773 323702784 1692 33554432000 4194304 5964478 140733759536608 140733759534488 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 79029 1692 524 433 0 1459 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 316116

[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2965
/proc/meminfo: memFree=25414496/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=324952 CPUtime=0.29 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 4713 0 0 0 29 0 0 0 20 0 1 0 332011773 332750848 4567 33554432000 4194304 5964478 140733759536608 140733759534488 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 81238 4568 1260 433 0 3668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 324952

[startup+0.700309 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2965
/proc/meminfo: memFree=25414496/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=342316 CPUtime=0.69 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 10584 0 0 0 68 1 0 0 20 0 1 0 332011773 350531584 10309 33554432000 4194304 5964478 140733759536608 140733759534488 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 85579 10310 2734 433 0 8009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 342316

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 2966
/proc/meminfo: memFree=25370956/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=376636 CPUtime=1.49 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 22094 0 0 0 145 4 0 0 20 0 1 0 332011773 385675264 21562 33554432000 4194304 5964478 140733759536608 140733759534952 5136420 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 94159 21562 5789 433 0 16589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 376636

[startup+3.10025 s]
/proc/loadavg: 2.08 2.02 1.96 3/176 2966
/proc/meminfo: memFree=25326516/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=440328 CPUtime=3.09 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 43908 0 0 0 303 6 0 0 20 0 1 0 332011773 450895872 43374 33554432000 4194304 5964478 140733759536608 140733759534952 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 110082 43374 11732 433 0 32512 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440328

[startup+6.30028 s]
/proc/loadavg: 2.08 2.02 1.96 3/176 2966
/proc/meminfo: memFree=25202020/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=570244 CPUtime=6.29 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 85449 0 0 0 618 11 0 0 20 0 1 0 332011773 583929856 86956 33554432000 4194304 5964478 140733759536608 140733759535096 4344880 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 142561 86956 23510 433 0 64991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 570244

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 2966
/proc/meminfo: memFree=24939840/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=829632 CPUtime=12.69 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) R 2963 2965 909 0 -1 4202496 167332 0 0 0 1246 23 0 0 20 0 1 0 332011773 849543168 173944 33554432000 4194304 5964478 140733759536608 140733759534984 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 207408 173944 48549 433 0 129838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 829632

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 1.96 3/176 2967
/proc/meminfo: memFree=24278320/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1293012 CPUtime=25.47 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 346809 0 0 0 2494 53 0 0 20 0 2 0 332011773 1324044288 299782 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 323253 299784 178 433 0 322817 0
[pid=2965/tid=2967] ppid=2963 vsize=1293012 CPUtime=4.5 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 86823 0 0 0 433 17 0 0 20 0 2 0 332013871 1324044288 299785 33554432000 4194304 5964478 140733759536608 140533115529928 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1293012

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.96 3/177 2968
/proc/meminfo: memFree=23662880/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1795420 CPUtime=51.07 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 485170 0 0 0 5025 82 0 0 20 0 2 0 332011773 1838510080 431891 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 448855 431891 187 433 0 448419 0
[pid=2965/tid=2967] ppid=2963 vsize=1795420 CPUtime=30.03 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 225180 0 0 0 2958 45 0 0 20 0 2 0 332013871 1838510080 431891 33554432000 4194304 5964478 140733759536608 140533115529208 4400024 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1795420

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 2968
/proc/meminfo: memFree=23578668/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1860956 CPUtime=102.26 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 497362 0 0 0 10136 90 0 0 20 0 2 0 332011773 1905618944 444083 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 465239 444083 187 433 0 464803 0
[pid=2965/tid=2967] ppid=2963 vsize=1860956 CPUtime=81.11 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 237372 0 0 0 8057 54 0 0 20 0 2 0 332013871 1905618944 444083 33554432000 4194304 5964478 140733759536608 140533115529016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1860956

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/177 2968
/proc/meminfo: memFree=23495492/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1926492 CPUtime=162.25 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 510546 0 0 0 16126 99 0 0 20 0 2 0 332011773 1972727808 457267 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 481623 457267 187 433 0 481187 0
[pid=2965/tid=2967] ppid=2963 vsize=1926492 CPUtime=140.95 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 250556 0 0 0 14030 65 0 0 20 0 2 0 332013871 1972727808 457267 33554432000 4194304 5964478 140733759536608 140533115529208 4400416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1926492

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 2968
/proc/meminfo: memFree=23418048/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1992028 CPUtime=222.24 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 523743 0 0 0 22116 108 0 0 20 0 2 0 332011773 2039836672 470464 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 498007 470464 187 433 0 497571 0
[pid=2965/tid=2967] ppid=2963 vsize=1992028 CPUtime=200.79 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 263753 0 0 0 20004 75 0 0 20 0 2 0 332013871 2039836672 470464 33554432000 4194304 5964478 140733759536608 140533115529016 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1992028

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 2968
/proc/meminfo: memFree=23354096/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=1992028 CPUtime=282.23 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 535003 0 0 0 28107 116 0 0 20 0 2 0 332011773 2039836672 481750 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 498007 481750 187 433 0 497571 0
[pid=2965/tid=2967] ppid=2963 vsize=1992028 CPUtime=260.64 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 275013 0 0 0 25981 83 0 0 20 0 2 0 332013871 2039836672 481750 33554432000 4194304 5964478 140733759536608 140533115529208 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1992028

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/177 2969
/proc/meminfo: memFree=23291256/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2057564 CPUtime=342.22 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 545501 0 0 0 34096 126 0 0 20 0 2 0 332011773 2106945536 492292 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 514391 492292 187 433 0 513955 0
[pid=2965/tid=2967] ppid=2963 vsize=2057564 CPUtime=320.48 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 285511 0 0 0 31955 93 0 0 20 0 2 0 332013871 2106945536 492292 33554432000 4194304 5964478 140733759536608 140533115529208 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2057564

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 2969
/proc/meminfo: memFree=23235112/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2123100 CPUtime=402.21 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 555185 0 0 0 40088 133 0 0 20 0 2 0 332011773 2174054400 502051 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 530775 502051 187 433 0 530339 0
[pid=2965/tid=2967] ppid=2963 vsize=2123100 CPUtime=380.32 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 295195 0 0 0 37931 101 0 0 20 0 2 0 332013871 2174054400 502051 33554432000 4194304 5964478 140733759536608 140533115529208 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2123100

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 2969
/proc/meminfo: memFree=23180208/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2123100 CPUtime=462.2 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 564026 0 0 0 46081 139 0 0 20 0 2 0 332011773 2174054400 511047 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 530775 511047 187 433 0 530339 0
[pid=2965/tid=2967] ppid=2963 vsize=2123100 CPUtime=440.17 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 304036 0 0 0 43909 108 0 0 20 0 2 0 332013871 2174054400 511047 33554432000 4194304 5964478 140733759536608 140533115529144 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2123100

[startup+522.3 s]

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 3001
/proc/meminfo: memFree=22500296/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2581852 CPUtime=1421.8 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 676438 0 0 0 141956 224 0 0 20 0 2 0 332011773 2643816448 629940 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 645463 629940 187 433 0 645027 0
[pid=2965/tid=2967] ppid=2963 vsize=2581852 CPUtime=1397.45 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 416448 0 0 0 139537 208 0 0 20 0 2 0 332013871 2643816448 629940 33554432000 4194304 5964478 140733759536608 140533115529016 4399986 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 2581852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3001
/proc/meminfo: memFree=22470404/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2647388 CPUtime=1481.79 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 681910 0 0 0 147950 229 0 0 20 0 2 0 332011773 2710925312 635412 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 661847 635412 187 433 0 661411 0
[pid=2965/tid=2967] ppid=2963 vsize=2647388 CPUtime=1457.28 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 421920 0 0 0 145514 214 0 0 20 0 2 0 332013871 2710925312 635412 33554432000 4194304 5964478 140733759536608 140533115529208 5179584 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 2647388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3001
/proc/meminfo: memFree=22436836/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2647388 CPUtime=1541.78 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 687958 0 0 0 153944 234 0 0 20 0 2 0 332011773 2710925312 641971 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 661847 641971 187 433 0 661411 0
[pid=2965/tid=2967] ppid=2963 vsize=2647388 CPUtime=1517.13 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 427968 0 0 0 151493 220 0 0 20 0 2 0 332013871 2710925312 641971 33554432000 4194304 5964478 140733759536608 140533115529208 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 2647388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3002
/proc/meminfo: memFree=22410272/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2647388 CPUtime=1601.77 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 693126 0 0 0 159938 239 0 0 20 0 2 0 332011773 2710925312 647139 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 661847 647139 187 433 0 661411 0
[pid=2965/tid=2967] ppid=2963 vsize=2647388 CPUtime=1576.98 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 433136 0 0 0 157473 225 0 0 20 0 2 0 332013871 2710925312 647139 33554432000 4194304 5964478 140733759536608 140533115529208 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 2647388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3002
/proc/meminfo: memFree=22380356/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1661.76 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 698604 0 0 0 165931 245 0 0 20 0 2 0 332011773 2778034176 652617 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 652617 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1636.82 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 438614 0 0 0 163450 232 0 0 20 0 2 0 332013871 2778034176 652617 33554432000 4194304 5964478 140733759536608 140533115529016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 2712924

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/177 3002
/proc/meminfo: memFree=22346908/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1721.75 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 703916 0 0 0 171926 249 0 0 20 0 2 0 332011773 2778034176 657929 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 657929 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1696.67 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 443926 0 0 0 169429 238 0 0 20 0 2 0 332013871 2778034176 657929 33554432000 4194304 5964478 140733759536608 140533115529016 4400422 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 2712924

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3005
/proc/meminfo: memFree=22314812/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1781.74 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 708730 0 0 0 177921 253 0 0 20 0 2 0 332011773 2778034176 662743 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 662743 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1756.51 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 448740 0 0 0 175409 242 0 0 20 0 2 0 332013871 2778034176 662743 33554432000 4194304 5964478 140733759536608 140533115529016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2712924

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.00 3/174 3033
/proc/meminfo: memFree=23089476/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1791.34 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 709863 0 0 0 178881 253 0 0 20 0 2 0 332011773 2778034176 663876 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 663876 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1766.09 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 449873 0 0 0 176367 242 0 0 20 0 2 0 332013871 2778034176 663876 33554432000 4194304 5964478 140733759536608 140533115529016 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 2712924

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3043
/proc/meminfo: memFree=22954708/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1794.54 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 709916 0 0 0 179201 253 0 0 20 0 2 0 332011773 2778034176 663929 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 663929 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1769.29 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 449926 0 0 0 176686 243 0 0 20 0 2 0 332013871 2778034176 663929 33554432000 4194304 5964478 140733759536608 140533115529016 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 2712924

[startup+1798.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/178 3044
/proc/meminfo: memFree=22768692/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1797.74 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 710144 0 0 0 179520 254 0 0 20 0 2 0 332011773 2778034176 664157 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 664157 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1772.47 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 450154 0 0 0 177004 243 0 0 20 0 2 0 332013871 2778034176 664157 33554432000 4194304 5964478 140733759536608 140533115529016 4392805 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 2712924

[startup+1799.1 s]
/proc/loadavg: 2.11 2.04 2.00 3/178 3044
/proc/meminfo: memFree=22766840/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1798.54 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 710173 0 0 0 179600 254 0 0 20 0 2 0 332011773 2778034176 664186 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 664186 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1773.27 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 450183 0 0 0 177084 243 0 0 20 0 2 0 332013871 2778034176 664186 33554432000 4194304 5964478 140733759536608 140533115529016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 2712924

[startup+1799.5 s]
/proc/loadavg: 2.11 2.04 2.00 3/177 3044
/proc/meminfo: memFree=22765484/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2712924 CPUtime=1798.95 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 710199 0 0 0 179641 254 0 0 20 0 2 0 332011773 2778034176 664212 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 678231 664212 187 433 0 677795 0
[pid=2965/tid=2967] ppid=2963 vsize=2712924 CPUtime=1773.67 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 450209 0 0 0 177124 243 0 0 20 0 2 0 332013871 2778034176 664212 33554432000 4194304 5964478 140733759536608 140533115529016 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 2712924

[startup+1799.9 s]
/proc/loadavg: 2.11 2.04 2.00 3/177 3044
/proc/meminfo: memFree=22765484/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2778460 CPUtime=1799.34 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 710265 0 0 0 179680 254 0 0 20 0 2 0 332011773 2845143040 664278 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 694615 664278 187 433 0 694179 0
[pid=2965/tid=2967] ppid=2963 vsize=2778460 CPUtime=1774.07 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 450275 0 0 0 177164 243 0 0 20 0 2 0 332013871 2845143040 664278 33554432000 4194304 5964478 140733759536608 140533115529016 4399881 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 2778460

[startup+1800 s]
/proc/loadavg: 2.11 2.04 2.00 3/177 3044
/proc/meminfo: memFree=22765484/32873852 swapFree=6856/6856
[pid=2965] ppid=2963 vsize=2778460 CPUtime=1799.44 cores=0,2,4,6
/proc/2965/stat : 2965 (pwbo2.02) S 2963 2965 909 0 -1 4202496 710265 0 0 0 179690 254 0 0 20 0 2 0 332011773 2845143040 664278 33554432000 4194304 5964478 140733759536608 140733759536128 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2965/statm: 694615 664278 187 433 0 694179 0
[pid=2965/tid=2967] ppid=2963 vsize=2778460 CPUtime=1774.17 cores=0,2,4,6
/proc/2965/task/2967/stat : 2967 (pwbo2.02) R 2963 2965 909 0 -1 4202560 450275 0 0 0 177174 243 0 0 20 0 2 0 332013871 2845143040 664278 33554432000 4194304 5964478 140733759536608 140533115529016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 2778460

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2965 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=340522
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=846567
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.04
CPU time (s): 1799.44
CPU user time (s): 1796.9
CPU system time (s): 2.54
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 2778460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.34
system time used= 2.84657
maximum resident set size= 2657132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 710270
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= 438
involuntary context switches= 1955

runsolver used 2.76458 second user time and 7.07692 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-02 19:41:03
IDJOB=3726656
IDBENCH=89646
IDSOLVER=2310
FILE ID=node129/3726656-1338658856
RUNJOBID= node129-1338651651-2399
PBS_JOBID= 14636451
Free space on /tmp= 70144 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=2123394213

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25414876 kB
Buffers:          448668 kB
Cached:          5800500 kB
SwapCached:            0 kB
Active:          3124016 kB
Inactive:        3448008 kB
Active(anon):     314828 kB
Inactive(anon):    10760 kB
Active(file):    2809188 kB
Inactive(file):  3437248 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            369924 kB
Writeback:             0 kB
AnonPages:        329896 kB
Mapped:            15088 kB
Shmem:               204 kB
Slab:             750136 kB
SReclaimable:     187984 kB
SUnreclaim:       562152 kB
KernelStack:        1432 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     285344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 70136 MiB
End job on node129 at 2012-06-02 20:11:03