Trace number 1779285

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 1424.88 116.998

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-04.cnf
MD5SUM019984f9d84c315e8eec645fb9d169da
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.15
Satisfiable
(Un)Satisfiability was proved
Number of variables68679
Number of clauses223994
Sum of the clauses size580546
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291178
Number of clauses of size 3132687
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.33	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779285-1244951975.cnf 
0.30/0.33	c Using SATTIMEOUT of 10000
0.30/0.33	c Using SATRAM of 2047
0.30/0.33	c Size of subset node = 16
0.30/0.33	c Variables = 68679
0.30/0.33	c Clauses = 223994
0.30/0.33	c Literals = 580546
0.30/0.33	c Reduced size:
0.30/0.33	c Variables = 68679
0.30/0.33	c Clauses = 223351
0.30/0.33	c Literals = 578876
0.30/0.33	c a2
0.60/0.63	c a1
25.60/25.66	c Independent sub-problems = 1
25.60/25.66	c Sub-problem with 68422 variables and 223351 clauses
25.60/25.66	c using permutation method 4
25.60/25.66	c count = 1
25.60/25.66	c Ordering finished 25.590 seconds
25.60/25.66	c mapped 25.660 seconds
25.60/25.66	c permuted 25.660 seconds
25.60/25.66	c about to sort
25.70/25.71	c sorted
27.78/27.84	c clauses now 223351
27.78/27.84	c init finished 27.030 seconds
27.78/27.84	c tree built 27.810 seconds
27.78/27.84	c 
27.78/27.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
27.78/27.84	c ---------------------------------|----------------------------------|------------------------------------------------------
27.78/27.84	c ................................ | ..........                       |                       27.9           0.0             
27.78/27.84	c ................................ | ..........                     1 |                       27.9           0.0             
27.78/27.84	c ................................ | ..........                     2 |                       27.9           0.1             
27.78/27.84	c ................................ | ..........                     3 |                       27.9           0.1             
27.78/27.84	c ................................ | ..........                     4 |                       27.9           0.1             
27.78/27.84	c ................................ | ..........                     5 |                       27.9           0.2             
27.78/27.85	c ................................ | ..........                  1000 |                       28.0          35.8            4
310.07/45.88	c ................................ | ..........               1205000 | 94610                200.1        6022.9     12819985
628.88/66.15	c ................................ | ..........               2486000 | 202831               400.1        6214.1     23683201
944.52/86.22	c ................................ | ..........               3146000 | 267282               600.2        5241.6     35633540
1248.95/105.64	c ................................ | ..........               3628000 | 313459               800.2        4534.0     51946104

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1779285-1244951975/watcher-1779285-1244951975 -o /tmp/evaluation-result-1779285-1244951975/solver-1779285-1244951975 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779285-1244951975.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 13.72 11.59 8.74 2/184 23326
/proc/meminfo: memFree=19041720/36427776 swapFree=4312/7568
[pid=23326] ppid=23324 vsize=1408 CPUtime=0
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 654503845 1441792 215 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134639534 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 352 215 75 177 0 174 0

[startup+0.051442 s]
/proc/loadavg: 13.72 11.59 8.74 2/184 23326
/proc/meminfo: memFree=19041720/36427776 swapFree=4312/7568
[pid=23326] ppid=23324 vsize=4160 CPUtime=0.04
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 915 0 0 0 4 0 0 0 20 0 1 0 654503845 4259840 872 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 1040 873 75 177 0 862 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4160

[startup+0.103456 s]
/proc/loadavg: 13.72 11.59 8.74 2/184 23326
/proc/meminfo: memFree=19041720/36427776 swapFree=4312/7568
[pid=23326] ppid=23324 vsize=7232 CPUtime=0.1
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 1681 0 0 0 10 0 0 0 20 0 1 0 654503845 7405568 1638 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 1808 1638 75 177 0 1630 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7232

[startup+0.303501 s]
/proc/loadavg: 13.72 11.59 8.74 2/184 23326
/proc/meminfo: memFree=19041720/36427776 swapFree=4312/7568
[pid=23326] ppid=23324 vsize=17092 CPUtime=0.3
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 3958 0 0 0 26 4 0 0 20 0 1 0 654503845 17502208 3915 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134534259 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 4273 3915 75 177 0 4095 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17092

[startup+0.70354 s]
/proc/loadavg: 13.72 11.59 8.74 2/184 23326
/proc/meminfo: memFree=19041720/36427776 swapFree=4312/7568
[pid=23326] ppid=23324 vsize=35556 CPUtime=0.7
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 8557 0 0 0 64 6 0 0 20 0 1 0 654503845 36409344 8513 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134540092 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 8889 8514 76 177 0 8711 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35556

[startup+1.50357 s]
/proc/loadavg: 13.72 11.59 8.74 2/185 23327
/proc/meminfo: memFree=19001552/36427776 swapFree=5420/47716
[pid=23326] ppid=23324 vsize=41704 CPUtime=1.5
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 10911 0 0 0 144 6 0 0 20 0 1 0 654503845 42704896 10091 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134600972 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 10426 10091 77 177 0 10248 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41704

[startup+3.1037 s]
/proc/loadavg: 12.70 11.41 8.70 2/185 23327
/proc/meminfo: memFree=19000568/36427776 swapFree=4608/49328
[pid=23326] ppid=23324 vsize=42204 CPUtime=3.1
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 11030 0 0 0 304 6 0 0 20 0 1 0 654503845 43216896 10210 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134600960 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 10551 10210 77 177 0 10373 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42204

[startup+6.30396 s]
/proc/loadavg: 12.70 11.41 8.70 2/185 23327
/proc/meminfo: memFree=18999320/36427776 swapFree=4620/50192
[pid=23326] ppid=23324 vsize=43056 CPUtime=6.3
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 11228 0 0 0 622 8 0 0 20 0 1 0 654503845 44089344 10408 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134600972 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 10764 10408 77 177 0 10586 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43056

[startup+12.7005 s]
/proc/loadavg: 11.77 11.24 8.66 2/185 23327
/proc/meminfo: memFree=18997484/36427776 swapFree=4620/52100
[pid=23326] ppid=23324 vsize=44564 CPUtime=12.7
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 11585 0 0 0 1262 8 0 0 20 0 1 0 654503845 45633536 10765 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134600718 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 11141 10765 77 177 0 10963 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44564

[startup+25.5016 s]
/proc/loadavg: 9.38 10.74 8.53 2/185 23327
/proc/meminfo: memFree=18997260/36427776 swapFree=4620/52432
[pid=23326] ppid=23324 vsize=44696 CPUtime=25.5
/proc/23326/stat : 23326 (ttsth-5-0) R 23324 23326 15497 0 -1 4202496 11716 0 0 0 2542 8 0 0 20 0 1 0 654503845 45768704 10896 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134728922 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 11174 10896 77 177 0 10996 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 44696

[startup+51.1043 s]
/proc/loadavg: 10.70 10.91 8.65 17/201 23348
/proc/meminfo: memFree=17948960/36427776 swapFree=4692/1102056
[pid=23326] ppid=23324 vsize=1226188 CPUtime=393.37
/proc/23326/stat : 23326 (ttsth-5-0) S 23324 23326 15497 0 -1 4202496 275891 0 0 0 12655 26682 0 0 20 0 17 0 654503845 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 306547 274504 95 177 0 306369 0
[pid=23326/tid=23333] ppid=23324 vsize=1226188 CPUtime=23.24
/proc/23326/task/23333/stat : 23333 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 52248 0 0 0 2278 46 0 0 20 0 17 0 654506627 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134593319 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=1226188 CPUtime=22.86
/proc/23326/task/23334/stat : 23334 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1470 0 0 0 544 1742 0 0 20 0 17 0 654506627 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23335/stat : 23335 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1574 0 0 0 534 1750 0 0 20 0 17 0 654506627 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=1226188 CPUtime=22.86
/proc/23326/task/23336/stat : 23336 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1743 0 0 0 538 1748 0 0 20 0 17 0 654506627 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23337/stat : 23337 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1629 0 0 0 492 1792 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23338/stat : 23338 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1183 0 0 0 510 1774 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=1226188 CPUtime=22.82
/proc/23326/task/23339/stat : 23339 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1356 0 0 0 490 1792 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23340/stat : 23340 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1601 0 0 0 524 1760 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=1226188 CPUtime=22.8
/proc/23326/task/23341/stat : 23341 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1336 0 0 0 504 1776 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23342/stat : 23342 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1703 0 0 0 520 1764 0 0 20 0 17 0 654506628 1255616512 274504 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=1226188 CPUtime=22.86
/proc/23326/task/23343/stat : 23343 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1238 0 0 0 482 1804 0 0 20 0 17 0 654506628 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=1226188 CPUtime=22.86
/proc/23326/task/23344/stat : 23344 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1373 0 0 0 498 1788 0 0 20 0 17 0 654506628 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=1226188 CPUtime=22.92
/proc/23326/task/23345/stat : 23345 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1476 0 0 0 512 1780 0 0 20 0 17 0 654506628 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23326/tid=23346] ppid=23324 vsize=1226188 CPUtime=22.34
/proc/23326/task/23346/stat : 23346 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1327 0 0 0 496 1738 0 0 20 0 17 0 654506629 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23326/tid=23347] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23347/stat : 23347 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1658 0 0 0 526 1758 0 0 20 0 17 0 654506629 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134680467 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23348] ppid=23324 vsize=1226188 CPUtime=22.84
/proc/23326/task/23348/stat : 23348 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 1634 0 0 0 496 1788 0 0 20 0 17 0 654506629 1255616512 274505 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 393.37
Current children cumulated vsize (KiB) 1226188

[startup+102.316 s]
/proc/loadavg: 13.79 11.73 9.06 17/201 23348
/proc/meminfo: memFree=17410680/36427776 swapFree=4692/1639732
[pid=23326] ppid=23324 vsize=1793196 CPUtime=1197.25
/proc/23326/stat : 23326 (ttsth-5-0) S 23324 23326 15497 0 -1 4202496 409531 0 0 0 40477 79248 0 0 20 0 17 0 654503845 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 448299 408144 95 177 0 448121 0
[pid=23326/tid=23333] ppid=23324 vsize=1793196 CPUtime=74.43
/proc/23326/task/23333/stat : 23333 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 127740 0 0 0 7319 124 0 0 20 0 17 0 654506627 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=1793196 CPUtime=73.05
/proc/23326/task/23334/stat : 23334 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4001 0 0 0 2040 5265 0 0 20 0 17 0 654506627 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=1793196 CPUtime=73.1
/proc/23326/task/23335/stat : 23335 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3741 0 0 0 2102 5208 0 0 20 0 17 0 654506627 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=1793196 CPUtime=73.05
/proc/23326/task/23336/stat : 23336 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3918 0 0 0 1992 5313 0 0 20 0 17 0 654506627 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134680320 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=1793196 CPUtime=73.18
/proc/23326/task/23337/stat : 23337 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 13189 0 0 0 2204 5114 0 0 20 0 17 0 654506628 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=1793196 CPUtime=73.01
/proc/23326/task/23338/stat : 23338 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 2882 0 0 0 1984 5317 0 0 20 0 17 0 654506628 1836232704 408144 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=1793196 CPUtime=73.06
/proc/23326/task/23339/stat : 23339 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4393 0 0 0 2038 5268 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=1793196 CPUtime=73.05
/proc/23326/task/23340/stat : 23340 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3918 0 0 0 2072 5233 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=1793196 CPUtime=73.07
/proc/23326/task/23341/stat : 23341 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3458 0 0 0 2042 5265 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=1793196 CPUtime=73.15
/proc/23326/task/23342/stat : 23342 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4678 0 0 0 2142 5173 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=1793196 CPUtime=73.1
/proc/23326/task/23343/stat : 23343 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 2768 0 0 0 1886 5424 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=1793196 CPUtime=73.18
/proc/23326/task/23344/stat : 23344 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4186 0 0 0 1964 5354 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=1793196 CPUtime=73.3
/proc/23326/task/23345/stat : 23345 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4259 0 0 0 1994 5336 0 0 20 0 17 0 654506628 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134590248 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23326/tid=23346] ppid=23324 vsize=1793196 CPUtime=71.54
/proc/23326/task/23346/stat : 23346 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 17478 0 0 0 1998 5156 0 0 20 0 17 0 654506629 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23326/tid=23347] ppid=23324 vsize=1793196 CPUtime=72.99
/proc/23326/task/23347/stat : 23347 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3706 0 0 0 2006 5293 0 0 20 0 17 0 654506629 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23348] ppid=23324 vsize=1793196 CPUtime=73.05
/proc/23326/task/23348/stat : 23348 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3875 0 0 0 1980 5325 0 0 20 0 17 0 654506629 1836232704 408145 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134591304 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1197.25
Current children cumulated vsize (KiB) 1793196



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+116.804 s]
/proc/loadavg: 14.06 11.86 9.13 17/201 23348
/proc/meminfo: memFree=17125032/36427776 swapFree=4692/1924812
[pid=23326] ppid=23324 vsize=2096300 CPUtime=1424.56
/proc/23326/stat : 23326 (ttsth-5-0) S 23324 23326 15497 0 -1 4202496 480808 0 0 0 49323 93133 0 0 20 0 17 0 654503845 2146611200 479421 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 524075 479421 95 177 0 523897 0
[pid=23326/tid=23333] ppid=23324 vsize=2096300 CPUtime=88.91
/proc/23326/task/23333/stat : 23333 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 149135 0 0 0 8737 154 0 0 20 0 17 0 654506627 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=2096300 CPUtime=87.21
/proc/23326/task/23334/stat : 23334 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4920 0 0 0 2518 6203 0 0 20 0 17 0 654506627 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=2096300 CPUtime=87.27
/proc/23326/task/23335/stat : 23335 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4379 0 0 0 2586 6141 0 0 20 0 17 0 654506627 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=2096300 CPUtime=87.2
/proc/23326/task/23336/stat : 23336 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4356 0 0 0 2450 6270 0 0 20 0 17 0 654506627 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=2096300 CPUtime=87.51
/proc/23326/task/23337/stat : 23337 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 21402 0 0 0 2848 5903 0 0 20 0 17 0 654506628 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=2096300 CPUtime=87.16
/proc/23326/task/23338/stat : 23338 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3641 0 0 0 2436 6280 0 0 20 0 17 0 654506628 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=2096300 CPUtime=87.24
/proc/23326/task/23339/stat : 23339 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 7807 0 0 0 2452 6272 0 0 20 0 17 0 654506628 2146611200 479422 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=2096300 CPUtime=87.25
/proc/23326/task/23340/stat : 23340 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 4615 0 0 0 2564 6161 0 0 20 0 17 0 654506628 2146611200 479423 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=2096300 CPUtime=87.28
/proc/23326/task/23341/stat : 23341 (ttsth-5-0) S 23324 23326 15497 0 -1 4202560 5956 0 0 0 2540 6188 0 0 20 0 17 0 654506628 2146611200 479423 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=2096300 CPUtime=87.4
/proc/23326/task/23342/stat : 23342 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 9902 0 0 0 2652 6088 0 0 20 0 17 0 654506628 2146611200 479423 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=2096300 CPUtime=87.29
/proc/23326/task/23343/stat : 23343 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 3340 0 0 0 2348 6381 0 0 20 0 17 0 654506628 2146611200 479423 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=2096300 CPUtime=87.43
/proc/23326/task/23344/stat : 23344 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 6937 0 0 0 2462 6281 0 0 20 0 17 0 654506628 2146611200 479423 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134758964 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=2096300 CPUtime=87.57
/proc/23326/task/23345/stat : 23345 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 10449 0 0 0 2502 6255 0 0 20 0 17 0 654506628 2146611200 479424 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23326/tid=23346] ppid=23324 vsize=2096300 CPUtime=85.52
/proc/23326/task/23346/stat : 23346 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 29230 0 0 0 2612 5940 0 0 20 0 17 0 654506629 2146611200 479424 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23326/tid=23347] ppid=23324 vsize=2096300 CPUtime=87.17
/proc/23326/task/23347/stat : 23347 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 6296 0 0 0 2476 6241 0 0 20 0 17 0 654506629 2146611200 479424 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23348] ppid=23324 vsize=2096300 CPUtime=87.2
/proc/23326/task/23348/stat : 23348 (ttsth-5-0) R 23324 23326 15497 0 -1 4202560 7103 0 0 0 2426 6294 0 0 20 0 17 0 654506629 2146611200 479424 18446744073709551615 134512640 135237372 4289526176 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1424.56
Current children cumulated vsize (KiB) 2096300

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

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

[startup+116.925 s]
/proc/loadavg: 14.06 11.86 9.13 17/201 23348
/proc/meminfo: memFree=17125032/36427776 swapFree=4692/1924812
[pid=23326] ppid=23324 vsize=0 CPUtime=1424.8
/proc/23326/stat : 23326 (ttsth-5-0) Z 23324 23326 15497 0 -1 4203532 480863 0 0 0 49329 93151 0 0 20 0 2 0 654503845 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23326/statm: 0 0 0 0 0 0 0
[pid=23326/tid=23348] ppid=23324 vsize=0 CPUtime=87.3
/proc/23326/task/23348/stat : 23348 (ttsth-5-0) R 23324 23326 15497 0 -1 4203588 7108 0 0 0 2426 6304 0 0 20 0 2 0 654506629 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1424.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 116.998
CPU time (s): 1424.88
CPU user time (s): 493.287
CPU system time (s): 931.59
CPU usage (%): 1217.86
Max. virtual memory (cumulated for all children) (KiB): 2096300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.287
system time used= 931.59
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480863
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= 119249
involuntary context switches= 3170

runsolver used 0.528033 second user time and 1.6281 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:59:35
IDJOB=1779285
IDBENCH=70827
IDSOLVER=634
FILE ID=xenhost3-49/1779285-1244951975
PBS_JOBID=
Free space on /tmp= 7020 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779285-1244951975/watcher-1779285-1244951975 -o /tmp/evaluation-result-1779285-1244951975/solver-1779285-1244951975 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779285-1244951975.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 019984f9d84c315e8eec645fb9d169da
RANDOM SEED= 734430186

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19041720 kB
Buffers:        482608 kB
Cached:       14120448 kB
SwapCached:          0 kB
Active:        4129260 kB
Inactive:     10482696 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:        7568 kB
Mapped:           3648 kB
Slab:           721504 kB
SReclaimable:   694732 kB
SUnreclaim:      26772 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7020 MiB
End job on xenhost3-49 at 2009-06-14 06:01:34