Trace number 3704590

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.81 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

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-3704590-1338088244.opb.
0.00/0.00	c Instance file HOME/instance-3704590-1338088244.opb
0.00/0.00	c File size is 1386956 bytes.
0.09/0.12	c Highest Coefficient sum: 1000
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      16706                                               |
0.09/0.12	c |  Number Clauses:        16206                                               |
0.09/0.12	c |  Number Cardinality:    1003                                                |
0.09/0.12	c |  Number PB Constraints: 15706                                               |
0.09/0.12	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	c ===============================================================================
1799.39/1800.00	c ===============================================================================
1799.39/1800.00	c Wall Clock Time: 1800.01 s
1799.39/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-3704590-1338088244/watcher-3704590-1338088244 -o /tmp/evaluation-result-3704590-1338088244/solver-3704590-1338088244 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704590-1338088244.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.08 1.22 1.59 3/176 6048
/proc/meminfo: memFree=28937624/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=5908 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) R 6046 6048 5985 0 -1 4202496 631 0 0 0 0 0 0 0 20 0 1 0 274952993 6049792 584 33554432000 4194304 5965102 140733533823344 140736280564792 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 1477 584 167 433 0 702 0

[startup+0.076018 s]
/proc/loadavg: 1.08 1.22 1.59 3/176 6048
/proc/meminfo: memFree=28937624/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=13076 CPUtime=0.07 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) R 6046 6048 5985 0 -1 4202496 2545 0 0 0 7 0 0 0 20 0 1 0 274952993 13389824 2498 33554432000 4194304 5965102 140733533823344 140736280564792 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 3269 2498 363 433 0 2494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13076

[startup+0.100301 s]
/proc/loadavg: 1.08 1.22 1.59 3/176 6048
/proc/meminfo: memFree=28937624/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=14468 CPUtime=0.09 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) R 6046 6048 5985 0 -1 4202496 2964 0 0 0 9 0 0 0 20 0 1 0 274952993 14815232 2917 33554432000 4194304 5965102 140733533823344 140736280564792 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 3617 2917 433 433 0 2842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14468

[startup+0.300318 s]
/proc/loadavg: 1.08 1.22 1.59 3/176 6048
/proc/meminfo: memFree=28937624/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=0.29 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 7374 0 0 0 29 0 0 0 20 0 2 0 274952993 98160640 6519 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 6519 187 433 0 23529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95860

[startup+0.700269 s]
/proc/loadavg: 1.08 1.22 1.59 3/176 6048
/proc/meminfo: memFree=28937624/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=0.68 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 7480 0 0 0 68 0 0 0 20 0 2 0 274952993 98160640 6625 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 6625 187 433 0 23529 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95860

[startup+1.50031 s]
/proc/loadavg: 1.08 1.22 1.59 3/178 6050
/proc/meminfo: memFree=28904400/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=1.49 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 7577 0 0 0 149 0 0 0 20 0 2 0 274952993 98160640 6722 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 6722 188 433 0 23529 0
[pid=6048/tid=6050] ppid=6046 vsize=95860 CPUtime=1.36 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 3744 0 0 0 136 0 0 0 20 0 2 0 274953005 98160640 6722 33554432000 4194304 5965102 140733533823344 140618467362808 4404738 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) 95860

[startup+3.10031 s]
/proc/loadavg: 1.08 1.22 1.59 3/178 6050
/proc/meminfo: memFree=28893612/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=3.09 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 8879 0 0 0 308 1 0 0 20 0 2 0 274952993 98160640 8024 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 8024 190 433 0 23529 0
[pid=6048/tid=6050] ppid=6046 vsize=95860 CPUtime=2.96 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 5046 0 0 0 296 0 0 0 20 0 2 0 274953005 98160640 8024 33554432000 4194304 5965102 140733533823344 140618467362808 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95860

[startup+6.30032 s]
/proc/loadavg: 1.15 1.23 1.60 3/178 6050
/proc/meminfo: memFree=28863248/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=6.29 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 14191 0 0 0 627 2 0 0 20 0 2 0 274952993 98160640 13336 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 13336 190 433 0 23529 0
[pid=6048/tid=6050] ppid=6046 vsize=95860 CPUtime=6.16 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 10358 0 0 0 614 2 0 0 20 0 2 0 274953005 98160640 13336 33554432000 4194304 5965102 140733533823344 140618467362808 4400960 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) 95860

[startup+12.7003 s]
/proc/loadavg: 1.22 1.24 1.60 3/178 6050
/proc/meminfo: memFree=28827260/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=95860 CPUtime=12.69 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 20524 0 0 0 1265 4 0 0 20 0 2 0 274952993 98160640 19669 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 23965 19669 190 433 0 23529 0
[pid=6048/tid=6050] ppid=6046 vsize=95860 CPUtime=12.56 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 16691 0 0 0 1252 4 0 0 20 0 2 0 274953005 98160640 19669 33554432000 4194304 5965102 140733533823344 140618467362808 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95860

[startup+25.5003 s]
/proc/loadavg: 1.39 1.28 1.60 3/177 6050
/proc/meminfo: memFree=28736764/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=161396 CPUtime=25.48 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 30541 0 0 0 2542 6 0 0 20 0 2 0 274952993 165269504 29686 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 40349 29686 190 433 0 39913 0
[pid=6048/tid=6050] ppid=6046 vsize=161396 CPUtime=25.36 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 26708 0 0 0 2529 7 0 0 20 0 2 0 274953005 165269504 29686 33554432000 4194304 5965102 140733533823344 140618467362808 4390364 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 161396

[startup+51.1003 s]
/proc/loadavg: 1.60 1.33 1.61 3/177 6050
/proc/meminfo: memFree=28687492/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=161396 CPUtime=51.08 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 36350 0 0 0 5100 8 0 0 20 0 2 0 274952993 165269504 35495 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 40349 35495 190 433 0 39913 0
[pid=6048/tid=6050] ppid=6046 vsize=161396 CPUtime=50.97 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 32517 0 0 0 5088 9 0 0 20 0 2 0 274953005 165269504 35495 33554432000 4194304 5965102 140733533823344 140618467362328 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 161396

[startup+102.306 s]
/proc/loadavg: 1.82 1.43 1.63 3/177 6051
/proc/meminfo: memFree=28585696/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=226932 CPUtime=102.26 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 43807 0 0 0 10215 11 0 0 20 0 2 0 274952993 232378368 43115 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 56733 43115 190 433 0 56297 0
[pid=6048/tid=6050] ppid=6046 vsize=226932 CPUtime=102.16 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 39974 0 0 0 10203 13 0 0 20 0 2 0 274953005 232378368 43115 33554432000 4194304 5965102 140733533823344 140618467362808 4389864 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 226932

[startup+162.3 s]
/proc/loadavg: 1.93 1.54 1.65 3/177 6051
/proc/meminfo: memFree=28487952/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=227656 CPUtime=162.21 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 51386 0 0 0 16207 14 0 0 20 0 2 0 274952993 233119744 50702 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 56914 50702 190 433 0 56478 0
[pid=6048/tid=6050] ppid=6046 vsize=227656 CPUtime=162.12 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 47553 0 0 0 16196 16 0 0 20 0 2 0 274953005 233119744 50702 33554432000 4194304 5965102 140733533823344 140618467362328 4400955 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) 227656

[startup+222.3 s]
/proc/loadavg: 2.01 1.63 1.68 3/177 6051
/proc/meminfo: memFree=28405180/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=293552 CPUtime=222.17 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 63289 0 0 0 22199 18 0 0 20 0 2 0 274952993 300597248 63127 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 73388 63127 190 433 0 72952 0
[pid=6048/tid=6050] ppid=6046 vsize=293552 CPUtime=222.09 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 59456 0 0 0 22187 22 0 0 20 0 2 0 274953005 300597248 63127 33554432000 4194304 5965102 140733533823344 140618467362328 4404717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 293552

[startup+282.3 s]
/proc/loadavg: 2.00 1.69 1.69 3/177 6051
/proc/meminfo: memFree=28388976/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=293552 CPUtime=282.17 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 63483 0 0 0 28198 19 0 0 20 0 2 0 274952993 300597248 63321 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 73388 63321 190 433 0 72952 0
[pid=6048/tid=6050] ppid=6046 vsize=293552 CPUtime=282.1 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 59650 0 0 0 28187 23 0 0 20 0 2 0 274953005 300597248 63321 33554432000 4194304 5965102 140733533823344 140618467362328 4382762 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 293552

[startup+342.3 s]
/proc/loadavg: 2.00 1.75 1.71 3/177 6051
/proc/meminfo: memFree=28267236/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=425164 CPUtime=342.15 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 86921 0 0 0 34185 30 0 0 20 0 2 0 274952993 435367936 86759 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 106291 86759 190 433 0 105855 0
[pid=6048/tid=6050] ppid=6046 vsize=425164 CPUtime=342.1 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 83088 0 0 0 34174 36 0 0 20 0 2 0 274953005 435367936 86759 33554432000 4194304 5965102 140733533823344 140618467362808 4221984 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) 425164

[startup+402.3 s]
/proc/loadavg: 2.00 1.79 1.73 3/177 6052
/proc/meminfo: memFree=28251360/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=425164 CPUtime=402.14 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 86921 0 0 0 40184 30 0 0 20 0 2 0 274952993 435367936 86759 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 106291 86759 190 433 0 105855 0
[pid=6048/tid=6050] ppid=6046 vsize=425164 CPUtime=402.1 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 83088 0 0 0 40173 37 0 0 20 0 2 0 274953005 435367936 86759 33554432000 4194304 5965102 140733533823344 140618467362808 4404400 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 425164

[startup+462.3 s]
/proc/loadavg: 2.00 1.83 1.74 3/177 6052
/proc/meminfo: memFree=28224236/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=425164 CPUtime=462.09 cores=0,2,4,6

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

/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 180167 0 0 0 130093 100 0 0 20 0 2 0 274953005 772481024 184268 33554432000 4194304 5965102 140733533823344 140618467362328 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 754376

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/177 6112
/proc/meminfo: memFree=27817480/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1361.77 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 191965 0 0 0 136089 88 0 0 20 0 2 0 274952993 841576448 192233 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 192233 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1361.93 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 188132 0 0 0 136085 108 0 0 20 0 2 0 274953005 841576448 192233 33554432000 4194304 5965102 140733533823344 140618467362328 4400986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 821852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 6112
/proc/meminfo: memFree=27786852/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1421.76 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195676 0 0 0 142086 90 0 0 20 0 2 0 274952993 841576448 195944 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195944 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1421.94 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191843 0 0 0 142082 112 0 0 20 0 2 0 274953005 841576448 195944 33554432000 4194304 5965102 140733533823344 140618467362328 4390239 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 821852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 6112
/proc/meminfo: memFree=27767384/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1481.74 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195678 0 0 0 148084 90 0 0 20 0 2 0 274952993 841576448 195946 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195946 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1481.94 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191845 0 0 0 148081 113 0 0 20 0 2 0 274953005 841576448 195946 33554432000 4194304 5965102 140733533823344 140618467362328 4382717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 821852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 6112
/proc/meminfo: memFree=27763168/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1541.73 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195679 0 0 0 154083 90 0 0 20 0 2 0 274952993 841576448 195947 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195947 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1541.94 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191846 0 0 0 154080 114 0 0 20 0 2 0 274953005 841576448 195947 33554432000 4194304 5965102 140733533823344 140618467362328 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 821852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 6113
/proc/meminfo: memFree=27750884/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1601.72 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195679 0 0 0 160082 90 0 0 20 0 2 0 274952993 841576448 195831 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195831 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1601.94 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191846 0 0 0 160079 115 0 0 20 0 2 0 274953005 841576448 195831 33554432000 4194304 5965102 140733533823344 140618467362840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 821852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 6114
/proc/meminfo: memFree=27727464/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1661.72 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195679 0 0 0 166082 90 0 0 20 0 2 0 274952993 841576448 195831 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195831 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1661.95 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191846 0 0 0 166079 116 0 0 20 0 2 0 274953005 841576448 195831 33554432000 4194304 5965102 140733533823344 140618467362840 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 821852

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 6114
/proc/meminfo: memFree=27693740/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1721.71 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195679 0 0 0 172081 90 0 0 20 0 2 0 274952993 841576448 195831 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195831 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1721.95 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191846 0 0 0 172078 117 0 0 20 0 2 0 274953005 841576448 195831 33554432000 4194304 5965102 140733533823344 140618467362840 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 821852

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27654508/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1781.7 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 178080 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1781.95 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 178077 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 821852

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1791.3 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179040 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1791.56 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179038 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 821852

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1794.5 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179360 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1794.76 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179358 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.5
Current children cumulated vsize (KiB) 821852

[startup+1798.3 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1797.69 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179679 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1797.95 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179677 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4404704 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 821852

[startup+1799.1 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1798.49 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179759 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1798.75 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179757 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4390147 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (KiB) 821852

[startup+1799.5 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1798.9 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179800 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1799.16 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179798 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (KiB) 821852

[startup+1799.9 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1799.29 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179839 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1799.55 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179837 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4404767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.29
Current children cumulated vsize (KiB) 821852

[startup+1800 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 6117
/proc/meminfo: memFree=27653020/32873844 swapFree=7104/7104
[pid=6048] ppid=6046 vsize=821852 CPUtime=1799.39 cores=0,2,4,6
/proc/6048/stat : 6048 (pwbo2.0) S 6046 6048 5985 0 -1 4202496 195680 0 0 0 179849 90 0 0 20 0 2 0 274952993 841576448 195832 33554432000 4194304 5965102 140733533823344 140733533822864 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6048/statm: 205463 195832 190 433 0 205027 0
[pid=6048/tid=6050] ppid=6046 vsize=821852 CPUtime=1799.65 cores=0,2,4,6
/proc/6048/task/6050/stat : 6050 (pwbo2.0) R 6046 6048 5985 0 -1 4202560 191847 0 0 0 179847 118 0 0 20 0 2 0 274953005 841576448 195832 33554432000 4194304 5965102 140733533823344 140618467362840 4400960 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) 821852

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.81
CPU user time (s): 1798.6
CPU system time (s): 1.20382
CPU usage (%): 99.9885
Max. virtual memory (cumulated for all children) (KiB): 821852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.20382
maximum resident set size= 783788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195683
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= 324
involuntary context switches= 1842

runsolver used 5.63814 second user time and 14.8097 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 05:10:44
IDJOB=3704590
IDBENCH=48295
IDSOLVER=2282
FILE ID=node104/3704590-1338088244
RUNJOBID= node104-1338088244-6001
PBS_JOBID= 14624457
Free space on /tmp= 71032 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.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-3704590-1338088244/watcher-3704590-1338088244 -o /tmp/evaluation-result-3704590-1338088244/solver-3704590-1338088244 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704590-1338088244.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=869312910

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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		: 2666.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28949688 kB
Buffers:          316252 kB
Cached:          2780376 kB
SwapCached:            0 kB
Active:          1163996 kB
Inactive:        1943112 kB
Active(anon):      12804 kB
Inactive(anon):      112 kB
Active(file):    1151192 kB
Inactive(file):  1943000 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11300 kB
Writeback:             0 kB
AnonPages:         17428 kB
Mapped:            13432 kB
Shmem:               200 kB
Slab:             676660 kB
SReclaimable:     119112 kB
SUnreclaim:       557548 kB
KernelStack:        1336 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      93128 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

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3704590-1338088244.opb

Free space on /tmp at the end= 71020 MiB
End job on node104 at 2012-05-27 05:40:44