Trace number 1780440

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) 996.346 96.1139

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.59
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

11.90/11.97	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780440-1244970828.cnf 
11.90/11.97	c Using SATTIMEOUT of 10000
11.90/11.97	c Using SATRAM of 2047
11.90/11.97	c Size of subset node = 16
11.90/11.97	c Variables = 104479
11.90/11.97	c Clauses = 500869
11.90/11.97	c Literals = 1175016
11.90/11.97	c Reduced size:
11.90/11.97	c Variables = 104479
11.90/11.97	c Clauses = 345115
11.90/11.97	c Literals = 823720
11.90/11.97	c a2
12.38/12.48	c a1
30.50/30.51	c Independent sub-problems = 1
30.50/30.51	c Sub-problem with 74753 variables and 345115 clauses
30.50/30.51	c using permutation method 4
30.50/30.51	c count = 1
30.50/30.51	c Ordering finished 30.400 seconds
30.50/30.51	c mapped 30.490 seconds
30.50/30.51	c permuted 30.490 seconds
30.50/30.51	c about to sort
30.50/30.57	c sorted
33.19/33.22	c clauses now 345115
33.19/33.22	c init finished 32.000 seconds
33.19/33.22	c tree built 33.180 seconds
33.19/33.22	c 
33.19/33.22	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
33.19/33.22	c ---------------------------------|----------------------------------|------------------------------------------------------
33.19/33.22	c ................................ | ..........                       |                       33.3           0.0             
33.19/33.22	c ................................ | ..........                     1 |                       33.3           0.0            1
33.19/33.22	c ................................ | ..........                     2 |                       33.3           0.1            3
33.19/33.22	c ................................ | ..........                     3 |                       33.3           0.1            3
33.19/33.22	c ................................ | ..........                     4 |                       33.3           0.1            3
33.19/33.22	c ................................ | ..........                     5 |                       33.3           0.2            3
33.19/33.24	c ................................ | ..........                  1000 | 3                     33.4          30.0          188
302.95/50.48	c ................................ | ..........               2096000 | 98135                200.2       10466.9      4458739
592.55/68.97	c ................................ | ..........               2656000 | 146068               400.2        6636.7     23600459
854.70/86.78	c ................................ | ..........               2945000 | 171637               600.8        4901.6     44943218

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-1780440-1244970828/watcher-1780440-1244970828 -o /tmp/evaluation-result-1780440-1244970828/solver-1780440-1244970828 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780440-1244970828.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: 1.26 1.06 1.06 2/184 28187
/proc/meminfo: memFree=19005132/36427776 swapFree=4644/7700
[pid=28187] ppid=28185 vsize=1552 CPUtime=0
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 294 0 0 0 0 0 0 0 20 0 1 0 656389248 1589248 251 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 388 252 74 177 0 210 0

[startup+0.085292 s]
/proc/loadavg: 1.26 1.06 1.06 2/184 28187
/proc/meminfo: memFree=19005132/36427776 swapFree=4644/7700
[pid=28187] ppid=28185 vsize=7520 CPUtime=0.08
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 1729 0 0 0 8 0 0 0 20 0 1 0 656389248 7700480 1687 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134536395 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 1880 1689 75 177 0 1702 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7520

[startup+0.101294 s]
/proc/loadavg: 1.26 1.06 1.06 2/184 28187
/proc/meminfo: memFree=19005132/36427776 swapFree=4644/7700
[pid=28187] ppid=28185 vsize=8576 CPUtime=0.1
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 2043 0 0 0 10 0 0 0 20 0 1 0 656389248 8781824 2000 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 2177 2002 75 177 0 1999 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8576

[startup+0.301315 s]
/proc/loadavg: 1.26 1.06 1.06 2/184 28187
/proc/meminfo: memFree=19005132/36427776 swapFree=4644/7700
[pid=28187] ppid=28185 vsize=23056 CPUtime=0.3
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 5546 0 0 0 26 4 0 0 20 0 1 0 656389248 23609344 5503 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 5764 5504 75 177 0 5586 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23056

[startup+0.701341 s]
/proc/loadavg: 1.26 1.06 1.06 2/184 28187
/proc/meminfo: memFree=19005132/36427776 swapFree=4644/7700
[pid=28187] ppid=28185 vsize=35876 CPUtime=0.7
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 8473 0 0 0 62 8 0 0 20 0 1 0 656389248 36737024 8430 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134534353 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35876

[startup+1.50139 s]
/proc/loadavg: 1.26 1.06 1.06 2/185 28188
/proc/meminfo: memFree=18971808/36427776 swapFree=4560/42172
[pid=28187] ppid=28185 vsize=35876 CPUtime=1.5
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 8473 0 0 0 142 8 0 0 20 0 1 0 656389248 36737024 8430 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134534282 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 35876

[startup+3.10158 s]
/proc/loadavg: 1.26 1.06 1.06 2/185 28188
/proc/meminfo: memFree=18971512/36427776 swapFree=4692/42896
[pid=28187] ppid=28185 vsize=35876 CPUtime=3.1
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 8473 0 0 0 302 8 0 0 20 0 1 0 656389248 36737024 8430 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134534391 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 35876

[startup+6.30179 s]
/proc/loadavg: 1.24 1.06 1.06 2/185 28188
/proc/meminfo: memFree=18971652/36427776 swapFree=4612/42716
[pid=28187] ppid=28185 vsize=35876 CPUtime=6.3
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 8473 0 0 0 622 8 0 0 20 0 1 0 656389248 36737024 8430 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134534215 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 8969 8430 75 177 0 8791 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 35876

[startup+12.7023 s]
/proc/loadavg: 1.22 1.06 1.06 2/185 28188
/proc/meminfo: memFree=18965980/36427776 swapFree=4616/49160
[pid=28187] ppid=28185 vsize=56800 CPUtime=12.68
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 15088 0 0 0 1260 8 0 0 20 0 1 0 656389248 58163200 13760 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134520019 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 14200 13760 77 177 0 14022 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56800

[startup+25.5033 s]
/proc/loadavg: 1.17 1.06 1.05 2/185 28188
/proc/meminfo: memFree=18932028/36427776 swapFree=4620/82908
[pid=28187] ppid=28185 vsize=75968 CPUtime=25.48
/proc/28187/stat : 28187 (ttsth-5-0) R 28185 28187 15497 0 -1 4202496 19810 0 0 0 2538 10 0 0 20 0 1 0 656389248 77791232 18482 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134600960 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 18992 18482 77 177 0 18814 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75968

[startup+51.1054 s]
/proc/loadavg: 5.37 2.02 1.37 17/201 28204
/proc/meminfo: memFree=17931212/36427776 swapFree=4692/1087220
[pid=28187] ppid=28185 vsize=1200808 CPUtime=313.95
/proc/28187/stat : 28187 (ttsth-5-0) S 28185 28187 15497 0 -1 4202496 275401 0 0 0 11745 19650 0 0 20 0 17 0 656389248 1229627392 273010 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 300202 273011 95 177 0 300024 0
[pid=28187/tid=28189] ppid=28185 vsize=1200808 CPUtime=17.86
/proc/28187/task/28189/stat : 28189 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 6223 0 0 0 1774 12 0 0 20 0 17 0 656392569 1229627392 273012 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28187/tid=28190] ppid=28185 vsize=1200808 CPUtime=17.58
/proc/28187/task/28190/stat : 28190 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 3193 0 0 0 506 1252 0 0 20 0 17 0 656392569 1229627392 273012 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28187/tid=28191] ppid=28185 vsize=1200808 CPUtime=17.54
/proc/28187/task/28191/stat : 28191 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1663 0 0 0 452 1302 0 0 20 0 17 0 656392569 1229627392 273012 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28187/tid=28192] ppid=28185 vsize=1200808 CPUtime=17.56
/proc/28187/task/28192/stat : 28192 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1847 0 0 0 440 1316 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28187/tid=28193] ppid=28185 vsize=1200808 CPUtime=17.54
/proc/28187/task/28193/stat : 28193 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 2456 0 0 0 458 1296 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28187/tid=28194] ppid=28185 vsize=1200808 CPUtime=17.58
/proc/28187/task/28194/stat : 28194 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1886 0 0 0 442 1316 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28187/tid=28195] ppid=28185 vsize=1200808 CPUtime=17.6
/proc/28187/task/28195/stat : 28195 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 3658 0 0 0 516 1244 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28187/tid=28196] ppid=28185 vsize=1200808 CPUtime=17.5
/proc/28187/task/28196/stat : 28196 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 2081 0 0 0 438 1312 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28187/tid=28197] ppid=28185 vsize=1200808 CPUtime=17.5
/proc/28187/task/28197/stat : 28197 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1424 0 0 0 418 1332 0 0 20 0 17 0 656392569 1229627392 273013 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28187/tid=28198] ppid=28185 vsize=1200808 CPUtime=17.48
/proc/28187/task/28198/stat : 28198 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 553 0 0 0 356 1392 0 0 20 0 17 0 656392569 1229627392 273014 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28187/tid=28199] ppid=28185 vsize=1200808 CPUtime=17.56
/proc/28187/task/28199/stat : 28199 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 3174 0 0 0 486 1270 0 0 20 0 17 0 656392570 1229627392 273014 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28187/tid=28200] ppid=28185 vsize=1200808 CPUtime=17.56
/proc/28187/task/28200/stat : 28200 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1810 0 0 0 436 1320 0 0 20 0 17 0 656392570 1229627392 273014 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28187/tid=28201] ppid=28185 vsize=1200808 CPUtime=17.56
/proc/28187/task/28201/stat : 28201 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1992 0 0 0 460 1296 0 0 20 0 17 0 656392570 1229627392 273014 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28187/tid=28202] ppid=28185 vsize=1200808 CPUtime=17.12
/proc/28187/task/28202/stat : 28202 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1190 0 0 0 410 1302 0 0 20 0 17 0 656392570 1229627392 273015 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28187/tid=28203] ppid=28185 vsize=1200808 CPUtime=17.54
/proc/28187/task/28203/stat : 28203 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 2239 0 0 0 482 1272 0 0 20 0 17 0 656392571 1229627392 273015 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28187/tid=28204] ppid=28185 vsize=1200808 CPUtime=17.54
/proc/28187/task/28204/stat : 28204 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1890 0 0 0 432 1322 0 0 20 0 17 0 656392571 1229627392 273016 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 313.95
Current children cumulated vsize (KiB) 1200808



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+95.9048 s]
/proc/loadavg: 10.98 3.97 2.06 17/201 28209
/proc/meminfo: memFree=17065772/36427776 swapFree=4692/1950300
[pid=28187] ppid=28185 vsize=2096692 CPUtime=996.01
/proc/28187/stat : 28187 (ttsth-5-0) S 28185 28187 15497 0 -1 4202496 488247 0 0 0 48021 51580 0 0 20 0 17 0 656389248 2147012608 485856 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 524173 485856 95 177 0 523995 0
[pid=28187/tid=28189] ppid=28185 vsize=2096692 CPUtime=62.45
/proc/28187/task/28189/stat : 28189 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 54287 0 0 0 6185 60 0 0 20 0 17 0 656392569 2147012608 485856 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28187/tid=28190] ppid=28185 vsize=2096692 CPUtime=60.91
/proc/28187/task/28190/stat : 28190 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 6418 0 0 0 2064 4027 0 0 20 0 17 0 656392569 2147012608 485857 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28187/tid=28191] ppid=28185 vsize=2096692 CPUtime=58.31
/proc/28187/task/28191/stat : 28191 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 4546 0 0 0 2060 3771 0 0 20 0 17 0 656392569 2147012608 485857 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28187/tid=28192] ppid=28185 vsize=2096692 CPUtime=61.5
/proc/28187/task/28192/stat : 28192 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 18071 0 0 0 3380 2770 0 0 20 0 17 0 656392569 2147012608 485857 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134591493 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28187/tid=28193] ppid=28185 vsize=2096692 CPUtime=59.89
/proc/28187/task/28193/stat : 28193 (ttsth-5-0) S 28185 28187 15497 0 -1 4202560 12168 0 0 0 2406 3583 0 0 20 0 17 0 656392569 2147012608 485857 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28187/tid=28194] ppid=28185 vsize=2096692 CPUtime=59.99
/proc/28187/task/28194/stat : 28194 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 10830 0 0 0 2630 3369 0 0 20 0 17 0 656392569 2147012608 485859 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28187/tid=28195] ppid=28185 vsize=2096692 CPUtime=61.49
/proc/28187/task/28195/stat : 28195 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 22184 0 0 0 2944 3205 0 0 20 0 17 0 656392569 2147012608 485859 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28187/tid=28196] ppid=28185 vsize=2096692 CPUtime=61.28
/proc/28187/task/28196/stat : 28196 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 19907 0 0 0 2630 3498 0 0 20 0 17 0 656392569 2147012608 485860 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28187/tid=28197] ppid=28185 vsize=2096692 CPUtime=61.21
/proc/28187/task/28197/stat : 28197 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 16992 0 0 0 2766 3355 0 0 20 0 17 0 656392569 2147012608 485861 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134749343 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28187/tid=28198] ppid=28185 vsize=2096692 CPUtime=60.12
/proc/28187/task/28198/stat : 28198 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 1817 0 0 0 1840 4172 0 0 20 0 17 0 656392569 2147012608 485861 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28187/tid=28199] ppid=28185 vsize=2096692 CPUtime=56.38
/proc/28187/task/28199/stat : 28199 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 18881 0 0 0 2600 3038 0 0 20 0 17 0 656392570 2147012608 485861 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28187/tid=28200] ppid=28185 vsize=2096692 CPUtime=61.26
/proc/28187/task/28200/stat : 28200 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 11805 0 0 0 2544 3582 0 0 20 0 17 0 656392570 2147012608 485861 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28187/tid=28201] ppid=28185 vsize=2096692 CPUtime=61.35
/proc/28187/task/28201/stat : 28201 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 11097 0 0 0 2602 3533 0 0 20 0 17 0 656392570 2147012608 485862 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28187/tid=28202] ppid=28185 vsize=2096692 CPUtime=60.03
/proc/28187/task/28202/stat : 28202 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 14078 0 0 0 2722 3281 0 0 20 0 17 0 656392570 2147012608 485862 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28187/tid=28203] ppid=28185 vsize=2096692 CPUtime=59.87
/proc/28187/task/28203/stat : 28203 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 6935 0 0 0 2318 3669 0 0 20 0 17 0 656392571 2147012608 485862 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28187/tid=28204] ppid=28185 vsize=2096692 CPUtime=56.66
/proc/28187/task/28204/stat : 28204 (ttsth-5-0) R 28185 28187 15497 0 -1 4202560 20112 0 0 0 3090 2576 0 0 20 0 17 0 656392571 2147012608 485862 18446744073709551615 134512640 135237372 4290454160 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 996.01
Current children cumulated vsize (KiB) 2096692

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

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

[startup+96.0248 s]
/proc/loadavg: 10.98 3.97 2.06 17/201 28209
/proc/meminfo: memFree=17065772/36427776 swapFree=4692/1950300
[pid=28187] ppid=28185 vsize=0 CPUtime=996.26
/proc/28187/stat : 28187 (ttsth-5-0) Z 28185 28187 15497 0 -1 4203532 488321 0 0 0 48033 51593 0 0 20 0 2 0 656389248 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 0 0 0 0 0 0 0
[pid=28187/tid=28203] ppid=28185 vsize=0 CPUtime=59.96
/proc/28187/task/28203/stat : 28203 (ttsth-5-0) R 28185 28187 15497 0 -1 4203588 6943 0 0 0 2318 3678 0 0 20 0 2 0 656392571 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 996.26
Current children cumulated vsize (KiB) 0

[startup+96.1048 s]
/proc/loadavg: 10.98 3.97 2.06 17/201 28209
/proc/meminfo: memFree=17065772/36427776 swapFree=4692/1950300
[pid=28187] ppid=28185 vsize=0 CPUtime=996.34
/proc/28187/stat : 28187 (ttsth-5-0) Z 28185 28187 15497 0 -1 4203532 488321 0 0 0 48033 51601 0 0 20 0 2 0 656389248 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/28187/statm: 0 0 0 0 0 0 0
[pid=28187/tid=28203] ppid=28185 vsize=0 CPUtime=60.04
/proc/28187/task/28203/stat : 28203 (ttsth-5-0) R 28185 28187 15497 0 -1 4203588 6943 0 0 0 2318 3686 0 0 20 0 2 0 656392571 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 996.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 96.1139
CPU time (s): 996.346
CPU user time (s): 480.33
CPU system time (s): 516.016
CPU usage (%): 1036.63
Max. virtual memory (cumulated for all children) (KiB): 2096692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.33
system time used= 516.016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488321
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= 129994
involuntary context switches= 3032

runsolver used 0.380023 second user time and 1.22808 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 11:13:48
IDJOB=1780440
IDBENCH=71006
IDSOLVER=634
FILE ID=xenhost3-49/1780440-1244970828
PBS_JOBID=
Free space on /tmp= 7015 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780440-1244970828/watcher-1780440-1244970828 -o /tmp/evaluation-result-1780440-1244970828/solver-1780440-1244970828 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780440-1244970828.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED= 1354541001

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:      19005132 kB
Buffers:        503680 kB
Cached:       14126128 kB
SwapCached:          0 kB
Active:        4150464 kB
Inactive:     10488384 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           11272 kB
Writeback:           0 kB
AnonPages:        7700 kB
Mapped:           3980 kB
Slab:           731232 kB
SReclaimable:   703756 kB
SUnreclaim:      27476 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7015 MiB
End job on xenhost3-49 at 2009-06-14 11:15:27