Trace number 3705629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1800.01 1800.02

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.248961
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)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705629-1338111249.opb.
0.00/0.00	c Instance file HOME/instance-3705629-1338111249.opb
0.00/0.00	c File size is 563011 bytes.
0.04/0.04	c Highest Coefficient sum: 1000
0.04/0.04	c ============================[ Problem Statistics ]=============================
0.04/0.04	c |                                                                             |
0.04/0.04	c |  Parsing time:          0.05         s                                      |
0.04/0.04	c |  Number Variables:      7270                                                |
0.04/0.04	c |  Number Clauses:        6770                                                |
0.04/0.04	c |  Number Cardinality:    1003                                                |
0.04/0.04	c |  Number PB Constraints: 6270                                                |
0.04/0.04	c |                                                                             |
0.04/0.05	c |  Problem Type:          Decision                                            |
0.04/0.05	c |  Objective Function:    None                                                |
0.04/0.05	c |                                                                             |
0.04/0.05	c ===============================================================================
1799.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3705629-1338111249/watcher-3705629-1338111249 -o /tmp/evaluation-result-3705629-1338111249/solver-3705629-1338111249 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705629-1338111249.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 4687
/proc/meminfo: memFree=27827980/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=4604 CPUtime=0 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) R 4685 4687 2447 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 277250952 4714496 491 33554432000 4194304 5963574 140735588334720 140736618081032 5178752 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 1151 491 164 432 0 578 0

[startup+0.043613 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 4687
/proc/meminfo: memFree=27827980/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=8000 CPUtime=0.04 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) R 4685 4687 2447 0 -1 4202496 1465 0 0 0 4 0 0 0 20 0 1 0 277250952 8192000 1417 33554432000 4194304 5963574 140735588334720 140736618081032 5080994 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 2000 1418 280 432 0 1427 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8000

[startup+0.100235 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 4687
/proc/meminfo: memFree=27827980/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=0.09 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 3560 0 0 0 9 0 0 0 20 0 2 0 277250952 90656768 3230 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 3231 185 432 0 21698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88532

[startup+0.300224 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 4687
/proc/meminfo: memFree=27827980/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=0.29 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 3659 0 0 0 29 0 0 0 20 0 2 0 277250952 90656768 3329 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 3329 185 432 0 21698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88532

[startup+0.700176 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 4687
/proc/meminfo: memFree=27827980/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=0.69 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 3748 0 0 0 69 0 0 0 20 0 2 0 277250952 90656768 3418 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 3418 185 432 0 21698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88532

[startup+1.50025 s]
/proc/loadavg: 2.15 2.04 2.01 3/179 4689
/proc/meminfo: memFree=27815440/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=1.49 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 4071 0 0 0 149 0 0 0 20 0 2 0 277250952 90656768 3741 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 3741 187 432 0 21698 0
[pid=4687/tid=4689] ppid=4685 vsize=88532 CPUtime=1.44 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 2052 0 0 0 144 0 0 0 20 0 2 0 277250957 90656768 3741 33554432000 4194304 5963574 140735588334720 139853271484408 4403234 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88532

[startup+3.10021 s]
/proc/loadavg: 2.15 2.04 2.01 3/179 4689
/proc/meminfo: memFree=27809660/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=3.08 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 6866 0 0 0 308 0 0 0 20 0 2 0 277250952 90656768 6536 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 6536 187 432 0 21698 0
[pid=4687/tid=4689] ppid=4685 vsize=88532 CPUtime=3.03 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 4847 0 0 0 303 0 0 0 20 0 2 0 277250957 90656768 6536 33554432000 4194304 5963574 140735588334720 139853271484408 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88532

[startup+6.30021 s]
/proc/loadavg: 2.14 2.04 2.01 3/179 4689
/proc/meminfo: memFree=27784612/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=6.29 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 12923 0 0 0 627 2 0 0 20 0 2 0 277250952 90656768 12593 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 12593 187 432 0 21698 0
[pid=4687/tid=4689] ppid=4685 vsize=88532 CPUtime=6.24 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 10904 0 0 0 621 3 0 0 20 0 2 0 277250957 90656768 12593 33554432000 4194304 5963574 140735588334720 139853271484408 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88532

[startup+12.7002 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 4689
/proc/meminfo: memFree=27769968/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=88532 CPUtime=12.68 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 15228 0 0 0 1266 2 0 0 20 0 2 0 277250952 90656768 14898 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 22133 14898 187 432 0 21698 0
[pid=4687/tid=4689] ppid=4685 vsize=88532 CPUtime=12.64 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 13209 0 0 0 1261 3 0 0 20 0 2 0 277250957 90656768 14898 33554432000 4194304 5963574 140735588334720 139853271484408 4403244 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88532

[startup+25.5003 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 4689
/proc/meminfo: memFree=27731792/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=154068 CPUtime=25.48 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 24233 0 0 0 2543 5 0 0 20 0 2 0 277250952 157765632 23903 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 38517 23903 187 432 0 38082 0
[pid=4687/tid=4689] ppid=4685 vsize=154068 CPUtime=25.44 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 22214 0 0 0 2538 6 0 0 20 0 2 0 277250957 157765632 23903 33554432000 4194304 5963574 140735588334720 139853271484408 4381238 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154068

[startup+51.1002 s]
/proc/loadavg: 2.06 2.03 2.01 3/179 4689
/proc/meminfo: memFree=27672044/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=220088 CPUtime=51.08 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 40226 0 0 0 5100 8 0 0 20 0 2 0 277250952 225370112 39896 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 55022 39896 187 432 0 54587 0
[pid=4687/tid=4689] ppid=4685 vsize=220088 CPUtime=51.04 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 38207 0 0 0 5095 9 0 0 20 0 2 0 277250957 225370112 39896 33554432000 4194304 5963574 140735588334720 139853271484408 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 220088

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 4689
/proc/meminfo: memFree=27575080/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=285864 CPUtime=102.28 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 58487 0 0 0 10213 15 0 0 20 0 2 0 277250952 292724736 58157 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 71466 58157 187 432 0 71031 0
[pid=4687/tid=4689] ppid=4685 vsize=285864 CPUtime=102.25 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 56468 0 0 0 10208 17 0 0 20 0 2 0 277250957 292724736 58157 33554432000 4194304 5963574 140735588334720 139853271484408 4220675 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 285864

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 4690
/proc/meminfo: memFree=27540444/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=285864 CPUtime=162.26 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 63644 0 0 0 16210 16 0 0 20 0 2 0 277250952 292724736 63314 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 71466 63314 187 432 0 71031 0
[pid=4687/tid=4689] ppid=4685 vsize=285864 CPUtime=162.24 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 61625 0 0 0 16205 19 0 0 20 0 2 0 277250957 292724736 63314 33554432000 4194304 5963574 140735588334720 139853271483928 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 285864

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4690
/proc/meminfo: memFree=27495800/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=351400 CPUtime=222.25 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 70102 0 0 0 22207 18 0 0 20 0 2 0 277250952 359833600 69772 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 87850 69772 187 432 0 87415 0
[pid=4687/tid=4689] ppid=4685 vsize=351400 CPUtime=222.25 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 68083 0 0 0 22203 22 0 0 20 0 2 0 277250957 359833600 69772 33554432000 4194304 5963574 140735588334720 139853271483928 4381238 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 351400

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27878420/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=417296 CPUtime=282.24 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 89342 0 0 0 28199 25 0 0 20 0 2 0 277250952 427311104 89008 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 104324 89008 187 432 0 103889 0
[pid=4687/tid=4689] ppid=4685 vsize=417296 CPUtime=282.24 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 87323 0 0 0 28194 30 0 0 20 0 2 0 277250957 427311104 89008 33554432000 4194304 5963574 140735588334720 139853271484216 4399937 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 417296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4741
/proc/meminfo: memFree=27701796/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=548368 CPUtime=342.21 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 117245 0 0 0 34187 34 0 0 20 0 2 0 277250952 561528832 116997 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 137092 116997 187 432 0 136657 0
[pid=4687/tid=4689] ppid=4685 vsize=548368 CPUtime=342.23 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 115226 0 0 0 34183 40 0 0 20 0 2 0 277250957 561528832 116997 33554432000 4194304 5963574 140735588334720 139853271484440 4403234 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 548368

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4744
/proc/meminfo: memFree=27628864/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=548852 CPUtime=402.18 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 125087 0 0 0 40181 37 0 0 20 0 2 0 277250952 562024448 124832 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 137213 124832 187 432 0 136778 0
[pid=4687/tid=4689] ppid=4685 vsize=548852 CPUtime=402.21 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 123068 0 0 0 40177 44 0 0 20 0 2 0 277250957 562024448 124832 33554432000 4194304 5963574 140735588334720 139853271484456 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 548852

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4745
/proc/meminfo: memFree=27534892/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=627288 CPUtime=462.17 cores=0,2,4,6

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

/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 228119 0 0 0 130128 94 0 0 20 0 2 0 277250957 979599360 229363 33554432000 4194304 5963574 140735588334720 139853271484456 4381238 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 956640

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4750
/proc/meminfo: memFree=26804372/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088036 CPUtime=1362.01 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256200 0 0 0 136117 84 0 0 20 0 2 0 277250952 1114148864 251529 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272009 251529 187 432 0 271574 0
[pid=4687/tid=4689] ppid=4685 vsize=1088036 CPUtime=1362.22 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254181 0 0 0 136117 105 0 0 20 0 2 0 277250957 1114148864 251529 33554432000 4194304 5963574 140735588334720 139853271484440 4403249 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1088036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4751
/proc/meminfo: memFree=26788340/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088036 CPUtime=1422 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256200 0 0 0 142116 84 0 0 20 0 2 0 277250952 1114148864 252012 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272009 252012 187 432 0 271574 0
[pid=4687/tid=4689] ppid=4685 vsize=1088036 CPUtime=1422.23 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254181 0 0 0 142117 106 0 0 20 0 2 0 277250957 1114148864 252012 33554432000 4194304 5963574 140735588334720 139853271484440 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1088036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4751
/proc/meminfo: memFree=26779952/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088036 CPUtime=1481.98 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256204 0 0 0 148114 84 0 0 20 0 2 0 277250952 1114148864 252030 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272009 252030 187 432 0 271574 0
[pid=4687/tid=4689] ppid=4685 vsize=1088036 CPUtime=1482.22 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254185 0 0 0 148115 107 0 0 20 0 2 0 277250957 1114148864 252030 33554432000 4194304 5963574 140735588334720 139853271484440 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1088036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4751
/proc/meminfo: memFree=26760248/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088036 CPUtime=1541.97 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256221 0 0 0 154113 84 0 0 20 0 2 0 277250952 1114148864 252067 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272009 252067 187 432 0 271574 0
[pid=4687/tid=4689] ppid=4685 vsize=1088036 CPUtime=1542.22 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254202 0 0 0 154114 108 0 0 20 0 2 0 277250957 1114148864 252067 33554432000 4194304 5963574 140735588334720 139853271484440 4400112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1088036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4754
/proc/meminfo: memFree=26745064/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088036 CPUtime=1601.96 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256226 0 0 0 160112 84 0 0 20 0 2 0 277250952 1114148864 252072 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272009 252072 187 432 0 271574 0
[pid=4687/tid=4689] ppid=4685 vsize=1088036 CPUtime=1602.22 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254207 0 0 0 160113 109 0 0 20 0 2 0 277250957 1114148864 252072 33554432000 4194304 5963574 140735588334720 139853271484440 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1088036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4777
/proc/meminfo: memFree=26738864/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088844 CPUtime=1661.95 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256263 0 0 0 166111 84 0 0 20 0 2 0 277250952 1114976256 252108 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272211 252108 187 432 0 271776 0
[pid=4687/tid=4689] ppid=4685 vsize=1088844 CPUtime=1662.22 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254244 0 0 0 166112 110 0 0 20 0 2 0 277250957 1114976256 252108 33554432000 4194304 5963574 140735588334720 139853271484584 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 1088844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26715812/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1088844 CPUtime=1721.94 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 256263 0 0 0 172110 84 0 0 20 0 2 0 277250952 1114976256 252108 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 272211 252108 187 432 0 271776 0
[pid=4687/tid=4689] ppid=4685 vsize=1088844 CPUtime=1722.23 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 254244 0 0 0 172112 111 0 0 20 0 2 0 277250957 1114976256 252108 33554432000 4194304 5963574 140735588334720 139853271484584 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1088844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26541096/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1220724 CPUtime=1781.93 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 300607 0 0 0 178093 100 0 0 20 0 2 0 277250952 1250021376 296452 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 305181 296452 187 432 0 304746 0
[pid=4687/tid=4689] ppid=4685 vsize=1220724 CPUtime=1782.23 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 298588 0 0 0 178095 128 0 0 20 0 2 0 277250957 1250021376 296452 33554432000 4194304 5963574 140735588334720 139853271484408 4399633 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1220724

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26486908/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1791.53 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179048 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1791.83 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179050 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4378945 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 1286260

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26482444/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1794.73 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179368 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1795.03 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179370 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4378832 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 1286260

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26478972/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1797.92 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179687 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1798.23 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179690 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4389157 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 1286260

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26477484/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1798.72 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179767 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1799.03 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179770 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 1286260

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26475748/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1799.13 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179808 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1799.43 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179810 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 1286260

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26475748/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1799.52 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179847 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1799.83 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179850 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 1286260

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26475748/32873648 swapFree=6864/6864
[pid=4687] ppid=4685 vsize=1286260 CPUtime=1799.63 cores=0,2,4,6
/proc/4687/stat : 4687 (wbo1.7) S 4685 4687 2447 0 -1 4202496 313518 0 0 0 179858 105 0 0 20 0 2 0 277250952 1317130240 309363 33554432000 4194304 5963574 140735588334720 140735588334240 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4687/statm: 321565 309363 187 432 0 321130 0
[pid=4687/tid=4689] ppid=4685 vsize=1286260 CPUtime=1799.93 cores=0,2,4,6
/proc/4687/task/4689/stat : 4689 (wbo1.7) R 4685 4687 2447 0 -1 4202560 311499 0 0 0 179860 133 0 0 20 0 2 0 277250957 1317130240 309363 33554432000 4194304 5963574 140735588334720 139853271484408 4388735 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 1286260

Child status: 255
Real time (s): 1800.02
CPU time (s): 1800.01
CPU user time (s): 1798.65
CPU system time (s): 1.36079
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 1286260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.36079
maximum resident set size= 1237456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313519
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= 171
involuntary context switches= 1853

runsolver used 3.71743 second user time and 10.4914 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 11:34:09
IDJOB=3705629
IDBENCH=48308
IDSOLVER=2284
FILE ID=node120/3705629-1338111249
RUNJOBID= node120-1338088086-2463
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705629-1338111249/watcher-3705629-1338111249 -o /tmp/evaluation-result-3705629-1338111249/solver-3705629-1338111249 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705629-1338111249.opb

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=740661985

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27828532 kB
Buffers:          311960 kB
Cached:          3421936 kB
SwapCached:          636 kB
Active:          1220080 kB
Inactive:        2998756 kB
Active(anon):     473956 kB
Inactive(anon):    12532 kB
Active(file):     746124 kB
Inactive(file):  2986224 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5684 kB
Writeback:             0 kB
AnonPages:        490784 kB
Mapped:            15068 kB
Shmem:               120 kB
Slab:             686348 kB
SReclaimable:     130464 kB
SUnreclaim:       555884 kB
KernelStack:        1464 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705629-1338111249.opb

Free space on /tmp at the end= 71688 MiB
End job on node120 at 2012-05-27 12:04:10