Trace number 3726874

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.87 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
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 benchmark17.0534
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-3726874-1338660988.opb.
0.00/0.00	c Instance file HOME/instance-3726874-1338660988.opb
0.00/0.00	c File size is 256866 bytes.
0.00/0.02	c Highest Coefficient sum: 200
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3262                                                |
0.00/0.02	c |  Number Clauses:        3162                                                |
0.00/0.02	c |  Number Cardinality:    203                                                 |
0.00/0.02	c |  Number PB Constraints: 3062                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3726874-1338660988/watcher-3726874-1338660988 -o /tmp/evaluation-result-3726874-1338660988/solver-3726874-1338660988 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726874-1338660988.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.02 2.61 3.30 3/177 17434
/proc/meminfo: memFree=27767168/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=4336 CPUtime=0 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) R 17432 17434 14598 0 -1 4202496 550 0 0 0 0 0 0 0 20 0 1 0 332223765 4440064 502 33554432000 4194304 5964478 140736905904288 140734559389464 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 1084 503 172 433 0 585 0

[startup+0.0592019 s]
/proc/loadavg: 2.02 2.61 3.30 3/177 17434
/proc/meminfo: memFree=27767168/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85784 CPUtime=0.05 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 2050 0 0 0 5 0 0 0 20 0 2 0 332223765 87842816 1939 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21446 1939 186 433 0 21010 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85784

[startup+0.100173 s]
/proc/loadavg: 2.02 2.61 3.30 3/177 17434
/proc/meminfo: memFree=27767168/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85784 CPUtime=0.09 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 2085 0 0 0 9 0 0 0 20 0 2 0 332223765 87842816 1974 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21446 1974 186 433 0 21010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85784

[startup+0.300114 s]
/proc/loadavg: 2.02 2.61 3.30 3/177 17434
/proc/meminfo: memFree=27767168/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85784 CPUtime=0.29 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 2245 0 0 0 29 0 0 0 20 0 2 0 332223765 87842816 2134 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21446 2134 186 433 0 21010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85784

[startup+0.70011 s]
/proc/loadavg: 2.02 2.61 3.30 3/177 17434
/proc/meminfo: memFree=27767168/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85784 CPUtime=0.69 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 2631 0 0 0 69 0 0 0 20 0 2 0 332223765 87842816 2520 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21446 2520 186 433 0 21010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85784

[startup+1.50021 s]
/proc/loadavg: 2.02 2.61 3.30 3/179 17487
/proc/meminfo: memFree=27754780/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85784 CPUtime=1.48 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 3467 0 0 0 148 0 0 0 20 0 2 0 332223765 87842816 3356 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21446 3356 186 433 0 21010 0
[pid=17434/tid=17436] ppid=17432 vsize=85784 CPUtime=1.46 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 2161 0 0 0 146 0 0 0 20 0 2 0 332223768 87842816 3356 33554432000 4194304 5964478 140736905904288 139804666271736 5143896 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85784

[startup+3.10021 s]
/proc/loadavg: 2.02 2.60 3.30 3/179 17494
/proc/meminfo: memFree=27726284/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=85928 CPUtime=3.08 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 3951 0 0 0 308 0 0 0 20 0 2 0 332223765 87990272 3840 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21482 3840 186 433 0 21046 0
[pid=17434/tid=17436] ppid=17432 vsize=85928 CPUtime=3.06 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 2645 0 0 0 306 0 0 0 20 0 2 0 332223768 87990272 3840 33554432000 4194304 5964478 140736905904288 139804666271544 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85928

[startup+6.30021 s]
/proc/loadavg: 2.02 2.60 3.30 3/179 17545
/proc/meminfo: memFree=27734808/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=86000 CPUtime=6.29 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 5582 0 0 0 628 1 0 0 20 0 2 0 332223765 88064000 5471 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21500 5471 186 433 0 21064 0
[pid=17434/tid=17436] ppid=17432 vsize=86000 CPUtime=6.26 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 4276 0 0 0 626 0 0 0 20 0 2 0 332223768 88064000 5471 33554432000 4194304 5964478 140736905904288 139804666271256 4381625 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86000

[startup+12.7002 s]
/proc/loadavg: 2.02 2.58 3.28 3/179 17545
/proc/meminfo: memFree=27679464/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=86108 CPUtime=12.68 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 9116 0 0 0 1267 1 0 0 20 0 2 0 332223765 88174592 9029 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21527 9029 186 433 0 21091 0
[pid=17434/tid=17436] ppid=17432 vsize=86108 CPUtime=12.66 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 7810 0 0 0 1264 2 0 0 20 0 2 0 332223768 88174592 9029 33554432000 4194304 5964478 140736905904288 139804666271544 4400067 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86108

[startup+25.5002 s]
/proc/loadavg: 2.01 2.56 3.27 3/179 17545
/proc/meminfo: memFree=27630580/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=87060 CPUtime=25.47 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 12373 0 0 0 2544 3 0 0 20 0 2 0 332223765 89149440 12325 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 21765 12325 186 433 0 21329 0
[pid=17434/tid=17436] ppid=17432 vsize=87060 CPUtime=25.45 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 11067 0 0 0 2541 4 0 0 20 0 2 0 332223768 89149440 12325 33554432000 4194304 5964478 140736905904288 139804666271736 4399975 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87060

[startup+51.1002 s]
/proc/loadavg: 2.01 2.52 3.23 3/179 17545
/proc/meminfo: memFree=27555032/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=157136 CPUtime=51.05 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 24224 0 0 0 5098 7 0 0 20 0 2 0 332223765 160907264 24679 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 39284 24679 186 433 0 38848 0
[pid=17434/tid=17436] ppid=17432 vsize=157136 CPUtime=51.03 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 22918 0 0 0 5095 8 0 0 20 0 2 0 332223768 160907264 24679 33554432000 4194304 5964478 140736905904288 139804666271784 4222474 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 157136

[startup+102.306 s]
/proc/loadavg: 2.00 2.43 3.16 3/179 17546
/proc/meminfo: memFree=27383596/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=227836 CPUtime=102.24 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 36696 0 0 0 10211 13 0 0 20 0 2 0 332223765 233304064 36688 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 56959 36688 186 433 0 56523 0
[pid=17434/tid=17436] ppid=17432 vsize=227836 CPUtime=102.24 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 35390 0 0 0 10209 15 0 0 20 0 2 0 332223768 233304064 36688 33554432000 4194304 5964478 140736905904288 139804666271736 4379008 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 227836

[startup+162.3 s]
/proc/loadavg: 2.00 2.35 3.09 3/179 17546
/proc/meminfo: memFree=27319516/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=231196 CPUtime=162.23 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 45908 0 0 0 16206 17 0 0 20 0 2 0 332223765 236744704 45708 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 57799 45708 186 433 0 57363 0
[pid=17434/tid=17436] ppid=17432 vsize=231196 CPUtime=162.23 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 44602 0 0 0 16203 20 0 0 20 0 2 0 332223768 236744704 45708 33554432000 4194304 5964478 140736905904288 139804666271736 4381601 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 231196

[startup+222.3 s]
/proc/loadavg: 2.00 2.28 3.01 3/180 17549
/proc/meminfo: memFree=27227928/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=236292 CPUtime=222.21 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 54212 0 0 0 22199 22 0 0 20 0 2 0 332223765 241963008 54031 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 59073 54031 186 433 0 58637 0
[pid=17434/tid=17436] ppid=17432 vsize=236292 CPUtime=222.22 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 52906 0 0 0 22196 26 0 0 20 0 2 0 332223768 241963008 54031 33554432000 4194304 5964478 140736905904288 139804666271736 4403531 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 236292

[startup+282.3 s]
/proc/loadavg: 2.06 2.25 2.96 3/179 17600
/proc/meminfo: memFree=27413452/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=304496 CPUtime=282.17 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 63019 0 0 0 28191 26 0 0 20 0 2 0 332223765 311803904 62857 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 76124 62857 186 433 0 75688 0
[pid=17434/tid=17436] ppid=17432 vsize=304496 CPUtime=282.19 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 61713 0 0 0 28188 31 0 0 20 0 2 0 332223768 311803904 62857 33554432000 4194304 5964478 140736905904288 139804666271736 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 304496

[startup+342.3 s]
/proc/loadavg: 2.02 2.20 2.89 3/179 17600
/proc/meminfo: memFree=27362340/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=304656 CPUtime=342.17 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 64858 0 0 0 34189 28 0 0 20 0 2 0 332223765 311967744 65199 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 76164 65199 186 433 0 75728 0
[pid=17434/tid=17436] ppid=17432 vsize=304656 CPUtime=342.19 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 63552 0 0 0 34186 33 0 0 20 0 2 0 332223768 311967744 65199 33554432000 4194304 5964478 140736905904288 139804666271736 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 304656

[startup+402.3 s]
/proc/loadavg: 2.01 2.16 2.84 3/179 17601
/proc/meminfo: memFree=27286184/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=371072 CPUtime=402.16 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 72087 0 0 0 40183 33 0 0 20 0 2 0 332223765 379977728 72428 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 92768 72428 186 433 0 92332 0
[pid=17434/tid=17436] ppid=17432 vsize=371072 CPUtime=402.19 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 70781 0 0 0 40179 40 0 0 20 0 2 0 332223768 379977728 72428 33554432000 4194304 5964478 140736905904288 139804666271736 4400115 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 371072

[startup+462.3 s]
/proc/loadavg: 2.00 2.13 2.78 3/179 17601
/proc/meminfo: memFree=27225824/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=373160 CPUtime=462.14 cores=0,2,4,6

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

/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 134373 0 0 0 130104 109 0 0 20 0 2 0 332223768 613515264 135884 33554432000 4194304 5964478 140736905904288 139804666271784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 599136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17762
/proc/meminfo: memFree=27181468/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=602968 CPUtime=1361.93 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 141603 0 0 0 136098 95 0 0 20 0 2 0 332223765 617439232 141808 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 150742 141808 186 433 0 150306 0
[pid=17434/tid=17436] ppid=17432 vsize=602968 CPUtime=1362.12 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 140297 0 0 0 136096 116 0 0 20 0 2 0 332223768 617439232 141808 33554432000 4194304 5964478 140736905904288 139804666271736 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 602968

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.26 3/180 17765
/proc/meminfo: memFree=27113904/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=603724 CPUtime=1421.92 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 142985 0 0 0 142095 97 0 0 20 0 2 0 332223765 618213376 143190 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 150931 143190 186 433 0 150495 0
[pid=17434/tid=17436] ppid=17432 vsize=603724 CPUtime=1422.13 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 141679 0 0 0 142094 119 0 0 20 0 2 0 332223768 618213376 143190 33554432000 4194304 5964478 140736905904288 139804666271736 4389129 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 603724

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.25 3/179 17765
/proc/meminfo: memFree=27046012/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=673680 CPUtime=1481.91 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 150688 0 0 0 148090 101 0 0 20 0 2 0 332223765 689848320 150893 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 168420 150893 186 433 0 167984 0
[pid=17434/tid=17436] ppid=17432 vsize=673680 CPUtime=1482.13 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 149382 0 0 0 148089 124 0 0 20 0 2 0 332223768 689848320 150893 33554432000 4194304 5964478 140736905904288 139804666271784 4399969 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 673680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/179 17765
/proc/meminfo: memFree=27006416/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=673824 CPUtime=1541.89 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 151432 0 0 0 154088 101 0 0 20 0 2 0 332223765 689995776 151634 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 168456 151634 186 433 0 168020 0
[pid=17434/tid=17436] ppid=17432 vsize=673824 CPUtime=1542.13 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 150126 0 0 0 154088 125 0 0 20 0 2 0 332223768 689995776 151634 33554432000 4194304 5964478 140736905904288 139804666271256 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 673824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/179 17765
/proc/meminfo: memFree=26965496/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=673984 CPUtime=1601.86 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 153468 0 0 0 160083 103 0 0 20 0 2 0 332223765 690159616 153647 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 168496 153647 186 433 0 168060 0
[pid=17434/tid=17436] ppid=17432 vsize=673984 CPUtime=1602.11 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 152162 0 0 0 160083 128 0 0 20 0 2 0 332223768 690159616 153647 33554432000 4194304 5964478 140736905904288 139804666271784 4399969 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 673984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 17766
/proc/meminfo: memFree=26913352/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=676748 CPUtime=1661.86 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 161580 0 0 0 166074 112 0 0 20 0 2 0 332223765 692989952 161743 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 169187 161743 186 433 0 168751 0
[pid=17434/tid=17436] ppid=17432 vsize=676748 CPUtime=1662.11 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 160274 0 0 0 166073 138 0 0 20 0 2 0 332223768 692989952 161743 33554432000 4194304 5964478 140736905904288 139804666271256 4379316 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 676748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 17766
/proc/meminfo: memFree=26862636/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=743208 CPUtime=1721.85 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 168188 0 0 0 172067 118 0 0 20 0 2 0 332223765 761044992 168351 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 185802 168351 186 433 0 185366 0
[pid=17434/tid=17436] ppid=17432 vsize=743208 CPUtime=1722.12 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 166882 0 0 0 172067 145 0 0 20 0 2 0 332223768 761044992 168351 33554432000 4194304 5964478 140736905904288 139804666271256 4400422 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 743208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/179 17766
/proc/meminfo: memFree=26820724/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744232 CPUtime=1781.84 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174224 0 0 0 178060 124 0 0 20 0 2 0 332223765 762093568 174387 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186058 174387 186 433 0 185622 0
[pid=17434/tid=17436] ppid=17432 vsize=744232 CPUtime=1782.12 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172918 0 0 0 178060 152 0 0 20 0 2 0 332223768 762093568 174387 33554432000 4194304 5964478 140736905904288 139804666271736 4379316 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 744232

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820972/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744232 CPUtime=1791.45 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174224 0 0 0 179021 124 0 0 20 0 2 0 332223765 762093568 174387 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186058 174387 186 433 0 185622 0
[pid=17434/tid=17436] ppid=17432 vsize=744232 CPUtime=1791.73 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172918 0 0 0 179021 152 0 0 20 0 2 0 332223768 762093568 174387 33554432000 4194304 5964478 140736905904288 139804666271736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 744232

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820972/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744232 CPUtime=1794.64 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174224 0 0 0 179340 124 0 0 20 0 2 0 332223765 762093568 174387 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186058 174387 186 433 0 185622 0
[pid=17434/tid=17436] ppid=17432 vsize=744232 CPUtime=1794.93 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172918 0 0 0 179341 152 0 0 20 0 2 0 332223768 762093568 174387 33554432000 4194304 5964478 140736905904288 139804666271736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 744232

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820972/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744392 CPUtime=1797.84 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174255 0 0 0 179660 124 0 0 20 0 2 0 332223765 762257408 174418 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186098 174418 186 433 0 185662 0
[pid=17434/tid=17436] ppid=17432 vsize=744392 CPUtime=1798.12 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172949 0 0 0 179660 152 0 0 20 0 2 0 332223768 762257408 174418 33554432000 4194304 5964478 140736905904288 139804666271784 4400542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 744392

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820848/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744392 CPUtime=1798.64 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174265 0 0 0 179740 124 0 0 20 0 2 0 332223765 762257408 174428 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186098 174428 186 433 0 185662 0
[pid=17434/tid=17436] ppid=17432 vsize=744392 CPUtime=1798.92 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172959 0 0 0 179740 152 0 0 20 0 2 0 332223768 762257408 174428 33554432000 4194304 5964478 140736905904288 139804666271784 4399912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 744392

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820848/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744392 CPUtime=1799.04 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174268 0 0 0 179780 124 0 0 20 0 2 0 332223765 762257408 174431 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186098 174431 186 433 0 185662 0
[pid=17434/tid=17436] ppid=17432 vsize=744392 CPUtime=1799.33 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172962 0 0 0 179781 152 0 0 20 0 2 0 332223768 762257408 174431 33554432000 4194304 5964478 140736905904288 139804666271784 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 744392

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820848/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744392 CPUtime=1799.44 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174270 0 0 0 179820 124 0 0 20 0 2 0 332223765 762257408 174433 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186098 174433 186 433 0 185662 0
[pid=17434/tid=17436] ppid=17432 vsize=744392 CPUtime=1799.72 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172964 0 0 0 179820 152 0 0 20 0 2 0 332223768 762257408 174433 33554432000 4194304 5964478 140736905904288 139804666271784 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 744392

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 17766
/proc/meminfo: memFree=26820848/32873844 swapFree=7628/7628
[pid=17434] ppid=17432 vsize=744392 CPUtime=1799.54 cores=0,2,4,6
/proc/17434/stat : 17434 (pwbo2.02) S 17432 17434 14598 0 -1 4202496 174271 0 0 0 179830 124 0 0 20 0 2 0 332223765 762257408 174434 33554432000 4194304 5964478 140736905904288 140736905903808 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17434/statm: 186098 174434 186 433 0 185662 0
[pid=17434/tid=17436] ppid=17432 vsize=744392 CPUtime=1799.82 cores=0,2,4,6
/proc/17434/task/17436/stat : 17436 (pwbo2.02) R 17432 17434 14598 0 -1 4202560 172965 0 0 0 179830 152 0 0 20 0 2 0 332223768 762257408 174435 33554432000 4194304 5964478 140736905904288 139804666271784 4462592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 744392

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.87
CPU user time (s): 1798.33
CPU system time (s): 1.54077
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 744392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 1.54076
maximum resident set size= 697748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174274
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= 211
involuntary context switches= 2015

runsolver used 3.35449 second user time and 8.5417 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 20:16:29
IDJOB=3726874
IDBENCH=48320
IDSOLVER=2312
FILE ID=node144/3726874-1338660988
RUNJOBID= node144-1338660988-17394
PBS_JOBID= 14636436
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=509091825

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27773496 kB
Buffers:          621388 kB
Cached:          3595824 kB
SwapCached:          464 kB
Active:          2376024 kB
Inactive:        1860240 kB
Active(anon):       2048 kB
Inactive(anon):    11196 kB
Active(file):    2373976 kB
Inactive(file):  1849044 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:              7404 kB
Writeback:            16 kB
AnonPages:         17656 kB
Mapped:            13856 kB
Shmem:               172 kB
Slab:             723396 kB
SReclaimable:     165720 kB
SUnreclaim:       557676 kB
KernelStack:        1416 kB
PageTables:         3488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104920 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-3726874-1338660988.opb

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