Trace number 3727936

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
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 benchmark1448.34
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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-3727936-1338667515.opb.
0.00/0.00	c Instance file HOME/instance-3727936-1338667515.opb
0.00/0.00	c File size is 49948 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:      710                                                 |
0.00/0.00	c |  Number Clauses:        660                                                 |
0.00/0.00	c |  Number Cardinality:    103                                                 |
0.00/0.00	c |  Number PB Constraints: 610                                                 |
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.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3727936-1338667515/watcher-3727936-1338667515 -o /tmp/evaluation-result-3727936-1338667515/solver-3727936-1338667515 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727936-1338667515.opb 

running on 4 cores: 1,3,5,7

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 4/173 25069
/proc/meminfo: memFree=31695580/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84084 CPUtime=0 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 913 0 0 0 0 0 0 0 20 0 2 0 332880099 86102016 852 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21021 854 178 433 0 20585 0
[pid=25068/tid=25074] ppid=25066 vsize=84084 CPUtime=0 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 2 0 332880100 86102016 859 33554432000 4194304 5964350 140735139049968 140734224181480 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.103651 s]
/proc/loadavg: 1.84 1.97 1.99 4/173 25069
/proc/meminfo: memFree=31695580/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84084 CPUtime=0.1 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 1301 0 0 0 10 0 0 0 20 0 2 0 332880099 86102016 1240 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21021 1240 186 433 0 20585 0
[pid=25068/tid=25074] ppid=25066 vsize=84084 CPUtime=0.08 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 476 0 0 0 8 0 0 0 20 0 2 0 332880100 86102016 1240 33554432000 4194304 5964350 140735139049968 140734224181480 4388992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 84084

[startup+0.200299 s]
/proc/loadavg: 1.84 1.97 1.99 4/173 25069
/proc/meminfo: memFree=31695580/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84084 CPUtime=0.19 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 1470 0 0 0 19 0 0 0 20 0 2 0 332880099 86102016 1409 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21021 1409 186 433 0 20585 0
[pid=25068/tid=25074] ppid=25066 vsize=84084 CPUtime=0.18 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 645 0 0 0 18 0 0 0 20 0 2 0 332880100 86102016 1409 33554432000 4194304 5964350 140735139049968 140734224181480 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84084

[startup+0.300284 s]
/proc/loadavg: 1.84 1.97 1.99 4/173 25069
/proc/meminfo: memFree=31695580/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84084 CPUtime=0.29 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 1641 0 0 0 29 0 0 0 20 0 2 0 332880099 86102016 1580 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21021 1580 186 433 0 20585 0
[pid=25068/tid=25074] ppid=25066 vsize=84084 CPUtime=0.28 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 816 0 0 0 28 0 0 0 20 0 2 0 332880100 86102016 1580 33554432000 4194304 5964350 140735139049968 140734224181480 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84084

[startup+0.700203 s]
/proc/loadavg: 1.84 1.97 1.99 4/173 25069
/proc/meminfo: memFree=31695580/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84084 CPUtime=0.69 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 2118 0 0 0 69 0 0 0 20 0 2 0 332880099 86102016 2057 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21021 2057 186 433 0 20585 0
[pid=25068/tid=25074] ppid=25066 vsize=84084 CPUtime=0.68 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 1293 0 0 0 68 0 0 0 20 0 2 0 332880100 86102016 2057 33554432000 4194304 5964350 140735139049968 140631356897272 4400458 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84084

[startup+1.50025 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 25116
/proc/meminfo: memFree=31659780/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84228 CPUtime=1.49 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 2683 0 0 0 149 0 0 0 20 0 2 0 332880099 86249472 2622 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21057 2622 186 433 0 20621 0
[pid=25068/tid=25074] ppid=25066 vsize=84228 CPUtime=1.48 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 1858 0 0 0 148 0 0 0 20 0 2 0 332880100 86249472 2622 33554432000 4194304 5964350 140735139049968 140631356897272 4399840 0 0 4096 16387 0 0 0 -1 3 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.84 1.97 1.99 3/179 25116
/proc/meminfo: memFree=31656432/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84300 CPUtime=3.09 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 3815 0 0 0 309 0 0 0 20 0 2 0 332880099 86323200 3754 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21075 3754 186 433 0 20639 0
[pid=25068/tid=25074] ppid=25066 vsize=84300 CPUtime=3.08 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 2990 0 0 0 308 0 0 0 20 0 2 0 332880100 86323200 3754 33554432000 4194304 5964350 140735139049968 140631356897080 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84300

[startup+6.3003 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 25167
/proc/meminfo: memFree=31652572/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=84408 CPUtime=6.28 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 4944 0 0 0 628 0 0 0 20 0 2 0 332880099 86433792 4883 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21102 4883 186 433 0 20666 0
[pid=25068/tid=25074] ppid=25066 vsize=84408 CPUtime=6.28 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 4119 0 0 0 628 0 0 0 20 0 2 0 332880100 86433792 4883 33554432000 4194304 5964350 140735139049968 140631356897080 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84408

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 25167
/proc/meminfo: memFree=31619892/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=85864 CPUtime=12.68 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 7223 0 0 0 1267 1 0 0 20 0 2 0 332880099 87924736 7200 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 21466 7200 186 433 0 21030 0
[pid=25068/tid=25074] ppid=25066 vsize=85864 CPUtime=12.67 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 6398 0 0 0 1265 2 0 0 20 0 2 0 332880100 87924736 7200 33554432000 4194304 5964350 140735139049968 140631356896792 4400352 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85864

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/179 25167
/proc/meminfo: memFree=31569276/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=88992 CPUtime=25.48 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 11540 0 0 0 2545 3 0 0 20 0 2 0 332880099 91127808 11539 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 22248 11539 186 433 0 21812 0
[pid=25068/tid=25074] ppid=25066 vsize=88992 CPUtime=25.47 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 10715 0 0 0 2543 4 0 0 20 0 2 0 332880100 91127808 11539 33554432000 4194304 5964350 140735139049968 140631356897272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88992

[startup+51.1004 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 25167
/proc/meminfo: memFree=31483752/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=95608 CPUtime=51.07 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 18614 0 0 0 5101 6 0 0 20 0 2 0 332880099 97902592 18939 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 23902 18939 186 433 0 23466 0
[pid=25068/tid=25074] ppid=25066 vsize=95608 CPUtime=51.07 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 17789 0 0 0 5100 7 0 0 20 0 2 0 332880100 97902592 18939 33554432000 4194304 5964350 140735139049968 140631356897320 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95608

[startup+102.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/179 25168
/proc/meminfo: memFree=31431036/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=164480 CPUtime=102.27 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 25201 0 0 0 10216 11 0 0 20 0 2 0 332880099 168427520 25526 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 41120 25526 186 433 0 40684 0
[pid=25068/tid=25074] ppid=25066 vsize=164480 CPUtime=102.27 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 24376 0 0 0 10214 13 0 0 20 0 2 0 332880100 168427520 25526 33554432000 4194304 5964350 140735139049968 140631356897080 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 164480

[startup+162.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 25168
/proc/meminfo: memFree=31333936/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=166792 CPUtime=162.24 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 31755 0 0 0 16205 19 0 0 20 0 2 0 332880099 170795008 32071 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 41698 32071 186 433 0 41262 0
[pid=25068/tid=25074] ppid=25066 vsize=166792 CPUtime=162.26 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 30930 0 0 0 16204 22 0 0 20 0 2 0 332880100 170795008 32071 33554432000 4194304 5964350 140735139049968 140631356897272 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 166792

[startup+222.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 25168
/proc/meminfo: memFree=31256192/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=169816 CPUtime=222.23 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 37138 0 0 0 22196 27 0 0 20 0 2 0 332880099 173891584 37458 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 42454 37458 186 433 0 42018 0
[pid=25068/tid=25074] ppid=25066 vsize=169816 CPUtime=222.25 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 36313 0 0 0 22194 31 0 0 20 0 2 0 332880100 173891584 37458 33554432000 4194304 5964350 140735139049968 140631356896792 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 169816

[startup+282.3 s]
/proc/loadavg: 2.08 2.00 2.00 3/179 25219
/proc/meminfo: memFree=31478476/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=239276 CPUtime=282.21 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 41359 0 0 0 28191 30 0 0 20 0 2 0 332880099 245018624 41679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 59819 41679 186 433 0 59383 0
[pid=25068/tid=25074] ppid=25066 vsize=239276 CPUtime=282.24 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 40534 0 0 0 28189 35 0 0 20 0 2 0 332880100 245018624 41679 33554432000 4194304 5964350 140735139049968 140631356897320 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 239276

[startup+342.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/180 25222
/proc/meminfo: memFree=31407780/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=243088 CPUtime=342.2 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 45793 0 0 0 34185 35 0 0 20 0 2 0 332880099 248922112 46106 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 60772 46106 186 433 0 60336 0
[pid=25068/tid=25074] ppid=25066 vsize=243088 CPUtime=342.23 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 44968 0 0 0 34182 41 0 0 20 0 2 0 332880100 248922112 46106 33554432000 4194304 5964350 140735139049968 140631356897272 4400439 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 243088

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25223
/proc/meminfo: memFree=31350472/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=244052 CPUtime=402.18 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 50344 0 0 0 40177 41 0 0 20 0 2 0 332880099 249909248 50661 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/25068/statm: 112732 97752 186 433 0 112296 0
[pid=25068/tid=25074] ppid=25066 vsize=450928 CPUtime=1242.13 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 96112 0 0 0 124090 123 0 0 20 0 2 0 332880100 461750272 97752 33554432000 4194304 5964350 140735139049968 140631356897320 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 450928

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25228
/proc/meminfo: memFree=30772476/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=451324 CPUtime=1301.97 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 97772 0 0 0 130093 104 0 0 20 0 2 0 332880099 462155776 98587 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 112831 98587 186 433 0 112395 0
[pid=25068/tid=25074] ppid=25066 vsize=451324 CPUtime=1302.13 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 96947 0 0 0 130089 124 0 0 20 0 2 0 332880100 462155776 98587 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 451324

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 25229
/proc/meminfo: memFree=30743956/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=451612 CPUtime=1361.96 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 101373 0 0 0 136084 112 0 0 20 0 2 0 332880099 462450688 102188 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 112903 102188 186 433 0 112467 0
[pid=25068/tid=25074] ppid=25066 vsize=451612 CPUtime=1362.13 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 100548 0 0 0 136080 133 0 0 20 0 2 0 332880100 462450688 102188 33554432000 4194304 5964350 140735139049968 140631356897272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 451612

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25229
/proc/meminfo: memFree=30683816/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=451864 CPUtime=1421.96 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 106135 0 0 0 142077 119 0 0 20 0 2 0 332880099 462708736 106950 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 112966 106950 186 433 0 112530 0
[pid=25068/tid=25074] ppid=25066 vsize=451864 CPUtime=1422.13 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 105310 0 0 0 142072 141 0 0 20 0 2 0 332880100 462708736 106950 33554432000 4194304 5964350 140735139049968 140631356897272 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 451864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25229
/proc/meminfo: memFree=30681148/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=518576 CPUtime=1481.91 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 107618 0 0 0 148071 120 0 0 20 0 2 0 332880099 531021824 108412 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 129644 108412 186 433 0 129208 0
[pid=25068/tid=25074] ppid=25066 vsize=518576 CPUtime=1482.1 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 106793 0 0 0 148067 143 0 0 20 0 2 0 332880100 531021824 108412 33554432000 4194304 5964350 140735139049968 140631356897320 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 518576

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25232
/proc/meminfo: memFree=30657952/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=520484 CPUtime=1541.91 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 113341 0 0 0 154062 129 0 0 20 0 2 0 332880099 532975616 114135 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 130121 114135 186 433 0 129685 0
[pid=25068/tid=25074] ppid=25066 vsize=520484 CPUtime=1542.1 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 112516 0 0 0 154057 153 0 0 20 0 2 0 332880100 532975616 114135 33554432000 4194304 5964350 140735139049968 140631356896792 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 520484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25232
/proc/meminfo: memFree=30617344/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=520628 CPUtime=1601.9 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 114633 0 0 0 160059 131 0 0 20 0 2 0 332880099 533123072 115438 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 130157 115438 186 433 0 129721 0
[pid=25068/tid=25074] ppid=25066 vsize=520628 CPUtime=1602.09 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 113808 0 0 0 160053 156 0 0 20 0 2 0 332880100 533123072 115438 33554432000 4194304 5964350 140735139049968 140631356896792 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 520628

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25233
/proc/meminfo: memFree=30586468/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=522680 CPUtime=1661.9 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 118354 0 0 0 166053 137 0 0 20 0 2 0 332880099 535224320 119159 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 130670 119159 186 433 0 130234 0
[pid=25068/tid=25074] ppid=25066 vsize=522680 CPUtime=1662.09 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 117529 0 0 0 166046 163 0 0 20 0 2 0 332880100 535224320 119159 33554432000 4194304 5964350 140735139049968 140631356897272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 522680

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25233
/proc/meminfo: memFree=30551228/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1721.88 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122747 0 0 0 172044 144 0 0 20 0 2 0 332880099 538927104 123552 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123552 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1722.09 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 121922 0 0 0 172038 171 0 0 20 0 2 0 332880100 538927104 123552 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 526296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30514964/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1781.87 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 178043 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1782.09 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 178037 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 526296

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30507508/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1791.58 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 179014 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1791.8 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 179008 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 526296

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30505896/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1794.78 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 179334 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1795 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 179328 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 526296

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30505896/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1797.97 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 179653 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1798.19 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 179647 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 526296

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30505896/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1798.77 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 179733 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1798.99 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 179727 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 526296

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30505896/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=526296 CPUtime=1799.18 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) S 25066 25068 25000 0 -1 4202496 122874 0 0 0 179774 144 0 0 20 0 2 0 332880099 538927104 123679 33554432000 4194304 5964350 140735139049968 140735139049488 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 131574 123679 186 433 0 131138 0
[pid=25068/tid=25074] ppid=25066 vsize=526296 CPUtime=1799.4 cores=1,3,5,7
/proc/25068/task/25074/stat : 25074 (wbo1.72) R 25066 25068 25000 0 -1 4202560 122049 0 0 0 179768 172 0 0 20 0 2 0 332880100 538927104 123679 33554432000 4194304 5964350 140735139049968 140631356896792 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 526296

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25233
/proc/meminfo: memFree=30505896/32873844 swapFree=7116/7116
[pid=25068] ppid=25066 vsize=0 CPUtime=1799.8 cores=1,3,5,7
/proc/25068/stat : 25068 (wbo1.72) R 25066 25068 25000 0 -1 4203524 122877 0 0 0 179808 172 0 0 20 0 1 0 332880099 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25068/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.08
CPU system time (s): 1.73773
CPU usage (%): 99.9895
Max. virtual memory (cumulated for all children) (KiB): 526296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 1.73773
maximum resident set size= 494728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122877
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= 172
involuntary context switches= 1843

runsolver used 2.85057 second user time and 8.65368 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 22:05:15
IDJOB=3727936
IDBENCH=48318
IDSOLVER=2314
FILE ID=node103/3727936-1338667515
RUNJOBID= node103-1338667515-25017
PBS_JOBID= 14636515
Free space on /tmp= 71120 MiB

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

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=1888070600

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31696420 kB
Buffers:          128204 kB
Cached:           285588 kB
SwapCached:         5600 kB
Active:           118076 kB
Inactive:         303048 kB
Active(anon):       5132 kB
Inactive(anon):     4628 kB
Active(file):     112944 kB
Inactive(file):   298420 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:             10928 kB
Writeback:             0 kB
AnonPages:         10360 kB
Mapped:             8744 kB
Shmem:                 0 kB
Slab:             619340 kB
SReclaimable:      59832 kB
SUnreclaim:       559508 kB
KernelStack:        1400 kB
PageTables:         3772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     124572 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-3727936-1338667515.opb

Free space on /tmp at the end= 71116 MiB
End job on node103 at 2012-06-02 22:35:15