Trace number 3704258

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 856.4 856.605

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMd370b072a7e1b298fd6270f5934fda51
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 benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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-3704258-1338093835.opb.
0.00/0.00	c Instance file HOME/instance-3704258-1338093835.opb
0.00/0.00	c File size is 2569 bytes.
0.00/0.00	c Highest Coefficient sum: 16
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      150                                                 |
0.00/0.00	c |  Number Clauses:        15                                                  |
0.00/0.00	c |  Number Cardinality:    10                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
856.40/856.60	c ===============================================================================
856.40/856.60	c Wall Clock Time: 856.60 s
856.40/856.60	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-3704258-1338093835/watcher-3704258-1338093835 -o /tmp/evaluation-result-3704258-1338093835/solver-3704258-1338093835 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704258-1338093835.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 18970
/proc/meminfo: memFree=28617488/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 765 0 0 0 0 0 0 0 20 0 2 0 275507993 85594112 716 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 717 189 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 2 0 275507993 85594112 717 33554432000 4194304 5965102 140736195701952 140736771708952 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.00949095 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 18970
/proc/meminfo: memFree=28617488/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 782 0 0 0 0 0 0 0 20 0 2 0 275507993 85594112 733 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 733 190 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 2 0 275507993 85594112 733 33554432000 4194304 5965102 140736195701952 140736771708952 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83588

[startup+0.10029 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 18970
/proc/meminfo: memFree=28617488/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=0.09 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 1032 0 0 0 9 0 0 0 20 0 2 0 275507993 85594112 983 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 984 190 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=0.08 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 328 0 0 0 8 0 0 0 20 0 2 0 275507993 85594112 984 33554432000 4194304 5965102 140736195701952 140736771708952 5137146 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83588

[startup+0.300251 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 18970
/proc/meminfo: memFree=28617488/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=0.29 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 1253 0 0 0 29 0 0 0 20 0 2 0 275507993 85594112 1204 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 1204 190 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=0.28 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 548 0 0 0 28 0 0 0 20 0 2 0 275507993 85594112 1204 33554432000 4194304 5965102 140736195701952 140736771708952 5244967 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83588

[startup+0.700252 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 18970
/proc/meminfo: memFree=28617488/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=0.69 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 1592 0 0 0 69 0 0 0 20 0 2 0 275507993 85594112 1543 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 1543 190 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=0.68 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 887 0 0 0 68 0 0 0 20 0 2 0 275507993 85594112 1543 33554432000 4194304 5965102 140736195701952 140736771708952 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83588

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 18972
/proc/meminfo: memFree=28610768/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83588 CPUtime=1.49 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 2005 0 0 0 149 0 0 0 20 0 2 0 275507993 85594112 1956 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20897 1956 190 433 0 20461 0
[pid=18970/tid=18971] ppid=18968 vsize=83588 CPUtime=1.48 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 1300 0 0 0 148 0 0 0 20 0 2 0 275507993 85594112 1956 33554432000 4194304 5965102 140736195701952 140043866048312 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83588

[startup+3.10024 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 18972
/proc/meminfo: memFree=28608272/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83732 CPUtime=3.09 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 2248 0 0 0 309 0 0 0 20 0 2 0 275507993 85741568 2199 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20933 2199 190 433 0 20497 0
[pid=18970/tid=18971] ppid=18968 vsize=83732 CPUtime=3.07 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 1543 0 0 0 307 0 0 0 20 0 2 0 275507993 85741568 2199 33554432000 4194304 5965102 140736195701952 140043866048312 4401668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83732

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 18972
/proc/meminfo: memFree=28605236/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83732 CPUtime=6.29 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 2896 0 0 0 629 0 0 0 20 0 2 0 275507993 85741568 2847 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20933 2847 190 433 0 20497 0
[pid=18970/tid=18971] ppid=18968 vsize=83732 CPUtime=6.27 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 2191 0 0 0 627 0 0 0 20 0 2 0 275507993 85741568 2847 33554432000 4194304 5965102 140736195701952 140043866048552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83732

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28596952/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=83804 CPUtime=12.68 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 4011 0 0 0 1268 0 0 0 20 0 2 0 275507993 85815296 3962 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 20951 3962 190 433 0 20515 0
[pid=18970/tid=18971] ppid=18968 vsize=83804 CPUtime=12.65 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 3306 0 0 0 1265 0 0 0 20 0 2 0 275507993 85815296 3962 33554432000 4194304 5965102 140736195701952 140043866048552 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83804

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28589140/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=85424 CPUtime=25.49 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 5721 0 0 0 2548 1 0 0 20 0 2 0 275507993 87474176 5643 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 21356 5643 190 433 0 20920 0
[pid=18970/tid=18971] ppid=18968 vsize=85424 CPUtime=25.42 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 5016 0 0 0 2541 1 0 0 20 0 2 0 275507993 87474176 5643 33554432000 4194304 5965102 140736195701952 140043866048504 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85424

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28581860/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=87384 CPUtime=51.08 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 7554 0 0 0 5106 2 0 0 20 0 2 0 275507993 89481216 7466 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 21846 7466 190 433 0 21410 0
[pid=18970/tid=18971] ppid=18968 vsize=87384 CPUtime=50.95 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 6849 0 0 0 5093 2 0 0 20 0 2 0 275507993 89481216 7466 33554432000 4194304 5965102 140736195701952 140043866048504 4401009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87384

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28572508/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=91596 CPUtime=102.28 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 9925 0 0 0 10224 4 0 0 20 0 2 0 275507993 93794304 9837 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 22899 9837 190 433 0 22463 0
[pid=18970/tid=18971] ppid=18968 vsize=91596 CPUtime=102.02 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 9220 0 0 0 10198 4 0 0 20 0 2 0 275507993 93794304 9837 33554432000 4194304 5965102 140736195701952 140043866048312 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 91596

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 18973
/proc/meminfo: memFree=28559116/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=95220 CPUtime=162.26 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 13412 0 0 0 16219 7 0 0 20 0 2 0 275507993 97505280 13320 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 23805 13320 190 433 0 23369 0
[pid=18970/tid=18971] ppid=18968 vsize=95220 CPUtime=161.86 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 12707 0 0 0 16177 9 0 0 20 0 2 0 275507993 97505280 13320 33554432000 4194304 5965102 140736195701952 140043866048504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 95220

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 18973
/proc/meminfo: memFree=28546592/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=99144 CPUtime=222.25 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 16412 0 0 0 22214 11 0 0 20 0 2 0 275507993 101523456 16320 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 24786 16320 190 433 0 24350 0
[pid=18970/tid=18971] ppid=18968 vsize=99144 CPUtime=221.7 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 15707 0 0 0 22156 14 0 0 20 0 2 0 275507993 101523456 16320 33554432000 4194304 5965102 140736195701952 140043866048552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 99144

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28537548/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=100332 CPUtime=282.23 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 18341 0 0 0 28210 13 0 0 20 0 2 0 275507993 102739968 18483 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 25083 18483 190 433 0 24647 0
[pid=18970/tid=18971] ppid=18968 vsize=100332 CPUtime=281.52 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 17636 0 0 0 28135 17 0 0 20 0 2 0 275507993 102739968 18483 33554432000 4194304 5965102 140736195701952 140043866048312 4401026 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 100332

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 19636
/proc/meminfo: memFree=28780212/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=170704 CPUtime=342.21 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 22987 0 0 0 34203 18 0 0 20 0 2 0 275507993 174800896 23130 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 42676 23130 190 433 0 42240 0
[pid=18970/tid=18971] ppid=18968 vsize=170704 CPUtime=341.36 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 22282 0 0 0 34113 23 0 0 20 0 2 0 275507993 174800896 23130 33554432000 4194304 5965102 140736195701952 140043866048504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 170704

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/180 19639
/proc/meminfo: memFree=28750840/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=173532 CPUtime=402.21 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 24887 0 0 0 40200 21 0 0 20 0 2 0 275507993 177696768 25030 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/179 19640
/proc/meminfo: memFree=28665464/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=178016 CPUtime=522.18 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 31617 0 0 0 52189 29 0 0 20 0 2 0 275507993 182288384 32273 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 44504 32273 190 433 0 44068 0
[pid=18970/tid=18971] ppid=18968 vsize=178016 CPUtime=520.88 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 30912 0 0 0 52052 36 0 0 20 0 2 0 275507993 182288384 32273 33554432000 4194304 5965102 140736195701952 140043866048552 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 178016

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 19640
/proc/meminfo: memFree=28651404/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=179052 CPUtime=582.17 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 34780 0 0 0 58185 32 0 0 20 0 2 0 275507993 183349248 35436 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 44763 35436 190 433 0 44327 0
[pid=18970/tid=18971] ppid=18968 vsize=179052 CPUtime=580.73 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 34075 0 0 0 58033 40 0 0 20 0 2 0 275507993 183349248 35436 33554432000 4194304 5965102 140736195701952 140043866048312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 179052

[startup+642.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 19640
/proc/meminfo: memFree=28638972/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=180572 CPUtime=642.16 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 36310 0 0 0 64181 35 0 0 20 0 2 0 275507993 184905728 36967 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 45143 36967 190 433 0 44707 0
[pid=18970/tid=18971] ppid=18968 vsize=180572 CPUtime=640.57 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 35605 0 0 0 64014 43 0 0 20 0 2 0 275507993 184905728 36967 33554432000 4194304 5965102 140736195701952 140043866048552 4401668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 180572

[startup+702.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19640
/proc/meminfo: memFree=28597112/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=182580 CPUtime=702.14 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 39943 0 0 0 70175 39 0 0 20 0 2 0 275507993 186961920 40600 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 45645 40600 190 433 0 45209 0
[pid=18970/tid=18971] ppid=18968 vsize=182580 CPUtime=700.4 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 39238 0 0 0 69991 49 0 0 20 0 2 0 275507993 186961920 40600 33554432000 4194304 5965102 140736195701952 140043866048504 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 182580

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28564944/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=251260 CPUtime=762.14 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 42646 0 0 0 76172 42 0 0 20 0 2 0 275507993 257290240 43295 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 62815 43295 190 433 0 62379 0
[pid=18970/tid=18971] ppid=18968 vsize=251260 CPUtime=760.25 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 41941 0 0 0 75972 53 0 0 20 0 2 0 275507993 257290240 43295 33554432000 4194304 5965102 140736195701952 140043866048552 4401472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 251260

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28530208/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255104 CPUtime=822.12 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47320 0 0 0 82166 46 0 0 20 0 2 0 275507993 261226496 47972 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63776 47972 190 433 0 63340 0
[pid=18970/tid=18971] ppid=18968 vsize=255104 CPUtime=820.08 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46615 0 0 0 81950 58 0 0 20 0 2 0 275507993 261226496 47972 33554432000 4194304 5965102 140736195701952 140043866048504 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 255104

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

[startup+831.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28529520/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255104 CPUtime=831.71 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47381 0 0 0 83125 46 0 0 20 0 2 0 275507993 261226496 48035 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63776 48035 190 433 0 63340 0
[pid=18970/tid=18971] ppid=18968 vsize=255104 CPUtime=829.66 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46676 0 0 0 82908 58 0 0 20 0 2 0 275507993 261226496 48035 33554432000 4194304 5965102 140736195701952 140043866048312 4401472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 831.71
Current children cumulated vsize (KiB) 255104

[startup+844.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28529148/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255392 CPUtime=844.52 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47459 0 0 0 84406 46 0 0 20 0 2 0 275507993 261521408 48113 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63848 48113 190 433 0 63412 0
[pid=18970/tid=18971] ppid=18968 vsize=255392 CPUtime=842.43 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46754 0 0 0 84185 58 0 0 20 0 2 0 275507993 261521408 48113 33554432000 4194304 5965102 140736195701952 140043866048312 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 844.52
Current children cumulated vsize (KiB) 255392

[startup+851.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528776/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=850.91 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47565 0 0 0 85045 46 0 0 20 0 2 0 275507993 262017024 48219 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48219 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=848.81 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46860 0 0 0 84823 58 0 0 20 0 2 0 275507993 262017024 48219 33554432000 4194304 5965102 140736195701952 140043866048552 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 850.91
Current children cumulated vsize (KiB) 255876

[startup+854.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528776/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=854.11 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47575 0 0 0 85365 46 0 0 20 0 2 0 275507993 262017024 48229 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48229 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=852 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46870 0 0 0 85142 58 0 0 20 0 2 0 275507993 262017024 48229 33554432000 4194304 5965102 140736195701952 140043866048552 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 854.11
Current children cumulated vsize (KiB) 255876

[startup+855.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528528/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=855.7 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47581 0 0 0 85524 46 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48230 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=853.59 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46876 0 0 0 85301 58 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140043866048552 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 855.7
Current children cumulated vsize (KiB) 255876

[startup+856.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528528/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=856.1 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47581 0 0 0 85564 46 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48230 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=853.99 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46876 0 0 0 85341 58 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140043866048552 4400952 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 856.1
Current children cumulated vsize (KiB) 255876

[startup+856.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528528/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=856.3 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47581 0 0 0 85584 46 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48230 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=854.19 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46876 0 0 0 85361 58 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140043866048552 4401544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 856.3
Current children cumulated vsize (KiB) 255876

[startup+856.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19641
/proc/meminfo: memFree=28528528/32873648 swapFree=6604/6604
[pid=18970] ppid=18968 vsize=255876 CPUtime=856.4 cores=1,3,5,7
/proc/18970/stat : 18970 (pwbo2.0) S 18968 18970 17458 0 -1 4202496 47581 0 0 0 85594 46 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140736195701472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18970/statm: 63969 48230 190 433 0 63533 0
[pid=18970/tid=18971] ppid=18968 vsize=255876 CPUtime=854.29 cores=1,3,5,7
/proc/18970/task/18971/stat : 18971 (pwbo2.0) R 18968 18970 17458 0 -1 4202560 46876 0 0 0 85371 58 0 0 20 0 2 0 275507993 262017024 48230 33554432000 4194304 5965102 140736195701952 140043866048552 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 856.4
Current children cumulated vsize (KiB) 255876

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18970 and gives
#  childrusage.ru_utime.tv_sec=853
#  childrusage.ru_utime.tv_usec=710216
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=593909
# CPU time returned by wait4() is 854.304
# while last known CPU time is 856.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 856.605
CPU time (s): 856.4
CPU user time (s): 855.94
CPU system time (s): 0.46
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 255876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 853.71
system time used= 0.593909
maximum resident set size= 192932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47584
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= 74
involuntary context switches= 1070

runsolver used 1.47378 second user time and 4.09838 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 06:43:55
IDJOB=3704258
IDBENCH=2603
IDSOLVER=2280
FILE ID=node148/3704258-1338093835
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704258-1338093835/watcher-3704258-1338093835 -o /tmp/evaluation-result-3704258-1338093835/solver-3704258-1338093835 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704258-1338093835.opb

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=255813663

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:        28617744 kB
Buffers:          314964 kB
Cached:          2744564 kB
SwapCached:          576 kB
Active:           846756 kB
Inactive:        2582664 kB
Active(anon):     361072 kB
Inactive(anon):    11120 kB
Active(file):     485684 kB
Inactive(file):  2571544 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        457528 kB
Mapped:            14872 kB
Shmem:                96 kB
Slab:             688632 kB
SReclaimable:     132956 kB
SUnreclaim:       555676 kB
KernelStack:        1488 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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:58:12