Trace number 3727959

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.51 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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-3727959-1338665564.opb.
0.00/0.00	c Instance file HOME/instance-3727959-1338665564.opb
0.00/0.00	c File size is 531925 bytes.
0.03/0.04	c Cost Offset: -200
0.03/0.04	c Highest Coefficient sum: 400
0.03/0.04	c ============================[ Problem Statistics ]=============================
0.03/0.04	c |                                                                             |
0.03/0.04	c |  Parsing time:          0.04         s                                      |
0.03/0.04	c |  Number Variables:      6620                                                |
0.03/0.04	c |  Number Clauses:        6420                                                |
0.03/0.04	c |  Number Cardinality:    402                                                 |
0.03/0.04	c |  Number PB Constraints: 6220                                                |
0.03/0.04	c |                                                                             |
0.03/0.04	c |  Problem Type:          Optimization                                        |
0.03/0.04	c |  Objective Function:    Cardinality Constraint                              |
0.03/0.04	c |                                                                             |
0.03/0.04	c ============================[ Search Statistics ]==============================
0.03/0.04	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.03/0.04	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.03/0.04	c ===============================================================================
0.03/0.05	c | 0.06      | 0  | -199         lb |  0                0                0.00  |
0.09/0.11	c | 0.11      | 0  | -198         lb |  0                0                0.00  |
3.40/3.49	c | 3.49      | 0  | -197         lb |  0                0                0.00  |
53.78/53.85	c | 53.85     | 0  | -196         lb |  0                0                0.00  |
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3727959-1338665564/watcher-3727959-1338665564 -o /tmp/evaluation-result-3727959-1338665564/solver-3727959-1338665564 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727959-1338665564.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 12948
/proc/meminfo: memFree=26867664/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=5068 CPUtime=0 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) R 12946 12948 9917 0 -1 4202496 642 0 0 0 0 0 0 0 20 0 1 0 332682128 5189632 594 33554432000 4194304 5964350 140737056108000 140737456262872 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 1267 595 167 433 0 701 0

[startup+0.0418279 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12948
/proc/meminfo: memFree=26867664/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=8016 CPUtime=0.03 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) R 12946 12948 9917 0 -1 4202496 1460 0 0 0 3 0 0 0 20 0 1 0 332682128 8208384 1412 33554432000 4194304 5964350 140737056108000 140737456262872 4344688 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 2004 1412 283 433 0 1438 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8016

[startup+0.100159 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12948
/proc/meminfo: memFree=26867664/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=0.09 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 3954 0 0 0 9 0 0 0 20 0 2 0 332682128 89583616 3516 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 3516 193 433 0 21435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87484

[startup+0.300147 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12948
/proc/meminfo: memFree=26867664/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=0.29 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 4525 0 0 0 29 0 0 0 20 0 2 0 332682128 89583616 4087 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 4087 194 433 0 21435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87484

[startup+0.700108 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12948
/proc/meminfo: memFree=26867664/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=0.69 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 4679 0 0 0 69 0 0 0 20 0 2 0 332682128 89583616 4241 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 4241 194 433 0 21435 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87484

[startup+1.50014 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26849932/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=1.49 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 5696 0 0 0 148 1 0 0 20 0 2 0 332682128 89583616 5258 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 5258 194 433 0 21435 0
[pid=12948/tid=12950] ppid=12946 vsize=87484 CPUtime=1.44 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 3765 0 0 0 144 0 0 0 20 0 2 0 332682132 89583616 5258 33554432000 4194304 5964350 140737056108000 140145603389240 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87484

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26844104/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=3.09 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 7410 0 0 0 308 1 0 0 20 0 2 0 332682128 89583616 6972 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 6972 194 433 0 21435 0
[pid=12948/tid=12950] ppid=12946 vsize=87484 CPUtime=3.03 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 5479 0 0 0 302 1 0 0 20 0 2 0 332682132 89583616 6972 33554432000 4194304 5964350 140737056108000 140145603389240 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87484

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26834680/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=6.29 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 8749 0 0 0 628 1 0 0 20 0 2 0 332682128 89583616 8311 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 8311 194 433 0 21435 0
[pid=12948/tid=12950] ppid=12946 vsize=87484 CPUtime=6.22 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 6818 0 0 0 621 1 0 0 20 0 2 0 332682132 89583616 8311 33554432000 4194304 5964350 140737056108000 140145603389800 4392838 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87484

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26819444/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=87484 CPUtime=12.69 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 12546 0 0 0 1266 3 0 0 20 0 2 0 332682128 89583616 12108 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 21871 12108 194 433 0 21435 0
[pid=12948/tid=12950] ppid=12946 vsize=87484 CPUtime=12.61 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 10615 0 0 0 1259 2 0 0 20 0 2 0 332682132 89583616 12108 33554432000 4194304 5964350 140737056108000 140145603389240 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87484

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26779896/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=153344 CPUtime=25.48 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 22194 0 0 0 2542 6 0 0 20 0 2 0 332682128 157024256 21756 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 38336 21756 194 433 0 37900 0
[pid=12948/tid=12950] ppid=12946 vsize=153344 CPUtime=25.37 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 20263 0 0 0 2531 6 0 0 20 0 2 0 332682132 157024256 21756 33554432000 4194304 5964350 140737056108000 140145603389240 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153344

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26723552/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=153504 CPUtime=51.08 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 32819 0 0 0 5098 10 0 0 20 0 2 0 332682128 157188096 32381 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 38376 32381 194 433 0 37940 0
[pid=12948/tid=12950] ppid=12946 vsize=153504 CPUtime=50.91 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 30888 0 0 0 5081 10 0 0 20 0 2 0 332682132 157188096 32381 33554432000 4194304 5964350 140737056108000 140145603389432 4400352 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 153504

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=26690268/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=218556 CPUtime=102.28 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 36027 0 0 0 10217 11 0 0 20 0 2 0 332682128 223801344 35469 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 54639 35469 194 433 0 54203 0
[pid=12948/tid=12950] ppid=12946 vsize=218556 CPUtime=101.98 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 34096 0 0 0 10186 12 0 0 20 0 2 0 332682132 223801344 35469 33554432000 4194304 5964350 140737056108000 140145603390392 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 218556

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12950
/proc/meminfo: memFree=26670980/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=218556 CPUtime=162.26 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 40795 0 0 0 16213 13 0 0 20 0 2 0 332682128 223801344 40237 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 54639 40237 194 433 0 54203 0
[pid=12948/tid=12950] ppid=12946 vsize=218556 CPUtime=161.82 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 38864 0 0 0 16167 15 0 0 20 0 2 0 332682132 223801344 40237 33554432000 4194304 5964350 140737056108000 140145603389432 4389683 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 218556

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12951
/proc/meminfo: memFree=26604020/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=284092 CPUtime=222.26 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 51162 0 0 0 22208 18 0 0 20 0 2 0 332682128 290910208 50604 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 71023 50604 194 433 0 70587 0
[pid=12948/tid=12950] ppid=12946 vsize=284092 CPUtime=221.66 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 49231 0 0 0 22145 21 0 0 20 0 2 0 332682132 290910208 50604 33554432000 4194304 5964350 140737056108000 140145603389432 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 284092

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12951
/proc/meminfo: memFree=26540536/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=285176 CPUtime=282.25 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 58793 0 0 0 28203 22 0 0 20 0 2 0 332682128 292020224 58235 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 71294 58235 194 433 0 70858 0
[pid=12948/tid=12950] ppid=12946 vsize=285176 CPUtime=281.5 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 56862 0 0 0 28124 26 0 0 20 0 2 0 332682132 292020224 58235 33554432000 4194304 5964350 140737056108000 140145603388952 4399962 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 285176

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12951
/proc/meminfo: memFree=26481060/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=350712 CPUtime=342.21 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 69852 0 0 0 34194 27 0 0 20 0 2 0 332682128 359129088 69625 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 87678 69625 194 433 0 87242 0
[pid=12948/tid=12950] ppid=12946 vsize=350712 CPUtime=341.31 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 67921 0 0 0 34100 31 0 0 20 0 2 0 332682132 359129088 69625 33554432000 4194304 5964350 140737056108000 140145603389032 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 350712

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12951
/proc/meminfo: memFree=26442768/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=350712 CPUtime=402.16 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 74863 0 0 0 40187 29 0 0 20 0 2 0 332682128 359129088 74711 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 87678 74711 194 433 0 87242 0
[pid=12948/tid=12950] ppid=12946 vsize=350712 CPUtime=401.11 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 72932 0 0 0 40076 35 0 0 20 0 2 0 332682132 359129088 74711 33554432000 4194304 5964350 140737056108000 140145603389240 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 350712

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12954
/proc/meminfo: memFree=26398884/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=350712 CPUtime=462.13 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13012
/proc/meminfo: memFree=26353492/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=679656 CPUtime=1361.88 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 150112 0 0 0 136117 71 0 0 20 0 2 0 332682128 695967744 151381 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 169914 151381 194 433 0 169478 0
[pid=12948/tid=12950] ppid=12946 vsize=679656 CPUtime=1358.43 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 148181 0 0 0 135753 90 0 0 20 0 2 0 332682132 695967744 151381 33554432000 4194304 5964350 140737056108000 140145603388952 4403477 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 679656

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13013
/proc/meminfo: memFree=26319656/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=679656 CPUtime=1421.88 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 151578 0 0 0 142116 72 0 0 20 0 2 0 332682128 695967744 152846 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 169914 152846 194 433 0 169478 0
[pid=12948/tid=12950] ppid=12946 vsize=679656 CPUtime=1418.28 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 149647 0 0 0 141735 93 0 0 20 0 2 0 332682132 695967744 152846 33554432000 4194304 5964350 140737056108000 140145603389432 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 679656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13013
/proc/meminfo: memFree=26257408/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=679656 CPUtime=1481.86 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 161169 0 0 0 148108 78 0 0 20 0 2 0 332682128 695967744 162437 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 169914 162437 194 433 0 169478 0
[pid=12948/tid=12950] ppid=12946 vsize=679656 CPUtime=1478.12 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 159238 0 0 0 147712 100 0 0 20 0 2 0 332682132 695967744 162437 33554432000 4194304 5964350 140737056108000 140145603389432 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 679656

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13013
/proc/meminfo: memFree=26197020/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1541.86 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 170853 0 0 0 154101 85 0 0 20 0 2 0 332682128 763904000 172119 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 172119 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1537.97 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 168922 0 0 0 153689 108 0 0 20 0 2 0 332682132 763904000 172119 33554432000 4194304 5964350 140737056108000 140145603389432 4400029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 746000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13013
/proc/meminfo: memFree=26194788/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1601.84 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 171000 0 0 0 160099 85 0 0 20 0 2 0 332682128 763904000 172266 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 172266 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1597.8 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 169069 0 0 0 159671 109 0 0 20 0 2 0 332682132 763904000 172266 33554432000 4194304 5964350 140737056108000 140145603389240 4392693 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 746000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13016
/proc/meminfo: memFree=26148840/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1661.83 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 173947 0 0 0 166095 88 0 0 20 0 2 0 332682128 763904000 175213 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 175213 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1657.65 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 172016 0 0 0 165652 113 0 0 20 0 2 0 332682132 763904000 175213 33554432000 4194304 5964350 140737056108000 140145603389432 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 746000

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 13040
/proc/meminfo: memFree=26104992/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1721.82 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181178 0 0 0 172088 94 0 0 20 0 2 0 332682128 763904000 182444 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182444 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1717.49 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179247 0 0 0 171629 120 0 0 20 0 2 0 332682132 763904000 182444 33554432000 4194304 5964350 140737056108000 140145603389432 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 746000

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26063988/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1781.81 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181179 0 0 0 178087 94 0 0 20 0 2 0 332682128 763904000 182445 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182445 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1777.33 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179248 0 0 0 177612 121 0 0 20 0 2 0 332682132 763904000 182445 33554432000 4194304 5964350 140737056108000 140145603389432 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 746000

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

[startup+1792.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26057416/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1791.52 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179058 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1787.01 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 178580 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 746000

[startup+1795.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26055184/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1794.72 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179378 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1790.2 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 178899 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.72
Current children cumulated vsize (KiB) 746000

[startup+1798.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26054624/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1797.91 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179697 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1793.39 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 179218 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 746000

[startup+1799.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26054748/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1798.71 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179777 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1794.19 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 179298 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 746000

[startup+1799.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26054748/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1799.12 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179818 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1794.59 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 179338 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 746000

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13040
/proc/meminfo: memFree=26054748/32873660 swapFree=7120/7120
[pid=12948] ppid=12946 vsize=746000 CPUtime=1799.51 cores=0,2,4,6
/proc/12948/stat : 12948 (wbo1.72) S 12946 12948 9917 0 -1 4202496 181180 0 0 0 179857 94 0 0 20 0 2 0 332682128 763904000 182446 33554432000 4194304 5964350 140737056108000 140737056107520 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12948/statm: 186500 182446 194 433 0 186064 0
[pid=12948/tid=12950] ppid=12946 vsize=746000 CPUtime=1794.99 cores=0,2,4,6
/proc/12948/task/12950/stat : 12950 (wbo1.72) R 12946 12948 9917 0 -1 4202560 179249 0 0 0 179378 121 0 0 20 0 2 0 332682132 763904000 182446 33554432000 4194304 5964350 140737056108000 140145603389432 4399996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 746000

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12948 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=829296
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=233812
# CPU time returned by wait4() is 1795.06
# while last known CPU time is 1799.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.51
CPU user time (s): 1798.57
CPU system time (s): 0.94
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 746000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 1.23381
maximum resident set size= 729792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181182
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= 274
involuntary context switches= 1928

runsolver used 2.74358 second user time and 7.31689 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-02 21:32:44
IDJOB=3727959
IDBENCH=48238
IDSOLVER=2314
FILE ID=node117/3727959-1338665564
RUNJOBID= node117-1338651904-11313
PBS_JOBID= 14636463
Free space on /tmp= 69128 MiB

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

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=2105328776

node117.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.148
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.29
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.148
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.148
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		: 2667.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26870900 kB
Buffers:          597520 kB
Cached:          4057624 kB
SwapCached:          776 kB
Active:          2671828 kB
Inactive:        2420200 kB
Active(anon):     422560 kB
Inactive(anon):     9984 kB
Active(file):    2249268 kB
Inactive(file):  2410216 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        479308 kB
Mapped:            12972 kB
Shmem:                80 kB
Slab:             775140 kB
SReclaimable:     219608 kB
SUnreclaim:       555532 kB
KernelStack:        1488 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     148972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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-3727959-1338665564.opb

Free space on /tmp at the end= 69124 MiB
End job on node117 at 2012-06-02 22:02:44