Trace number 3728064

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

General information on the benchmark

Name/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_10_errors.opb
MD5SUMb561a61efc46169e6f19abce33721598
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark19.745
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

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-3728064-1338667857.opb.
0.00/0.00	c Instance file HOME/instance-3728064-1338667857.opb
0.00/0.00	c File size is 307008 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 52
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.03         s                                      |
0.00/0.02	c |  Number Variables:      2990                                                |
0.00/0.02	c |  Number Clauses:        2742                                                |
0.00/0.02	c |  Number Cardinality:    485                                                 |
0.00/0.02	c |  Number PB Constraints: 2406                                                |
0.00/0.02	c |                                                                             |
0.00/0.03	c |  Problem Type:          Optimization                                        |
0.00/0.03	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.03	c |                                                                             |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.03	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.03	c ===============================================================================
0.00/0.03	c | 0.04      | 0  | 1            lb |  0                0                0.00  |
0.00/0.04	c | 0.04      | 0  | 2            lb |  0                0                0.00  |
0.00/0.05	c | 0.05      | 0  | 3            lb |  0                0                0.00  |
0.00/0.07	c | 0.07      | 0  | 4            lb |  0                0                0.00  |
0.09/0.15	c | 0.15      | 0  | 5            lb |  0                0                0.00  |
2.49/2.50	c | 2.50      | 0  | 6            lb |  0                0                0.00  |
60.27/60.32	c | 60.32     | 0  | 7            lb |  0                0                0.00  |
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3728064-1338667857/watcher-3728064-1338667857 -o /tmp/evaluation-result-3728064-1338667857/solver-3728064-1338667857 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3728064-1338667857.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 24093
/proc/meminfo: memFree=28443864/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=4376 CPUtime=0 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) R 24091 24093 23631 0 -1 4202496 550 0 0 0 0 0 0 0 20 0 1 0 332911137 4481024 502 33554432000 4194304 5964350 140736217368144 140733490151288 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 1094 503 171 433 0 583 0

[startup+0.071193 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 24093
/proc/meminfo: memFree=28443864/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=0.06 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 2512 0 0 0 6 0 0 0 20 0 2 0 332911137 88064000 2389 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 2389 195 433 0 21064 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 86000

[startup+0.100288 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 24093
/proc/meminfo: memFree=28443864/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=0.09 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 2512 0 0 0 9 0 0 0 20 0 2 0 332911137 88064000 2389 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 2389 195 433 0 21064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86000

[startup+0.300231 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 24093
/proc/meminfo: memFree=28443864/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=0.29 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 2604 0 0 0 29 0 0 0 20 0 2 0 332911137 88064000 2481 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 2481 195 433 0 21064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86000

[startup+0.700225 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 24093
/proc/meminfo: memFree=28443864/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=0.69 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 2745 0 0 0 69 0 0 0 20 0 2 0 332911137 88064000 2622 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 2622 195 433 0 21064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86000

[startup+1.50026 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24095
/proc/meminfo: memFree=28432968/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86144 CPUtime=1.49 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 3238 0 0 0 148 1 0 0 20 0 2 0 332911137 88211456 3115 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21536 3115 195 433 0 21100 0
[pid=24093/tid=24095] ppid=24091 vsize=86144 CPUtime=1.45 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 1891 0 0 0 145 0 0 0 20 0 2 0 332911140 88211456 3115 33554432000 4194304 5964350 140736217368144 140636066314280 4392879 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) 86144

[startup+3.10026 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24146
/proc/meminfo: memFree=28435680/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=3.09 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 4190 0 0 0 308 1 0 0 20 0 2 0 332911137 88064000 4036 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 4036 195 433 0 21064 0
[pid=24093/tid=24095] ppid=24091 vsize=86000 CPUtime=3.05 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 2843 0 0 0 305 0 0 0 20 0 2 0 332911140 88064000 4036 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 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) 86000

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24146
/proc/meminfo: memFree=28423528/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=6.29 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 4361 0 0 0 628 1 0 0 20 0 2 0 332911137 88064000 4207 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 4207 195 433 0 21064 0
[pid=24093/tid=24095] ppid=24091 vsize=86000 CPUtime=6.24 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 3014 0 0 0 624 0 0 0 20 0 2 0 332911140 88064000 4207 33554432000 4194304 5964350 140736217368144 140636066315192 4399930 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) 86000

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24146
/proc/meminfo: memFree=28405016/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86324 CPUtime=12.68 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 6465 0 0 0 1267 1 0 0 20 0 2 0 332911137 88395776 6403 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21581 6403 195 433 0 21145 0
[pid=24093/tid=24095] ppid=24091 vsize=86324 CPUtime=12.62 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 5118 0 0 0 1261 1 0 0 20 0 2 0 332911140 88395776 6403 33554432000 4194304 5964350 140736217368144 140636066314280 4399832 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86324

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24146
/proc/meminfo: memFree=28380880/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86484 CPUtime=25.47 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 9387 0 0 0 2545 2 0 0 20 0 2 0 332911137 88559616 9371 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21621 9371 195 433 0 21185 0
[pid=24093/tid=24095] ppid=24091 vsize=86484 CPUtime=25.38 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 8040 0 0 0 2536 2 0 0 20 0 2 0 332911140 88559616 9371 33554432000 4194304 5964350 140736217368144 140636066314232 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 86484

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24146
/proc/meminfo: memFree=28337932/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86724 CPUtime=51.07 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 14488 0 0 0 5102 5 0 0 20 0 2 0 332911137 88805376 15163 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21681 15163 195 433 0 21245 0
[pid=24093/tid=24095] ppid=24091 vsize=86724 CPUtime=50.91 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 13141 0 0 0 5087 4 0 0 20 0 2 0 332911140 88805376 15163 33554432000 4194304 5964350 140736217368144 140636066314280 4403637 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 86724

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 24146
/proc/meminfo: memFree=28280792/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=86000 CPUtime=102.27 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 17770 0 0 0 10221 6 0 0 20 0 2 0 332911137 88064000 18288 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 21500 18288 195 433 0 21064 0
[pid=24093/tid=24095] ppid=24091 vsize=86000 CPUtime=101.98 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 16423 0 0 0 10191 7 0 0 20 0 2 0 332911140 88064000 18288 33554432000 4194304 5964350 140736217368144 140636066315192 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 86000

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 24147
/proc/meminfo: memFree=28232372/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=152620 CPUtime=162.24 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 23731 0 0 0 16215 9 0 0 20 0 2 0 332911137 156282880 24272 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 38155 24272 195 433 0 37719 0
[pid=24093/tid=24095] ppid=24091 vsize=152620 CPUtime=161.82 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 22384 0 0 0 16171 11 0 0 20 0 2 0 332911140 156282880 24272 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 152620

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24147
/proc/meminfo: memFree=28187324/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=152620 CPUtime=222.22 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 31737 0 0 0 22206 16 0 0 20 0 2 0 332911137 156282880 32349 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 38155 32349 195 433 0 37719 0
[pid=24093/tid=24095] ppid=24091 vsize=152620 CPUtime=221.65 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 30390 0 0 0 22146 19 0 0 20 0 2 0 332911140 156282880 32349 33554432000 4194304 5964350 140736217368144 140636066314280 4400342 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 152620

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24147
/proc/meminfo: memFree=28141416/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=218696 CPUtime=282.2 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 38997 0 0 0 28200 20 0 0 20 0 2 0 332911137 223944704 39689 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 54674 39689 195 433 0 54238 0
[pid=24093/tid=24095] ppid=24091 vsize=218696 CPUtime=281.48 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 37650 0 0 0 28124 24 0 0 20 0 2 0 332911140 223944704 39689 33554432000 4194304 5964350 140736217368144 140636066314280 4399921 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 218696

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24147
/proc/meminfo: memFree=28107904/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=218696 CPUtime=342.2 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 43692 0 0 0 34197 23 0 0 20 0 2 0 332911137 223944704 44373 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 54674 44373 195 433 0 54238 0
[pid=24093/tid=24095] ppid=24091 vsize=218696 CPUtime=341.33 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 42345 0 0 0 34106 27 0 0 20 0 2 0 332911140 223944704 44373 33554432000 4194304 5964350 140736217368144 140636066314280 4392885 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 218696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24147
/proc/meminfo: memFree=28059356/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=284232 CPUtime=402.19 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 52382 0 0 0 40193 26 0 0 20 0 2 0 332911137 291053568 53089 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 71058 53089 195 433 0 70622 0
[pid=24093/tid=24095] ppid=24091 vsize=284232 CPUtime=401.17 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 51035 0 0 0 40085 32 0 0 20 0 2 0 332911140 291053568 53089 33554432000 4194304 5964350 140736217368144 140636066314040 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 284232

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 24148
/proc/meminfo: memFree=28030580/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=284232 CPUtime=462.15 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24159
/proc/meminfo: memFree=27655540/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=483816 CPUtime=1421.94 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 109362 0 0 0 142113 81 0 0 20 0 2 0 332911137 495427584 111482 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 120954 111482 195 433 0 120518 0
[pid=24093/tid=24095] ppid=24091 vsize=483816 CPUtime=1418.46 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 108015 0 0 0 141744 102 0 0 20 0 2 0 332911140 495427584 111482 33554432000 4194304 5964350 140736217368144 140636066314280 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 483816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24159
/proc/meminfo: memFree=27629120/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=483816 CPUtime=1481.92 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 112947 0 0 0 148108 84 0 0 20 0 2 0 332911137 495427584 115067 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 120954 115067 195 433 0 120518 0
[pid=24093/tid=24095] ppid=24091 vsize=483816 CPUtime=1478.3 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 111600 0 0 0 147724 106 0 0 20 0 2 0 332911140 495427584 115067 33554432000 4194304 5964350 140736217368144 140636066314280 4399921 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 483816

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24159
/proc/meminfo: memFree=27610148/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=484900 CPUtime=1541.92 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 115354 0 0 0 154105 87 0 0 20 0 2 0 332911137 496537600 117474 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 121225 117474 195 433 0 120789 0
[pid=24093/tid=24095] ppid=24091 vsize=484900 CPUtime=1538.14 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 114007 0 0 0 153704 110 0 0 20 0 2 0 332911140 496537600 117474 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 484900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24159
/proc/meminfo: memFree=27580636/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=550436 CPUtime=1601.91 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 118939 0 0 0 160101 90 0 0 20 0 2 0 332911137 563646464 121059 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137609 121059 195 433 0 137173 0
[pid=24093/tid=24095] ppid=24091 vsize=550436 CPUtime=1597.99 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 117592 0 0 0 159686 113 0 0 20 0 2 0 332911140 563646464 121059 33554432000 4194304 5964350 140736217368144 140636066314280 4399852 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 550436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24159
/proc/meminfo: memFree=27570620/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=550436 CPUtime=1661.9 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 120360 0 0 0 166099 91 0 0 20 0 2 0 332911137 563646464 122592 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137609 122592 195 433 0 137173 0
[pid=24093/tid=24095] ppid=24091 vsize=550436 CPUtime=1657.84 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 119013 0 0 0 165669 115 0 0 20 0 2 0 332911140 563646464 122592 33554432000 4194304 5964350 140736217368144 140636066314232 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 550436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24160
/proc/meminfo: memFree=27552760/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=550436 CPUtime=1721.89 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 121145 0 0 0 172098 91 0 0 20 0 2 0 332911137 563646464 123377 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137609 123377 195 433 0 137173 0
[pid=24093/tid=24095] ppid=24091 vsize=550436 CPUtime=1717.68 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 119798 0 0 0 171651 117 0 0 20 0 2 0 332911140 563646464 123377 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 550436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27528860/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=550436 CPUtime=1781.88 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 124390 0 0 0 178092 96 0 0 20 0 2 0 332911137 563646464 126622 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137609 126622 195 433 0 137173 0
[pid=24093/tid=24095] ppid=24091 vsize=550436 CPUtime=1777.53 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123043 0 0 0 177630 123 0 0 20 0 2 0 332911140 563646464 126622 33554432000 4194304 5964350 140736217368144 140636066314280 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 550436

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27526256/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1791.48 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125035 0 0 0 179052 96 0 0 20 0 2 0 332911137 564756480 127267 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127267 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1787.11 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123688 0 0 0 178588 123 0 0 20 0 2 0 332911140 564756480 127267 33554432000 4194304 5964350 140736217368144 140636066314040 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 551520

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27526256/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1794.68 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125052 0 0 0 179372 96 0 0 20 0 2 0 332911137 564756480 127284 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127284 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1790.3 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123705 0 0 0 178907 123 0 0 20 0 2 0 332911140 564756480 127284 33554432000 4194304 5964350 140736217368144 140636066314040 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 551520

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27526132/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1797.87 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125131 0 0 0 179691 96 0 0 20 0 2 0 332911137 564756480 127363 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127363 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1793.49 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123784 0 0 0 179226 123 0 0 20 0 2 0 332911140 564756480 127363 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 551520

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27525884/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1798.67 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125161 0 0 0 179771 96 0 0 20 0 2 0 332911137 564756480 127393 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127393 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1794.28 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123814 0 0 0 179305 123 0 0 20 0 2 0 332911140 564756480 127393 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 551520

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27525636/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1799.08 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125177 0 0 0 179812 96 0 0 20 0 2 0 332911137 564756480 127409 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127409 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1794.69 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123830 0 0 0 179346 123 0 0 20 0 2 0 332911140 564756480 127409 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 551520

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27525636/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1799.47 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125191 0 0 0 179851 96 0 0 20 0 2 0 332911137 564756480 127423 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127423 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1795.08 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123844 0 0 0 179385 123 0 0 20 0 2 0 332911140 564756480 127423 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 551520

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24163
/proc/meminfo: memFree=27525636/32873852 swapFree=7624/7624
[pid=24093] ppid=24091 vsize=551520 CPUtime=1799.57 cores=0,2,4,6
/proc/24093/stat : 24093 (wbo1.72) S 24091 24093 23631 0 -1 4202496 125194 0 0 0 179861 96 0 0 20 0 2 0 332911137 564756480 127426 33554432000 4194304 5964350 140736217368144 140736217367664 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24093/statm: 137880 127426 195 433 0 137444 0
[pid=24093/tid=24095] ppid=24091 vsize=551520 CPUtime=1795.18 cores=0,2,4,6
/proc/24093/task/24095/stat : 24095 (wbo1.72) R 24091 24093 23631 0 -1 4202560 123847 0 0 0 179395 123 0 0 20 0 2 0 332911140 564756480 127426 33554432000 4194304 5964350 140736217368144 140636066314280 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 551520

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24093 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=983273
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=249810
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1798.61
CPU system time (s): 0.96
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 551520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 1.24981
maximum resident set size= 509716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125197
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= 197
involuntary context switches= 1855

runsolver used 4.51431 second user time and 10.3144 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-02 22:10:57
IDJOB=3728064
IDBENCH=72483
IDSOLVER=2314
FILE ID=node131/3728064-1338667857
RUNJOBID= node131-1338662455-23647
PBS_JOBID= 14636485
Free space on /tmp= 71396 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_10_errors.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728064-1338667857/watcher-3728064-1338667857 -o /tmp/evaluation-result-3728064-1338667857/solver-3728064-1338667857 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3728064-1338667857.opb

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

MD5SUM BENCH= b561a61efc46169e6f19abce33721598
RANDOM SEED=1083710351

node131.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.805
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	: 5333.61
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.805
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.805
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.805
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.805
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.805
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		: 2666.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28445144 kB
Buffers:          542160 kB
Cached:          3008380 kB
SwapCached:         2348 kB
Active:          1387044 kB
Inactive:        2183228 kB
Active(anon):      15516 kB
Inactive(anon):     3676 kB
Active(file):    1371528 kB
Inactive(file):  2179552 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             11636 kB
Writeback:            44 kB
AnonPages:         38200 kB
Mapped:            14964 kB
Shmem:                 0 kB
Slab:             719760 kB
SReclaimable:     161944 kB
SUnreclaim:       557816 kB
KernelStack:        1440 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     146896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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-3728064-1338667857.opb

Free space on /tmp at the end= 71392 MiB
End job on node131 at 2012-06-02 22:40:57