Trace number 3704242

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.0UNSAT 1202.76 1203.11

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704242-1338091122.opb.
0.00/0.00	c Instance file HOME/instance-3704242-1338091122.opb
0.00/0.00	c File size is 1957543 bytes.
0.09/0.15	c Highest Coefficient sum: 262
0.09/0.15	c ============================[ Problem Statistics ]=============================
0.09/0.15	c |                                                                             |
0.09/0.15	c |  Parsing time:          0.15         s                                      |
0.09/0.15	c |  Number Variables:      21380                                               |
0.09/0.15	c |  Number Clauses:        58828                                               |
0.09/0.15	c |  Number Cardinality:    0                                                   |
0.09/0.15	c |  Number PB Constraints: 2156                                                |
0.09/0.15	c |                                                                             |
0.09/0.19	c |  Problem Type:          Decision                                            |
0.09/0.19	c |  Objective Function:    None                                                |
0.09/0.19	c |                                                                             |
0.09/0.19	c ===============================================================================
1202.76/1203.10	c ===============================================================================
1202.76/1203.10	c Wall Clock Time: 1203.10 s
1202.76/1203.10	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-3704242-1338091122/watcher-3704242-1338091122 -o /tmp/evaluation-result-3704242-1338091122/solver-3704242-1338091122 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704242-1338091122.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.07 2.02 1.93 3/177 18804
/proc/meminfo: memFree=28869444/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=5184 CPUtime=0 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) R 18802 18804 17458 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 275236739 5308416 306 33554432000 4194304 5965102 140735240000304 140733458642680 4396306 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 1296 306 168 433 0 382 0

[startup+0.0733341 s]
/proc/loadavg: 2.07 2.02 1.93 3/177 18804
/proc/meminfo: memFree=28869444/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=10940 CPUtime=0.06 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) R 18802 18804 17458 0 -1 4202496 1916 0 0 0 6 0 0 0 20 0 1 0 275236739 11202560 1868 33554432000 4194304 5965102 140735240000304 140733458642680 4351027 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 2735 1868 381 433 0 1821 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10940

[startup+0.100252 s]
/proc/loadavg: 2.07 2.02 1.93 3/177 18804
/proc/meminfo: memFree=28869444/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=12944 CPUtime=0.09 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) R 18802 18804 17458 0 -1 4202496 2480 0 0 0 9 0 0 0 20 0 1 0 275236739 13254656 2399 33554432000 4194304 5965102 140735240000304 140733458642680 4351027 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 3236 2399 471 433 0 2322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12944

[startup+0.300167 s]
/proc/loadavg: 2.07 2.02 1.93 3/177 18804
/proc/meminfo: memFree=28869444/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=0.29 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 9197 0 0 0 27 2 0 0 20 0 2 0 275236739 100376576 7968 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 7968 189 433 0 24070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98024

[startup+0.70025 s]
/proc/loadavg: 2.07 2.02 1.93 3/177 18804
/proc/meminfo: memFree=28869444/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=0.69 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 9277 0 0 0 67 2 0 0 20 0 2 0 275236739 100376576 8048 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 8048 191 433 0 24070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98024

[startup+1.50029 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 18806
/proc/meminfo: memFree=28837196/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=1.49 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 9688 0 0 0 147 2 0 0 20 0 2 0 275236739 100376576 8459 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 8459 191 433 0 24070 0
[pid=18804/tid=18806] ppid=18802 vsize=98024 CPUtime=1.34 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 5572 0 0 0 132 2 0 0 20 0 2 0 275236754 100376576 8459 33554432000 4194304 5965102 140735240000304 140282212472632 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98024

[startup+3.1003 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 18806
/proc/meminfo: memFree=28834468/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=3.09 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 10430 0 0 0 307 2 0 0 20 0 2 0 275236739 100376576 9201 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 9201 191 433 0 24070 0
[pid=18804/tid=18806] ppid=18802 vsize=98024 CPUtime=2.93 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 6314 0 0 0 291 2 0 0 20 0 2 0 275236754 100376576 9201 33554432000 4194304 5965102 140735240000304 140282212472824 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98024

[startup+6.30019 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 18806
/proc/meminfo: memFree=28827896/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=6.28 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 11899 0 0 0 626 2 0 0 20 0 2 0 275236739 100376576 10670 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 10670 191 433 0 24070 0
[pid=18804/tid=18806] ppid=18802 vsize=98024 CPUtime=6.13 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 7783 0 0 0 611 2 0 0 20 0 2 0 275236754 100376576 10670 33554432000 4194304 5965102 140735240000304 140282212472632 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 98024

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 18806
/proc/meminfo: memFree=28818684/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=12.68 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 14293 0 0 0 1265 3 0 0 20 0 2 0 275236739 100376576 13064 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 13064 191 433 0 24070 0
[pid=18804/tid=18806] ppid=18802 vsize=98024 CPUtime=12.5 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 10177 0 0 0 1248 2 0 0 20 0 2 0 275236754 100376576 13064 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98024

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 18806
/proc/meminfo: memFree=28805852/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=98024 CPUtime=25.48 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 16497 0 0 0 2544 4 0 0 20 0 2 0 275236739 100376576 15268 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 24506 15268 191 433 0 24070 0
[pid=18804/tid=18806] ppid=18802 vsize=98024 CPUtime=25.27 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 12381 0 0 0 2524 3 0 0 20 0 2 0 275236754 100376576 15268 33554432000 4194304 5965102 140735240000304 140282212472632 4410295 0 0 4096 16387 0 0 0 -1 2 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.03 2.01 1.93 3/179 18806
/proc/meminfo: memFree=28773320/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=164644 CPUtime=51.09 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 23991 0 0 0 5101 8 0 0 20 0 2 0 275236739 168595456 22760 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 41161 22760 191 433 0 40725 0
[pid=18804/tid=18806] ppid=18802 vsize=164644 CPUtime=50.8 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 19875 0 0 0 5073 7 0 0 20 0 2 0 275236754 168595456 22760 33554432000 4194304 5965102 140735240000304 140282212472824 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164644

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 18809
/proc/meminfo: memFree=28751536/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=164644 CPUtime=102.27 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 26833 0 0 0 10218 9 0 0 20 0 2 0 275236739 168595456 25816 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 41161 25816 191 433 0 40725 0
[pid=18804/tid=18806] ppid=18802 vsize=164644 CPUtime=101.86 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 22717 0 0 0 10177 9 0 0 20 0 2 0 275236754 168595456 25816 33554432000 4194304 5965102 140735240000304 140282212472824 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 164644

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/180 18833
/proc/meminfo: memFree=28713608/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=165184 CPUtime=162.23 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 35249 0 0 0 16210 13 0 0 20 0 2 0 275236739 169148416 34249 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 41296 34249 191 433 0 40860 0
[pid=18804/tid=18806] ppid=18802 vsize=165184 CPUtime=161.69 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 31133 0 0 0 16155 14 0 0 20 0 2 0 275236754 169148416 34249 33554432000 4194304 5965102 140735240000304 140282212472824 4391918 0 0 4096 16387 0 0 0 -1 2 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.07 2.03 1.94 3/179 18833
/proc/meminfo: memFree=28683188/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=231528 CPUtime=222.22 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 41120 0 0 0 22206 16 0 0 20 0 2 0 275236739 237084672 40175 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 57882 40175 191 433 0 57446 0
[pid=18804/tid=18806] ppid=18802 vsize=231528 CPUtime=221.53 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 37004 0 0 0 22135 18 0 0 20 0 2 0 275236754 237084672 40175 33554432000 4194304 5965102 140735240000304 140282212472632 4401026 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) 231528

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 18833
/proc/meminfo: memFree=28639180/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=232612 CPUtime=282.19 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 50840 0 0 0 28197 22 0 0 20 0 2 0 275236739 238194688 50009 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 58153 50009 191 433 0 57717 0
[pid=18804/tid=18806] ppid=18802 vsize=232612 CPUtime=281.36 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 46724 0 0 0 28111 25 0 0 20 0 2 0 275236754 238194688 50009 33554432000 4194304 5965102 140735240000304 140282212472824 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 232612

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 18833
/proc/meminfo: memFree=28612160/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=299232 CPUtime=342.18 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 56292 0 0 0 34193 25 0 0 20 0 2 0 275236739 306413568 55322 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 74808 55322 191 433 0 74372 0
[pid=18804/tid=18806] ppid=18802 vsize=299232 CPUtime=341.2 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 52176 0 0 0 34091 29 0 0 20 0 2 0 275236754 306413568 55322 33554432000 4194304 5965102 140735240000304 140282212472632 4401472 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 299232

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 18833
/proc/meminfo: memFree=28603164/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=300316 CPUtime=402.17 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 56916 0 0 0 40191 26 0 0 20 0 2 0 275236739 307523584 56046 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 75079 56046 191 433 0 74643 0
[pid=18804/tid=18806] ppid=18802 vsize=300316 CPUtime=401.05 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 52800 0 0 0 40074 31 0 0 20 0 2 0 275236754 307523584 56046 33554432000 4194304 5965102 140735240000304 140282212472696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 300316

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 18834
/proc/meminfo: memFree=28572268/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=300856 CPUtime=462.13 cores=0,2,4,6

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


[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28445596/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=369772 CPUtime=822.05 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 86503 0 0 0 82154 51 0 0 20 0 2 0 275236739 378646528 85718 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 92443 85718 191 433 0 92007 0
[pid=18804/tid=18806] ppid=18802 vsize=369772 CPUtime=819.92 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 82387 0 0 0 81930 62 0 0 20 0 2 0 275236754 378646528 85718 33554432000 4194304 5965102 140735240000304 140282212472824 4401582 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 369772

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18838
/proc/meminfo: memFree=28417800/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=438216 CPUtime=882.04 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 92167 0 0 0 88149 55 0 0 20 0 2 0 275236739 448733184 91382 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 109554 91382 191 433 0 109118 0
[pid=18804/tid=18806] ppid=18802 vsize=438216 CPUtime=879.77 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 88051 0 0 0 87910 67 0 0 20 0 2 0 275236754 448733184 91382 33554432000 4194304 5965102 140735240000304 140282212472824 4401668 0 0 4096 16387 0 0 0 -1 2 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 1.95 3/179 18877
/proc/meminfo: memFree=28506168/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=439840 CPUtime=942.02 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 97670 0 0 0 94143 59 0 0 20 0 2 0 275236739 450396160 96922 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 109960 96922 191 433 0 109524 0
[pid=18804/tid=18806] ppid=18802 vsize=439840 CPUtime=939.61 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 93554 0 0 0 93889 72 0 0 20 0 2 0 275236754 450396160 96922 33554432000 4194304 5965102 140735240000304 140282212472632 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 439840

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18877
/proc/meminfo: memFree=28350184/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=440924 CPUtime=1002.01 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 104844 0 0 0 100136 65 0 0 20 0 2 0 275236739 451506176 104403 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 110231 104403 191 433 0 109795 0
[pid=18804/tid=18806] ppid=18802 vsize=440924 CPUtime=999.45 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 100728 0 0 0 99866 79 0 0 20 0 2 0 275236754 451506176 104403 33554432000 4194304 5965102 140735240000304 140282212472872 4400972 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 440924

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 18878
/proc/meminfo: memFree=28196764/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1061.98 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 108609 0 0 0 106130 68 0 0 20 0 2 0 275236739 519725056 108336 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 108336 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1059.28 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 104493 0 0 0 105845 83 0 0 20 0 2 0 275236754 519725056 108336 33554432000 4194304 5965102 140735240000304 140282212472824 4400960 0 0 4096 16387 0 0 0 -1 2 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.05 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28165856/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1121.97 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 110915 0 0 0 112126 71 0 0 20 0 2 0 275236739 519725056 110711 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110711 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1119.13 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106799 0 0 0 111826 87 0 0 20 0 2 0 275236754 519725056 110711 33554432000 4194304 5965102 140735240000304 140282212472872 4380336 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 507544

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096624/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1181.96 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 118125 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1178.97 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 117810 87 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 507544

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

[startup+1190.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096732/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1189.96 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 118925 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1186.95 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 118607 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1189.96
Current children cumulated vsize (KiB) 507544

[startup+1196.7 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096732/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1196.37 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 119566 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1193.34 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119246 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1196.37
Current children cumulated vsize (KiB) 507544

[startup+1199.9 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096592/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1199.56 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 119885 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1196.53 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119565 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4401865 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 507544

[startup+1201.5 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096592/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1201.16 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 120045 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1198.13 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119725 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1201.16
Current children cumulated vsize (KiB) 507544

[startup+1202.31 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096592/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1201.97 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 120126 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1198.93 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119805 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400963 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1201.97
Current children cumulated vsize (KiB) 507544

[startup+1202.7 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096592/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1202.36 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 120165 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1199.32 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119844 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1202.36
Current children cumulated vsize (KiB) 507544

[startup+1203.1 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 18878
/proc/meminfo: memFree=28096592/32873648 swapFree=6604/6604
[pid=18804] ppid=18802 vsize=507544 CPUtime=1202.76 cores=0,2,4,6
/proc/18804/stat : 18804 (pwbo2.0) S 18802 18804 17458 0 -1 4202496 111112 0 0 0 120205 71 0 0 20 0 2 0 275236739 519725056 110908 33554432000 4194304 5965102 140735240000304 140735239999824 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18804/statm: 126886 110908 191 433 0 126450 0
[pid=18804/tid=18806] ppid=18802 vsize=507544 CPUtime=1199.72 cores=0,2,4,6
/proc/18804/task/18806/stat : 18806 (pwbo2.0) R 18802 18804 17458 0 -1 4202560 106996 0 0 0 119884 88 0 0 20 0 2 0 275236754 519725056 110908 33554432000 4194304 5965102 140735240000304 140282212472632 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1202.76
Current children cumulated vsize (KiB) 507544

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18804 and gives
#  childrusage.ru_utime.tv_sec=1198
#  childrusage.ru_utime.tv_usec=989725
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=904862
# CPU time returned by wait4() is 1199.89
# while last known CPU time is 1202.76
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.11
CPU time (s): 1202.76
CPU user time (s): 1202.05
CPU system time (s): 0.71
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 507544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.99
system time used= 0.904862
maximum resident set size= 443652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111117
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= 181
involuntary context switches= 1392

runsolver used 2.46263 second user time and 5.85811 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 05:58:42
IDJOB=3704242
IDBENCH=1488
IDSOLVER=2280
FILE ID=node148/3704242-1338091122
RUNJOBID= node148-1338087316-17474
PBS_JOBID= 14624438
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1807603887

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        28869708 kB
Buffers:          314080 kB
Cached:          2751812 kB
SwapCached:          576 kB
Active:           591420 kB
Inactive:        2582048 kB
Active(anon):      99128 kB
Inactive(anon):    11120 kB
Active(file):     492292 kB
Inactive(file):  2570928 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              7384 kB
Writeback:             0 kB
AnonPages:        114032 kB
Mapped:            15268 kB
Shmem:                96 kB
Slab:             689228 kB
SReclaimable:     133068 kB
SUnreclaim:       556160 kB
KernelStack:        1464 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     179052 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= 71704 MiB
End job on node148 at 2012-05-27 06:18:46