Trace number 3725990

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
pwbo 2.02? (TO) 1800.07 900.614

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3725990-1338655388.opb.
0.00/0.00	c Instance file HOME/instance-3725990-1338655388.opb
0.00/0.00	c File size is 7804237 bytes.
0.69/0.70	c Cost Offset: 0
0.69/0.70	c Highest Coefficient sum: 2843
0.69/0.70	c ============================[ Problem Statistics ]=============================
0.69/0.70	c |                                                                             |
0.69/0.70	c |  Parsing time:          0.70         s                                      |
0.69/0.70	c |  Number Variables:      13480                                               |
0.69/0.70	c |  Number Clauses:        0                                                   |
0.69/0.70	c |  Number Cardinality:    0                                                   |
0.69/0.70	c |  Number PB Constraints: 26619                                               |
0.69/0.70	c |                                                                             |
0.69/0.71	c |  Problem Type:          Optimization                                        |
0.69/0.71	c |  Objective Function:    Cardinality Constraint                              |
0.69/0.71	c |                                                                             |
0.69/0.71	c ===============================================================================
1800.07/900.61	c ===============================================================================
1800.07/900.61	c Wall Clock Time: 900.61 s
1800.07/900.61	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-3725990-1338655388/watcher-3725990-1338655388 -o /tmp/evaluation-result-3725990-1338655388/solver-3725990-1338655388 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725990-1338655388.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: 3.94 3.96 3.90 3/180 24125
/proc/meminfo: memFree=28284944/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=11944 CPUtime=0 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) R 24123 24125 21777 0 -1 4202496 410 0 0 0 0 0 0 0 20 0 1 0 331664139 12230656 363 33554432000 4194304 5964478 140735024899568 140734347166728 4380944 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 2986 364 166 433 0 644 0

[startup+0.0454651 s]
/proc/loadavg: 3.94 3.96 3.90 3/180 24125
/proc/meminfo: memFree=28284944/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=17356 CPUtime=0.03 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) R 24123 24125 21777 0 -1 4202496 1884 0 0 0 3 0 0 0 20 0 1 0 331664139 17772544 1837 33554432000 4194304 5964478 140735024899568 140734347166728 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 4339 1839 275 433 0 1997 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17356

[startup+0.100272 s]
/proc/loadavg: 3.94 3.96 3.90 3/180 24125
/proc/meminfo: memFree=28284944/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=25640 CPUtime=0.09 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) R 24123 24125 21777 0 -1 4202496 4087 0 0 0 8 1 0 0 20 0 1 0 331664139 26255360 4040 33554432000 4194304 5964478 140735024899568 140734347166728 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 6410 4041 427 433 0 4068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25640

[startup+0.300228 s]
/proc/loadavg: 3.94 3.96 3.90 3/180 24125
/proc/meminfo: memFree=28284944/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=54664 CPUtime=0.29 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) R 24123 24125 21777 0 -1 4202496 11857 0 0 0 27 2 0 0 20 0 1 0 331664139 55975936 11810 33554432000 4194304 5964478 140735024899568 140734347166728 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 13666 11811 976 433 0 11324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54664

[startup+0.700211 s]
/proc/loadavg: 3.94 3.96 3.90 3/180 24125
/proc/meminfo: memFree=28284944/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=115136 CPUtime=0.69 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) R 24123 24125 21777 0 -1 4202496 27586 0 0 0 65 4 0 0 20 0 1 0 331664139 117899264 27539 33554432000 4194304 5964478 140735024899568 140735024898168 4344399 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 28784 27543 2055 433 0 26442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115136

[startup+1.50032 s]
/proc/loadavg: 3.94 3.96 3.90 5/183 24128
/proc/meminfo: memFree=28125092/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=331672 CPUtime=2.27 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 56023 0 0 0 216 11 0 0 20 0 3 0 331664139 339632128 53417 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 82918 53417 194 433 0 82482 0
[pid=24125/tid=24127] ppid=24123 vsize=331672 CPUtime=0.78 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 27105 0 0 0 71 7 0 0 20 0 3 0 331664210 339632128 53417 33554432000 4194304 5964478 140735024899568 140309964163352 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=331672 CPUtime=0.78 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 799 0 0 0 78 0 0 0 20 0 3 0 331664210 339632128 53417 33554432000 4194304 5964478 140735024899568 140309953673464 4403706 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 331672

[startup+3.10033 s]
/proc/loadavg: 3.94 3.96 3.90 5/183 24128
/proc/meminfo: memFree=28067416/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=331672 CPUtime=5.48 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 60227 0 0 0 535 13 0 0 20 0 3 0 331664139 339632128 57621 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 82918 57621 197 433 0 82482 0
[pid=24125/tid=24127] ppid=24123 vsize=331672 CPUtime=2.37 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 31297 0 0 0 230 7 0 0 20 0 3 0 331664210 339632128 57621 33554432000 4194304 5964478 140735024899568 140309964163496 5122249 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=331672 CPUtime=2.37 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 811 0 0 0 237 0 0 0 20 0 3 0 331664210 339632128 57621 33554432000 4194304 5964478 140735024899568 140309953673192 4392968 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 331672

[startup+6.30031 s]
/proc/loadavg: 3.94 3.96 3.90 5/183 24128
/proc/meminfo: memFree=28045964/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=11.88 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 64352 0 0 0 1174 14 0 0 20 0 3 0 331664139 406740992 61746 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 61746 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=5.57 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 35370 0 0 0 549 8 0 0 20 0 3 0 331664210 406740992 61746 33554432000 4194304 5964478 140735024899568 140309964163528 5130842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=5.56 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 863 0 0 0 556 0 0 0 20 0 3 0 331664210 406740992 61746 33554432000 4194304 5964478 140735024899568 140309953673336 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 397208

[startup+12.7003 s]
/proc/loadavg: 3.95 3.96 3.91 5/183 24128
/proc/meminfo: memFree=28025032/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=24.67 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 67550 0 0 0 2453 14 0 0 20 0 3 0 331664139 406740992 64944 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 64944 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=11.95 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 38473 0 0 0 1186 9 0 0 20 0 3 0 331664210 406740992 64944 33554432000 4194304 5964478 140735024899568 140309964163352 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=11.94 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 958 0 0 0 1194 0 0 0 20 0 3 0 331664210 406740992 64944 33554432000 4194304 5964478 140735024899568 140309953673576 4403664 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 397208

[startup+25.5003 s]
/proc/loadavg: 3.96 3.96 3.91 5/183 24128
/proc/meminfo: memFree=28014128/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=50.26 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 69870 0 0 0 5011 15 0 0 20 0 3 0 331664139 406740992 67264 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 67264 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=24.72 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 40602 0 0 0 2463 9 0 0 20 0 3 0 331664210 406740992 67264 33554432000 4194304 5964478 140735024899568 140309964163352 4392962 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=24.71 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 1149 0 0 0 2471 0 0 0 20 0 3 0 331664210 406740992 67264 33554432000 4194304 5964478 140735024899568 140309953673576 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 397208

[startup+51.1003 s]
/proc/loadavg: 3.97 3.97 3.91 5/183 24128
/proc/meminfo: memFree=28000472/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=101.44 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 71336 0 0 0 10128 16 0 0 20 0 3 0 331664139 406740992 68725 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 68725 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=50.25 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 41651 0 0 0 5015 10 0 0 20 0 3 0 331664210 406740992 68725 33554432000 4194304 5964478 140735024899568 140309964162904 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=50.24 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 1566 0 0 0 5023 1 0 0 20 0 3 0 331664210 406740992 68725 33554432000 4194304 5964478 140735024899568 140309953673336 4403668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 397208

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/183 24128
/proc/meminfo: memFree=27981544/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=203.81 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 73901 0 0 0 20361 20 0 0 20 0 3 0 331664139 406740992 71390 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 71390 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=101.33 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 43155 0 0 0 10122 11 0 0 20 0 3 0 331664210 406740992 71390 33554432000 4194304 5964478 140735024899568 140309964163352 4403370 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=101.27 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 2627 0 0 0 10122 5 0 0 20 0 3 0 331664210 406740992 71390 33554432000 4194304 5964478 140735024899568 140309953673576 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 397208

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/183 24128
/proc/meminfo: memFree=27967256/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=323.73 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 75211 0 0 0 32353 20 0 0 20 0 3 0 331664139 406740992 73330 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 73330 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=161.13 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 44313 0 0 0 16101 12 0 0 20 0 3 0 331664210 406740992 73330 33554432000 4194304 5964478 140735024899568 140309964163352 4403664 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=161.11 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 2779 0 0 0 16105 6 0 0 20 0 3 0 331664210 406740992 73330 33554432000 4194304 5964478 140735024899568 140309953673528 4403376 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 323.73
Current children cumulated vsize (KiB) 397208

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/183 24129
/proc/meminfo: memFree=27949556/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=443.67 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 77496 0 0 0 44345 22 0 0 20 0 3 0 331664139 406740992 75573 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 75573 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=220.94 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 46397 0 0 0 22079 15 0 0 20 0 3 0 331664210 406740992 75573 33554432000 4194304 5964478 140735024899568 140309964162872 4392962 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=220.95 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 2980 0 0 0 22087 8 0 0 20 0 3 0 331664210 406740992 75573 33554432000 4194304 5964478 140735024899568 140309953673528 4400038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 443.67
Current children cumulated vsize (KiB) 397208

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/184 24130
/proc/meminfo: memFree=27930108/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397208 CPUtime=563.65 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 77883 0 0 0 56342 23 0 0 20 0 3 0 331664139 406740992 76896 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99302 76896 197 433 0 98866 0
[pid=24125/tid=24127] ppid=24123 vsize=397208 CPUtime=280.78 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 46397 0 0 0 28062 16 0 0 20 0 3 0 331664210 406740992 76896 33554432000 4194304 5964478 140735024899568 140309964162872 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397208 CPUtime=280.8 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 3367 0 0 0 28070 10 0 0 20 0 3 0 331664210 406740992 76896 33554432000 4194304 5964478 140735024899568 140309953673336 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 563.65
Current children cumulated vsize (KiB) 397208

[startup+342.3 s]
/proc/loadavg: 4.06 3.99 3.91 5/183 24130
/proc/meminfo: memFree=27915912/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397692 CPUtime=683.64 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 78147 0 0 0 68340 24 0 0 20 0 3 0 331664139 407236608 77160 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99423 77160 197 433 0 98987 0
[pid=24125/tid=24127] ppid=24123 vsize=397692 CPUtime=340.63 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 46398 0 0 0 34046 17 0 0 20 0 3 0 331664210 407236608 77160 33554432000 4194304 5964478 140735024899568 140309964162872 4403713 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397692 CPUtime=340.65 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 3630 0 0 0 34053 12 0 0 20 0 3 0 331664210 407236608 77160 33554432000 4194304 5964478 140735024899568 140309953673048 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 683.64
Current children cumulated vsize (KiB) 397692

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/183 24130
/proc/meminfo: memFree=27906540/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397692 CPUtime=803.62 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 78601 0 0 0 80337 25 0 0 20 0 3 0 331664139 407236608 77897 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99423 77897 197 433 0 98987 0
[pid=24125/tid=24127] ppid=24123 vsize=397692 CPUtime=400.48 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 46401 0 0 0 40030 18 0 0 20 0 3 0 331664210 407236608 77897 33554432000 4194304 5964478 140735024899568 140309964162872 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397692 CPUtime=400.49 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 4081 0 0 0 40035 14 0 0 20 0 3 0 331664210 407236608 77897 33554432000 4194304 5964478 140735024899568 140309953673528 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 803.62
Current children cumulated vsize (KiB) 397692

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/184 24133
/proc/meminfo: memFree=27884080/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=397692 CPUtime=923.6 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 80958 0 0 0 92335 25 0 0 20 0 3 0 331664139 407236608 80354 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 99423 80354 197 433 0 98987 0
[pid=24125/tid=24127] ppid=24123 vsize=397692 CPUtime=460.32 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 48756 0 0 0 46014 18 0 0 20 0 3 0 331664210 407236608 80354 33554432000 4194304 5964478 140735024899568 140309964163416 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=397692 CPUtime=460.34 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 4083 0 0 0 46020 14 0 0 20 0 3 0 331664210 407236608 80354 33554432000 4194304 5964478 140735024899568 140309953673528 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 923.6
Current children cumulated vsize (KiB) 397692

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24134
/proc/meminfo: memFree=27859288/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463228 CPUtime=1043.58 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 82153 0 0 0 104332 26 0 0 20 0 3 0 331664139 474345472 81549 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115807 81549 197 433 0 115371 0
[pid=24125/tid=24127] ppid=24123 vsize=463228 CPUtime=520.17 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 49553 0 0 0 51998 19 0 0 20 0 3 0 331664210 474345472 81549 33554432000 4194304 5964478 140735024899568 140309964163416 4392955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463228 CPUtime=520.18 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 4481 0 0 0 52002 16 0 0 20 0 3 0 331664210 474345472 81549 33554432000 4194304 5964478 140735024899568 140309953673576 4403700 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1043.58
Current children cumulated vsize (KiB) 463228

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24134
/proc/meminfo: memFree=27851432/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1163.56 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 82910 0 0 0 116328 28 0 0 20 0 3 0 331664139 474591232 82306 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 82306 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=580.01 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 49553 0 0 0 57981 20 0 0 20 0 3 0 331664210 474591232 82306 33554432000 4194304 5964478 140735024899568 140309964163416 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=580.03 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 5238 0 0 0 57984 19 0 0 20 0 3 0 331664210 474591232 82306 33554432000 4194304 5964478 140735024899568 140309953673336 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1163.56
Current children cumulated vsize (KiB) 463468

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24134
/proc/meminfo: memFree=27837100/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1283.56 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 84523 0 0 0 128326 30 0 0 20 0 3 0 331664139 474591232 83919 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 83919 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=639.87 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50653 0 0 0 63966 21 0 0 20 0 3 0 331664210 474591232 83919 33554432000 4194304 5964478 140735024899568 140309964163416 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=639.88 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 5751 0 0 0 63967 21 0 0 20 0 3 0 331664210 474591232 83919 33554432000 4194304 5964478 140735024899568 140309953673576 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1283.56
Current children cumulated vsize (KiB) 463468

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24134
/proc/meminfo: memFree=27820236/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1403.53 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 84523 0 0 0 140323 30 0 0 20 0 3 0 331664139 474591232 83919 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 83919 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=699.71 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50653 0 0 0 69949 22 0 0 20 0 3 0 331664210 474591232 83919 33554432000 4194304 5964478 140735024899568 140309964163416 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=699.72 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 5751 0 0 0 69950 22 0 0 20 0 3 0 331664210 474591232 83919 33554432000 4194304 5964478 140735024899568 140309953673576 4403370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.53
Current children cumulated vsize (KiB) 463468

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/183 24134
/proc/meminfo: memFree=27815748/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1523.52 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 84530 0 0 0 152322 30 0 0 20 0 3 0 331664139 474591232 84291 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 84291 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=759.56 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50657 0 0 0 75933 23 0 0 20 0 3 0 331664210 474591232 84291 33554432000 4194304 5964478 140735024899568 140309964163416 4392962 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=759.57 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 5754 0 0 0 75934 23 0 0 20 0 3 0 331664210 474591232 84291 33554432000 4194304 5964478 140735024899568 140309953673576 4403370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.52
Current children cumulated vsize (KiB) 463468

[startup+822.3 s]
/proc/loadavg: 4.07 4.00 3.92 5/183 24135
/proc/meminfo: memFree=27800496/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1643.49 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 85040 0 0 0 164318 31 0 0 20 0 3 0 331664139 474591232 84801 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 84801 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=819.4 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50657 0 0 0 81915 25 0 0 20 0 3 0 331664210 474591232 84801 33554432000 4194304 5964478 140735024899568 140309964163416 4403370 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=819.41 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 6264 0 0 0 81916 25 0 0 20 0 3 0 331664210 474591232 84801 33554432000 4194304 5964478 140735024899568 140309953673528 4403719 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.49
Current children cumulated vsize (KiB) 463468

[startup+882.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/183 24176
/proc/meminfo: memFree=27936728/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1763.47 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 85987 0 0 0 176314 33 0 0 20 0 3 0 331664139 474591232 85748 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 85748 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=879.24 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50657 0 0 0 87898 26 0 0 20 0 3 0 331664210 474591232 85748 33554432000 4194304 5964478 140735024899568 140309964163416 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=879.26 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 7211 0 0 0 87898 28 0 0 20 0 3 0 331664210 474591232 85748 33554432000 4194304 5964478 140735024899568 140309953673528 4403727 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.47
Current children cumulated vsize (KiB) 463468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.6 s]
/proc/loadavg: 4.02 4.00 3.92 5/183 24176
/proc/meminfo: memFree=27925196/32873844 swapFree=7112/7112
[pid=24125] ppid=24123 vsize=463468 CPUtime=1800.07 cores=0,2,4,6
/proc/24125/stat : 24125 (pwbo2.02) S 24123 24125 21777 0 -1 4202496 86253 0 0 0 179973 34 0 0 20 0 3 0 331664139 474591232 86014 33554432000 4194304 5964478 140735024899568 140735024899088 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24125/statm: 115867 86014 197 433 0 115431 0
[pid=24125/tid=24127] ppid=24123 vsize=463468 CPUtime=897.5 cores=0,2,4,6
/proc/24125/task/24127/stat : 24127 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 50657 0 0 0 89724 26 0 0 20 0 3 0 331664210 474591232 86014 33554432000 4194304 5964478 140735024899568 140309964163416 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24125/tid=24128] ppid=24123 vsize=463468 CPUtime=897.52 cores=0,2,4,6
/proc/24125/task/24128/stat : 24128 (pwbo2.02) R 24123 24125 21777 0 -1 4202560 7477 0 0 0 89723 29 0 0 20 0 3 0 331664210 474591232 86014 33554432000 4194304 5964478 140735024899568 140309953673576 4392962 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 463468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24125 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=142096
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=620905
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.614
CPU time (s): 1800.07
CPU user time (s): 1799.73
CPU system time (s): 0.34
CPU usage (%): 199.871
Max. virtual memory (cumulated for all children) (KiB): 463468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.620905
maximum resident set size= 344064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86255
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= 528
involuntary context switches= 2042

runsolver used 1.86172 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 18:43:08
IDJOB=3725990
IDBENCH=2639
IDSOLVER=2309
FILE ID=node132/3725990-1338655388
RUNJOBID= node132-1338651627-23512
PBS_JOBID= 14636448
Free space on /tmp= 71204 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725990-1338655388/watcher-3725990-1338655388 -o /tmp/evaluation-result-3725990-1338655388/solver-3725990-1338655388 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725990-1338655388.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=860545071

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28285664 kB
Buffers:          589960 kB
Cached:          3020588 kB
SwapCached:         2292 kB
Active:          1606080 kB
Inactive:        2068388 kB
Active(anon):      55996 kB
Inactive(anon):     7120 kB
Active(file):    1550084 kB
Inactive(file):  2061268 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:             12836 kB
Writeback:             4 kB
AnonPages:         67984 kB
Mapped:            11864 kB
Shmem:                 8 kB
Slab:             773548 kB
SReclaimable:     215140 kB
SUnreclaim:       558408 kB
KernelStack:        1488 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71200 MiB
End job on node132 at 2012-06-02 18:58:11