Trace number 3704599

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0UNSAT 1130 1130.31

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704599-1338090534.opb.
0.00/0.00	c Instance file HOME/instance-3704599-1338090534.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 ===============================================================================
1129.90/1130.29	c ===============================================================================
1129.90/1130.29	c Wall Clock Time: 1130.30 s
1129.90/1130.29	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-3704599-1338090534/watcher-3704599-1338090534 -o /tmp/evaluation-result-3704599-1338090534/solver-3704599-1338090534 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704599-1338090534.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.00 1.92 4/177 13279
/proc/meminfo: memFree=28353392/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=3824 CPUtime=0 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) R 13277 13279 12793 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 275178321 3915776 405 33554432000 4194304 5965102 140734032328960 140736520793720 4221984 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 956 406 174 433 0 491 0

[startup+0.0175499 s]
/proc/loadavg: 2.00 2.00 1.92 4/177 13279
/proc/meminfo: memFree=28353392/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84680 CPUtime=0.01 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 1328 0 0 0 1 0 0 0 20 0 2 0 275178321 86712320 1251 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21170 1251 187 433 0 20734 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84680

[startup+0.100165 s]
/proc/loadavg: 2.00 2.00 1.92 4/177 13279
/proc/meminfo: memFree=28353392/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84680 CPUtime=0.09 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 1588 0 0 0 9 0 0 0 20 0 2 0 275178321 86712320 1511 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21170 1511 190 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.00 1.92 4/177 13279
/proc/meminfo: memFree=28353392/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84680 CPUtime=0.29 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 1947 0 0 0 29 0 0 0 20 0 2 0 275178321 86712320 1870 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21170 1870 190 433 0 20734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84680

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 1.92 4/177 13279
/proc/meminfo: memFree=28353392/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84680 CPUtime=0.69 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 2359 0 0 0 69 0 0 0 20 0 2 0 275178321 86712320 2282 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21170 2282 190 433 0 20734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84680

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13281
/proc/meminfo: memFree=28342956/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84824 CPUtime=1.49 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 3106 0 0 0 149 0 0 0 20 0 2 0 275178321 86859776 3029 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21206 3029 190 433 0 20770 0
[pid=13279/tid=13281] ppid=13277 vsize=84824 CPUtime=1.47 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 2121 0 0 0 147 0 0 0 20 0 2 0 275178322 86859776 3029 33554432000 4194304 5965102 140734032328960 140708283824120 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84824

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13281
/proc/meminfo: memFree=28339980/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=84824 CPUtime=3.09 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 3650 0 0 0 309 0 0 0 20 0 2 0 275178321 86859776 3573 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21206 3573 190 433 0 20770 0
[pid=13279/tid=13281] ppid=13277 vsize=84824 CPUtime=3.06 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 2665 0 0 0 306 0 0 0 20 0 2 0 275178322 86859776 3573 33554432000 4194304 5965102 140734032328960 140708283823928 4390187 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84824

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13281
/proc/meminfo: memFree=28330060/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=86192 CPUtime=6.29 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 5517 0 0 0 628 1 0 0 20 0 2 0 275178321 88260608 5440 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 21548 5440 190 433 0 21112 0
[pid=13279/tid=13281] ppid=13277 vsize=86192 CPUtime=6.26 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 4532 0 0 0 625 1 0 0 20 0 2 0 275178322 88260608 5440 33554432000 4194304 5965102 140734032328960 140708283824120 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86192

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13281
/proc/meminfo: memFree=28317436/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=90476 CPUtime=12.69 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 7713 0 0 0 1267 2 0 0 20 0 2 0 275178321 92647424 7636 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 22619 7636 190 433 0 22183 0
[pid=13279/tid=13281] ppid=13277 vsize=90476 CPUtime=12.64 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 6728 0 0 0 1262 2 0 0 20 0 2 0 275178322 92647424 7636 33554432000 4194304 5965102 140734032328960 140708283824120 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90476

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 13281
/proc/meminfo: memFree=28308136/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=92364 CPUtime=25.49 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 9646 0 0 0 2546 3 0 0 20 0 2 0 275178321 94580736 9569 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 23091 9569 190 433 0 22655 0
[pid=13279/tid=13281] ppid=13277 vsize=92364 CPUtime=25.41 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 8661 0 0 0 2538 3 0 0 20 0 2 0 275178322 94580736 9569 33554432000 4194304 5965102 140734032328960 140708283824120 4222240 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92364

[startup+51.1004 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13332
/proc/meminfo: memFree=28809364/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=95732 CPUtime=51.08 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 13661 0 0 0 5103 5 0 0 20 0 2 0 275178321 98029568 13584 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 23933 13584 190 433 0 23497 0
[pid=13279/tid=13281] ppid=13277 vsize=95732 CPUtime=50.94 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 12676 0 0 0 5089 5 0 0 20 0 2 0 275178322 98029568 13584 33554432000 4194304 5965102 140734032328960 140708283823640 4401668 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95732

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 1.93 3/180 13335
/proc/meminfo: memFree=28668708/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=166220 CPUtime=102.25 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 22463 0 0 0 10214 11 0 0 20 0 2 0 275178321 170209280 23083 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 41555 23083 190 433 0 41119 0
[pid=13279/tid=13281] ppid=13277 vsize=166220 CPUtime=101.99 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 21478 0 0 0 10187 12 0 0 20 0 2 0 275178322 170209280 23083 33554432000 4194304 5965102 140734032328960 140708283824120 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 166220

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 13335
/proc/meminfo: memFree=28627268/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=169640 CPUtime=162.24 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 26863 0 0 0 16207 17 0 0 20 0 2 0 275178321 173711360 27483 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 42410 27483 190 433 0 41974 0
[pid=13279/tid=13281] ppid=13277 vsize=169640 CPUtime=161.83 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 25878 0 0 0 16165 18 0 0 20 0 2 0 275178322 173711360 27483 33554432000 4194304 5965102 140734032328960 140708283824168 4401026 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 169640

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13335
/proc/meminfo: memFree=28560856/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=172200 CPUtime=222.21 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 33852 0 0 0 22199 22 0 0 20 0 2 0 275178321 176332800 34533 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 43050 34533 190 433 0 42614 0
[pid=13279/tid=13281] ppid=13277 vsize=172200 CPUtime=221.67 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 32867 0 0 0 22142 25 0 0 20 0 2 0 275178322 176332800 34533 33554432000 4194304 5965102 140734032328960 140708283823640 4380192 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 172200

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13336
/proc/meminfo: memFree=28488776/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=174880 CPUtime=282.2 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 37639 0 0 0 28193 27 0 0 20 0 2 0 275178321 179077120 38313 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 43720 38313 190 433 0 43284 0
[pid=13279/tid=13281] ppid=13277 vsize=174880 CPUtime=281.5 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 36654 0 0 0 28120 30 0 0 20 0 2 0 275178322 179077120 38313 33554432000 4194304 5965102 140734032328960 140708283824120 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 174880

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 13336
/proc/meminfo: memFree=28454388/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=242928 CPUtime=342.18 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 41897 0 0 0 34186 32 0 0 20 0 2 0 275178321 248758272 42571 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 60732 42571 190 433 0 60296 0
[pid=13279/tid=13281] ppid=13277 vsize=242928 CPUtime=341.34 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 40912 0 0 0 34097 37 0 0 20 0 2 0 275178322 248758272 42571 33554432000 4194304 5965102 140734032328960 140708283823640 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 242928

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 13336
/proc/meminfo: memFree=28370208/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=244600 CPUtime=402.17 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 45215 0 0 0 40180 37 0 0 20 0 2 0 275178321 250470400 45889 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 61150 45889 190 433 0 60714 0
[pid=13279/tid=13281] ppid=13277 vsize=244600 CPUtime=401.19 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 44230 0 0 0 40076 43 0 0 20 0 2 0 275178322 250470400 45889 33554432000 4194304 5965102 140734032328960 140708283824168 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 244600

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 13336
/proc/meminfo: memFree=28361400/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=245192 CPUtime=462.17 cores=1,3,5,7

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


[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13337
/proc/meminfo: memFree=28158508/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=314112 CPUtime=642.11 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 59554 0 0 0 64157 54 0 0 20 0 2 0 275178321 321650688 60210 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 78528 60210 190 433 0 78092 0
[pid=13279/tid=13281] ppid=13277 vsize=314112 CPUtime=640.55 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 58569 0 0 0 63992 63 0 0 20 0 2 0 275178322 321650688 60210 33554432000 4194304 5965102 140734032328960 140708283824120 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 314112

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 13340
/proc/meminfo: memFree=28144828/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=315552 CPUtime=702.1 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 62898 0 0 0 70151 59 0 0 20 0 2 0 275178321 323125248 63554 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 78888 63554 190 433 0 78452 0
[pid=13279/tid=13281] ppid=13277 vsize=315552 CPUtime=700.39 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 61913 0 0 0 69970 69 0 0 20 0 2 0 275178322 323125248 63554 33554432000 4194304 5965102 140734032328960 140708283824120 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 315552

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 13363
/proc/meminfo: memFree=28137228/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=316072 CPUtime=762.09 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 64736 0 0 0 76148 61 0 0 20 0 2 0 275178321 323657728 65392 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 79018 65392 190 433 0 78582 0
[pid=13279/tid=13281] ppid=13277 vsize=316072 CPUtime=760.24 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 63751 0 0 0 75952 72 0 0 20 0 2 0 275178322 323657728 65392 33554432000 4194304 5965102 140734032328960 140708283824120 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 316072

[startup+822.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 13363
/proc/meminfo: memFree=28129176/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=316552 CPUtime=822.07 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 66176 0 0 0 82145 62 0 0 20 0 2 0 275178321 324149248 66832 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 79138 66832 190 433 0 78702 0
[pid=13279/tid=13281] ppid=13277 vsize=316552 CPUtime=820.08 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 65191 0 0 0 81934 74 0 0 20 0 2 0 275178322 324149248 66832 33554432000 4194304 5965102 140734032328960 140708283823640 4401015 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 316552

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 13364
/proc/meminfo: memFree=28062960/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=317200 CPUtime=882.07 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 69580 0 0 0 88139 68 0 0 20 0 2 0 275178321 324812800 70236 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 79300 70236 190 433 0 78864 0
[pid=13279/tid=13281] ppid=13277 vsize=317200 CPUtime=879.93 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 68595 0 0 0 87912 81 0 0 20 0 2 0 275178322 324812800 70236 33554432000 4194304 5965102 140734032328960 140708283823640 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 317200

[startup+942.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 13364
/proc/meminfo: memFree=28004064/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=317776 CPUtime=942.03 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 73061 0 0 0 94130 73 0 0 20 0 2 0 275178321 325402624 73723 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 79444 73723 190 433 0 79008 0
[pid=13279/tid=13281] ppid=13277 vsize=317776 CPUtime=939.75 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 72076 0 0 0 93889 86 0 0 20 0 2 0 275178322 325402624 73723 33554432000 4194304 5965102 140734032328960 140708283824168 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 317776

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 13364
/proc/meminfo: memFree=27937896/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=384872 CPUtime=1002.01 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 75885 0 0 0 100124 77 0 0 20 0 2 0 275178321 394108928 76540 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 96218 76540 190 433 0 95782 0
[pid=13279/tid=13281] ppid=13277 vsize=384872 CPUtime=999.59 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 74900 0 0 0 99867 92 0 0 20 0 2 0 275178322 394108928 76540 33554432000 4194304 5965102 140734032328960 140708283823640 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 384872

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 13364
/proc/meminfo: memFree=27873032/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=387764 CPUtime=1062.01 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 79093 0 0 0 106120 81 0 0 20 0 2 0 275178321 397070336 79748 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 96941 79748 190 433 0 96505 0
[pid=13279/tid=13281] ppid=13277 vsize=387764 CPUtime=1059.43 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 78108 0 0 0 105846 97 0 0 20 0 2 0 275178322 397070336 79748 33554432000 4194304 5965102 140734032328960 140708283823640 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 387764

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27865992/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=389452 CPUtime=1121.99 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 79634 0 0 0 112118 81 0 0 20 0 2 0 275178321 398798848 80289 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 97363 80289 190 433 0 96927 0
[pid=13279/tid=13281] ppid=13277 vsize=389452 CPUtime=1119.28 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 78649 0 0 0 111830 98 0 0 20 0 2 0 275178322 398798848 80289 33554432000 4194304 5965102 140734032328960 140708283824168 4404410 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 389452

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27865992/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=389452 CPUtime=1126 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 79657 0 0 0 112519 81 0 0 20 0 2 0 275178321 398798848 80312 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 97363 80312 190 433 0 96927 0
[pid=13279/tid=13281] ppid=13277 vsize=389452 CPUtime=1123.27 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 78672 0 0 0 112229 98 0 0 20 0 2 0 275178322 398798848 80312 33554432000 4194304 5965102 140734032328960 140708283824168 4401475 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1126
Current children cumulated vsize (KiB) 389452

[startup+1127.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27865372/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=389452 CPUtime=1127.6 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 79882 0 0 0 112678 82 0 0 20 0 2 0 275178321 398798848 80537 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 97363 80537 190 433 0 96927 0
[pid=13279/tid=13281] ppid=13277 vsize=389452 CPUtime=1124.86 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 78897 0 0 0 112388 98 0 0 20 0 2 0 275178322 398798848 80537 33554432000 4194304 5965102 140734032328960 140708283824168 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1127.6
Current children cumulated vsize (KiB) 389452

[startup+1129.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27864752/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=389452 CPUtime=1129.2 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 79988 0 0 0 112838 82 0 0 20 0 2 0 275178321 398798848 80643 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 97363 80643 190 433 0 96927 0
[pid=13279/tid=13281] ppid=13277 vsize=389452 CPUtime=1126.46 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 79003 0 0 0 112547 99 0 0 20 0 2 0 275178322 398798848 80643 33554432000 4194304 5965102 140734032328960 140708283823640 4401672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1129.2
Current children cumulated vsize (KiB) 389452

[startup+1129.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27864380/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=389452 CPUtime=1129.6 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) S 13277 13279 12793 0 -1 4202496 80012 0 0 0 112878 82 0 0 20 0 2 0 275178321 398798848 80667 33554432000 4194304 5965102 140734032328960 140734032328480 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 97363 80667 190 433 0 96927 0
[pid=13279/tid=13281] ppid=13277 vsize=389452 CPUtime=1126.86 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202560 79027 0 0 0 112587 99 0 0 20 0 2 0 275178322 398798848 80667 33554432000 4194304 5965102 140734032328960 140708283823640 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1129.6
Current children cumulated vsize (KiB) 389452

[startup+1130.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13364
/proc/meminfo: memFree=27864380/32873844 swapFree=7116/7116
[pid=13279] ppid=13277 vsize=0 CPUtime=1130 cores=1,3,5,7
/proc/13279/stat : 13279 (pwbo2.0) Z 13277 13279 12793 0 -1 4203532 80046 0 0 0 112918 82 0 0 20 0 2 0 275178321 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13279/statm: 0 0 0 0 0 0 0
[pid=13279/tid=13281] ppid=13277 vsize=0 CPUtime=1127.26 cores=1,3,5,7
/proc/13279/task/13281/stat : 13281 (pwbo2.0) R 13277 13279 12793 0 -1 4202564 79061 0 0 0 112627 99 0 0 20 0 2 0 275178322 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1130
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13279 and gives
#  childrusage.ru_utime.tv_sec=1126
#  childrusage.ru_utime.tv_usec=287778
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=1847
# CPU time returned by wait4() is 1127.29
# while last known CPU time is 1130
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1130.31
CPU time (s): 1130
CPU user time (s): 1129.18
CPU system time (s): 0.82
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 389452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1126.29
system time used= 1.00185
maximum resident set size= 322804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80046
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= 125
involuntary context switches= 1173

runsolver used 7.71283 second user time and 7.76082 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 05:48:54
IDJOB=3704599
IDBENCH=48342
IDSOLVER=2282
FILE ID=node146/3704599-1338090534
RUNJOBID= node146-1338088628-12810
PBS_JOBID= 14624466
Free space on /tmp= 71180 MiB

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

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=447005312

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28353648 kB
Buffers:          315212 kB
Cached:          2839528 kB
SwapCached:         2616 kB
Active:          1487908 kB
Inactive:        2221960 kB
Active(anon):     553700 kB
Inactive(anon):     3384 kB
Active(file):     934208 kB
Inactive(file):  2218576 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              5496 kB
Writeback:             0 kB
AnonPages:        559440 kB
Mapped:             8904 kB
Shmem:                 0 kB
Slab:             670572 kB
SReclaimable:     111780 kB
SUnreclaim:       558792 kB
KernelStack:        1472 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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-3704599-1338090534.opb

Free space on /tmp at the end= 71176 MiB
End job on node146 at 2012-05-27 06:07:44