Trace number 3704741

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 1000.2 1000.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
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 benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-3704741-1338085018.opb.
0.00/0.00	c Instance file HOME/instance-3704741-1338085018.opb
0.00/0.00	c File size is 5645532 bytes.
0.39/0.42	c Highest Coefficient sum: 126
0.39/0.42	c ============================[ Problem Statistics ]=============================
0.39/0.42	c |                                                                             |
0.39/0.42	c |  Parsing time:          0.42         s                                      |
0.39/0.42	c |  Number Variables:      62704                                               |
0.39/0.42	c |  Number Clauses:        186603                                              |
0.39/0.42	c |  Number Cardinality:    0                                                   |
0.39/0.42	c |  Number PB Constraints: 504                                                 |
0.39/0.42	c |                                                                             |
0.48/0.57	c |  Problem Type:          Decision                                            |
0.48/0.57	c |  Objective Function:    None                                                |
0.48/0.57	c |                                                                             |
0.48/0.57	c ===============================================================================
1000.20/1000.43	c ===============================================================================
1000.20/1000.43	c Wall Clock Time: 1000.43 s
1000.20/1000.43	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-3704741-1338085018/watcher-3704741-1338085018 -o /tmp/evaluation-result-3704741-1338085018/solver-3704741-1338085018 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704741-1338085018.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: 1.37 1.82 1.94 2/175 9328
/proc/meminfo: memFree=31467968/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=8784 CPUtime=0 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) R 9326 9328 8971 0 -1 4202496 337 0 0 0 0 0 0 0 20 0 1 0 274630202 8994816 290 33554432000 4194304 5963574 140733988876384 140735860965864 5159038 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 2196 290 167 432 0 382 0

[startup+0.0416081 s]
/proc/loadavg: 1.37 1.82 1.94 2/175 9328
/proc/meminfo: memFree=31467968/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=11904 CPUtime=0.04 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) R 9326 9328 8971 0 -1 4202496 1138 0 0 0 4 0 0 0 20 0 1 0 274630202 12189696 1091 33554432000 4194304 5963574 140733988876384 140735860965864 5301619 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 2976 1091 280 432 0 1162 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11904

[startup+0.100231 s]
/proc/loadavg: 1.37 1.82 1.94 2/175 9328
/proc/meminfo: memFree=31467968/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=16632 CPUtime=0.09 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) R 9326 9328 8971 0 -1 4202496 2509 0 0 0 9 0 0 0 20 0 1 0 274630202 17031168 2429 33554432000 4194304 5963574 140733988876384 140733988874360 4195024 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 4158 2430 483 432 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16632

[startup+0.300218 s]
/proc/loadavg: 1.37 1.82 1.94 2/175 9328
/proc/meminfo: memFree=31467968/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=31836 CPUtime=0.28 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) R 9326 9328 8971 0 -1 4202496 7150 0 0 0 28 0 0 0 20 0 1 0 274630202 32600064 6722 33554432000 4194304 5963574 140733988876384 140733988874360 4344320 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 7959 6722 1152 432 0 6145 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31836

[startup+0.700285 s]
/proc/loadavg: 1.37 1.82 1.94 2/175 9328
/proc/meminfo: memFree=31467968/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=0.69 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 25167 0 0 0 65 4 0 0 20 0 2 0 274630202 122454016 21123 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 21123 186 432 0 29461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119584

[startup+1.50032 s]
/proc/loadavg: 1.37 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31383748/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=1.49 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 25169 0 0 0 145 4 0 0 20 0 2 0 274630202 122454016 21125 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 21125 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=1.06 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 14904 0 0 0 103 3 0 0 20 0 2 0 274630245 122454016 21125 33554432000 4194304 5963574 140733988876384 139814087199896 4400144 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119584

[startup+3.10032 s]
/proc/loadavg: 1.37 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31383128/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=3.09 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 25169 0 0 0 305 4 0 0 20 0 2 0 274630202 122454016 21125 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 21125 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=2.66 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 14904 0 0 0 263 3 0 0 20 0 2 0 274630245 122454016 21125 33554432000 4194304 5963574 140733988876384 139814087199848 4399390 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119584

[startup+6.30032 s]
/proc/loadavg: 1.42 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31381936/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=6.29 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 25176 0 0 0 625 4 0 0 20 0 2 0 274630202 122454016 21132 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 21132 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=5.86 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 14911 0 0 0 583 3 0 0 20 0 2 0 274630245 122454016 21132 33554432000 4194304 5963574 140733988876384 139814087199848 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119584

[startup+12.7003 s]
/proc/loadavg: 1.47 1.82 1.94 3/177 9330
/proc/meminfo: memFree=31378944/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=12.68 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 25508 0 0 0 1264 4 0 0 20 0 2 0 274630202 122454016 21464 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 21464 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=12.23 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 15243 0 0 0 1220 3 0 0 20 0 2 0 274630245 122454016 21464 33554432000 4194304 5963574 140733988876384 139814087198232 4400055 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119584

[startup+25.5003 s]
/proc/loadavg: 1.58 1.83 1.94 3/177 9330
/proc/meminfo: memFree=31371940/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=25.49 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 26131 0 0 0 2544 5 0 0 20 0 2 0 274630202 122454016 22087 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 22087 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=25 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 15866 0 0 0 2497 3 0 0 20 0 2 0 274630245 122454016 22087 33554432000 4194304 5963574 140733988876384 139814087198520 4402879 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119584

[startup+51.1003 s]
/proc/loadavg: 1.73 1.84 1.94 3/177 9330
/proc/meminfo: memFree=31362904/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=51.08 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 27083 0 0 0 5102 6 0 0 20 0 2 0 274630202 122454016 23039 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 23039 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=50.53 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 16818 0 0 0 5049 4 0 0 20 0 2 0 274630245 122454016 23039 33554432000 4194304 5963574 140733988876384 139814087198648 4399560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119584

[startup+102.306 s]
/proc/loadavg: 1.89 1.87 1.94 3/177 9330
/proc/meminfo: memFree=31340264/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=119584 CPUtime=102.27 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 28731 0 0 0 10220 7 0 0 20 0 2 0 274630202 122454016 25494 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 29896 25494 188 432 0 29461 0
[pid=9328/tid=9330] ppid=9326 vsize=119584 CPUtime=101.6 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 18466 0 0 0 10154 6 0 0 20 0 2 0 274630245 122454016 25494 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119584

[startup+162.3 s]
/proc/loadavg: 1.95 1.89 1.94 3/177 9330
/proc/meminfo: memFree=31321636/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=162.25 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 30891 0 0 0 16216 9 0 0 20 0 2 0 274630202 189562880 27668 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 27668 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=161.43 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 20626 0 0 0 16134 9 0 0 20 0 2 0 274630245 189562880 27668 33554432000 4194304 5963574 140733988876384 139814087198760 4399477 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 185120

[startup+222.3 s]
/proc/loadavg: 1.98 1.90 1.94 3/178 9333
/proc/meminfo: memFree=31303004/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=222.24 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 32483 0 0 0 22214 10 0 0 20 0 2 0 274630202 189562880 29260 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 29260 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=221.28 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 22218 0 0 0 22117 11 0 0 20 0 2 0 274630245 189562880 29260 33554432000 4194304 5963574 140733988876384 139814087198760 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 185120

[startup+282.3 s]
/proc/loadavg: 1.99 1.92 1.94 3/177 9334
/proc/meminfo: memFree=31290352/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=282.23 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 33791 0 0 0 28212 11 0 0 20 0 2 0 274630202 189562880 30636 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 30636 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=281.12 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 23526 0 0 0 28099 13 0 0 20 0 2 0 274630245 189562880 30636 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 185120

[startup+342.3 s]
/proc/loadavg: 1.99 1.93 1.94 3/177 9334
/proc/meminfo: memFree=31273796/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=342.22 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 35267 0 0 0 34210 12 0 0 20 0 2 0 274630202 189562880 32110 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 32110 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=340.96 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 25002 0 0 0 34081 15 0 0 20 0 2 0 274630245 189562880 32110 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 185120

[startup+402.3 s]
/proc/loadavg: 1.99 1.94 1.94 3/177 9334
/proc/meminfo: memFree=31260744/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=402.21 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 36445 0 0 0 40208 13 0 0 20 0 2 0 274630202 189562880 33288 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 33288 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=400.81 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 26180 0 0 0 40064 17 0 0 20 0 2 0 274630245 189562880 33288 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 185120

[startup+462.3 s]
/proc/loadavg: 1.99 1.95 1.94 3/177 9334
/proc/meminfo: memFree=31247208/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=462.19 cores=0,2,4,6

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


[startup+702.3 s]
/proc/loadavg: 2.02 1.98 1.94 3/177 9335
/proc/meminfo: memFree=31198000/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=185120 CPUtime=702.15 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 43346 0 0 0 70196 19 0 0 20 0 2 0 274630202 189562880 40382 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46280 40382 188 432 0 45845 0
[pid=9328/tid=9330] ppid=9326 vsize=185120 CPUtime=700.03 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 33081 0 0 0 69975 28 0 0 20 0 2 0 274630245 189562880 40382 33554432000 4194304 5963574 140733988876384 139814087198760 4381137 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 185120

[startup+762.306 s]
/proc/loadavg: 2.00 1.98 1.94 3/177 9335
/proc/meminfo: memFree=31187088/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=187552 CPUtime=762.15 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 44544 0 0 0 76195 20 0 0 20 0 2 0 274630202 192053248 41580 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 46888 41580 188 432 0 46453 0
[pid=9328/tid=9330] ppid=9326 vsize=187552 CPUtime=759.88 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 34279 0 0 0 75959 29 0 0 20 0 2 0 274630245 192053248 41580 33554432000 4194304 5963574 140733988876384 139814087198520 4399546 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 187552

[startup+822.3 s]
/proc/loadavg: 2.00 1.98 1.94 3/178 9338
/proc/meminfo: memFree=31174244/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=822.13 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 46132 0 0 0 82192 21 0 0 20 0 2 0 274630202 259162112 43168 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 43168 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=819.72 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 35867 0 0 0 81941 31 0 0 20 0 2 0 274630245 259162112 43168 33554432000 4194304 5963574 140733988876384 139814087198712 4399642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 253088

[startup+882.3 s]
/proc/loadavg: 2.06 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31161892/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=882.12 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 47488 0 0 0 88189 23 0 0 20 0 2 0 274630202 259162112 44524 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 44524 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=879.57 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 37223 0 0 0 87923 34 0 0 20 0 2 0 274630245 259162112 44524 33554432000 4194304 5963574 140733988876384 139814087198760 4381074 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 253088

[startup+942.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31151152/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=942.12 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 48677 0 0 0 94187 25 0 0 20 0 2 0 274630202 259162112 45728 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 45728 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=939.41 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 38412 0 0 0 93904 37 0 0 20 0 2 0 274630245 259162112 45728 33554432000 4194304 5963574 140733988876384 139814087198520 4381137 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 253088

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

[startup+972.7 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31146248/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=972.51 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49288 0 0 0 97226 25 0 0 20 0 2 0 274630202 259162112 46376 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46376 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=969.73 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39023 0 0 0 96936 37 0 0 20 0 2 0 274630245 259162112 46376 33554432000 4194304 5963574 140733988876384 139814087198712 4399687 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 972.51
Current children cumulated vsize (KiB) 253088

[startup+985.5 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31144760/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=985.31 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49511 0 0 0 98506 25 0 0 20 0 2 0 274630202 259162112 46599 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46599 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=982.5 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39246 0 0 0 98213 37 0 0 20 0 2 0 274630245 259162112 46599 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 985.31
Current children cumulated vsize (KiB) 253088

[startup+991.9 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143892/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=991.7 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49636 0 0 0 99145 25 0 0 20 0 2 0 274630202 259162112 46724 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46724 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=988.88 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39371 0 0 0 98849 39 0 0 20 0 2 0 274630245 259162112 46724 33554432000 4194304 5963574 140733988876384 139814087198760 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 991.7
Current children cumulated vsize (KiB) 253088

[startup+995.1 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143644/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=994.9 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49706 0 0 0 99465 25 0 0 20 0 2 0 274630202 259162112 46794 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46794 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=992.07 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39441 0 0 0 99168 39 0 0 20 0 2 0 274630245 259162112 46794 33554432000 4194304 5963574 140733988876384 139814087198520 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 994.9
Current children cumulated vsize (KiB) 253088

[startup+998.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143272/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=998.1 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49768 0 0 0 99785 25 0 0 20 0 2 0 274630202 259162112 46856 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46856 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=995.27 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39503 0 0 0 99488 39 0 0 20 0 2 0 274630245 259162112 46856 33554432000 4194304 5963574 140733988876384 139814087198760 4400164 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 998.1
Current children cumulated vsize (KiB) 253088

[startup+999.1 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143148/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=998.9 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49780 0 0 0 99865 25 0 0 20 0 2 0 274630202 259162112 46868 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46868 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=996.06 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39515 0 0 0 99567 39 0 0 20 0 2 0 274630245 259162112 46868 33554432000 4194304 5963574 140733988876384 139814087198760 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 998.9
Current children cumulated vsize (KiB) 253088

[startup+999.906 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143024/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=999.7 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49790 0 0 0 99945 25 0 0 20 0 2 0 274630202 259162112 46878 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46878 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=996.87 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39525 0 0 0 99648 39 0 0 20 0 2 0 274630245 259162112 46878 33554432000 4194304 5963574 140733988876384 139814087198728 4402879 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 999.7
Current children cumulated vsize (KiB) 253088

[startup+1000.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143024/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=1000.1 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49798 0 0 0 99985 25 0 0 20 0 2 0 274630202 259162112 46886 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46886 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=997.26 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39533 0 0 0 99687 39 0 0 20 0 2 0 274630245 259162112 46886 33554432000 4194304 5963574 140733988876384 139814087198728 4400361 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 253088

[startup+1000.4 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 9339
/proc/meminfo: memFree=31143024/32873844 swapFree=6088/6088
[pid=9328] ppid=9326 vsize=253088 CPUtime=1000.2 cores=0,2,4,6
/proc/9328/stat : 9328 (wbo1.7) S 9326 9328 8971 0 -1 4202496 49888 0 0 0 99995 25 0 0 20 0 2 0 274630202 259162112 46976 33554432000 4194304 5963574 140733988876384 140733988875904 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9328/statm: 63272 46976 188 432 0 62837 0
[pid=9328/tid=9330] ppid=9326 vsize=253088 CPUtime=997.36 cores=0,2,4,6
/proc/9328/task/9330/stat : 9330 (wbo1.7) R 9326 9328 8971 0 -1 4202560 39623 0 0 0 99697 39 0 0 20 0 2 0 274630245 259162112 46976 33554432000 4194304 5963574 140733988876384 139814087198728 4406699 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1000.2
Current children cumulated vsize (KiB) 253088

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9328 and gives
#  childrusage.ru_utime.tv_sec=997
#  childrusage.ru_utime.tv_usec=422368
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=420936
# CPU time returned by wait4() is 997.843
# while last known CPU time is 1000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.44
CPU time (s): 1000.2
CPU user time (s): 999.95
CPU system time (s): 0.25
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 253088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 997.422
system time used= 0.420936
maximum resident set size= 187916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49891
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= 60
involuntary context switches= 1043

runsolver used 1.54076 second user time and 3.9204 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 04:16:58
IDJOB=3704741
IDBENCH=1479
IDSOLVER=2283
FILE ID=node110/3704741-1338085018
RUNJOBID= node110-1338085012-8987
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.inv14.ucl.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704741-1338085018/watcher-3704741-1338085018 -o /tmp/evaluation-result-3704741-1338085018/solver-3704741-1338085018 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704741-1338085018.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=2067381791

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:        31468348 kB
Buffers:          218488 kB
Cached:           279452 kB
SwapCached:          148 kB
Active:           566560 kB
Inactive:          53388 kB
Active(anon):     111748 kB
Inactive(anon):    12496 kB
Active(file):     454812 kB
Inactive(file):    40892 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             24416 kB
Writeback:             0 kB
AnonPages:        127512 kB
Mapped:            14860 kB
Shmem:               196 kB
Slab:             646256 kB
SReclaimable:      86960 kB
SUnreclaim:       559296 kB
KernelStack:        1472 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     182980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71660 MiB
End job on node110 at 2012-05-27 04:33:38