Trace number 3705614

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.9 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.6968
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705614-1338113531.opb.
0.00/0.00	c Instance file HOME/instance-3705614-1338113531.opb
0.00/0.00	c File size is 257828 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:      3274                                                |
0.00/0.02	c |  Number Clauses:        3174                                                |
0.00/0.02	c |  Number Cardinality:    203                                                 |
0.00/0.02	c |  Number PB Constraints: 3074                                                |
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.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.00 s
1799.43/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-3705614-1338113531/watcher-3705614-1338113531 -o /tmp/evaluation-result-3705614-1338113531/solver-3705614-1338113531 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705614-1338113531.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.00 2.00 2.00 3/177 20998
/proc/meminfo: memFree=26958048/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=4328 CPUtime=0 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) R 20996 20998 16852 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 277481659 4431872 472 33554432000 4194304 5963574 140736651276608 140736221096680 5135572 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 1082 472 167 432 0 584 0

[startup+0.0682661 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20998
/proc/meminfo: memFree=26958048/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85788 CPUtime=0.06 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 2049 0 0 0 6 0 0 0 20 0 2 0 277481659 87846912 1938 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21447 1938 186 432 0 21012 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85788

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20998
/proc/meminfo: memFree=26958048/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85788 CPUtime=0.09 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 2099 0 0 0 9 0 0 0 20 0 2 0 277481659 87846912 1988 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21447 1988 187 432 0 21012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85788

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20998
/proc/meminfo: memFree=26958048/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85788 CPUtime=0.29 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 2577 0 0 0 29 0 0 0 20 0 2 0 277481659 87846912 2466 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21447 2466 187 432 0 21012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85788

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20998
/proc/meminfo: memFree=26958048/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85788 CPUtime=0.68 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 3698 0 0 0 68 0 0 0 20 0 2 0 277481659 87846912 3587 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21447 3587 187 432 0 21012 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85788

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26943004/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85932 CPUtime=1.49 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 4559 0 0 0 148 1 0 0 20 0 2 0 277481659 87994368 4448 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21483 4448 187 432 0 21048 0
[pid=20998/tid=21000] ppid=20996 vsize=85932 CPUtime=1.46 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 3252 0 0 0 146 0 0 0 20 0 2 0 277481662 87994368 4448 33554432000 4194304 5963574 140736651276608 140708824303608 4378832 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) 85932

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26939408/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=85932 CPUtime=3.09 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 5009 0 0 0 308 1 0 0 20 0 2 0 277481659 87994368 4898 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21483 4898 187 432 0 21048 0
[pid=20998/tid=21000] ppid=20996 vsize=85932 CPUtime=3.06 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 3702 0 0 0 306 0 0 0 20 0 2 0 277481662 87994368 4898 33554432000 4194304 5963574 140736651276608 140708824303656 4400093 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85932

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26930092/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=86004 CPUtime=6.28 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 6966 0 0 0 627 1 0 0 20 0 2 0 277481659 88068096 6988 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21501 6988 187 432 0 21066 0
[pid=20998/tid=21000] ppid=20996 vsize=86004 CPUtime=6.25 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 5659 0 0 0 624 1 0 0 20 0 2 0 277481662 88068096 6988 33554432000 4194304 5963574 140736651276608 140708824303656 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26917252/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=86292 CPUtime=12.68 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 9192 0 0 0 1266 2 0 0 20 0 2 0 277481659 88363008 9214 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21573 9214 187 432 0 21138 0
[pid=20998/tid=21000] ppid=20996 vsize=86292 CPUtime=12.65 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 7885 0 0 0 1263 2 0 0 20 0 2 0 277481662 88363008 9214 33554432000 4194304 5963574 140736651276608 140708824303656 4381807 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86292

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26906920/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=87552 CPUtime=25.47 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 11843 0 0 0 2545 2 0 0 20 0 2 0 277481659 89653248 11919 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 21888 11919 187 432 0 21453 0
[pid=20998/tid=21000] ppid=20996 vsize=87552 CPUtime=25.45 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 10536 0 0 0 2542 3 0 0 20 0 2 0 277481662 89653248 11919 33554432000 4194304 5963574 140736651276608 140708824303608 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87552

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26882300/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=90256 CPUtime=51.06 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 17203 0 0 0 5102 4 0 0 20 0 2 0 277481659 92422144 18484 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 22564 18484 187 432 0 22129 0
[pid=20998/tid=21000] ppid=20996 vsize=90256 CPUtime=51.05 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 15896 0 0 0 5100 5 0 0 20 0 2 0 277481662 92422144 18484 33554432000 4194304 5963574 140736651276608 140708824303608 4399651 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) 90256

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21000
/proc/meminfo: memFree=26824836/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=166304 CPUtime=102.27 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 29455 0 0 0 10218 9 0 0 20 0 2 0 277481659 170295296 30736 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 41576 30736 187 432 0 41141 0
[pid=20998/tid=21000] ppid=20996 vsize=166304 CPUtime=102.25 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 28148 0 0 0 10214 11 0 0 20 0 2 0 277481662 170295296 30736 33554432000 4194304 5963574 140736651276608 140708824303656 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 166304

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 21000
/proc/meminfo: memFree=26756760/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=237952 CPUtime=162.25 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 41297 0 0 0 16212 13 0 0 20 0 2 0 277481659 243662848 42558 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 59488 42558 187 432 0 59053 0
[pid=20998/tid=21000] ppid=20996 vsize=237952 CPUtime=162.25 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 39990 0 0 0 16209 16 0 0 20 0 2 0 277481662 243662848 42558 33554432000 4194304 5963574 140736651276608 140708824303656 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 237952

[startup+222.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/179 21000
/proc/meminfo: memFree=26750300/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=238444 CPUtime=222.23 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 41395 0 0 0 22210 13 0 0 20 0 2 0 277481659 244166656 42291 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 59611 42291 187 432 0 59176 0
[pid=20998/tid=21000] ppid=20996 vsize=238444 CPUtime=222.24 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 40088 0 0 0 22207 17 0 0 20 0 2 0 277481662 244166656 42291 33554432000 4194304 5963574 140736651276608 140708824303656 4381238 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) 238444

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 21000
/proc/meminfo: memFree=26682748/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=239704 CPUtime=282.2 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 52748 0 0 0 28200 20 0 0 20 0 2 0 277481659 245456896 53640 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 59926 53640 187 432 0 59491 0
[pid=20998/tid=21000] ppid=20996 vsize=239704 CPUtime=282.21 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 51441 0 0 0 28197 24 0 0 20 0 2 0 277481662 245456896 53640 33554432000 4194304 5963574 140736651276608 140708824303608 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 239704

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21001
/proc/meminfo: memFree=26631616/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=312808 CPUtime=342.17 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 64405 0 0 0 34189 28 0 0 20 0 2 0 277481659 320315392 65318 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 78202 65318 187 432 0 77767 0
[pid=20998/tid=21000] ppid=20996 vsize=312808 CPUtime=342.2 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 63098 0 0 0 34186 34 0 0 20 0 2 0 277481662 320315392 65318 33554432000 4194304 5963574 140736651276608 140708824303608 4378544 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) 312808

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21001
/proc/meminfo: memFree=26585960/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=317356 CPUtime=402.16 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 70442 0 0 0 40184 32 0 0 20 0 2 0 277481659 324972544 71355 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 79339 71355 187 432 0 78904 0
[pid=20998/tid=21000] ppid=20996 vsize=317356 CPUtime=402.2 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 69135 0 0 0 40181 39 0 0 20 0 2 0 277481662 324972544 71355 33554432000 4194304 5963574 140736651276608 140708824303608 5135572 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) 317356

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21001
/proc/meminfo: memFree=26575740/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=317748 CPUtime=462.16 cores=0,2,4,6

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

/proc/20998/statm: 133930 119043 187 432 0 133495 0
[pid=20998/tid=21000] ppid=20996 vsize=535720 CPUtime=1302.19 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 116895 0 0 0 130120 99 0 0 20 0 2 0 277481662 548577280 119043 33554432000 4194304 5963574 140736651276608 140708824303656 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 535720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21112
/proc/meminfo: memFree=26609632/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=536464 CPUtime=1361.95 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 125382 0 0 0 136108 87 0 0 20 0 2 0 277481659 549339136 126208 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 134116 126208 187 432 0 133681 0
[pid=20998/tid=21000] ppid=20996 vsize=536464 CPUtime=1362.17 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 124075 0 0 0 136109 108 0 0 20 0 2 0 277481662 549339136 126208 33554432000 4194304 5963574 140736651276608 140708824303608 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 536464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21112
/proc/meminfo: memFree=26586320/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=537804 CPUtime=1421.94 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 125745 0 0 0 142107 87 0 0 20 0 2 0 277481659 550711296 126571 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 134451 126571 187 432 0 134016 0
[pid=20998/tid=21000] ppid=20996 vsize=537804 CPUtime=1422.18 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 124438 0 0 0 142109 109 0 0 20 0 2 0 277481662 550711296 126571 33554432000 4194304 5963574 140736651276608 140708824303656 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 537804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21112
/proc/meminfo: memFree=26536348/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=604240 CPUtime=1481.93 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 133490 0 0 0 148096 97 0 0 20 0 2 0 277481659 618741760 134316 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 151060 134316 187 432 0 150625 0
[pid=20998/tid=21000] ppid=20996 vsize=604240 CPUtime=1482.18 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 132183 0 0 0 148099 119 0 0 20 0 2 0 277481662 618741760 134316 33554432000 4194304 5963574 140736651276608 140708824303608 4378832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 604240

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 21113
/proc/meminfo: memFree=26505100/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=604564 CPUtime=1541.92 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 133584 0 0 0 154095 97 0 0 20 0 2 0 277481659 619073536 134410 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 151141 134410 187 432 0 150706 0
[pid=20998/tid=21000] ppid=20996 vsize=604564 CPUtime=1542.18 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 132277 0 0 0 154098 120 0 0 20 0 2 0 277481662 619073536 134410 33554432000 4194304 5963574 140736651276608 140708824303416 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 604564

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 21113
/proc/meminfo: memFree=26461188/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608248 CPUtime=1601.91 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 139027 0 0 0 160089 102 0 0 20 0 2 0 277481659 622845952 139853 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152062 139853 187 432 0 151627 0
[pid=20998/tid=21000] ppid=20996 vsize=608248 CPUtime=1602.18 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 137720 0 0 0 160091 127 0 0 20 0 2 0 277481662 622845952 139853 33554432000 4194304 5963574 140736651276608 140708824303128 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 608248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21113
/proc/meminfo: memFree=26429020/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608408 CPUtime=1661.89 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 142538 0 0 0 166083 106 0 0 20 0 2 0 277481659 623009792 143364 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152102 143364 187 432 0 151667 0
[pid=20998/tid=21000] ppid=20996 vsize=608408 CPUtime=1662.18 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 141231 0 0 0 166086 132 0 0 20 0 2 0 277481662 623009792 143364 33554432000 4194304 5963574 140736651276608 140708824303608 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 608408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21116
/proc/meminfo: memFree=26415700/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608768 CPUtime=1721.88 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 142657 0 0 0 172081 107 0 0 20 0 2 0 277481659 623378432 143470 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152192 143470 187 432 0 151757 0
[pid=20998/tid=21000] ppid=20996 vsize=608768 CPUtime=1722.17 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 141350 0 0 0 172084 133 0 0 20 0 2 0 277481662 623378432 143470 33554432000 4194304 5963574 140736651276608 140708824303656 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 608768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26395072/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608768 CPUtime=1781.84 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 144249 0 0 0 178075 109 0 0 20 0 2 0 277481659 623378432 145047 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152192 145047 187 432 0 151757 0
[pid=20998/tid=21000] ppid=20996 vsize=608768 CPUtime=1782.15 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 142942 0 0 0 178078 137 0 0 20 0 2 0 277481662 623378432 145047 33554432000 4194304 5963574 140736651276608 140708824303608 4399456 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) 608768

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26388500/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608768 CPUtime=1791.45 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 145653 0 0 0 179034 111 0 0 20 0 2 0 277481659 623378432 146451 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152192 146451 187 432 0 151757 0
[pid=20998/tid=21000] ppid=20996 vsize=608768 CPUtime=1791.75 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 144346 0 0 0 179037 138 0 0 20 0 2 0 277481662 623378432 146451 33554432000 4194304 5963574 140736651276608 140708824303128 4399456 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) 608768

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26386516/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=608768 CPUtime=1794.64 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 146110 0 0 0 179353 111 0 0 20 0 2 0 277481659 623378432 146908 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 152192 146908 187 432 0 151757 0
[pid=20998/tid=21000] ppid=20996 vsize=608768 CPUtime=1794.96 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 144803 0 0 0 179357 139 0 0 20 0 2 0 277481662 623378432 146908 33554432000 4194304 5963574 140736651276608 140708824303416 4399456 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) 608768

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26385400/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=674304 CPUtime=1797.83 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 146563 0 0 0 179672 111 0 0 20 0 2 0 277481659 690487296 147361 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 168576 147361 187 432 0 168141 0
[pid=20998/tid=21000] ppid=20996 vsize=674304 CPUtime=1798.15 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 145256 0 0 0 179676 139 0 0 20 0 2 0 277481662 690487296 147361 33554432000 4194304 5963574 140736651276608 140708824303128 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 674304

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26384780/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=674304 CPUtime=1798.63 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 146654 0 0 0 179752 111 0 0 20 0 2 0 277481659 690487296 147452 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 168576 147452 187 432 0 168141 0
[pid=20998/tid=21000] ppid=20996 vsize=674304 CPUtime=1798.95 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 145347 0 0 0 179756 139 0 0 20 0 2 0 277481662 690487296 147452 33554432000 4194304 5963574 140736651276608 140708824303128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 674304

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26384408/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=674304 CPUtime=1799.04 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 146687 0 0 0 179793 111 0 0 20 0 2 0 277481659 690487296 147485 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 168576 147485 187 432 0 168141 0
[pid=20998/tid=21000] ppid=20996 vsize=674304 CPUtime=1799.36 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 145380 0 0 0 179797 139 0 0 20 0 2 0 277481662 690487296 147485 33554432000 4194304 5963574 140736651276608 140708824303128 4399456 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) 674304

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26384408/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=674304 CPUtime=1799.43 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) S 20996 20998 16852 0 -1 4202496 146728 0 0 0 179832 111 0 0 20 0 2 0 277481659 690487296 147526 33554432000 4194304 5963574 140736651276608 140736651276128 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 168576 147526 187 432 0 168141 0
[pid=20998/tid=21000] ppid=20996 vsize=674304 CPUtime=1799.75 cores=0,2,4,6
/proc/20998/task/21000/stat : 21000 (wbo1.7) R 20996 20998 16852 0 -1 4202560 145421 0 0 0 179836 139 0 0 20 0 2 0 277481662 690487296 147526 33554432000 4194304 5963574 140736651276608 140708824303128 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 674304

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21116
/proc/meminfo: memFree=26384408/32873844 swapFree=6088/6088
[pid=20998] ppid=20996 vsize=0 CPUtime=1799.88 cores=0,2,4,6
/proc/20998/stat : 20998 (wbo1.7) R 20996 20998 16852 0 -1 4203524 146741 0 0 0 179848 140 0 0 20 0 1 0 277481659 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.9
CPU user time (s): 1798.49
CPU system time (s): 1.40879
CPU usage (%): 99.9939
Max. virtual memory (cumulated for all children) (KiB): 674304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.40878
maximum resident set size= 590156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146741
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= 218
involuntary context switches= 1905

runsolver used 3.41748 second user time and 7.85081 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 12:12:11
IDJOB=3705614
IDBENCH=48376
IDSOLVER=2284
FILE ID=node108/3705614-1338113531
RUNJOBID= node108-1338087358-16868
PBS_JOBID= 14624441
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=1428116794

node108.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.273
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.54
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.273
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.273
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.91
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.273
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.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:        26959056 kB
Buffers:          299584 kB
Cached:          4529196 kB
SwapCached:            0 kB
Active:           887196 kB
Inactive:        4234240 kB
Active(anon):     291616 kB
Inactive(anon):        0 kB
Active(file):     595580 kB
Inactive(file):  4234240 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        294824 kB
Mapped:            15028 kB
Shmem:               200 kB
Slab:             655744 kB
SReclaimable:      97812 kB
SUnreclaim:       557932 kB
KernelStack:        1488 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     173988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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-3705614-1338113531.opb

Free space on /tmp at the end= 71732 MiB
End job on node108 at 2012-05-27 12:42:11