Trace number 3726900

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.02UNSAT 832.39 832.475

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726900-1338661516.opb.
0.00/0.00	c Instance file HOME/instance-3726900-1338661516.opb
0.00/0.00	c File size is 117673 bytes.
0.00/0.01	c Highest Coefficient sum: 100
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:      1564                                                |
0.00/0.01	c |  Number Clauses:        1514                                                |
0.00/0.01	c |  Number Cardinality:    103                                                 |
0.00/0.01	c |  Number PB Constraints: 1464                                                |
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 ===============================================================================
832.20/832.46	c ===============================================================================
832.20/832.46	c Wall Clock Time: 832.47 s
832.20/832.46	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-3726900-1338661516/watcher-3726900-1338661516 -o /tmp/evaluation-result-3726900-1338661516/solver-3726900-1338661516 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726900-1338661516.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.00 2.10 2.72 3/177 17701
/proc/meminfo: memFree=27423924/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=3824 CPUtime=0 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) R 17699 17701 14598 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 332276502 3915776 405 33554432000 4194304 5964478 140735164283936 140736860249192 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 956 405 173 433 0 491 0

[startup+0.023732 s]
/proc/loadavg: 2.00 2.10 2.72 3/177 17701
/proc/meminfo: memFree=27423924/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84680 CPUtime=0.01 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 1349 0 0 0 1 0 0 0 20 0 2 0 332276502 86712320 1272 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21170 1272 185 433 0 20734 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84680

[startup+0.100168 s]
/proc/loadavg: 2.00 2.10 2.72 3/177 17701
/proc/meminfo: memFree=27423924/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84680 CPUtime=0.09 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 1611 0 0 0 9 0 0 0 20 0 2 0 332276502 86712320 1534 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21170 1534 186 433 0 20734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84680

[startup+0.300112 s]
/proc/loadavg: 2.00 2.10 2.72 3/177 17701
/proc/meminfo: memFree=27423924/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84680 CPUtime=0.29 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 1959 0 0 0 29 0 0 0 20 0 2 0 332276502 86712320 1882 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21170 1882 186 433 0 20734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84680

[startup+0.700115 s]
/proc/loadavg: 2.00 2.10 2.72 3/177 17701
/proc/meminfo: memFree=27423924/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84680 CPUtime=0.69 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 2581 0 0 0 69 0 0 0 20 0 2 0 332276502 86712320 2504 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21170 2504 186 433 0 20734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84680

[startup+1.5002 s]
/proc/loadavg: 2.00 2.10 2.72 3/179 17703
/proc/meminfo: memFree=27412308/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84824 CPUtime=1.49 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 3202 0 0 0 149 0 0 0 20 0 2 0 332276502 86859776 3125 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21206 3125 186 433 0 20770 0
[pid=17701/tid=17703] ppid=17699 vsize=84824 CPUtime=1.47 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 2216 0 0 0 147 0 0 0 20 0 2 0 332276503 86859776 3125 33554432000 4194304 5964478 140735164283936 140239934146072 4221120 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) 84824

[startup+3.10022 s]
/proc/loadavg: 2.00 2.10 2.72 3/179 17703
/proc/meminfo: memFree=27410432/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=84896 CPUtime=3.08 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 4122 0 0 0 308 0 0 0 20 0 2 0 332276502 86933504 4045 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21224 4045 186 433 0 20788 0
[pid=17701/tid=17703] ppid=17699 vsize=84896 CPUtime=3.07 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 3136 0 0 0 307 0 0 0 20 0 2 0 332276503 86933504 4045 33554432000 4194304 5964478 140735164283936 140239934146360 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84896

[startup+6.30022 s]
/proc/loadavg: 2.00 2.10 2.72 3/179 17703
/proc/meminfo: memFree=27402992/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=86120 CPUtime=6.29 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 5640 0 0 0 628 1 0 0 20 0 2 0 332276502 88186880 5563 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 21530 5563 186 433 0 21094 0
[pid=17701/tid=17703] ppid=17699 vsize=86120 CPUtime=6.27 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 4654 0 0 0 627 0 0 0 20 0 2 0 332276503 88186880 5563 33554432000 4194304 5964478 140735164283936 140239934146360 4399920 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) 86120

[startup+12.7002 s]
/proc/loadavg: 2.00 2.10 2.71 3/179 17703
/proc/meminfo: memFree=27393476/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=90836 CPUtime=12.69 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 7836 0 0 0 1267 2 0 0 20 0 2 0 332276502 93016064 7759 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 22709 7759 186 433 0 22273 0
[pid=17701/tid=17703] ppid=17699 vsize=90836 CPUtime=12.68 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 6850 0 0 0 1265 3 0 0 20 0 2 0 332276503 93016064 7759 33554432000 4194304 5964478 140735164283936 140239934146072 4379316 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90836

[startup+25.5003 s]
/proc/loadavg: 2.00 2.09 2.70 3/179 17703
/proc/meminfo: memFree=27384192/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=92076 CPUtime=25.49 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 10233 0 0 0 2545 4 0 0 20 0 2 0 332276502 94285824 10156 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 23019 10156 186 433 0 22583 0
[pid=17701/tid=17703] ppid=17699 vsize=92076 CPUtime=25.47 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 9247 0 0 0 2543 4 0 0 20 0 2 0 332276503 94285824 10156 33554432000 4194304 5964478 140735164283936 140239934146600 5136420 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) 92076

[startup+51.1003 s]
/proc/loadavg: 2.00 2.08 2.68 3/179 17703
/proc/meminfo: memFree=27368812/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=94476 CPUtime=51.08 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 14058 0 0 0 5103 5 0 0 20 0 2 0 332276502 96743424 13981 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 23619 13981 186 433 0 23183 0
[pid=17701/tid=17703] ppid=17699 vsize=94476 CPUtime=51.07 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 13072 0 0 0 5101 6 0 0 20 0 2 0 332276503 96743424 13981 33554432000 4194304 5964478 140735164283936 140239934146552 4399920 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) 94476

[startup+102.307 s]
/proc/loadavg: 2.00 2.07 2.64 3/179 17703
/proc/meminfo: memFree=27341424/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=163152 CPUtime=102.28 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 20637 0 0 0 10217 11 0 0 20 0 2 0 332276502 167067648 20560 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 40788 20560 186 433 0 40352 0
[pid=17701/tid=17703] ppid=17699 vsize=163152 CPUtime=102.28 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 19651 0 0 0 10215 13 0 0 20 0 2 0 332276503 167067648 20560 33554432000 4194304 5964478 140735164283936 140239934146552 4399920 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) 163152

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.60 3/179 17703
/proc/meminfo: memFree=27311788/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=167784 CPUtime=162.26 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 26017 0 0 0 16209 17 0 0 20 0 2 0 332276502 171810816 25940 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 41946 25940 186 433 0 41510 0
[pid=17701/tid=17703] ppid=17699 vsize=167784 CPUtime=162.27 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 25031 0 0 0 16207 20 0 0 20 0 2 0 332276503 171810816 25940 33554432000 4194304 5964478 140735164283936 140239934146600 4221120 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) 167784

[startup+222.3 s]
/proc/loadavg: 2.03 2.05 2.57 3/179 17704
/proc/meminfo: memFree=27251316/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=170956 CPUtime=222.22 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 33047 0 0 0 22197 25 0 0 20 0 2 0 332276502 175058944 33002 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 42739 33002 186 433 0 42303 0
[pid=17701/tid=17703] ppid=17699 vsize=170956 CPUtime=222.24 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 32061 0 0 0 22195 29 0 0 20 0 2 0 332276503 175058944 33002 33554432000 4194304 5964478 140735164283936 140239934146552 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 170956

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.53 3/179 17704
/proc/meminfo: memFree=27221848/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=172056 CPUtime=282.21 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 36889 0 0 0 28191 30 0 0 20 0 2 0 332276502 176185344 37226 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 43014 37226 186 433 0 42578 0
[pid=17701/tid=17703] ppid=17699 vsize=172056 CPUtime=282.24 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 35903 0 0 0 28189 35 0 0 20 0 2 0 332276503 176185344 37226 33554432000 4194304 5964478 140735164283936 140239934146072 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 172056

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.49 3/180 17707
/proc/meminfo: memFree=27185516/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=239920 CPUtime=342.2 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 40644 0 0 0 34185 35 0 0 20 0 2 0 332276502 245678080 40981 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 59980 40981 186 433 0 59544 0
[pid=17701/tid=17703] ppid=17699 vsize=239920 CPUtime=342.23 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 39658 0 0 0 34182 41 0 0 20 0 2 0 332276503 245678080 40981 33554432000 4194304 5964478 140735164283936 140239934146552 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 239920

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.46 3/179 17707
/proc/meminfo: memFree=27167420/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=241760 CPUtime=402.2 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 44689 0 0 0 40179 41 0 0 20 0 2 0 332276502 247562240 45026 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 60440 45026 186 433 0 60004 0
[pid=17701/tid=17703] ppid=17699 vsize=241760 CPUtime=402.23 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 43703 0 0 0 40176 47 0 0 20 0 2 0 332276503 247562240 45026 33554432000 4194304 5964478 140735164283936 140239934146072 4410877 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 241760

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.43 3/179 17708
/proc/meminfo: memFree=27116084/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=243128 CPUtime=462.18 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 48672 0 0 0 46173 45 0 0 20 0 2 0 332276502 248963072 49009 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 60782 49009 186 433 0 60346 0
[pid=17701/tid=17703] ppid=17699 vsize=243128 CPUtime=462.23 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 47686 0 0 0 46170 53 0 0 20 0 2 0 332276503 248963072 49009 33554432000 4194304 5964478 140735164283936 140239934146360 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 243128

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.40 3/179 17710
/proc/meminfo: memFree=27066080/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=243928 CPUtime=522.16 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 53731 0 0 0 52163 53 0 0 20 0 2 0 332276502 249782272 54079 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 60982 54079 186 433 0 60546 0
[pid=17701/tid=17703] ppid=17699 vsize=243928 CPUtime=522.22 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 52745 0 0 0 52161 61 0 0 20 0 2 0 332276503 249782272 54079 33554432000 4194304 5964478 140735164283936 140239934146072 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 243928

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.37 3/179 17710
/proc/meminfo: memFree=27044260/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=314180 CPUtime=582.14 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 58297 0 0 0 58154 60 0 0 20 0 2 0 332276502 321720320 58636 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 78545 58637 186 433 0 78109 0
[pid=17701/tid=17703] ppid=17699 vsize=314180 CPUtime=582.2 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 57312 0 0 0 58152 68 0 0 20 0 2 0 332276503 321720320 58637 33554432000 4194304 5964478 140735164283936 140239934146552 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 314180

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.35 3/179 17710
/proc/meminfo: memFree=27008508/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=319448 CPUtime=642.13 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 61774 0 0 0 64150 63 0 0 20 0 2 0 332276502 327114752 62613 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 79862 62613 186 433 0 79426 0
[pid=17701/tid=17703] ppid=17699 vsize=319448 CPUtime=642.2 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 60788 0 0 0 64147 73 0 0 20 0 2 0 332276503 327114752 62613 33554432000 4194304 5964478 140735164283936 140239934146360 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 319448

[startup+702.3 s]
/proc/loadavg: 2.03 2.02 2.33 3/179 17710
/proc/meminfo: memFree=26988828/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=319664 CPUtime=702.12 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 61833 0 0 0 70149 63 0 0 20 0 2 0 332276502 327335936 62672 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 79916 62672 186 433 0 79480 0
[pid=17701/tid=17703] ppid=17699 vsize=319664 CPUtime=702.2 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 60847 0 0 0 70146 74 0 0 20 0 2 0 332276503 327335936 62672 33554432000 4194304 5964478 140735164283936 140239934146600 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 319664

[startup+762.307 s]
/proc/loadavg: 2.01 2.02 2.31 3/179 17710
/proc/meminfo: memFree=26961344/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=321368 CPUtime=762.12 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 64676 0 0 0 76145 67 0 0 20 0 2 0 332276502 329080832 65515 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80342 65515 186 433 0 79906 0
[pid=17701/tid=17703] ppid=17699 vsize=321368 CPUtime=762.2 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 63690 0 0 0 76141 79 0 0 20 0 2 0 332276503 329080832 65515 33554432000 4194304 5964478 140735164283936 140239934146072 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 321368

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26941132/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=822.1 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 65657 0 0 0 82142 68 0 0 20 0 2 0 332276502 330276864 66486 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 66486 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=822.19 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 64671 0 0 0 82138 81 0 0 20 0 2 0 332276503 330276864 66486 33554432000 4194304 5964478 140735164283936 140239934146072 4400628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 322536

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

[startup+825.5 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26939520/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=825.3 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 65847 0 0 0 82462 68 0 0 20 0 2 0 332276502 330276864 66676 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 66676 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=825.39 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 64861 0 0 0 82458 81 0 0 20 0 2 0 332276503 330276864 66676 33554432000 4194304 5964478 140735164283936 140239934146072 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 825.3
Current children cumulated vsize (KiB) 322536

[startup+828.7 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26936420/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=828.5 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66050 0 0 0 82782 68 0 0 20 0 2 0 332276502 330276864 66879 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 66879 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=828.59 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65064 0 0 0 82778 81 0 0 20 0 2 0 332276503 330276864 66879 33554432000 4194304 5964478 140735164283936 140239934146072 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 828.5
Current children cumulated vsize (KiB) 322536

[startup+830.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26935676/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=830.1 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66139 0 0 0 82941 69 0 0 20 0 2 0 332276502 330276864 66968 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 66968 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=830.19 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65153 0 0 0 82938 81 0 0 20 0 2 0 332276503 330276864 66968 33554432000 4194304 5964478 140735164283936 140239934146552 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 830.1
Current children cumulated vsize (KiB) 322536

[startup+831.1 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26934932/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=830.9 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66170 0 0 0 83021 69 0 0 20 0 2 0 332276502 330276864 66999 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 66999 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=830.99 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65184 0 0 0 83017 82 0 0 20 0 2 0 332276503 330276864 66999 33554432000 4194304 5964478 140735164283936 140239934146072 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 830.9
Current children cumulated vsize (KiB) 322536

[startup+831.9 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26933568/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=831.7 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66218 0 0 0 83101 69 0 0 20 0 2 0 332276502 330276864 67047 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 67047 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=831.79 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65232 0 0 0 83097 82 0 0 20 0 2 0 332276503 330276864 67047 33554432000 4194304 5964478 140735164283936 140239934146072 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 831.7
Current children cumulated vsize (KiB) 322536

[startup+832.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26933568/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=832.1 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66240 0 0 0 83141 69 0 0 20 0 2 0 332276502 330276864 67069 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 67069 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=832.19 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65254 0 0 0 83137 82 0 0 20 0 2 0 332276503 330276864 67069 33554432000 4194304 5964478 140735164283936 140239934146072 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 832.1
Current children cumulated vsize (KiB) 322536

[startup+832.4 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17711
/proc/meminfo: memFree=26933568/32873844 swapFree=7628/7628
[pid=17701] ppid=17699 vsize=322536 CPUtime=832.2 cores=1,3,5,7
/proc/17701/stat : 17701 (pwbo2.02) S 17699 17701 14598 0 -1 4202496 66250 0 0 0 83151 69 0 0 20 0 2 0 332276502 330276864 67079 33554432000 4194304 5964478 140735164283936 140735164283456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17701/statm: 80634 67079 186 433 0 80198 0
[pid=17701/tid=17703] ppid=17699 vsize=322536 CPUtime=832.29 cores=1,3,5,7
/proc/17701/task/17703/stat : 17703 (pwbo2.02) R 17699 17701 14598 0 -1 4202560 65264 0 0 0 83147 82 0 0 20 0 2 0 332276503 330276864 67079 33554432000 4194304 5964478 140735164283936 140239934146072 4400106 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 832.2
Current children cumulated vsize (KiB) 322536

Child status: 255
Real time (s): 832.475
CPU time (s): 832.39
CPU user time (s): 831.553
CPU system time (s): 0.837872
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 322536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 831.553
system time used= 0.837872
maximum resident set size= 268352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66259
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= 79
involuntary context switches= 869

runsolver used 1.60975 second user time and 3.9164 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 20:25:16
IDJOB=3726900
IDBENCH=48342
IDSOLVER=2312
FILE ID=node144/3726900-1338661516
RUNJOBID= node144-1338660988-17395
PBS_JOBID= 14636436
Free space on /tmp= 70832 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726900-1338661516/watcher-3726900-1338661516 -o /tmp/evaluation-result-3726900-1338661516/solver-3726900-1338661516 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726900-1338661516.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=1326287684

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27424344 kB
Buffers:          621572 kB
Cached:          3599960 kB
SwapCached:          464 kB
Active:          2724224 kB
Inactive:        1858740 kB
Active(anon):     344196 kB
Inactive(anon):    11196 kB
Active(file):    2380028 kB
Inactive(file):  1847544 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:              5528 kB
Writeback:             0 kB
AnonPages:        361792 kB
Mapped:            14968 kB
Shmem:               172 kB
Slab:             724064 kB
SReclaimable:     166000 kB
SUnreclaim:       558064 kB
KernelStack:        1480 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     170876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3726900-1338661516.opb

Free space on /tmp at the end= 70824 MiB
End job on node144 at 2012-06-02 20:39:09