Trace number 3704738

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7UNSAT 1098.6 1098.82

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704738-1338085014.opb.
0.00/0.00	c Instance file HOME/instance-3704738-1338085014.opb
0.00/0.00	c File size is 7638466 bytes.
0.48/0.54	c Highest Coefficient sum: 257
0.48/0.54	c ============================[ Problem Statistics ]=============================
0.48/0.54	c |                                                                             |
0.48/0.54	c |  Parsing time:          0.55         s                                      |
0.48/0.54	c |  Number Variables:      81558                                               |
0.48/0.54	c |  Number Clauses:        235865                                              |
0.48/0.54	c |  Number Cardinality:    0                                                   |
0.48/0.54	c |  Number PB Constraints: 4604                                                |
0.48/0.54	c |                                                                             |
0.69/0.71	c |  Problem Type:          Decision                                            |
0.69/0.71	c |  Objective Function:    None                                                |
0.69/0.71	c |                                                                             |
0.69/0.71	c ===============================================================================
1098.60/1098.81	c ===============================================================================
1098.60/1098.81	c Wall Clock Time: 1098.81 s
1098.60/1098.81	s UNSATISFIABLE

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-3704738-1338085014/watcher-3704738-1338085014 -o /tmp/evaluation-result-3704738-1338085014/solver-3704738-1338085014 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704738-1338085014.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.32 1.81 1.94 3/175 9211
/proc/meminfo: memFree=31474652/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=10728 CPUtime=0 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) R 9209 9211 8971 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 274629848 10985472 290 33554432000 4194304 5963574 140735253964528 140735253963016 4353043 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 2682 290 167 432 0 382 0

[startup+0.0944359 s]
/proc/loadavg: 1.32 1.81 1.94 3/175 9211
/proc/meminfo: memFree=31474652/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=18896 CPUtime=0.08 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) R 9209 9211 8971 0 -1 4202496 2551 0 0 0 8 0 0 0 20 0 1 0 274629848 19349504 2503 33554432000 4194304 5963574 140735253964528 140735253963016 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 4724 2504 489 432 0 2424 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18896

[startup+0.100347 s]
/proc/loadavg: 1.32 1.81 1.94 3/175 9211
/proc/meminfo: memFree=31474652/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=19160 CPUtime=0.09 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) R 9209 9211 8971 0 -1 4202496 2682 0 0 0 9 0 0 0 20 0 1 0 274629848 19619840 2634 33554432000 4194304 5963574 140735253964528 140735253963016 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 4790 2641 511 432 0 2490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19160

[startup+0.300297 s]
/proc/loadavg: 1.32 1.81 1.94 3/175 9211
/proc/meminfo: memFree=31474652/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=37388 CPUtime=0.29 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) R 9209 9211 8971 0 -1 4202496 7632 0 0 0 28 1 0 0 20 0 1 0 274629848 38285312 7236 33554432000 4194304 5963574 140735253964528 140735253963016 4353181 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 9347 7236 1188 432 0 7047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37388

[startup+0.700193 s]
/proc/loadavg: 1.32 1.81 1.94 3/175 9211
/proc/meminfo: memFree=31474652/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=136676 CPUtime=0.69 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 23425 0 0 0 65 4 0 0 20 0 2 0 274629848 139956224 20859 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 34169 20859 178 432 0 33734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136676

[startup+1.50035 s]
/proc/loadavg: 1.37 1.82 1.94 3/173 9220
/proc/meminfo: memFree=31466000/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=135864 CPUtime=1.49 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 31923 0 0 0 143 6 0 0 20 0 2 0 274629848 139124736 27344 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 33966 27344 188 432 0 33531 0
[pid=9211/tid=9220] ppid=9209 vsize=135864 CPUtime=0.93 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 18161 0 0 0 89 4 0 0 20 0 2 0 274629903 139124736 27344 33554432000 4194304 5963574 140735253964528 139635687807768 4392454 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135864

[startup+3.10028 s]
/proc/loadavg: 1.37 1.82 1.94 3/173 9220
/proc/meminfo: memFree=31465744/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=135864 CPUtime=3.09 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 31950 0 0 0 303 6 0 0 20 0 2 0 274629848 139124736 27371 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 33966 27371 188 432 0 33531 0
[pid=9211/tid=9220] ppid=9209 vsize=135864 CPUtime=2.53 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 18188 0 0 0 249 4 0 0 20 0 2 0 274629903 139124736 27371 33554432000 4194304 5963574 140735253964528 139635687807768 4400044 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135864

[startup+6.30035 s]
/proc/loadavg: 1.37 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31383128/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=135864 CPUtime=6.28 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 32136 0 0 0 622 6 0 0 20 0 2 0 274629848 139124736 27557 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 33966 27557 188 432 0 33531 0
[pid=9211/tid=9220] ppid=9209 vsize=135864 CPUtime=5.72 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 18374 0 0 0 568 4 0 0 20 0 2 0 274629903 139124736 27557 33554432000 4194304 5963574 140735253964528 139635687806776 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135864

[startup+12.7003 s]
/proc/loadavg: 1.47 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31380172/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=135864 CPUtime=12.68 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 32487 0 0 0 1262 6 0 0 20 0 2 0 274629848 139124736 28129 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 33966 28129 188 432 0 33531 0
[pid=9211/tid=9220] ppid=9209 vsize=135864 CPUtime=12.1 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 18725 0 0 0 1206 4 0 0 20 0 2 0 274629903 139124736 28129 33554432000 4194304 5963574 140735253964528 139635687807016 4399937 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135864

[startup+25.5004 s]
/proc/loadavg: 1.55 1.83 1.94 3/177 9330
/proc/meminfo: memFree=31373304/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=135864 CPUtime=25.48 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 33222 0 0 0 2541 7 0 0 20 0 2 0 274629848 139124736 29316 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 33966 29316 188 432 0 33531 0
[pid=9211/tid=9220] ppid=9209 vsize=135864 CPUtime=24.87 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 19460 0 0 0 2482 5 0 0 20 0 2 0 274629903 139124736 29316 33554432000 4194304 5963574 140735253964528 139635687807016 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135864

[startup+51.1004 s]
/proc/loadavg: 1.70 1.84 1.94 3/177 9330
/proc/meminfo: memFree=31364468/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=51.07 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 34515 0 0 0 5099 8 0 0 20 0 2 0 274629848 206233600 30629 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 30629 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=50.39 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 20753 0 0 0 5033 6 0 0 20 0 2 0 274629903 206233600 30629 33554432000 4194304 5963574 140735253964528 139635687806968 4399390 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 201400

[startup+102.307 s]
/proc/loadavg: 1.88 1.86 1.94 3/177 9330
/proc/meminfo: memFree=31341256/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=102.27 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 37742 0 0 0 10216 11 0 0 20 0 2 0 274629848 206233600 33849 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 33849 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=101.45 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 23980 0 0 0 10135 10 0 0 20 0 2 0 274629903 206233600 33849 33554432000 4194304 5963574 140735253964528 139635687806776 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 201400

[startup+162.3 s]
/proc/loadavg: 1.95 1.89 1.94 3/177 9330
/proc/meminfo: memFree=31322132/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=162.26 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 40285 0 0 0 16211 15 0 0 20 0 2 0 274629848 206233600 36391 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 36391 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=161.29 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 26523 0 0 0 16114 15 0 0 20 0 2 0 274629903 206233600 36391 33554432000 4194304 5963574 140735253964528 139635687806776 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 201400

[startup+222.3 s]
/proc/loadavg: 1.98 1.90 1.94 3/178 9333
/proc/meminfo: memFree=31303748/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=222.24 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 43126 0 0 0 22206 18 0 0 20 0 2 0 274629848 206233600 39324 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 39324 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=221.12 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 29364 0 0 0 22093 19 0 0 20 0 2 0 274629903 206233600 39324 33554432000 4194304 5963574 140735253964528 139635687807016 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 201400

[startup+282.3 s]
/proc/loadavg: 1.99 1.92 1.94 3/177 9334
/proc/meminfo: memFree=31291096/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=282.23 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 44929 0 0 0 28203 20 0 0 20 0 2 0 274629848 206233600 41127 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 41127 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=280.96 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 31167 0 0 0 28074 22 0 0 20 0 2 0 274629903 206233600 41127 33554432000 4194304 5963574 140735253964528 139635687806968 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 201400

[startup+342.3 s]
/proc/loadavg: 1.99 1.93 1.94 3/177 9334
/proc/meminfo: memFree=31274788/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=342.23 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 47566 0 0 0 34199 24 0 0 20 0 2 0 274629848 206233600 43764 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 43764 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=340.8 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 33804 0 0 0 34054 26 0 0 20 0 2 0 274629903 206233600 43764 33554432000 4194304 5963574 140735253964528 139635687806968 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 201400

[startup+402.3 s]
/proc/loadavg: 1.99 1.94 1.94 3/177 9334
/proc/meminfo: memFree=31261364/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=201400 CPUtime=402.21 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 49501 0 0 0 40195 26 0 0 20 0 2 0 274629848 206233600 45933 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 50350 45933 188 432 0 49915 0
[pid=9211/tid=9220] ppid=9209 vsize=201400 CPUtime=400.64 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 35739 0 0 0 40035 29 0 0 20 0 2 0 274629903 206233600 45933 33554432000 4194304 5963574 140735253964528 139635687806968 4399505 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 201400

[startup+462.3 s]
/proc/loadavg: 1.99 1.95 1.94 3/177 9334
/proc/meminfo: memFree=31247580/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=266936 CPUtime=462.2 cores=1,3,5,7

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


[startup+762.307 s]
/proc/loadavg: 2.00 1.98 1.94 3/177 9335
/proc/meminfo: memFree=31187336/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=762.15 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 58805 0 0 0 76180 35 0 0 20 0 2 0 274629848 277078016 56080 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 56080 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=759.7 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 45043 0 0 0 75926 44 0 0 20 0 2 0 274629903 277078016 56080 33554432000 4194304 5963574 140735253964528 139635687806776 4399560 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 270584

[startup+822.3 s]
/proc/loadavg: 2.00 1.98 1.94 3/178 9338
/proc/meminfo: memFree=31175176/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=822.13 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 60204 0 0 0 82177 36 0 0 20 0 2 0 274629848 277078016 57548 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 57548 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=819.53 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 46442 0 0 0 81907 46 0 0 20 0 2 0 274629903 277078016 57548 33554432000 4194304 5963574 140735253964528 139635687807016 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 270584

[startup+882.3 s]
/proc/loadavg: 2.06 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31162884/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=882.12 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 61624 0 0 0 88174 38 0 0 20 0 2 0 274629848 277078016 59268 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 59268 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=879.37 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 47862 0 0 0 87888 49 0 0 20 0 2 0 274629903 277078016 59268 33554432000 4194304 5963574 140735253964528 139635687807016 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 270584

[startup+942.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31151716/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=942.11 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 62992 0 0 0 94172 39 0 0 20 0 2 0 274629848 277078016 60847 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 60847 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=939.21 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 49230 0 0 0 93870 51 0 0 20 0 2 0 274629903 277078016 60847 33554432000 4194304 5963574 140735253964528 139635687807016 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 270584

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143148/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1002.1 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 63901 0 0 0 100170 40 0 0 20 0 2 0 274629848 277078016 61756 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 61756 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=999.05 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50139 0 0 0 99852 53 0 0 20 0 2 0 274629903 277078016 61756 33554432000 4194304 5963574 140735253964528 139635687807016 4399546 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 270584

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31147928/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1062.09 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 106168 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1058.9 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 105836 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4400078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 270584

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31129564/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1074.89 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 107448 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1071.66 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 107112 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4402879 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1074.89
Current children cumulated vsize (KiB) 270584

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31107972/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1087.7 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 108729 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1084.43 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 108389 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1087.7
Current children cumulated vsize (KiB) 270584

[startup+1094.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31113868/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1094.09 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109368 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1090.81 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109027 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4392418 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1094.09
Current children cumulated vsize (KiB) 270584

[startup+1095.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31113868/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1095.69 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109528 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1092.41 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109187 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4399390 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1095.69
Current children cumulated vsize (KiB) 270584

[startup+1097.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31100528/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1097.29 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109688 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1094 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109346 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4392399 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1097.29
Current children cumulated vsize (KiB) 270584

[startup+1098.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31100528/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1098.09 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109768 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1094.8 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109426 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1098.09
Current children cumulated vsize (KiB) 270584

[startup+1098.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31100528/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1098.49 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109808 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1095.2 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109466 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1098.49
Current children cumulated vsize (KiB) 270584

[startup+1098.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9378
/proc/meminfo: memFree=31100528/32873844 swapFree=6088/6088
[pid=9211] ppid=9209 vsize=270584 CPUtime=1098.6 cores=1,3,5,7
/proc/9211/stat : 9211 (wbo1.7) S 9209 9211 8971 0 -1 4202496 64277 0 0 0 109819 41 0 0 20 0 2 0 274629848 277078016 62130 33554432000 4194304 5963574 140735253964528 140735253964048 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9211/statm: 67646 62130 188 432 0 67211 0
[pid=9211/tid=9220] ppid=9209 vsize=270584 CPUtime=1095.31 cores=1,3,5,7
/proc/9211/task/9220/stat : 9220 (wbo1.7) R 9209 9211 8971 0 -1 4202560 50515 0 0 0 109477 54 0 0 20 0 2 0 274629903 277078016 62130 33554432000 4194304 5963574 140735253964528 139635687806840 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1098.6
Current children cumulated vsize (KiB) 270584

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9211 and gives
#  childrusage.ru_utime.tv_sec=1095
#  childrusage.ru_utime.tv_usec=308487
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=576912
# CPU time returned by wait4() is 1095.89
# while last known CPU time is 1098.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1098.82
CPU time (s): 1098.6
CPU user time (s): 1098.19
CPU system time (s): 0.41
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 270584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1095.31
system time used= 0.576912
maximum resident set size= 248532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64280
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= 71
involuntary context switches= 1721

runsolver used 1.79273 second user time and 4.21136 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 04:16:54
IDJOB=3704738
IDBENCH=1475
IDSOLVER=2283
FILE ID=node110/3704738-1338085014
RUNJOBID= node110-1338085012-8988
PBS_JOBID= 14624425
Free space on /tmp= 71664 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704738-1338085014/watcher-3704738-1338085014 -o /tmp/evaluation-result-3704738-1338085014/solver-3704738-1338085014 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704738-1338085014.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=899599745

node110.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.893
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.78
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.893
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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.92
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.893
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.90
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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31477628 kB
Buffers:          218384 kB
Cached:           280520 kB
SwapCached:          148 kB
Active:           558568 kB
Inactive:          52380 kB
Active(anon):     101912 kB
Inactive(anon):    12496 kB
Active(file):     456656 kB
Inactive(file):    39884 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:        118284 kB
Mapped:            14936 kB
Shmem:               196 kB
Slab:             645976 kB
SReclaimable:      87252 kB
SUnreclaim:       558724 kB
KernelStack:        1464 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71664 MiB
End job on node110 at 2012-05-27 04:35:13