Trace number 3726543

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.02UNSAT 1144.15 1144.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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-3726543-1338655045.opb.
0.00/0.00	c Instance file HOME/instance-3726543-1338655045.opb
0.00/0.00	c File size is 1957543 bytes.
0.09/0.13	c Highest Coefficient sum: 262
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.14         s                                      |
0.09/0.13	c |  Number Variables:      21380                                               |
0.09/0.13	c |  Number Clauses:        58828                                               |
0.09/0.13	c |  Number Cardinality:    0                                                   |
0.09/0.13	c |  Number PB Constraints: 2156                                                |
0.09/0.13	c |                                                                             |
0.09/0.17	c |  Problem Type:          Decision                                            |
0.09/0.17	c |  Objective Function:    None                                                |
0.09/0.17	c |                                                                             |
0.09/0.17	c ===============================================================================
1143.87/1144.26	c ===============================================================================
1143.87/1144.26	c Wall Clock Time: 1144.26 s
1143.87/1144.26	s UNSATISFIABLE

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-3726543-1338655045/watcher-3726543-1338655045 -o /tmp/evaluation-result-3726543-1338655045/solver-3726543-1338655045 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726543-1338655045.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 2.00 3/177 23969
/proc/meminfo: memFree=30675660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=5324 CPUtime=0 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) R 23967 23969 20708 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 331633055 5451776 334 33554432000 4194304 5964478 140735623546336 140735666072024 5179243 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 1331 335 171 433 0 417 0

[startup+0.0598081 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23969
/proc/meminfo: memFree=30675660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=10220 CPUtime=0.05 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) R 23967 23969 20708 0 -1 4202496 1703 0 0 0 5 0 0 0 20 0 1 0 331633055 10465280 1655 33554432000 4194304 5964478 140735623546336 140735666072024 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 2555 1657 357 433 0 1641 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10220

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23969
/proc/meminfo: memFree=30675660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=13468 CPUtime=0.09 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) R 23967 23969 20708 0 -1 4202496 2710 0 0 0 9 0 0 0 20 0 1 0 331633055 13791232 2596 33554432000 4194304 5964478 140735623546336 140735666072024 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 3367 2596 502 433 0 2453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13468

[startup+0.300161 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23969
/proc/meminfo: memFree=30675660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=0.29 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 9194 0 0 0 28 1 0 0 20 0 2 0 331633055 100376576 7965 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 7965 186 433 0 24070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98024

[startup+0.700147 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23969
/proc/meminfo: memFree=30675660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=0.69 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 9282 0 0 0 68 1 0 0 20 0 2 0 331633055 100376576 8053 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 8053 187 433 0 24070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98024

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30643552/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=1.49 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 9680 0 0 0 148 1 0 0 20 0 2 0 331633055 100376576 8451 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 8451 187 433 0 24070 0
[pid=23969/tid=23971] ppid=23967 vsize=98024 CPUtime=1.34 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 5564 0 0 0 133 1 0 0 20 0 2 0 331633069 100376576 8451 33554432000 4194304 5964478 140735623546336 139679599286312 4399915 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98024

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30640320/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=3.09 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 10367 0 0 0 308 1 0 0 20 0 2 0 331633055 100376576 9138 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 9138 187 433 0 24070 0
[pid=23969/tid=23971] ppid=23967 vsize=98024 CPUtime=2.94 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 6251 0 0 0 293 1 0 0 20 0 2 0 331633069 100376576 9138 33554432000 4194304 5964478 140735623546336 139679599286072 4392691 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98024

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30631764/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=6.29 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 11749 0 0 0 627 2 0 0 20 0 2 0 331633055 100376576 10520 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 10520 187 433 0 24070 0
[pid=23969/tid=23971] ppid=23967 vsize=98024 CPUtime=6.14 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 7633 0 0 0 612 2 0 0 20 0 2 0 331633069 100376576 10520 33554432000 4194304 5964478 140735623546336 139679599286072 4222314 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98024

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30617436/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=12.68 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 14083 0 0 0 1265 3 0 0 20 0 2 0 331633055 100376576 12854 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 12854 187 433 0 24070 0
[pid=23969/tid=23971] ppid=23967 vsize=98024 CPUtime=12.55 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 9967 0 0 0 1251 4 0 0 20 0 2 0 331633069 100376576 12854 33554432000 4194304 5964478 140735623546336 139679599286312 4400097 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98024

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30607564/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=98024 CPUtime=25.48 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 16483 0 0 0 2544 4 0 0 20 0 2 0 331633055 100376576 15254 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 24506 15254 187 433 0 24070 0
[pid=23969/tid=23971] ppid=23967 vsize=98024 CPUtime=25.35 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 12367 0 0 0 2530 5 0 0 20 0 2 0 331633069 100376576 15254 33554432000 4194304 5964478 140735623546336 139679599286072 4400097 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98024

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23971
/proc/meminfo: memFree=30581480/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=164644 CPUtime=51.06 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 23219 0 0 0 5099 7 0 0 20 0 2 0 331633055 168595456 22102 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 41161 22102 187 433 0 40725 0
[pid=23969/tid=23971] ppid=23967 vsize=164644 CPUtime=50.92 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 19103 0 0 0 5084 8 0 0 20 0 2 0 331633069 168595456 22102 33554432000 4194304 5964478 140735623546336 139679599286312 4381601 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 164644

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 23972
/proc/meminfo: memFree=30563940/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=164644 CPUtime=102.24 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 27218 0 0 0 10215 9 0 0 20 0 2 0 331633055 168595456 26141 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 41161 26141 187 433 0 40725 0
[pid=23969/tid=23971] ppid=23967 vsize=164644 CPUtime=102.12 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 23102 0 0 0 10201 11 0 0 20 0 2 0 331633069 168595456 26141 33554432000 4194304 5964478 140735623546336 139679599286312 4403376 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 164644

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23975
/proc/meminfo: memFree=30530916/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=165184 CPUtime=162.23 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 35277 0 0 0 16209 14 0 0 20 0 2 0 331633055 169148416 34199 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 41296 34199 187 433 0 40860 0
[pid=23969/tid=23971] ppid=23967 vsize=165184 CPUtime=162.12 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 31161 0 0 0 16195 17 0 0 20 0 2 0 331633069 169148416 34199 33554432000 4194304 5964478 140735623546336 139679599286312 4400024 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 165184

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 24053
/proc/meminfo: memFree=31453660/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=231528 CPUtime=222.21 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 41129 0 0 0 22203 18 0 0 20 0 2 0 331633055 237084672 40132 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 57882 40132 187 433 0 57446 0
[pid=23969/tid=23971] ppid=23967 vsize=231528 CPUtime=222.11 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 37013 0 0 0 22189 22 0 0 20 0 2 0 331633069 237084672 40132 33554432000 4194304 5964478 140735623546336 139679599286072 4382031 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 231528

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24053
/proc/meminfo: memFree=31341328/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=232612 CPUtime=282.18 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 51079 0 0 0 28192 26 0 0 20 0 2 0 331633055 238194688 50193 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 58153 50193 187 433 0 57717 0
[pid=23969/tid=23971] ppid=23967 vsize=232612 CPUtime=282.09 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 46963 0 0 0 28179 30 0 0 20 0 2 0 331633069 238194688 50193 33554432000 4194304 5964478 140735623546336 139679599286264 4400089 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 232612

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24053
/proc/meminfo: memFree=31250248/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=299232 CPUtime=342.17 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 56306 0 0 0 34187 30 0 0 20 0 2 0 331633055 306413568 55272 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 74808 55272 187 433 0 74372 0
[pid=23969/tid=23971] ppid=23967 vsize=299232 CPUtime=342.09 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 52190 0 0 0 34173 36 0 0 20 0 2 0 331633069 306413568 55272 33554432000 4194304 5964478 140735623546336 139679599286072 4400432 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 299232

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24055
/proc/meminfo: memFree=31200916/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=300316 CPUtime=402.15 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 56932 0 0 0 40185 30 0 0 20 0 2 0 331633055 307523584 55748 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 75079 55748 187 433 0 74643 0
[pid=23969/tid=23971] ppid=23967 vsize=300316 CPUtime=402.09 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 52816 0 0 0 40172 37 0 0 20 0 2 0 331633069 307523584 55748 33554432000 4194304 5964478 140735623546336 139679599286136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 300316

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 24055
/proc/meminfo: memFree=31070952/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=303156 CPUtime=462.14 cores=0,2,4,6

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

/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 74825 0 0 0 70145 61 0 0 20 0 2 0 331633069 378646528 77831 33554432000 4194304 5964478 140735623546336 139679599285784 4400106 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 369772

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24060
/proc/meminfo: memFree=30889832/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=369772 CPUtime=762.07 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 84538 0 0 0 76150 57 0 0 20 0 2 0 331633055 378646528 83428 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 92443 83428 187 433 0 92007 0
[pid=23969/tid=23971] ppid=23967 vsize=369772 CPUtime=762.06 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 80422 0 0 0 76138 68 0 0 20 0 2 0 331633069 378646528 83428 33554432000 4194304 5964478 140735623546336 139679599286072 4400038 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 369772

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24060
/proc/meminfo: memFree=30863044/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=438216 CPUtime=822.05 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 90339 0 0 0 82143 62 0 0 20 0 2 0 331633055 448733184 89229 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 109554 89229 187 433 0 109118 0
[pid=23969/tid=23971] ppid=23967 vsize=438216 CPUtime=822.06 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 86223 0 0 0 82131 75 0 0 20 0 2 0 331633069 448733184 89229 33554432000 4194304 5964478 140735623546336 139679599286264 4392918 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 438216

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24060
/proc/meminfo: memFree=30835020/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=438216 CPUtime=882.04 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 96442 0 0 0 88135 69 0 0 20 0 2 0 331633055 448733184 95332 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 109554 95332 187 433 0 109118 0
[pid=23969/tid=23971] ppid=23967 vsize=438216 CPUtime=882.06 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 92326 0 0 0 88124 82 0 0 20 0 2 0 331633069 448733184 95332 33554432000 4194304 5964478 140735623546336 139679599286072 4392918 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 438216

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24060
/proc/meminfo: memFree=30801220/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=440924 CPUtime=942.03 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 104161 0 0 0 94126 77 0 0 20 0 2 0 331633055 451506176 103051 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 110231 103051 187 433 0 109795 0
[pid=23969/tid=23971] ppid=23967 vsize=440924 CPUtime=942.06 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 100045 0 0 0 94115 91 0 0 20 0 2 0 331633069 451506176 103051 33554432000 4194304 5964478 140735623546336 139679599286264 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 440924

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30777812/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1001.99 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 108808 0 0 0 100116 83 0 0 20 0 2 0 331633055 519725056 107912 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 107912 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1002.03 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 104692 0 0 0 100104 99 0 0 20 0 2 0 331633069 519725056 107912 33554432000 4194304 5964478 140735623546336 139679599286264 4400109 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 507544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30749888/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1061.98 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111458 0 0 0 106112 86 0 0 20 0 2 0 331633055 519725056 110601 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110601 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1062.03 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107342 0 0 0 106100 103 0 0 20 0 2 0 331633069 519725056 110601 33554432000 4194304 5964478 140735623546336 139679599286312 4379316 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 507544

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30706240/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1121.97 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111656 0 0 0 112111 86 0 0 20 0 2 0 331633055 519725056 110799 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110799 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1122.03 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107540 0 0 0 112099 104 0 0 20 0 2 0 331633069 519725056 110799 33554432000 4194304 5964478 140735623546336 139679599286072 4399952 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 507544

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30702520/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1125.97 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111656 0 0 0 112511 86 0 0 20 0 2 0 331633055 519725056 110799 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110799 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1126.04 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107540 0 0 0 112500 104 0 0 20 0 2 0 331633069 519725056 110799 33554432000 4194304 5964478 140735623546336 139679599286072 4381576 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1125.97
Current children cumulated vsize (KiB) 507544

[startup+1132.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30698924/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1132.37 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111656 0 0 0 113151 86 0 0 20 0 2 0 331633055 519725056 110799 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110799 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1132.43 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107540 0 0 0 113139 104 0 0 20 0 2 0 331633069 519725056 110799 33554432000 4194304 5964478 140735623546336 139679599286072 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1132.37
Current children cumulated vsize (KiB) 507544

[startup+1139.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696376/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1138.77 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 113791 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1138.83 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 113779 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1138.77
Current children cumulated vsize (KiB) 507544

[startup+1142.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696128/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1141.97 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 114111 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1142.03 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 114099 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1141.97
Current children cumulated vsize (KiB) 507544

[startup+1143.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696128/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1142.77 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 114191 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1142.83 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 114179 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1142.77
Current children cumulated vsize (KiB) 507544

[startup+1143.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696004/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1143.57 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 114271 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1143.64 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 114260 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4390232 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1143.57
Current children cumulated vsize (KiB) 507544

[startup+1144.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696004/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1143.77 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 114291 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1143.83 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 114279 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4392918 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1143.77
Current children cumulated vsize (KiB) 507544

[startup+1144.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24061
/proc/meminfo: memFree=30696004/32873844 swapFree=7116/7116
[pid=23969] ppid=23967 vsize=507544 CPUtime=1143.87 cores=0,2,4,6
/proc/23969/stat : 23969 (pwbo2.02) S 23967 23969 20708 0 -1 4202496 111657 0 0 0 114301 86 0 0 20 0 2 0 331633055 519725056 110883 33554432000 4194304 5964478 140735623546336 140735623545856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23969/statm: 126886 110883 187 433 0 126450 0
[pid=23969/tid=23971] ppid=23967 vsize=507544 CPUtime=1143.93 cores=0,2,4,6
/proc/23969/task/23971/stat : 23971 (pwbo2.02) R 23967 23969 20708 0 -1 4202560 107541 0 0 0 114289 104 0 0 20 0 2 0 331633069 519725056 110883 33554432000 4194304 5964478 140735623546336 139679599286072 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1143.87
Current children cumulated vsize (KiB) 507544

Child status: 255
Real time (s): 1144.27
CPU time (s): 1144.15
CPU user time (s): 1143.09
CPU system time (s): 1.05684
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 507544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.09
system time used= 1.05684
maximum resident set size= 443552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111662
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= 190
involuntary context switches= 1231

runsolver used 3.80242 second user time and 12.1002 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 18:37:25
IDJOB=3726543
IDBENCH=1488
IDSOLVER=2310
FILE ID=node103/3726543-1338655045
RUNJOBID= node103-1338651532-22210
PBS_JOBID= 14636477
Free space on /tmp= 71132 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726543-1338655045/watcher-3726543-1338655045 -o /tmp/evaluation-result-3726543-1338655045/solver-3726543-1338655045 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726543-1338655045.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1742149507

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:        30676196 kB
Buffers:          121304 kB
Cached:           262504 kB
SwapCached:         5600 kB
Active:          1148192 kB
Inactive:         291616 kB
Active(anon):    1053408 kB
Inactive(anon):     4628 kB
Active(file):      94784 kB
Inactive(file):   286988 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              7524 kB
Writeback:            12 kB
AnonPages:       1060380 kB
Mapped:             9552 kB
Shmem:                 0 kB
Slab:             618976 kB
SReclaimable:      59612 kB
SUnreclaim:       559364 kB
KernelStack:        1472 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     157604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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= 71124 MiB
End job on node103 at 2012-06-02 18:56:29