Trace number 3727916

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.72? 1799.47 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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727916-1338667515.opb.
0.00/0.00	c Instance file HOME/instance-3727916-1338667515.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.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3727916-1338667515/watcher-3727916-1338667515 -o /tmp/evaluation-result-3727916-1338667515/solver-3727916-1338667515 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727916-1338667515.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.84 1.97 1.99 3/177 32329
/proc/meminfo: memFree=29295184/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=4336 CPUtime=0 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) R 32327 32329 32273 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 332877026 4440064 485 33554432000 4194304 5964350 140734937699136 140735493909144 5136410 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 1084 487 169 433 0 585 0

[startup+0.033175 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 32329
/proc/meminfo: memFree=29295184/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85784 CPUtime=0.03 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 1994 0 0 0 3 0 0 0 20 0 2 0 332877026 87842816 1883 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21446 1883 184 433 0 21010 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85784

[startup+0.100175 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 32329
/proc/meminfo: memFree=29295184/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85784 CPUtime=0.09 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 2082 0 0 0 9 0 0 0 20 0 2 0 332877026 87842816 1971 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21446 1971 186 433 0 21010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85784

[startup+0.300109 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 32329
/proc/meminfo: memFree=29295184/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85784 CPUtime=0.29 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 2239 0 0 0 29 0 0 0 20 0 2 0 332877026 87842816 2128 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21446 2128 186 433 0 21010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85784

[startup+0.700161 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 32329
/proc/meminfo: memFree=29295184/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85784 CPUtime=0.69 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 2620 0 0 0 69 0 0 0 20 0 2 0 332877026 87842816 2509 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21446 2510 186 433 0 21010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85784

[startup+1.50013 s]
/proc/loadavg: 1.77 1.95 1.98 3/179 32389
/proc/meminfo: memFree=29273684/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85784 CPUtime=1.49 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 3481 0 0 0 149 0 0 0 20 0 2 0 332877026 87842816 3370 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21446 3370 186 433 0 21010 0
[pid=32329/tid=32331] ppid=32327 vsize=85784 CPUtime=1.46 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 2176 0 0 0 146 0 0 0 20 0 2 0 332877029 87842816 3370 33554432000 4194304 5964350 140734937699136 140479655475000 4403290 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85784

[startup+3.10012 s]
/proc/loadavg: 1.77 1.95 1.98 3/179 32389
/proc/meminfo: memFree=29268344/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=85928 CPUtime=3.08 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 3949 0 0 0 308 0 0 0 20 0 2 0 332877026 87990272 3838 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21482 3838 186 433 0 21046 0
[pid=32329/tid=32331] ppid=32327 vsize=85928 CPUtime=3.05 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 2644 0 0 0 305 0 0 0 20 0 2 0 332877029 87990272 3838 33554432000 4194304 5964350 140734937699136 140479655474712 4389313 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85928

[startup+6.30027 s]
/proc/loadavg: 1.79 1.95 1.98 3/179 32389
/proc/meminfo: memFree=29241400/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=86000 CPUtime=6.29 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 5837 0 0 0 628 1 0 0 20 0 2 0 332877026 88064000 5726 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21500 5726 186 433 0 21064 0
[pid=32329/tid=32331] ppid=32327 vsize=86000 CPUtime=6.25 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 4532 0 0 0 624 1 0 0 20 0 2 0 332877029 88064000 5726 33554432000 4194304 5964350 140734937699136 140479655474712 4379165 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86000

[startup+12.7003 s]
/proc/loadavg: 1.81 1.95 1.98 3/179 32389
/proc/meminfo: memFree=29200560/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=86396 CPUtime=12.69 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 9529 0 0 0 1266 3 0 0 20 0 2 0 332877026 88469504 9418 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21599 9418 186 433 0 21163 0
[pid=32329/tid=32331] ppid=32327 vsize=86396 CPUtime=12.63 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 8224 0 0 0 1260 3 0 0 20 0 2 0 332877029 88469504 9418 33554432000 4194304 5964350 140734937699136 140479655475000 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86396

[startup+25.5003 s]
/proc/loadavg: 1.84 1.95 1.98 3/179 32389
/proc/meminfo: memFree=29145396/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=87444 CPUtime=25.48 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 13221 0 0 0 2544 4 0 0 20 0 2 0 332877026 89542656 13135 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 21861 13135 186 433 0 21425 0
[pid=32329/tid=32331] ppid=32327 vsize=87444 CPUtime=25.4 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 11916 0 0 0 2536 4 0 0 20 0 2 0 332877029 89542656 13135 33554432000 4194304 5964350 140734937699136 140479655474712 4431873 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87444

[startup+51.1003 s]
/proc/loadavg: 1.90 1.96 1.98 3/179 32389
/proc/meminfo: memFree=29051596/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=158104 CPUtime=51.06 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 24426 0 0 0 5099 7 0 0 20 0 2 0 332877026 161898496 24402 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 39526 24402 186 433 0 39090 0
[pid=32329/tid=32331] ppid=32327 vsize=158104 CPUtime=50.91 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 23121 0 0 0 5084 7 0 0 20 0 2 0 332877029 161898496 24402 33554432000 4194304 5964350 140734937699136 140479655475240 4378928 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 158104

[startup+102.306 s]
/proc/loadavg: 1.95 1.96 1.98 3/179 32390
/proc/meminfo: memFree=28903036/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=162300 CPUtime=102.25 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 36705 0 0 0 10212 13 0 0 20 0 2 0 332877026 166195200 36970 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 40575 36970 186 433 0 40139 0
[pid=32329/tid=32331] ppid=32327 vsize=162300 CPUtime=101.98 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 35400 0 0 0 10184 14 0 0 20 0 2 0 332877029 166195200 36970 33554432000 4194304 5964350 140734937699136 140479655475192 4389703 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 162300

[startup+162.3 s]
/proc/loadavg: 1.98 1.97 1.98 3/179 32390
/proc/meminfo: memFree=28845992/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=231196 CPUtime=162.23 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 45927 0 0 0 16207 16 0 0 20 0 2 0 332877026 236744704 46192 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 57799 46192 186 433 0 57363 0
[pid=32329/tid=32331] ppid=32327 vsize=231196 CPUtime=161.82 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 44622 0 0 0 16164 18 0 0 20 0 2 0 332877029 236744704 46192 33554432000 4194304 5964350 140734937699136 140479655475192 4382191 0 0 4096 16387 0 0 0 -1 4 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: 1.99 1.97 1.98 3/179 32390
/proc/meminfo: memFree=28755192/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=236580 CPUtime=222.23 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 54632 0 0 0 22202 21 0 0 20 0 2 0 332877026 242257920 54897 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 59145 54897 186 433 0 58709 0
[pid=32329/tid=32331] ppid=32327 vsize=236580 CPUtime=221.67 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 53327 0 0 0 22143 24 0 0 20 0 2 0 332877029 242257920 54897 33554432000 4194304 5964350 140734937699136 140479655475240 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 236580

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 32492
/proc/meminfo: memFree=28999748/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=304656 CPUtime=282.19 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 63920 0 0 0 28193 26 0 0 20 0 2 0 332877026 311967744 64216 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 76164 64216 186 433 0 75728 0
[pid=32329/tid=32331] ppid=32327 vsize=304656 CPUtime=281.49 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 62615 0 0 0 28119 30 0 0 20 0 2 0 332877029 311967744 64216 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 304656

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 32495
/proc/meminfo: memFree=28945036/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=305232 CPUtime=342.17 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 70608 0 0 0 34186 31 0 0 20 0 2 0 332877026 312557568 70898 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 76308 70898 186 433 0 75872 0
[pid=32329/tid=32331] ppid=32327 vsize=305232 CPUtime=341.32 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 69303 0 0 0 34097 35 0 0 20 0 2 0 332877029 312557568 70898 33554432000 4194304 5964350 140734937699136 140479655475192 4399846 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 305232

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 32496
/proc/meminfo: memFree=28891256/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=373016 CPUtime=402.16 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 76254 0 0 0 40181 35 0 0 20 0 2 0 332877026 381968384 76544 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 93254 76544 186 433 0 92818 0
[pid=32329/tid=32331] ppid=32327 vsize=373016 CPUtime=401.16 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 74949 0 0 0 40076 40 0 0 20 0 2 0 332877029 381968384 76544 33554432000 4194304 5964350 140734937699136 140479655475192 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 373016

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 32496
/proc/meminfo: memFree=28826952/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=373160 CPUtime=462.14 cores=0,2,4,6

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

[startup+1542.3 s]
/proc/loadavg: 1.00 1.22 1.60 2/173 32534
/proc/meminfo: memFree=28689332/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=673984 CPUtime=1541.89 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 153485 0 0 0 154096 93 0 0 20 0 2 0 332877026 690159616 153611 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 168496 153611 186 433 0 168060 0
[pid=32329/tid=32331] ppid=32327 vsize=673984 CPUtime=1538.16 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 152180 0 0 0 153700 116 0 0 20 0 2 0 332877029 690159616 153611 33554432000 4194304 5964350 140734937699136 140479655475240 4400352 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) 673984

[startup+1602.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/172 32535
/proc/meminfo: memFree=28656780/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=676748 CPUtime=1601.88 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 161601 0 0 0 160087 101 0 0 20 0 2 0 332877026 692989952 161707 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 169187 161707 186 433 0 168751 0
[pid=32329/tid=32331] ppid=32327 vsize=676748 CPUtime=1598 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 160296 0 0 0 159676 124 0 0 20 0 2 0 332877029 692989952 161707 33554432000 4194304 5964350 140734937699136 140479655474712 4378912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 676748

[startup+1662.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/172 32535
/proc/meminfo: memFree=28632972/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=742884 CPUtime=1661.87 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 167598 0 0 0 166082 105 0 0 20 0 2 0 332877026 760713216 167704 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 185721 167704 186 433 0 185285 0
[pid=32329/tid=32331] ppid=32327 vsize=742884 CPUtime=1657.85 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 166293 0 0 0 165655 130 0 0 20 0 2 0 332877029 760713216 167704 33554432000 4194304 5964350 140734937699136 140479655475192 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 742884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.11 1.49 2/172 32535
/proc/meminfo: memFree=28606188/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=744232 CPUtime=1721.86 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174245 0 0 0 172075 111 0 0 20 0 2 0 332877026 762093568 174351 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186058 174351 186 433 0 185622 0
[pid=32329/tid=32331] ppid=32327 vsize=744232 CPUtime=1717.7 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 172940 0 0 0 171634 136 0 0 20 0 2 0 332877029 762093568 174351 33554432000 4194304 5964350 140734937699136 140479655475192 4379231 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 744232

[startup+1782.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/172 32535
/proc/meminfo: memFree=28605568/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=744820 CPUtime=1781.85 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174414 0 0 0 178074 111 0 0 20 0 2 0 332877026 762695680 174520 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186205 174520 186 433 0 185769 0
[pid=32329/tid=32331] ppid=32327 vsize=744820 CPUtime=1777.54 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173109 0 0 0 177616 138 0 0 20 0 2 0 332877029 762695680 174520 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 744820

############
# WARNING:
# current cumulated CPU time (1795.23 s) is less than in the last sample (1799.45 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.21997 s) to the 'lost time'.

[startup+1799.9 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605320/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1799.45 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174486 0 0 0 179834 111 0 0 20 0 2 0 332877026 763015168 174592 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174592 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1795.1 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173181 0 0 0 179372 138 0 0 20 0 2 0 332877029 763015168 174592 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 745132

[startup+1800 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605320/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=0 CPUtime=1795.23 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) R 32327 32329 32273 0 -1 4203524 174489 0 0 0 179384 139 0 0 20 0 1 0 332877026 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.23
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.08 1.45 2/172 32535
/proc/meminfo: memFree=28605568/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745060 CPUtime=1791.46 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174439 0 0 0 179035 111 0 0 20 0 2 0 332877026 762941440 174545 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186265 174545 186 433 0 185829 0
[pid=32329/tid=32331] ppid=32327 vsize=745060 CPUtime=1787.12 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173134 0 0 0 178574 138 0 0 20 0 2 0 332877029 762941440 174545 33554432000 4194304 5964350 140734937699136 140479655475240 4393648 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 745060

[startup+1795.1 s]
/proc/loadavg: 1.00 1.08 1.45 2/172 32535
/proc/meminfo: memFree=28605444/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1794.66 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174466 0 0 0 179355 111 0 0 20 0 2 0 332877026 763015168 174572 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174572 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1790.32 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173161 0 0 0 178894 138 0 0 20 0 2 0 332877029 763015168 174572 33554432000 4194304 5964350 140734937699136 140479655475240 4399921 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 745132

[startup+1798.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605444/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1797.85 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174466 0 0 0 179674 111 0 0 20 0 2 0 332877026 763015168 174572 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174572 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1793.5 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173161 0 0 0 179212 138 0 0 20 0 2 0 332877029 763015168 174572 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 745132

[startup+1799.1 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605444/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1798.65 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174466 0 0 0 179754 111 0 0 20 0 2 0 332877026 763015168 174572 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174572 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1794.3 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173161 0 0 0 179292 138 0 0 20 0 2 0 332877029 763015168 174572 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 745132

[startup+1799.5 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605320/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1799.06 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174486 0 0 0 179795 111 0 0 20 0 2 0 332877026 763015168 174592 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174592 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1794.71 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173181 0 0 0 179333 138 0 0 20 0 2 0 332877029 763015168 174592 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 745132

[startup+1799.9 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605320/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=745132 CPUtime=1799.45 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) S 32327 32329 32273 0 -1 4202496 174486 0 0 0 179834 111 0 0 20 0 2 0 332877026 763015168 174592 33554432000 4194304 5964350 140734937699136 140734937698656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 186283 174592 186 433 0 185847 0
[pid=32329/tid=32331] ppid=32327 vsize=745132 CPUtime=1795.1 cores=0,2,4,6
/proc/32329/task/32331/stat : 32331 (wbo1.72) R 32327 32329 32273 0 -1 4202560 173181 0 0 0 179372 138 0 0 20 0 2 0 332877029 763015168 174592 33554432000 4194304 5964350 140734937699136 140479655475240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 745132

[startup+1800 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 32535
/proc/meminfo: memFree=28605320/32873648 swapFree=7116/7116
[pid=32329] ppid=32327 vsize=0 CPUtime=1795.23 cores=0,2,4,6
/proc/32329/stat : 32329 (wbo1.72) R 32327 32329 32273 0 -1 4203524 174489 0 0 0 179384 139 0 0 20 0 1 0 332877026 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.23
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.21997
#  lost CPU user time (s): 4.5
#  lost CPU system time (s): -0.28

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1798.35
CPU system time (s): 1.12379
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 745132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 1.40379
maximum resident set size= 698380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174489
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= 224
involuntary context switches= 1882

runsolver used 2.95055 second user time and 7.2509 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 22:05:15
IDJOB=3727916
IDBENCH=48320
IDSOLVER=2314
FILE ID=node123/3727916-1338667515
RUNJOBID= node123-1338667515-32289
PBS_JOBID= 14636514
Free space on /tmp= 71304 MiB

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

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=1888070600

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        29297768 kB
Buffers:          479984 kB
Cached:          2199040 kB
SwapCached:         2272 kB
Active:           821212 kB
Inactive:        1866208 kB
Active(anon):       3492 kB
Inactive(anon):     5516 kB
Active(file):     817720 kB
Inactive(file):  1860692 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:             10948 kB
Writeback:             0 kB
AnonPages:         12140 kB
Mapped:             9544 kB
Shmem:                 0 kB
Slab:             748064 kB
SReclaimable:     192112 kB
SUnreclaim:       555952 kB
KernelStack:        1376 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3727916-1338667515.opb

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-02 22:35:16