Trace number 3726898

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.02? 1799.95 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
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 benchmark1561.61
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726898-1338662080.opb.
0.00/0.00	c Instance file HOME/instance-3726898-1338662080.opb
0.00/0.00	c File size is 49628 bytes.
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      706                                                 |
0.00/0.00	c |  Number Clauses:        656                                                 |
0.00/0.00	c |  Number Cardinality:    103                                                 |
0.00/0.00	c |  Number PB Constraints: 606                                                 |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3726898-1338662080/watcher-3726898-1338662080 -o /tmp/evaluation-result-3726898-1338662080/solver-3726898-1338662080 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726898-1338662080.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.80 2.40 3.16 3/177 28254
/proc/meminfo: memFree=31489592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 907 0 0 0 0 0 0 0 20 0 2 0 332334959 86102016 846 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21021 846 177 433 0 20585 0
[pid=28254/tid=28255] ppid=28252 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 84 0 0 0 0 0 0 0 20 0 2 0 332334959 86102016 846 33554432000 4194304 5964478 140736404250480 140735559007128 4395339 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0170339 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28254
/proc/meminfo: memFree=31489592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84084 CPUtime=0.01 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 1035 0 0 0 1 0 0 0 20 0 2 0 332334959 86102016 974 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21021 974 186 433 0 20585 0
[pid=28254/tid=28255] ppid=28252 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 2 0 332334959 86102016 974 33554432000 4194304 5964478 140736404250480 140735559007128 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 84084

[startup+0.100307 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28254
/proc/meminfo: memFree=31489592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84084 CPUtime=0.09 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 1296 0 0 0 9 0 0 0 20 0 2 0 332334959 86102016 1235 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21021 1235 186 433 0 20585 0
[pid=28254/tid=28255] ppid=28252 vsize=84084 CPUtime=0.08 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 473 0 0 0 8 0 0 0 20 0 2 0 332334959 86102016 1235 33554432000 4194304 5964478 140736404250480 140735559007128 4389242 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84084

[startup+0.300258 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28254
/proc/meminfo: memFree=31489592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84084 CPUtime=0.29 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 1647 0 0 0 29 0 0 0 20 0 2 0 332334959 86102016 1586 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21021 1586 186 433 0 20585 0
[pid=28254/tid=28255] ppid=28252 vsize=84084 CPUtime=0.28 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 824 0 0 0 28 0 0 0 20 0 2 0 332334959 86102016 1586 33554432000 4194304 5964478 140736404250480 139889999705912 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84084

[startup+0.700263 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28254
/proc/meminfo: memFree=31489592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84084 CPUtime=0.69 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 2077 0 0 0 69 0 0 0 20 0 2 0 332334959 86102016 2016 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21021 2016 186 433 0 20585 0
[pid=28254/tid=28255] ppid=28252 vsize=84084 CPUtime=0.68 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 1254 0 0 0 68 0 0 0 20 0 2 0 332334959 86102016 2016 33554432000 4194304 5964478 140736404250480 139889999705912 5179688 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84084

[startup+1.5003 s]
/proc/loadavg: 1.80 2.40 3.16 3/179 28263
/proc/meminfo: memFree=31455592/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84228 CPUtime=1.49 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 2801 0 0 0 149 0 0 0 20 0 2 0 332334959 86249472 2761 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21057 2761 186 433 0 20621 0
[pid=28254/tid=28255] ppid=28252 vsize=84228 CPUtime=1.48 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 1978 0 0 0 148 0 0 0 20 0 2 0 332334959 86249472 2761 33554432000 4194304 5964478 140736404250480 139889999706040 4400078 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) 84228

[startup+3.10026 s]
/proc/loadavg: 1.80 2.40 3.16 3/179 28263
/proc/meminfo: memFree=31451688/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84228 CPUtime=3.09 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 3435 0 0 0 309 0 0 0 20 0 2 0 332334959 86249472 3395 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21057 3395 186 433 0 20621 0
[pid=28254/tid=28255] ppid=28252 vsize=84228 CPUtime=3.08 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 2612 0 0 0 308 0 0 0 20 0 2 0 332334959 86249472 3395 33554432000 4194304 5964478 140736404250480 139889999705912 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84228

[startup+6.30027 s]
/proc/loadavg: 1.82 2.40 3.15 3/179 28263
/proc/meminfo: memFree=31430368/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=84300 CPUtime=6.28 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 4729 0 0 0 628 0 0 0 20 0 2 0 332334959 86323200 4689 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21075 4689 186 433 0 20639 0
[pid=28254/tid=28255] ppid=28252 vsize=84300 CPUtime=6.28 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 3906 0 0 0 628 0 0 0 20 0 2 0 332334959 86323200 4689 33554432000 4194304 5964478 140736404250480 139889999705912 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84300

[startup+12.7003 s]
/proc/loadavg: 1.83 2.39 3.15 3/179 28263
/proc/meminfo: memFree=31395116/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=85504 CPUtime=12.68 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 7145 0 0 0 1267 1 0 0 20 0 2 0 332334959 87556096 7803 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21376 7803 186 433 0 20940 0
[pid=28254/tid=28255] ppid=28252 vsize=85504 CPUtime=12.68 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 6322 0 0 0 1266 2 0 0 20 0 2 0 332334959 87556096 7803 33554432000 4194304 5964478 140736404250480 139889999706104 18446744073699066235 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) 85504

[startup+25.5003 s]
/proc/loadavg: 1.87 2.37 3.13 3/180 28264
/proc/meminfo: memFree=31336828/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=87808 CPUtime=25.48 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 10283 0 0 0 2546 2 0 0 20 0 2 0 332334959 89915392 10941 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 21952 10941 186 433 0 21516 0
[pid=28254/tid=28255] ppid=28252 vsize=87808 CPUtime=25.48 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 9460 0 0 0 2545 3 0 0 20 0 2 0 332334959 89915392 10941 33554432000 4194304 5964478 140736404250480 139889999705624 4399920 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) 87808

[startup+51.1003 s]
/proc/loadavg: 1.91 2.34 3.10 3/180 28264
/proc/meminfo: memFree=31279260/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=91608 CPUtime=51.08 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 16955 0 0 0 5103 5 0 0 20 0 2 0 332334959 93806592 17613 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 22902 17613 186 433 0 22466 0
[pid=28254/tid=28255] ppid=28252 vsize=91608 CPUtime=51.08 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 16132 0 0 0 5102 6 0 0 20 0 2 0 332334959 93806592 17613 33554432000 4194304 5964478 140736404250480 139889999706152 4399920 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) 91608

[startup+102.306 s]
/proc/loadavg: 1.96 2.29 3.04 3/179 28264
/proc/meminfo: memFree=31226308/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=162412 CPUtime=102.26 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 23739 0 0 0 10217 9 0 0 20 0 2 0 332334959 166309888 24420 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 40603 24420 186 433 0 40167 0
[pid=28254/tid=28255] ppid=28252 vsize=162412 CPUtime=102.28 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 22916 0 0 0 10217 11 0 0 20 0 2 0 332334959 166309888 24420 33554432000 4194304 5964478 140736404250480 139889999706152 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 162412

[startup+162.3 s]
/proc/loadavg: 1.98 2.23 2.97 3/179 28264
/proc/meminfo: memFree=31142092/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=168708 CPUtime=162.25 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 36186 0 0 0 16209 16 0 0 20 0 2 0 332334959 172756992 37374 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 42177 37374 186 433 0 41741 0
[pid=28254/tid=28255] ppid=28252 vsize=168708 CPUtime=162.27 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 35363 0 0 0 16208 19 0 0 20 0 2 0 332334959 172756992 37374 33554432000 4194304 5964478 140736404250480 139889999705624 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 168708

[startup+222.3 s]
/proc/loadavg: 1.99 2.19 2.91 3/179 28265
/proc/meminfo: memFree=31046504/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=238708 CPUtime=222.24 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 40045 0 0 0 22205 19 0 0 20 0 2 0 332334959 244436992 41233 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 59677 41233 186 433 0 59241 0
[pid=28254/tid=28255] ppid=28252 vsize=238708 CPUtime=222.28 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 39222 0 0 0 22205 23 0 0 20 0 2 0 332334959 244436992 41233 33554432000 4194304 5964478 140736404250480 139889999706152 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 238708

[startup+282.3 s]
/proc/loadavg: 1.99 2.15 2.85 3/179 28265
/proc/meminfo: memFree=31023868/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=240672 CPUtime=282.22 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 45652 0 0 0 28197 25 0 0 20 0 2 0 332334959 246448128 46829 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 60168 46829 186 433 0 59732 0
[pid=28254/tid=28255] ppid=28252 vsize=240672 CPUtime=282.26 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 44829 0 0 0 28196 30 0 0 20 0 2 0 332334959 246448128 46829 33554432000 4194304 5964478 140736404250480 139889999706104 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 240672

[startup+342.3 s]
/proc/loadavg: 1.99 2.12 2.79 3/180 28268
/proc/meminfo: memFree=30955948/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=242832 CPUtime=342.19 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 50440 0 0 0 34190 29 0 0 20 0 2 0 332334959 248659968 51614 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 60708 51614 186 433 0 60272 0
[pid=28254/tid=28255] ppid=28252 vsize=242832 CPUtime=342.25 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 49617 0 0 0 34190 35 0 0 20 0 2 0 332334959 248659968 51614 33554432000 4194304 5964478 140736404250480 139889999706104 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 242832

[startup+402.3 s]
/proc/loadavg: 1.99 2.10 2.74 3/179 28268
/proc/meminfo: memFree=30919244/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=243216 CPUtime=402.18 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 52979 0 0 0 40186 32 0 0 20 0 2 0 332334959 249053184 54153 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 102297 0 0 0 130122 103 0 0 20 0 2 0 332334959 468000768 104287 33554432000 4194304 5964478 140736404250480 139889999706104 4400632 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 457032

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.27 3/179 28274
/proc/meminfo: memFree=30338928/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=524044 CPUtime=1361.98 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 108447 0 0 0 136107 91 0 0 20 0 2 0 332334959 536621056 109614 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 131011 109614 186 433 0 130575 0
[pid=28254/tid=28255] ppid=28252 vsize=524044 CPUtime=1362.25 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 107624 0 0 0 136113 112 0 0 20 0 2 0 332334959 536621056 109614 33554432000 4194304 5964478 140736404250480 139889999706056 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 524044

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.25 3/179 28274
/proc/meminfo: memFree=30321540/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=526620 CPUtime=1421.98 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 112706 0 0 0 142102 96 0 0 20 0 2 0 332334959 539258880 113873 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 131655 113873 186 433 0 131219 0
[pid=28254/tid=28255] ppid=28252 vsize=526620 CPUtime=1422.26 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 111883 0 0 0 142108 118 0 0 20 0 2 0 332334959 539258880 113873 33554432000 4194304 5964478 140736404250480 139889999706104 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 526620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/179 28275
/proc/meminfo: memFree=30302196/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=526620 CPUtime=1481.97 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 115836 0 0 0 148097 100 0 0 20 0 2 0 332334959 539258880 117003 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 131655 117003 186 433 0 131219 0
[pid=28254/tid=28255] ppid=28252 vsize=526620 CPUtime=1482.25 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 115013 0 0 0 148102 123 0 0 20 0 2 0 332334959 539258880 117003 33554432000 4194304 5964478 140736404250480 139889999705624 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 526620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.21 3/180 28278
/proc/meminfo: memFree=30265856/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=528384 CPUtime=1541.96 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 119180 0 0 0 154093 103 0 0 20 0 2 0 332334959 541065216 120347 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 132096 120347 186 433 0 131660 0
[pid=28254/tid=28255] ppid=28252 vsize=528384 CPUtime=1542.26 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 118357 0 0 0 154099 127 0 0 20 0 2 0 332334959 541065216 120347 33554432000 4194304 5964478 140736404250480 139889999705624 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 528384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/180 28301
/proc/meminfo: memFree=30222580/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=530364 CPUtime=1601.94 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 123695 0 0 0 160088 106 0 0 20 0 2 0 332334959 543092736 124862 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 132591 124862 186 433 0 132155 0
[pid=28254/tid=28255] ppid=28252 vsize=530364 CPUtime=1602.26 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 122872 0 0 0 160095 131 0 0 20 0 2 0 332334959 543092736 124862 33554432000 4194304 5964478 140736404250480 139889999705624 4379311 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 530364

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.18 3/179 28301
/proc/meminfo: memFree=30198956/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=530364 CPUtime=1661.93 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 123700 0 0 0 166087 106 0 0 20 0 2 0 332334959 543092736 124866 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 132591 124866 186 433 0 132155 0
[pid=28254/tid=28255] ppid=28252 vsize=530364 CPUtime=1662.26 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 122877 0 0 0 166094 132 0 0 20 0 2 0 332334959 543092736 124866 33554432000 4194304 5964478 140736404250480 139889999705624 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 530364

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.18 3/179 28301
/proc/meminfo: memFree=30185736/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=595900 CPUtime=1721.89 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 127158 0 0 0 172080 109 0 0 20 0 2 0 332334959 610201600 128326 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 148975 128326 186 433 0 148539 0
[pid=28254/tid=28255] ppid=28252 vsize=595900 CPUtime=1722.23 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 126335 0 0 0 172087 136 0 0 20 0 2 0 332334959 610201600 128326 33554432000 4194304 5964478 140736404250480 139889999706104 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 595900

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.17 3/179 28302
/proc/meminfo: memFree=30172128/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1781.87 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 178075 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1782.22 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 178082 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4379316 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 597392

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1791.48 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179036 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1791.83 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179043 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4379311 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 597392

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1794.68 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179356 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1795.03 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179363 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 597392

[startup+1798.3 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1797.87 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179675 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1798.22 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179682 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 597392

[startup+1799.1 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1798.67 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179755 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1799.02 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179762 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4400432 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 597392

[startup+1799.5 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1799.08 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179796 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1799.43 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179803 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 597392

[startup+1799.9 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1799.47 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179835 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1799.82 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179842 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4399946 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 597392

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28254] ppid=28252 vsize=597392 CPUtime=1799.57 cores=0,2,4,6
/proc/28254/stat : 28254 (pwbo2.02) S 28252 28254 28198 0 -1 4202496 130268 0 0 0 179845 112 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 140736404250000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28254/statm: 149348 131436 186 433 0 148912 0
[pid=28254/tid=28255] ppid=28252 vsize=597392 CPUtime=1799.92 cores=0,2,4,6
/proc/28254/task/28255/stat : 28255 (pwbo2.02) R 28252 28254 28198 0 -1 4202560 129445 0 0 0 179852 140 0 0 20 0 2 0 332334959 611729408 131436 33554432000 4194304 5964478 140736404250480 139889999705624 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 597392

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.95
CPU user time (s): 1798.53
CPU system time (s): 1.41578
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 597392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.41578
maximum resident set size= 525756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130271
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= 196
involuntary context switches= 1968

runsolver used 2.72458 second user time and 7.09792 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-02 20:34:40
IDJOB=3726898
IDBENCH=48349
IDSOLVER=2312
FILE ID=node111/3726898-1338662080
RUNJOBID= node111-1338662080-28214
PBS_JOBID= 14636481
Free space on /tmp= 67396 MiB

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

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=186673697

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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.152
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.152
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:        31494980 kB
Buffers:          153804 kB
Cached:           434220 kB
SwapCached:         1352 kB
Active:           123612 kB
Inactive:         471808 kB
Active(anon):       8628 kB
Inactive(anon):     1120 kB
Active(file):     114984 kB
Inactive(file):   470688 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:         10764 kB
Mapped:             7948 kB
Shmem:                 0 kB
Slab:             644856 kB
SReclaimable:      86900 kB
SUnreclaim:       557956 kB
KernelStack:        1392 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108416 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-3726898-1338662080.opb

Free space on /tmp at the end= 67384 MiB
End job on node111 at 2012-06-02 21:04:40