Trace number 3726504

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.97 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726504-1338651602.opb.
0.00/0.00	c Instance file HOME/instance-3726504-1338651602.opb
0.00/0.00	c File size is 39935 bytes.
0.00/0.01	c Highest Coefficient sum: 138
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.00         s                                      |
0.00/0.01	c |  Number Variables:      370                                                 |
0.00/0.01	c |  Number Clauses:        558                                                 |
0.00/0.01	c |  Number Cardinality:    2                                                   |
0.00/0.01	c |  Number PB Constraints: 249                                                 |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.61/1800.01	c ===============================================================================
1799.61/1800.01	c Wall Clock Time: 1800.00 s
1799.61/1800.01	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-3726504-1338651602/watcher-3726504-1338651602 -o /tmp/evaluation-result-3726504-1338651602/solver-3726504-1338651602 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726504-1338651602.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: 1.06 1.56 1.83 5/176 26693
/proc/meminfo: memFree=27929252/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/26692/stat : 26692 (runsolver) D 26688 26692 25232 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 331286153 12095488 52 33554432000 4194304 5436572 140736254304400 140736254300696 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/26692/statm: 2953 52 31 304 0 2645 0

[startup+0.103995 s]
/proc/loadavg: 1.06 1.56 1.83 5/176 26693
/proc/meminfo: memFree=27929252/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83804 CPUtime=0.09 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 1115 0 0 0 9 0 0 0 20 0 2 0 331286153 85815296 1058 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20951 1058 187 433 0 20515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83804

[startup+0.200112 s]
/proc/loadavg: 1.06 1.56 1.83 5/176 26693
/proc/meminfo: memFree=27929252/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83804 CPUtime=0.18 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 1280 0 0 0 18 0 0 0 20 0 2 0 331286153 85815296 1223 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20951 1223 187 433 0 20515 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 83804

[startup+0.300112 s]
/proc/loadavg: 1.06 1.56 1.83 5/176 26693
/proc/meminfo: memFree=27929252/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83804 CPUtime=0.28 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 1420 0 0 0 28 0 0 0 20 0 2 0 331286153 85815296 1363 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20951 1363 187 433 0 20515 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83804

[startup+0.700114 s]
/proc/loadavg: 1.06 1.56 1.83 5/176 26693
/proc/meminfo: memFree=27929252/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83804 CPUtime=0.68 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 1939 0 0 0 68 0 0 0 20 0 2 0 331286153 85815296 1882 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20951 1882 187 433 0 20515 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83804

[startup+1.50021 s]
/proc/loadavg: 1.13 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27914500/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83804 CPUtime=1.48 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 2595 0 0 0 148 0 0 0 20 0 2 0 331286153 85815296 2538 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20951 2538 187 433 0 20515 0
[pid=26692/tid=26697] ppid=26688 vsize=83804 CPUtime=1.47 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 1824 0 0 0 147 0 0 0 20 0 2 0 331286154 85815296 2538 33554432000 4194304 5964478 140734613577312 140306488207160 4400067 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83804

[startup+3.10021 s]
/proc/loadavg: 1.13 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27905588/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=83948 CPUtime=3.08 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 3023 0 0 0 307 1 0 0 20 0 2 0 331286153 85962752 2966 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 20987 2966 187 433 0 20551 0
[pid=26692/tid=26697] ppid=26688 vsize=83948 CPUtime=3.07 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 2252 0 0 0 307 0 0 0 20 0 2 0 331286154 85962752 2966 33554432000 4194304 5964478 140734613577312 140306488207160 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83948

[startup+6.30021 s]
/proc/loadavg: 1.13 1.57 1.83 3/180 26736
/proc/meminfo: memFree=27897056/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=84020 CPUtime=6.28 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 4121 0 0 0 627 1 0 0 20 0 2 0 331286153 86036480 4089 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 21005 4089 187 433 0 20569 0
[pid=26692/tid=26697] ppid=26688 vsize=84020 CPUtime=6.27 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 3350 0 0 0 626 1 0 0 20 0 2 0 331286154 86036480 4089 33554432000 4194304 5964478 140734613577312 140306488207160 4400435 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84020

[startup+12.7003 s]
/proc/loadavg: 1.26 1.58 1.83 3/180 26736
/proc/meminfo: memFree=27881104/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=84524 CPUtime=12.67 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 5638 0 0 0 1266 1 0 0 20 0 2 0 331286153 86552576 5606 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 21131 5606 187 433 0 20695 0
[pid=26692/tid=26697] ppid=26688 vsize=84524 CPUtime=12.67 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 4867 0 0 0 1265 2 0 0 20 0 2 0 331286154 86552576 5606 33554432000 4194304 5964478 140734613577312 140306488207352 4381974 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84524

[startup+25.5003 s]
/proc/loadavg: 1.38 1.59 1.83 3/180 26736
/proc/meminfo: memFree=27859724/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=87296 CPUtime=25.47 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 7919 0 0 0 2545 2 0 0 20 0 2 0 331286153 89391104 8080 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 21824 8080 187 433 0 21388 0
[pid=26692/tid=26697] ppid=26688 vsize=87296 CPUtime=25.47 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 7148 0 0 0 2544 3 0 0 20 0 2 0 331286154 89391104 8080 33554432000 4194304 5964478 140734613577312 140306488207160 4221120 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) 87296

[startup+51.1002 s]
/proc/loadavg: 1.59 1.62 1.83 3/180 26736
/proc/meminfo: memFree=27829872/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=90264 CPUtime=51.07 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 10596 0 0 0 5104 3 0 0 20 0 2 0 331286153 92430336 10757 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 22566 10757 187 433 0 22130 0
[pid=26692/tid=26697] ppid=26688 vsize=90264 CPUtime=51.07 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 9825 0 0 0 5103 4 0 0 20 0 2 0 331286154 92430336 10757 33554432000 4194304 5964478 140734613577312 140306488207160 4399920 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) 90264

[startup+102.3 s]
/proc/loadavg: 1.83 1.69 1.84 3/179 26736
/proc/meminfo: memFree=27784988/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=95772 CPUtime=102.25 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 16157 0 0 0 10218 7 0 0 20 0 2 0 331286153 98070528 16854 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 23943 16854 187 433 0 23507 0
[pid=26692/tid=26697] ppid=26688 vsize=95772 CPUtime=102.26 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 15386 0 0 0 10217 9 0 0 20 0 2 0 331286154 98070528 16854 33554432000 4194304 5964478 140734613577312 140306488207400 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 95772

[startup+162.3 s]
/proc/loadavg: 1.99 1.75 1.85 3/179 26736
/proc/meminfo: memFree=27737412/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=167252 CPUtime=162.24 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 21281 0 0 0 16213 11 0 0 20 0 2 0 331286153 171266048 21978 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 41813 21978 187 433 0 41377 0
[pid=26692/tid=26697] ppid=26688 vsize=167252 CPUtime=162.26 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 20510 0 0 0 16213 13 0 0 20 0 2 0 331286154 171266048 21978 33554432000 4194304 5964478 140734613577312 140306488207400 4403370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 167252

[startup+222.307 s]
/proc/loadavg: 1.99 1.80 1.85 3/179 26737
/proc/meminfo: memFree=27709632/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=169156 CPUtime=222.22 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 23874 0 0 0 22210 12 0 0 20 0 2 0 331286153 173215744 24571 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 42289 24571 187 433 0 41853 0
[pid=26692/tid=26697] ppid=26688 vsize=169156 CPUtime=222.26 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 23103 0 0 0 22210 16 0 0 20 0 2 0 331286154 173215744 24571 33554432000 4194304 5964478 140734613577312 140306488207160 4400470 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 169156

[startup+282.3 s]
/proc/loadavg: 1.99 1.83 1.86 3/179 26737
/proc/meminfo: memFree=27676156/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=170952 CPUtime=282.21 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 26751 0 0 0 28205 16 0 0 20 0 2 0 331286153 175054848 27447 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 42738 27447 187 433 0 42302 0
[pid=26692/tid=26697] ppid=26688 vsize=170952 CPUtime=282.25 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 25980 0 0 0 28205 20 0 0 20 0 2 0 331286154 175054848 27447 33554432000 4194304 5964478 140734613577312 140306488207352 4400784 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 170952

[startup+342.3 s]
/proc/loadavg: 1.99 1.86 1.86 3/179 26737
/proc/meminfo: memFree=27651416/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=173236 CPUtime=342.19 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 31061 0 0 0 34200 19 0 0 20 0 2 0 331286153 177393664 31756 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 43309 31756 187 433 0 42873 0
[pid=26692/tid=26697] ppid=26688 vsize=173236 CPUtime=342.25 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 30290 0 0 0 34200 25 0 0 20 0 2 0 331286154 177393664 31756 33554432000 4194304 5964478 140734613577312 140306488207160 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 173236

[startup+402.3 s]
/proc/loadavg: 1.99 1.88 1.87 3/179 26737
/proc/meminfo: memFree=27640156/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=174348 CPUtime=402.19 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 31706 0 0 0 40198 21 0 0 20 0 2 0 331286153 178532352 32401 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 43587 32401 187 433 0 43151 0
[pid=26692/tid=26697] ppid=26688 vsize=174348 CPUtime=402.25 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 30935 0 0 0 40198 27 0 0 20 0 2 0 331286154 178532352 32401 33554432000 4194304 5964478 140734613577312 140306488207352 4399932 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 174348

[startup+462.3 s]
/proc/loadavg: 2.06 1.92 1.88 3/179 26737
/proc/meminfo: memFree=27604888/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=176844 CPUtime=462.16 cores=0,2,4,6

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

/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 64853 0 0 0 124152 72 0 0 20 0 2 0 331286154 330215424 66365 33554432000 4194304 5964478 140734613577312 140306488207352 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 322476

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/180 26769
/proc/meminfo: memFree=27368988/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=323144 CPUtime=1302.01 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 65718 0 0 0 130147 54 0 0 20 0 2 0 331286153 330899456 66459 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 80786 66459 187 433 0 80350 0
[pid=26692/tid=26697] ppid=26688 vsize=323144 CPUtime=1302.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 64947 0 0 0 130151 73 0 0 20 0 2 0 331286154 330899456 66459 33554432000 4194304 5964478 140734613577312 140306488207400 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 323144

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 26769
/proc/meminfo: memFree=27362504/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=324316 CPUtime=1362 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 67677 0 0 0 136144 56 0 0 20 0 2 0 331286153 332099584 68418 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 81079 68418 187 433 0 80643 0
[pid=26692/tid=26697] ppid=26688 vsize=324316 CPUtime=1362.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 66906 0 0 0 136147 77 0 0 20 0 2 0 331286154 332099584 68418 33554432000 4194304 5964478 140734613577312 140306488207352 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 324316

[startup+1422.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/179 26770
/proc/meminfo: memFree=27346932/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=325316 CPUtime=1422 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 71088 0 0 0 142140 60 0 0 20 0 2 0 331286153 333123584 71832 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 81329 71832 187 433 0 80893 0
[pid=26692/tid=26697] ppid=26688 vsize=325316 CPUtime=1422.25 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 70317 0 0 0 142143 82 0 0 20 0 2 0 331286154 333123584 71832 33554432000 4194304 5964478 140734613577312 140306488207352 4388824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 325316

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27328744/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=326216 CPUtime=1481.97 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 71268 0 0 0 148137 60 0 0 20 0 2 0 331286153 334045184 72014 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 81554 72014 187 433 0 81118 0
[pid=26692/tid=26697] ppid=26688 vsize=326216 CPUtime=1482.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 70497 0 0 0 148141 83 0 0 20 0 2 0 331286154 334045184 72014 33554432000 4194304 5964478 140734613577312 140306488207400 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 326216

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27316220/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=327460 CPUtime=1541.96 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 72221 0 0 0 154136 60 0 0 20 0 2 0 331286153 335319040 72967 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 81865 72967 187 433 0 81429 0
[pid=26692/tid=26697] ppid=26688 vsize=327460 CPUtime=1542.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 71450 0 0 0 154140 84 0 0 20 0 2 0 331286154 335319040 72967 33554432000 4194304 5964478 140734613577312 140306488206872 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 327460

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 26771
/proc/meminfo: memFree=27298724/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=393916 CPUtime=1601.95 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 76630 0 0 0 160130 65 0 0 20 0 2 0 331286153 403369984 77376 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98479 77376 187 433 0 98043 0
[pid=26692/tid=26697] ppid=26688 vsize=393916 CPUtime=1602.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 75859 0 0 0 160134 90 0 0 20 0 2 0 331286154 403369984 77376 33554432000 4194304 5964478 140734613577312 140306488206872 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 393916

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/179 26771
/proc/meminfo: memFree=27288556/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=394024 CPUtime=1661.94 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77472 0 0 0 166128 66 0 0 20 0 2 0 331286153 403480576 78218 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98506 78218 187 433 0 98070 0
[pid=26692/tid=26697] ppid=26688 vsize=394024 CPUtime=1662.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 76701 0 0 0 166132 92 0 0 20 0 2 0 331286154 403480576 78218 33554432000 4194304 5964478 140734613577312 140306488207400 4400006 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 394024

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/179 26771
/proc/meminfo: memFree=27273436/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=394096 CPUtime=1721.93 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77496 0 0 0 172127 66 0 0 20 0 2 0 331286153 403554304 78242 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98524 78242 187 433 0 98088 0
[pid=26692/tid=26697] ppid=26688 vsize=394096 CPUtime=1722.24 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 76725 0 0 0 172131 93 0 0 20 0 2 0 331286154 403554304 78242 33554432000 4194304 5964478 140734613577312 140306488207400 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 394096

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27264256/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=394960 CPUtime=1781.92 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77675 0 0 0 178126 66 0 0 20 0 2 0 331286153 404439040 78419 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98740 78419 187 433 0 98304 0
[pid=26692/tid=26697] ppid=26688 vsize=394960 CPUtime=1782.25 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 76904 0 0 0 178131 94 0 0 20 0 2 0 331286154 404439040 78419 33554432000 4194304 5964478 140734613577312 140306488207160 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 394960

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263992/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395572 CPUtime=1791.62 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77809 0 0 0 179096 66 0 0 20 0 2 0 331286153 405065728 78549 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98893 78549 187 433 0 98457 0
[pid=26692/tid=26697] ppid=26688 vsize=395572 CPUtime=1791.94 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77038 0 0 0 179100 94 0 0 20 0 2 0 331286154 405065728 78549 33554432000 4194304 5964478 140734613577312 140306488207160 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 395572

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263744/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395716 CPUtime=1794.82 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77835 0 0 0 179416 66 0 0 20 0 2 0 331286153 405213184 78575 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98929 78575 187 433 0 98493 0
[pid=26692/tid=26697] ppid=26688 vsize=395716 CPUtime=1795.15 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77064 0 0 0 179421 94 0 0 20 0 2 0 331286154 405213184 78575 33554432000 4194304 5964478 140734613577312 140306488207160 4400519 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 395716

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 26772
/proc/meminfo: memFree=27263744/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395716 CPUtime=1798.01 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77835 0 0 0 179735 66 0 0 20 0 2 0 331286153 405213184 78575 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98929 78575 187 433 0 98493 0
[pid=26692/tid=26697] ppid=26688 vsize=395716 CPUtime=1798.34 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77064 0 0 0 179740 94 0 0 20 0 2 0 331286154 405213184 78575 33554432000 4194304 5964478 140734613577312 140306488207160 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 395716

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26773
/proc/meminfo: memFree=27263480/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395716 CPUtime=1798.81 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77835 0 0 0 179815 66 0 0 20 0 2 0 331286153 405213184 78575 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98929 78575 187 433 0 98493 0
[pid=26692/tid=26697] ppid=26688 vsize=395716 CPUtime=1799.14 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77064 0 0 0 179820 94 0 0 20 0 2 0 331286154 405213184 78575 33554432000 4194304 5964478 140734613577312 140306488207160 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 395716

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26775
/proc/meminfo: memFree=27262968/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395716 CPUtime=1799.21 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77835 0 0 0 179855 66 0 0 20 0 2 0 331286153 405213184 78575 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98929 78575 187 433 0 98493 0
[pid=26692/tid=26697] ppid=26688 vsize=395716 CPUtime=1799.55 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77064 0 0 0 179861 94 0 0 20 0 2 0 331286154 405213184 78575 33554432000 4194304 5964478 140734613577312 140306488207160 4400432 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 395716

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26775
/proc/meminfo: memFree=27262968/32873648 swapFree=7112/7112
[pid=26692] ppid=26688 vsize=395716 CPUtime=1799.61 cores=0,2,4,6
/proc/26692/stat : 26692 (pwbo2.02) S 26688 26692 25232 0 -1 4202496 77839 0 0 0 179895 66 0 0 20 0 2 0 331286153 405213184 78579 33554432000 4194304 5964478 140734613577312 140734613576832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26692/statm: 98929 78579 187 433 0 98493 0
[pid=26692/tid=26697] ppid=26688 vsize=395716 CPUtime=1799.94 cores=0,2,4,6
/proc/26692/task/26697/stat : 26697 (pwbo2.02) R 26688 26692 25232 0 -1 4202560 77068 0 0 0 179900 94 0 0 20 0 2 0 331286154 405213184 78579 33554432000 4194304 5964478 140734613577312 140306488207160 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 395716

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.97
CPU user time (s): 1799.02
CPU system time (s): 0.954854
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 395716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 0.954854
maximum resident set size= 314328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77842
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= 126
involuntary context switches= 2045

runsolver used 2.68659 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 17:40:02
IDJOB=3726504
IDBENCH=1158
IDSOLVER=2310
FILE ID=node126/3726504-1338651602
RUNJOBID= node126-1338651602-26666
PBS_JOBID= 14636454
Free space on /tmp= 70804 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726504-1338651602/watcher-3726504-1338651602 -o /tmp/evaluation-result-3726504-1338651602/solver-3726504-1338651602 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726504-1338651602.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=2113435569

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27930144 kB
Buffers:          392956 kB
Cached:          3679572 kB
SwapCached:         9476 kB
Active:          1427112 kB
Inactive:        2656852 kB
Active(anon):       2044 kB
Inactive(anon):    12180 kB
Active(file):    1425068 kB
Inactive(file):  2644672 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:         10232 kB
Mapped:             8856 kB
Shmem:                 0 kB
Slab:             721356 kB
SReclaimable:     165508 kB
SUnreclaim:       555848 kB
KernelStack:        1384 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70792 MiB
End job on node126 at 2012-06-02 18:10:03