Trace number 3704268

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.0? 1799.55 1800.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
MD5SUM6f6d5bf9df98767681bd16885050de4b
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.069988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
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 66
Number of bits of the biggest sum of numbers7
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-3704268-1338092091.opb.
0.00/0.00	c Instance file HOME/instance-3704268-1338092091.opb
0.00/0.00	c File size is 69123 bytes.
0.00/0.00	c Highest Coefficient sum: 66
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      3900                                                |
0.00/0.00	c |  Number Clauses:        65                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704268-1338092091/watcher-3704268-1338092091 -o /tmp/evaluation-result-3704268-1338092091/solver-3704268-1338092091 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704268-1338092091.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13892
/proc/meminfo: memFree=27139772/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=4096 CPUtime=0 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) R 13890 13892 12898 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 275334811 4194304 472 33554432000 4194304 5965102 140737389058400 140733307587096 5137076 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 1024 473 170 433 0 571 0

[startup+0.075474 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13892
/proc/meminfo: memFree=27139772/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=84860 CPUtime=0.07 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 1723 0 0 0 7 0 0 0 20 0 2 0 275334811 86896640 1658 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21215 1658 190 433 0 20779 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84860

[startup+0.100169 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13892
/proc/meminfo: memFree=27139772/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=84860 CPUtime=0.09 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 1775 0 0 0 9 0 0 0 20 0 2 0 275334811 86896640 1710 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21215 1710 190 433 0 20779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84860

[startup+0.300109 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13892
/proc/meminfo: memFree=27139772/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=84860 CPUtime=0.29 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 2207 0 0 0 29 0 0 0 20 0 2 0 275334811 86896640 2142 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21215 2142 190 433 0 20779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84860

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 13892
/proc/meminfo: memFree=27139772/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=84860 CPUtime=0.69 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 3014 0 0 0 69 0 0 0 20 0 2 0 275334811 86896640 2949 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21215 2949 190 433 0 20779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84860

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13894
/proc/meminfo: memFree=27125380/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=84860 CPUtime=1.49 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 4493 0 0 0 148 1 0 0 20 0 2 0 275334811 86896640 4428 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21215 4428 190 433 0 20779 0
[pid=13892/tid=13894] ppid=13890 vsize=84860 CPUtime=1.47 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 3476 0 0 0 146 1 0 0 20 0 2 0 275334812 86896640 4428 33554432000 4194304 5965102 140737389058400 140319836604456 5137076 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) 84860

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13894
/proc/meminfo: memFree=27117064/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=85004 CPUtime=3.09 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 6948 0 0 0 308 1 0 0 20 0 2 0 275334811 87044096 6883 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21251 6883 190 433 0 20815 0
[pid=13892/tid=13894] ppid=13890 vsize=85004 CPUtime=3.07 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 5931 0 0 0 306 1 0 0 20 0 2 0 275334812 87044096 6883 33554432000 4194304 5965102 140737389058400 140319836604408 4383059 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) 85004

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13894
/proc/meminfo: memFree=27102432/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=85004 CPUtime=6.28 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 8183 0 0 0 627 1 0 0 20 0 2 0 275334811 87044096 8118 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21251 8118 190 433 0 20815 0
[pid=13892/tid=13894] ppid=13890 vsize=85004 CPUtime=6.26 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 7166 0 0 0 625 1 0 0 20 0 2 0 275334812 87044096 8118 33554432000 4194304 5965102 140737389058400 140319836604408 4383099 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) 85004

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13894
/proc/meminfo: memFree=27086080/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=85076 CPUtime=12.68 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 12149 0 0 0 1266 2 0 0 20 0 2 0 275334811 87117824 12084 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 21269 12084 190 433 0 20833 0
[pid=13892/tid=13894] ppid=13890 vsize=85076 CPUtime=12.64 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 11132 0 0 0 1262 2 0 0 20 0 2 0 275334812 87117824 12084 33554432000 4194304 5965102 140737389058400 140319836604408 5137076 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) 85076

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13894
/proc/meminfo: memFree=27046448/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=150720 CPUtime=25.49 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 18977 0 0 0 2544 5 0 0 20 0 2 0 275334811 154337280 18912 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 37680 18912 190 433 0 37244 0
[pid=13892/tid=13894] ppid=13890 vsize=150720 CPUtime=25.41 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 17960 0 0 0 2536 5 0 0 20 0 2 0 275334812 154337280 18912 33554432000 4194304 5965102 140737389058400 140319836604216 5137146 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150720

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13895
/proc/meminfo: memFree=26970436/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=150880 CPUtime=51.08 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 33604 0 0 0 5098 10 0 0 20 0 2 0 275334811 154501120 33539 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 37720 33539 190 433 0 37284 0
[pid=13892/tid=13894] ppid=13890 vsize=150880 CPUtime=50.94 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 32587 0 0 0 5084 10 0 0 20 0 2 0 275334812 154501120 33539 33554432000 4194304 5965102 140737389058400 140319836604456 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150880

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13895
/proc/meminfo: memFree=26879424/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=216656 CPUtime=102.28 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 48380 0 0 0 10213 15 0 0 20 0 2 0 275334811 221855744 48315 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 54164 48315 190 433 0 53728 0
[pid=13892/tid=13894] ppid=13890 vsize=216656 CPUtime=102.01 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 47363 0 0 0 10185 16 0 0 20 0 2 0 275334812 221855744 48315 33554432000 4194304 5965102 140737389058400 140319836604408 4382641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 216656

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13895
/proc/meminfo: memFree=26813080/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=282192 CPUtime=162.26 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 62267 0 0 0 16205 21 0 0 20 0 2 0 275334811 288964608 62240 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 70548 62240 190 433 0 70112 0
[pid=13892/tid=13894] ppid=13890 vsize=282192 CPUtime=161.84 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 61250 0 0 0 16161 23 0 0 20 0 2 0 275334812 288964608 62240 33554432000 4194304 5965102 140737389058400 140319836604408 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 282192

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13895
/proc/meminfo: memFree=26804044/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=282192 CPUtime=222.22 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 64516 0 0 0 22200 22 0 0 20 0 2 0 275334811 288964608 64505 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 70548 64505 190 433 0 70112 0
[pid=13892/tid=13894] ppid=13890 vsize=282192 CPUtime=221.65 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 63499 0 0 0 22140 25 0 0 20 0 2 0 275334812 288964608 64505 33554432000 4194304 5965102 140737389058400 140319836604408 4221120 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) 282192

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13895
/proc/meminfo: memFree=26770856/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=347728 CPUtime=282.17 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 72712 0 0 0 28193 24 0 0 20 0 2 0 275334811 356073472 72679 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 86932 72679 190 433 0 86496 0
[pid=13892/tid=13894] ppid=13890 vsize=347728 CPUtime=281.46 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 71695 0 0 0 28118 28 0 0 20 0 2 0 275334812 356073472 72679 33554432000 4194304 5965102 140737389058400 140319836604408 4392445 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 347728

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 13898
/proc/meminfo: memFree=26708108/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=413840 CPUtime=342.17 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 87395 0 0 0 34187 30 0 0 20 0 2 0 275334811 423772160 88050 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 103460 88050 190 433 0 103024 0
[pid=13892/tid=13894] ppid=13890 vsize=413840 CPUtime=341.3 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 86378 0 0 0 34096 34 0 0 20 0 2 0 275334812 423772160 88050 33554432000 4194304 5965102 140737389058400 140319836604408 4401096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 413840

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13899
/proc/meminfo: memFree=26661212/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=413840 CPUtime=402.16 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 98968 0 0 0 40181 35 0 0 20 0 2 0 275334811 423772160 99623 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 103460 99623 190 433 0 103024 0
[pid=13892/tid=13894] ppid=13890 vsize=413840 CPUtime=401.14 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 97951 0 0 0 40074 40 0 0 20 0 2 0 275334812 423772160 99623 33554432000 4194304 5965102 140737389058400 140319836604408 4392771 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 413840

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13899
/proc/meminfo: memFree=26653036/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=479376 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13946
/proc/meminfo: memFree=26508472/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=878260 CPUtime=1421.9 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 214534 0 0 0 142108 82 0 0 20 0 2 0 275334811 899338240 213138 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 219565 213138 190 433 0 219129 0
[pid=13892/tid=13894] ppid=13890 vsize=878260 CPUtime=1418.38 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 213517 0 0 0 141735 103 0 0 20 0 2 0 275334812 899338240 213138 33554432000 4194304 5965102 140737389058400 140319836604408 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 878260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13946
/proc/meminfo: memFree=26413860/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=878260 CPUtime=1481.9 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 214546 0 0 0 148107 83 0 0 20 0 2 0 275334811 899338240 213150 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 219565 213150 190 433 0 219129 0
[pid=13892/tid=13894] ppid=13890 vsize=878260 CPUtime=1478.21 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 213529 0 0 0 147717 104 0 0 20 0 2 0 275334812 899338240 213150 33554432000 4194304 5965102 140737389058400 140319836604408 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 878260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 13949
/proc/meminfo: memFree=26283540/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=878260 CPUtime=1541.89 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 214546 0 0 0 154106 83 0 0 20 0 2 0 275334811 899338240 213150 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 219565 213150 190 433 0 219129 0
[pid=13892/tid=13894] ppid=13890 vsize=878260 CPUtime=1538.06 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 213529 0 0 0 153701 105 0 0 20 0 2 0 275334812 899338240 213150 33554432000 4194304 5965102 140737389058400 140319836604408 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 878260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13950
/proc/meminfo: memFree=26075728/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=944408 CPUtime=1601.88 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 230156 0 0 0 160100 88 0 0 20 0 2 0 275334811 967073792 228760 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 236102 228760 190 433 0 235666 0
[pid=13892/tid=13894] ppid=13890 vsize=944408 CPUtime=1597.9 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 229139 0 0 0 159678 112 0 0 20 0 2 0 275334812 967073792 228760 33554432000 4194304 5965102 140737389058400 140319836604408 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 944408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13950
/proc/meminfo: memFree=25977528/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076128 CPUtime=1661.87 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 253118 0 0 0 166089 98 0 0 20 0 2 0 275334811 1101955072 251722 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269032 251722 190 433 0 268596 0
[pid=13892/tid=13894] ppid=13890 vsize=1076128 CPUtime=1657.74 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 252101 0 0 0 165651 123 0 0 20 0 2 0 275334812 1101955072 251722 33554432000 4194304 5965102 140737389058400 140319836604408 4382600 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1076128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13950
/proc/meminfo: memFree=25953704/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1721.86 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258675 0 0 0 172086 100 0 0 20 0 2 0 275334811 1102249984 257279 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257279 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1717.59 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257658 0 0 0 171633 126 0 0 20 0 2 0 275334812 1102249984 257279 33554432000 4194304 5965102 140737389058400 140319836604408 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1076416

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25953824/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1781.85 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 178085 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1777.43 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 177616 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4410675 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1076416

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25953932/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1791.45 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179045 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1787.01 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 178574 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 1076416

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25953792/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1794.65 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179365 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1790.2 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 178893 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 1076416

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25953792/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1797.85 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179685 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1793.39 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 179212 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 1076416

[startup+1799.1 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25953916/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1798.65 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179765 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1794.18 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 179291 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1076416

[startup+1799.5 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25954040/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1799.05 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179805 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1794.59 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 179332 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 1076416

[startup+1799.9 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25954040/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1799.45 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179845 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1794.98 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 179371 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4383014 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1076416

[startup+1800 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 13950
/proc/meminfo: memFree=25954040/32873660 swapFree=7120/7120
[pid=13892] ppid=13890 vsize=1076416 CPUtime=1799.55 cores=0,2,4,6
/proc/13892/stat : 13892 (pwbo2.0) S 13890 13892 12898 0 -1 4202496 258689 0 0 0 179855 100 0 0 20 0 2 0 275334811 1102249984 257293 33554432000 4194304 5965102 140737389058400 140737389057920 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13892/statm: 269104 257293 190 433 0 268668 0
[pid=13892/tid=13894] ppid=13890 vsize=1076416 CPUtime=1795.08 cores=0,2,4,6
/proc/13892/task/13894/stat : 13894 (pwbo2.0) R 13890 13892 12898 0 -1 4202560 257672 0 0 0 179381 127 0 0 20 0 2 0 275334812 1102249984 257293 33554432000 4194304 5965102 140737389058400 140319836604408 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 1076416

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13892 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=823297
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=307801
# CPU time returned by wait4() is 1795.13
# while last known CPU time is 1799.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.03
CPU time (s): 1799.55
CPU user time (s): 1798.55
CPU system time (s): 1
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 1076416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 1.3078
maximum resident set size= 1029184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258692
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= 262
involuntary context switches= 1948

runsolver used 3.41948 second user time and 9.26559 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 06:14:51
IDJOB=3704268
IDBENCH=2581
IDSOLVER=2280
FILE ID=node117/3704268-1338092091
RUNJOBID= node117-1338088587-12914
PBS_JOBID= 14624465
Free space on /tmp= 70084 MiB

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

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=913587916

node117.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.148
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.29
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.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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.148
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		: 2667.148
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        27140300 kB
Buffers:          305748 kB
Cached:          3961532 kB
SwapCached:            0 kB
Active:          2719332 kB
Inactive:        2141648 kB
Active(anon):     584468 kB
Inactive(anon):    11356 kB
Active(file):    2134864 kB
Inactive(file):  2130292 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        544504 kB
Mapped:            15056 kB
Shmem:               200 kB
Slab:             733808 kB
SReclaimable:     178140 kB
SUnreclaim:       555668 kB
KernelStack:        1488 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     151148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 70080 MiB
End job on node117 at 2012-05-27 06:44:51