Trace number 3726910

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
wbo 1.72? 1799.49 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
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.096984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 52
Number of bits of the biggest sum of numbers6
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726910-1338651529.opb.
0.00/0.00	c Instance file HOME/instance-3726910-1338651529.opb
0.00/0.00	c File size is 91302 bytes.
0.00/0.01	c Highest Coefficient sum: 52
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      5100                                                |
0.00/0.01	c |  Number Clauses:        102                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3726910-1338651529/watcher-3726910-1338651529 -o /tmp/evaluation-result-3726910-1338651529/solver-3726910-1338651529 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726910-1338651529.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.88 1.94 3/173 21980
/proc/meminfo: memFree=28075912/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=4372 CPUtime=0 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) R 21978 21980 20159 0 -1 4202496 563 0 0 0 0 0 0 0 20 0 1 0 331219863 4476928 516 33554432000 4194304 5964350 140733198613808 140734498759608 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 1093 516 161 433 0 634 0

[startup+0.0229491 s]
/proc/loadavg: 1.95 1.88 1.94 3/173 21980
/proc/meminfo: memFree=28075912/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=0.02 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 1744 0 0 0 2 0 0 0 20 0 2 0 331219863 87097344 1589 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 1589 182 433 0 20828 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 85056

[startup+0.100282 s]
/proc/loadavg: 1.95 1.88 1.94 3/173 21980
/proc/meminfo: memFree=28075912/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=0.09 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 1953 0 0 0 9 0 0 0 20 0 2 0 331219863 87097344 1798 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 1798 184 433 0 20828 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85056

[startup+0.300243 s]
/proc/loadavg: 1.95 1.88 1.94 3/173 21980
/proc/meminfo: memFree=28075912/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=0.29 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 2412 0 0 0 29 0 0 0 20 0 2 0 331219863 87097344 2257 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 2258 184 433 0 20828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85056

[startup+0.700239 s]
/proc/loadavg: 1.95 1.88 1.94 3/173 21980
/proc/meminfo: memFree=28075912/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=0.69 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 3387 0 0 0 69 0 0 0 20 0 2 0 331219863 87097344 3232 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 3232 184 433 0 20828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85056

[startup+1.50026 s]
/proc/loadavg: 1.95 1.88 1.94 2/175 22066
/proc/meminfo: memFree=28149196/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=1.49 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 5104 0 0 0 149 0 0 0 20 0 2 0 331219863 87097344 4949 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 4949 184 433 0 20828 0
[pid=21980/tid=21982] ppid=21978 vsize=85056 CPUtime=1.47 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 3997 0 0 0 147 0 0 0 20 0 2 0 331219865 87097344 4949 33554432000 4194304 5964350 140733198613808 140523153135656 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85056

[startup+3.10026 s]
/proc/loadavg: 1.95 1.88 1.94 3/179 22092
/proc/meminfo: memFree=28133384/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=3.08 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 6446 0 0 0 308 0 0 0 20 0 2 0 331219863 87097344 6291 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 6291 184 433 0 20828 0
[pid=21980/tid=21982] ppid=21978 vsize=85056 CPUtime=3.06 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 5339 0 0 0 306 0 0 0 20 0 2 0 331219865 87097344 6291 33554432000 4194304 5964350 140733198613808 140523153135608 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85056

[startup+6.30026 s]
/proc/loadavg: 1.95 1.89 1.94 3/179 22092
/proc/meminfo: memFree=28122720/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85056 CPUtime=6.29 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 8810 0 0 0 628 1 0 0 20 0 2 0 331219863 87097344 8655 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21264 8655 184 433 0 20828 0
[pid=21980/tid=21982] ppid=21978 vsize=85056 CPUtime=6.26 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 7703 0 0 0 625 1 0 0 20 0 2 0 331219865 87097344 8655 33554432000 4194304 5964350 140733198613808 140523153135416 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85056

[startup+12.7003 s]
/proc/loadavg: 1.96 1.89 1.94 3/179 22092
/proc/meminfo: memFree=28096760/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=85272 CPUtime=12.68 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 13519 0 0 0 1265 3 0 0 20 0 2 0 331219863 87318528 13469 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 21318 13469 184 433 0 20882 0
[pid=21980/tid=21982] ppid=21978 vsize=85272 CPUtime=12.63 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 12412 0 0 0 1260 3 0 0 20 0 2 0 331219865 87318528 13469 33554432000 4194304 5964350 140733198613808 140523153135608 4381913 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85272

[startup+25.5003 s]
/proc/loadavg: 2.04 1.91 1.95 3/179 22092
/proc/meminfo: memFree=28069060/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=150916 CPUtime=25.47 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 18801 0 0 0 2543 4 0 0 20 0 2 0 331219863 154537984 18743 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 37729 18743 184 433 0 37293 0
[pid=21980/tid=21982] ppid=21978 vsize=150916 CPUtime=25.39 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 17694 0 0 0 2535 4 0 0 20 0 2 0 331219865 154537984 18743 33554432000 4194304 5964350 140733198613808 140523153135608 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150916

[startup+51.1003 s]
/proc/loadavg: 2.02 1.91 1.95 3/179 22092
/proc/meminfo: memFree=28029340/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=151076 CPUtime=51.06 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 26739 0 0 0 5099 7 0 0 20 0 2 0 331219863 154701824 27174 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 37769 27174 184 433 0 37333 0
[pid=21980/tid=21982] ppid=21978 vsize=151076 CPUtime=50.91 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 25632 0 0 0 5084 7 0 0 20 0 2 0 331219865 154701824 27174 33554432000 4194304 5964350 140733198613808 140523153135608 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 151076

[startup+102.307 s]
/proc/loadavg: 2.05 1.94 1.95 3/180 22095
/proc/meminfo: memFree=27946136/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=216852 CPUtime=102.25 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 43566 0 0 0 10211 14 0 0 20 0 2 0 331219863 222056448 44040 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 54213 44040 184 433 0 53777 0
[pid=21980/tid=21982] ppid=21978 vsize=216852 CPUtime=101.98 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 42459 0 0 0 10183 15 0 0 20 0 2 0 331219865 222056448 44040 33554432000 4194304 5964350 140733198613808 140523153135608 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216852

[startup+162.3 s]
/proc/loadavg: 2.06 1.96 1.96 3/179 22095
/proc/meminfo: memFree=27883068/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=282388 CPUtime=162.21 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 58346 0 0 0 16202 19 0 0 20 0 2 0 331219863 289165312 58899 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 70597 58900 184 433 0 70161 0
[pid=21980/tid=21982] ppid=21978 vsize=282388 CPUtime=161.8 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 57240 0 0 0 16159 21 0 0 20 0 2 0 331219865 289165312 58900 33554432000 4194304 5964350 140733198613808 140523153135608 5136410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 282388

[startup+222.3 s]
/proc/loadavg: 2.02 1.97 1.96 3/179 22096
/proc/meminfo: memFree=27699852/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=478996 CPUtime=222.2 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 99978 0 0 0 22189 31 0 0 20 0 2 0 331219863 490491904 100531 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 119749 100531 184 433 0 119313 0
[pid=21980/tid=21982] ppid=21978 vsize=478996 CPUtime=221.65 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 98871 0 0 0 22131 34 0 0 20 0 2 0 331219865 490491904 100531 33554432000 4194304 5964350 140733198613808 140523153135608 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 478996

[startup+282.3 s]
/proc/loadavg: 2.01 1.97 1.96 3/179 22096
/proc/meminfo: memFree=27571136/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=544532 CPUtime=282.18 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 129337 0 0 0 28178 40 0 0 20 0 2 0 331219863 557600768 129889 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 136133 129889 184 433 0 135697 0
[pid=21980/tid=21982] ppid=21978 vsize=544532 CPUtime=281.48 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 128230 0 0 0 28104 44 0 0 20 0 2 0 331219865 557600768 129889 33554432000 4194304 5964350 140733198613808 140523153135608 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 544532

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.96 3/180 22097
/proc/meminfo: memFree=27535940/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=610068 CPUtime=342.15 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 134198 0 0 0 34174 41 0 0 20 0 2 0 331219863 624709632 134782 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 152517 134782 184 433 0 152081 0
[pid=21980/tid=21982] ppid=21978 vsize=610068 CPUtime=341.31 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 133091 0 0 0 34085 46 0 0 20 0 2 0 331219865 624709632 134782 33554432000 4194304 5964350 140733198613808 140523153135608 5139086 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 610068

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.96 3/179 22097
/proc/meminfo: memFree=27527668/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=610068 CPUtime=402.13 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 134232 0 0 0 40172 41 0 0 20 0 2 0 331219863 624709632 134492 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 152517 134492 184 433 0 152081 0
[pid=21980/tid=21982] ppid=21978 vsize=610068 CPUtime=401.14 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 133125 0 0 0 40067 47 0 0 20 0 2 0 331219865 624709632 134492 33554432000 4194304 5964350 140733198613808 140523153135640 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 610068

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.96 3/179 22097
/proc/meminfo: memFree=27520240/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=610428 CPUtime=462.11 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.96 3/179 22130
/proc/meminfo: memFree=27087276/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=874300 CPUtime=1421.89 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 202821 0 0 0 142117 72 0 0 20 0 2 0 331219863 895283200 202698 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 218575 202698 184 433 0 218139 0
[pid=21980/tid=21982] ppid=21978 vsize=874300 CPUtime=1418.47 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 201714 0 0 0 141754 93 0 0 20 0 2 0 331219865 895283200 202698 33554432000 4194304 5964350 140733198613808 140523153135640 4381949 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 874300

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/179 22130
/proc/meminfo: memFree=27082812/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=874300 CPUtime=1481.87 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 202821 0 0 0 148115 72 0 0 20 0 2 0 331219863 895283200 202698 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 218575 202698 184 433 0 218139 0
[pid=21980/tid=21982] ppid=21978 vsize=874300 CPUtime=1478.31 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 201714 0 0 0 147737 94 0 0 20 0 2 0 331219865 895283200 202698 33554432000 4194304 5964350 140733198613808 140523153135640 4400352 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 874300

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/179 22130
/proc/meminfo: memFree=27076240/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=874300 CPUtime=1541.86 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 202821 0 0 0 154114 72 0 0 20 0 2 0 331219863 895283200 202698 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 218575 202698 184 433 0 218139 0
[pid=21980/tid=21982] ppid=21978 vsize=874300 CPUtime=1538.16 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 201714 0 0 0 153721 95 0 0 20 0 2 0 331219865 895283200 202698 33554432000 4194304 5964350 140733198613808 140523153135640 4400462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 874300

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 1.97 3/179 22130
/proc/meminfo: memFree=27057352/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=874300 CPUtime=1601.85 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 202821 0 0 0 160113 72 0 0 20 0 2 0 331219863 895283200 202698 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 218575 202698 184 433 0 218139 0
[pid=21980/tid=21982] ppid=21978 vsize=874300 CPUtime=1598.01 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 201714 0 0 0 159705 96 0 0 20 0 2 0 331219865 895283200 202698 33554432000 4194304 5964350 140733198613808 140523153135640 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 874300

[startup+1662.3 s]
/proc/loadavg: 2.07 2.01 1.97 3/179 22130
/proc/meminfo: memFree=27053648/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=874300 CPUtime=1661.84 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 202821 0 0 0 166112 72 0 0 20 0 2 0 331219863 895283200 202698 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 218575 202698 184 433 0 218139 0
[pid=21980/tid=21982] ppid=21978 vsize=874300 CPUtime=1657.86 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 201714 0 0 0 165689 97 0 0 20 0 2 0 331219865 895283200 202698 33554432000 4194304 5964350 140733198613808 140523153135640 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 874300

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 22131
/proc/meminfo: memFree=26928656/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=939836 CPUtime=1721.84 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 230215 0 0 0 172099 85 0 0 20 0 2 0 331219863 962392064 230092 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 234959 230092 184 433 0 234523 0
[pid=21980/tid=21982] ppid=21978 vsize=939836 CPUtime=1717.7 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 229108 0 0 0 171659 111 0 0 20 0 2 0 331219865 962392064 230092 33554432000 4194304 5964350 140733198613808 140523153135608 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 939836

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26843588/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1781.8 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 249279 0 0 0 178085 95 0 0 20 0 2 0 331219863 1097605120 249159 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 249159 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1777.53 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 248172 0 0 0 177631 122 0 0 20 0 2 0 331219865 1097605120 249159 33554432000 4194304 5964350 140733198613808 140523153135608 4399858 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1071880

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26832040/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1791.4 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 251954 0 0 0 179043 97 0 0 20 0 2 0 331219863 1097605120 251832 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 251832 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1787.1 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 250847 0 0 0 178586 124 0 0 20 0 2 0 331219865 1097605120 251832 33554432000 4194304 5964350 140733198613808 140523153135608 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 1071880

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26824972/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1794.6 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 252775 0 0 0 179363 97 0 0 20 0 2 0 331219863 1097605120 252653 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 252653 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1790.29 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 251668 0 0 0 178905 124 0 0 20 0 2 0 331219865 1097605120 252653 33554432000 4194304 5964350 140733198613808 140523153135608 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 1071880

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26820756/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1797.79 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 253508 0 0 0 179681 98 0 0 20 0 2 0 331219863 1097605120 253386 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 253386 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1793.48 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 252401 0 0 0 179223 125 0 0 20 0 2 0 331219865 1097605120 253386 33554432000 4194304 5964350 140733198613808 140523153135608 4399858 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 1071880

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26818648/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1798.59 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 253699 0 0 0 179761 98 0 0 20 0 2 0 331219863 1097605120 253577 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 253577 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1794.28 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 252592 0 0 0 179303 125 0 0 20 0 2 0 331219865 1097605120 253577 33554432000 4194304 5964350 140733198613808 140523153135608 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 1071880

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26816416/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1799 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 253804 0 0 0 179802 98 0 0 20 0 2 0 331219863 1097605120 253682 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 253682 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1794.68 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 252697 0 0 0 179343 125 0 0 20 0 2 0 331219865 1097605120 253682 33554432000 4194304 5964350 140733198613808 140523153135608 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 1071880

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26816416/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1799.39 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 253921 0 0 0 179841 98 0 0 20 0 2 0 331219863 1097605120 253817 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 253817 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1795.08 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 252814 0 0 0 179383 125 0 0 20 0 2 0 331219865 1097605120 253817 33554432000 4194304 5964350 140733198613808 140523153135608 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 1071880

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 22131
/proc/meminfo: memFree=26816416/32873844 swapFree=7128/7128
[pid=21980] ppid=21978 vsize=1071880 CPUtime=1799.49 cores=0,2,4,6
/proc/21980/stat : 21980 (wbo1.72) S 21978 21980 20159 0 -1 4202496 253952 0 0 0 179851 98 0 0 20 0 2 0 331219863 1097605120 253848 33554432000 4194304 5964350 140733198613808 140733198613328 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21980/statm: 267970 253848 184 433 0 267534 0
[pid=21980/tid=21982] ppid=21978 vsize=1071880 CPUtime=1795.18 cores=0,2,4,6
/proc/21980/task/21982/stat : 21982 (wbo1.72) R 21978 21980 20159 0 -1 4202560 252845 0 0 0 179393 125 0 0 20 0 2 0 331219865 1097605120 253848 33554432000 4194304 5964350 140733198613808 140523153135608 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 1071880

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.49
CPU user time (s): 1798.51
CPU system time (s): 0.98
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 1071880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 1.27281
maximum resident set size= 1017456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253957
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= 312
involuntary context switches= 1837

runsolver used 3.39048 second user time and 9.57754 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-02 17:38:49
IDJOB=3726910
IDBENCH=1403
IDSOLVER=2313
FILE ID=node105/3726910-1338651529
RUNJOBID= node105-1338651421-21476
PBS_JOBID= 14636475
Free space on /tmp= 71212 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726910-1338651529/watcher-3726910-1338651529 -o /tmp/evaluation-result-3726910-1338651529/solver-3726910-1338651529 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726910-1338651529.opb

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

MD5SUM BENCH= 04ec290f8a8afffbd026dcfb09cada39
RANDOM SEED=798390540

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28075532 kB
Buffers:          525056 kB
Cached:          3389944 kB
SwapCached:         1700 kB
Active:           975648 kB
Inactive:        2946196 kB
Active(anon):       3024 kB
Inactive(anon):     4808 kB
Active(file):     972624 kB
Inactive(file):  2941388 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:            100072 kB
Writeback:             0 kB
AnonPages:         10744 kB
Mapped:             8820 kB
Shmem:                 0 kB
Slab:             736560 kB
SReclaimable:     178164 kB
SUnreclaim:       558396 kB
KernelStack:        1432 kB
PageTables:         3660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71292 MiB
End job on node105 at 2012-06-02 18:08:49