Trace number 1776450

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) 1389.67 119.594

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark395.12
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data

0.28/0.39	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776450-1244931866.cnf 
0.28/0.39	c Using SATTIMEOUT of 10000
0.28/0.39	c Using SATRAM of 2047
0.28/0.39	c Size of subset node = 16
0.28/0.39	c Variables = 24604
0.28/0.39	c Clauses = 261473
0.28/0.39	c Literals = 744579
0.28/0.39	c Reduced size:
0.28/0.39	c Variables = 24604
0.28/0.39	c Clauses = 261450
0.28/0.39	c Literals = 744529
0.28/0.39	c a2
1.58/1.62	c a1
8.10/8.12	c Independent sub-problems = 1
8.10/8.12	c Sub-problem with 24600 variables and 261450 clauses
8.10/8.12	c using permutation method 4
8.10/8.12	c count = 1
8.10/8.12	c Ordering finished 8.020 seconds
8.10/8.12	c mapped 8.110 seconds
8.10/8.12	c permuted 8.110 seconds
8.10/8.12	c about to sort
8.10/8.18	c sorted
33.00/33.08	c clauses now 261450
33.00/33.08	c init finished 8.650 seconds
33.00/33.08	c tree built 33.080 seconds
33.00/33.08	c 
33.00/33.08	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
33.00/33.08	c ---------------------------------|----------------------------------|------------------------------------------------------
33.00/33.08	c ................................ | ..........                       |                       33.1           0.0             
33.00/33.08	c ................................ | ..........                     1 |                       33.1           0.0             
33.00/33.08	c ................................ | ..........                     2 |                       33.1           0.1             
33.00/33.08	c ................................ | ..........                     3 |                       33.1           0.1             
33.00/33.08	c ................................ | ..........                     4 |                       33.1           0.1             
33.00/33.08	c ................................ | ..........                     5 |                       33.1           0.2            1
34.66/33.24	c ................................ | ..........                  1000 | 2                     34.3          29.2         3536
275.14/48.69	c ................................ | ..........                705000 | 9368                 200.1        3523.2      8588057
531.19/64.97	c ................................ | ..........               1300000 | 17706                402.5        3229.7     24803093
770.04/80.15	c ................................ | ..........               1836000 | 25173                602.7        3046.2     40167233
996.88/94.57	c ................................ | ..........               2339000 | 32216                801.4        2918.6     55716652
1222.28/108.90	c ................................ | *.........               2831000 | 39122               1001.6        2826.6     69806060

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-1776450-1244931866/watcher-1776450-1244931866 -o /tmp/evaluation-result-1776450-1244931866/solver-1776450-1244931866 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776450-1244931866.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.00 1.49 5.04 2/184 19258
/proc/meminfo: memFree=19055912/36427776 swapFree=4552/7608
[pid=19258] ppid=19256 vsize=1580 CPUtime=0
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 652493001 1617920 233 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 395 233 74 177 0 217 0

[startup+0.015123 s]
/proc/loadavg: 1.00 1.49 5.04 2/184 19258
/proc/meminfo: memFree=19055912/36427776 swapFree=4552/7608
[pid=19258] ppid=19256 vsize=1864 CPUtime=0
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 652493001 1908736 319 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134524704 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 466 321 75 177 0 288 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1864

[startup+0.103147 s]
/proc/loadavg: 1.00 1.49 5.04 2/184 19258
/proc/meminfo: memFree=19055912/36427776 swapFree=4552/7608
[pid=19258] ppid=19256 vsize=7848 CPUtime=0.08
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 1814 0 0 0 8 0 0 0 20 0 1 0 652493001 8036352 1771 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134639534 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 1962 1772 75 177 0 1784 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7848

[startup+0.30319 s]
/proc/loadavg: 1.00 1.49 5.04 2/184 19258
/proc/meminfo: memFree=19055912/36427776 swapFree=4552/7608
[pid=19258] ppid=19256 vsize=19148 CPUtime=0.28
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 4478 0 0 0 26 2 0 0 20 0 1 0 652493001 19607552 4435 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134523154 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 4787 4435 75 177 0 4609 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19148

[startup+0.703185 s]
/proc/loadavg: 1.00 1.49 5.04 2/184 19258
/proc/meminfo: memFree=19055912/36427776 swapFree=4552/7608
[pid=19258] ppid=19256 vsize=68332 CPUtime=0.68
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 15795 0 0 0 62 6 0 0 20 0 1 0 652493001 69971968 15682 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134519981 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 17083 15682 76 177 0 16905 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68332

[startup+1.50327 s]
/proc/loadavg: 1.00 1.49 5.04 2/185 19259
/proc/meminfo: memFree=18993284/36427776 swapFree=4676/70712
[pid=19258] ppid=19256 vsize=68332 CPUtime=1.48
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 15795 0 0 0 142 6 0 0 20 0 1 0 652493001 69971968 15682 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134680737 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 17083 15682 76 177 0 16905 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68332

[startup+3.1034 s]
/proc/loadavg: 1.00 1.49 5.04 2/185 19259
/proc/meminfo: memFree=18996040/36427776 swapFree=5088/68124
[pid=19258] ppid=19256 vsize=62572 CPUtime=3.1
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 16542 0 0 0 302 8 0 0 20 0 1 0 652493001 64073728 14880 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134730922 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 15643 14880 77 177 0 15465 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 62572

[startup+6.30371 s]
/proc/loadavg: 1.00 1.48 5.02 2/185 19259
/proc/meminfo: memFree=18995996/36427776 swapFree=4620/68660
[pid=19258] ppid=19256 vsize=62572 CPUtime=6.3
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 16583 0 0 0 622 8 0 0 20 0 1 0 652493001 64073728 14921 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134600738 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 15643 14921 77 177 0 15465 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 62572

[startup+12.7002 s]
/proc/loadavg: 1.00 1.47 5.00 2/185 19259
/proc/meminfo: memFree=18765384/36427776 swapFree=4672/298272
[pid=19258] ppid=19256 vsize=295964 CPUtime=12.68
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 75680 0 0 0 1238 30 0 0 20 0 1 0 652493001 303067136 73762 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134735855 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 73991 73762 90 177 0 73813 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 295964

[startup+25.5013 s]
/proc/loadavg: 1.00 1.45 4.94 2/185 19259
/proc/meminfo: memFree=18738372/36427776 swapFree=4672/325564
[pid=19258] ppid=19256 vsize=317364 CPUtime=25.5
/proc/19258/stat : 19258 (ttsth-5-0) R 19256 19258 15497 0 -1 4202496 81044 0 0 0 2518 32 0 0 20 0 1 0 652493001 324980736 79126 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134551480 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 79341 79126 90 177 0 79163 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 317364

[startup+51.1021 s]
/proc/loadavg: 4.25 2.13 5.06 17/201 19280
/proc/meminfo: memFree=18426376/36427776 swapFree=4692/640056
[pid=19258] ppid=19256 vsize=766404 CPUtime=314.23
/proc/19258/stat : 19258 (ttsth-5-0) S 19256 19258 15497 0 -1 4202496 162940 0 0 0 16440 14983 0 0 20 0 17 0 652493001 784797696 160766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 191601 160766 95 177 0 191423 0
[pid=19258/tid=19260] ppid=19256 vsize=766404 CPUtime=17.9
/proc/19258/task/19260/stat : 19260 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 5638 0 0 0 1756 34 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134591065 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=19258/tid=19261] ppid=19256 vsize=766404 CPUtime=17.46
/proc/19258/task/19261/stat : 19261 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 2314 0 0 0 738 1008 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19258/tid=19262] ppid=19256 vsize=766404 CPUtime=17.54
/proc/19258/task/19262/stat : 19262 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 4168 0 0 0 746 1008 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19258/tid=19263] ppid=19256 vsize=766404 CPUtime=17.52
/proc/19258/task/19263/stat : 19263 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3289 0 0 0 730 1022 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19258/tid=19264] ppid=19256 vsize=766404 CPUtime=17.52
/proc/19258/task/19264/stat : 19264 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3380 0 0 0 744 1008 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19258/tid=19265] ppid=19256 vsize=766404 CPUtime=17.5
/proc/19258/task/19265/stat : 19265 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 4989 0 0 0 722 1028 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19258/tid=19266] ppid=19256 vsize=766404 CPUtime=17.58
/proc/19258/task/19266/stat : 19266 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 4344 0 0 0 792 966 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19258/tid=19267] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19267/stat : 19267 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3340 0 0 0 798 962 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=766404 CPUtime=17.58
/proc/19258/task/19268/stat : 19268 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 2705 0 0 0 758 1000 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19258/tid=19269] ppid=19256 vsize=766404 CPUtime=17.58
/proc/19258/task/19269/stat : 19269 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 2908 0 0 0 748 1010 0 0 20 0 17 0 652496310 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19258/tid=19270] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19270/stat : 19270 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3680 0 0 0 782 978 0 0 20 0 17 0 652496311 784797696 160767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19271/stat : 19271 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 2586 0 0 0 766 994 0 0 20 0 17 0 652496311 784797696 160768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19258/tid=19272] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19272/stat : 19272 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3230 0 0 0 770 990 0 0 20 0 17 0 652496311 784797696 160768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19258/tid=19273] ppid=19256 vsize=766404 CPUtime=17.22
/proc/19258/task/19273/stat : 19273 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3058 0 0 0 772 950 0 0 20 0 17 0 652496311 784797696 160769 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134561428 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19274/stat : 19274 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 3679 0 0 0 786 974 0 0 20 0 17 0 652496311 784797696 160769 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19258/tid=19275] ppid=19256 vsize=766404 CPUtime=17.6
/proc/19258/task/19275/stat : 19275 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 4405 0 0 0 756 1004 0 0 20 0 17 0 652496311 784797696 160769 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 314.23
Current children cumulated vsize (KiB) 766404

[startup+102.317 s]
/proc/loadavg: 10.82 4.24 5.63 17/201 19280
/proc/meminfo: memFree=17462464/36427776 swapFree=4692/1601928
[pid=19258] ppid=19256 vsize=1776872 CPUtime=1119.88
/proc/19258/stat : 19258 (ttsth-5-0) S 19256 19258 15497 0 -1 4202496 400940 0 0 0 76097 35891 0 0 20 0 17 0 652493001 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 444218 398766 95 177 0 444040 0
[pid=19258/tid=19260] ppid=19256 vsize=1776872 CPUtime=69.08
/proc/19258/task/19260/stat : 19260 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 22008 0 0 0 6850 58 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134591102 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=19258/tid=19261] ppid=19256 vsize=1776872 CPUtime=67.68
/proc/19258/task/19261/stat : 19261 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 18559 0 0 0 4352 2416 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134562341 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19258/tid=19262] ppid=19256 vsize=1776872 CPUtime=67.85
/proc/19258/task/19262/stat : 19262 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 19939 0 0 0 4431 2354 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19258/tid=19263] ppid=19256 vsize=1776872 CPUtime=67.8
/proc/19258/task/19263/stat : 19263 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 22814 0 0 0 4326 2454 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19258/tid=19264] ppid=19256 vsize=1776872 CPUtime=67.78
/proc/19258/task/19264/stat : 19264 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 21545 0 0 0 4370 2408 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19258/tid=19265] ppid=19256 vsize=1776872 CPUtime=67.82
/proc/19258/task/19265/stat : 19265 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 19983 0 0 0 4292 2490 0 0 20 0 17 0 652496310 1819516928 398766 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19258/tid=19266] ppid=19256 vsize=1776872 CPUtime=67.85
/proc/19258/task/19266/stat : 19266 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 20988 0 0 0 4387 2398 0 0 20 0 17 0 652496310 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19258/tid=19267] ppid=19256 vsize=1776872 CPUtime=67.99
/proc/19258/task/19267/stat : 19267 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 16633 0 0 0 4423 2376 0 0 20 0 17 0 652496310 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=1776872 CPUtime=67.94
/proc/19258/task/19268/stat : 19268 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 21110 0 0 0 4398 2396 0 0 20 0 17 0 652496310 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19258/tid=19269] ppid=19256 vsize=1776872 CPUtime=67.92
/proc/19258/task/19269/stat : 19269 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 14519 0 0 0 4394 2398 0 0 20 0 17 0 652496310 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134749318 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19258/tid=19270] ppid=19256 vsize=1776872 CPUtime=67.89
/proc/19258/task/19270/stat : 19270 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 19634 0 0 0 4407 2382 0 0 20 0 17 0 652496311 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134549872 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=1776872 CPUtime=68
/proc/19258/task/19271/stat : 19271 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 12657 0 0 0 4394 2406 0 0 20 0 17 0 652496311 1819516928 398767 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19258/tid=19272] ppid=19256 vsize=1776872 CPUtime=68.08
/proc/19258/task/19272/stat : 19272 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 14387 0 0 0 4474 2334 0 0 20 0 17 0 652496311 1819516928 398768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19258/tid=19273] ppid=19256 vsize=1776872 CPUtime=66.66
/proc/19258/task/19273/stat : 19273 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 17262 0 0 0 4324 2342 0 0 20 0 17 0 652496311 1819516928 398768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134591687 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=1776872 CPUtime=68.08
/proc/19258/task/19274/stat : 19274 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 19003 0 0 0 4404 2404 0 0 20 0 17 0 652496311 1819516928 398768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19258/tid=19275] ppid=19256 vsize=1776872 CPUtime=68.25
/proc/19258/task/19275/stat : 19275 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 14672 0 0 0 4599 2226 0 0 20 0 17 0 652496311 1819516928 398768 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1119.88
Current children cumulated vsize (KiB) 1776872



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+119.406 s]
/proc/loadavg: 12.29 5.00 5.85 17/201 19280
/proc/meminfo: memFree=17160944/36427776 swapFree=4692/1903704
[pid=19258] ppid=19256 vsize=2096752 CPUtime=1389.36
/proc/19258/stat : 19258 (ttsth-5-0) S 19256 19258 15497 0 -1 4202496 476553 0 0 0 97472 41464 0 0 20 0 17 0 652493001 2147074048 474379 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 524188 474379 95 177 0 524010 0
[pid=19258/tid=19260] ppid=19256 vsize=2096752 CPUtime=86.18
/proc/19258/task/19260/stat : 19260 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 27630 0 0 0 8550 68 0 0 20 0 17 0 652496310 2147074048 474381 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134587952 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=19258/tid=19261] ppid=19256 vsize=2096752 CPUtime=84.52
/proc/19258/task/19261/stat : 19261 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 23626 0 0 0 5678 2774 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19258/tid=19262] ppid=19256 vsize=2096752 CPUtime=84.7
/proc/19258/task/19262/stat : 19262 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 23388 0 0 0 5756 2714 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19258/tid=19263] ppid=19256 vsize=2096752 CPUtime=84.68
/proc/19258/task/19263/stat : 19263 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 28454 0 0 0 5652 2816 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19258/tid=19264] ppid=19256 vsize=2096752 CPUtime=84.64
/proc/19258/task/19264/stat : 19264 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 27273 0 0 0 5666 2798 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19258/tid=19265] ppid=19256 vsize=2096752 CPUtime=84.65
/proc/19258/task/19265/stat : 19265 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 24922 0 0 0 5585 2880 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19258/tid=19266] ppid=19256 vsize=2096752 CPUtime=84.66
/proc/19258/task/19266/stat : 19266 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 25426 0 0 0 5700 2766 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19258/tid=19267] ppid=19256 vsize=2096752 CPUtime=84.76
/proc/19258/task/19267/stat : 19267 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 22825 0 0 0 5726 2750 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134592450 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=2096752 CPUtime=84.8
/proc/19258/task/19268/stat : 19268 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 27008 0 0 0 5696 2784 0 0 20 0 17 0 652496310 2147074048 474382 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19258/tid=19269] ppid=19256 vsize=2096752 CPUtime=84.71
/proc/19258/task/19269/stat : 19269 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 18264 0 0 0 5685 2786 0 0 20 0 17 0 652496310 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134591102 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19258/tid=19270] ppid=19256 vsize=2096752 CPUtime=84.74
/proc/19258/task/19270/stat : 19270 (ttsth-5-0) S 19256 19258 15497 0 -1 4202560 23832 0 0 0 5718 2756 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=2096752 CPUtime=84.87
/proc/19258/task/19271/stat : 19271 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 14984 0 0 0 5753 2734 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19258/tid=19272] ppid=19256 vsize=2096752 CPUtime=84.91
/proc/19258/task/19272/stat : 19272 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 19329 0 0 0 5803 2688 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19258/tid=19273] ppid=19256 vsize=2096752 CPUtime=83.2
/proc/19258/task/19273/stat : 19273 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 20882 0 0 0 5602 2718 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134592468 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=2096752 CPUtime=85
/proc/19258/task/19274/stat : 19274 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 24824 0 0 0 5730 2770 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19258/tid=19275] ppid=19256 vsize=2096752 CPUtime=85.12
/proc/19258/task/19275/stat : 19275 (ttsth-5-0) R 19256 19258 15497 0 -1 4202560 18660 0 0 0 5898 2614 0 0 20 0 17 0 652496311 2147074048 474383 18446744073709551615 134512640 135237372 4292560016 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1389.36
Current children cumulated vsize (KiB) 2096752

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

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

[startup+119.525 s]
/proc/loadavg: 12.29 5.00 5.85 17/201 19280
/proc/meminfo: memFree=17160944/36427776 swapFree=4692/1903704
[pid=19258] ppid=19256 vsize=0 CPUtime=1389.59
/proc/19258/stat : 19258 (ttsth-5-0) Z 19256 19258 15497 0 -1 4203532 476620 0 0 0 97484 41475 0 0 20 0 2 0 652493001 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/19258/statm: 0 0 0 0 0 0 0
[pid=19258/tid=19275] ppid=19256 vsize=0 CPUtime=85.22
/proc/19258/task/19275/stat : 19275 (ttsth-5-0) R 19256 19258 15497 0 -1 4203588 18660 0 0 0 5898 2624 0 0 20 0 2 0 652496311 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1389.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 119.594
CPU time (s): 1389.67
CPU user time (s): 974.849
CPU system time (s): 414.822
CPU usage (%): 1161.99
Max. virtual memory (cumulated for all children) (KiB): 2096752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.849
system time used= 414.822
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476620
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= 172491
involuntary context switches= 2941

runsolver used 0.504031 second user time and 1.5641 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 00:24:26
IDJOB=1776450
IDBENCH=20573
IDSOLVER=634
FILE ID=xenhost3-49/1776450-1244931866
PBS_JOBID=
Free space on /tmp= 7021 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776450-1244931866/watcher-1776450-1244931866 -o /tmp/evaluation-result-1776450-1244931866/solver-1776450-1244931866 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776450-1244931866.cnf

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED= 286569199

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:      19055912 kB
Buffers:        472716 kB
Cached:       14119368 kB
SwapCached:          0 kB
Active:        4118792 kB
Inactive:     10481488 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            5304 kB
Writeback:           0 kB
AnonPages:        7608 kB
Mapped:           3888 kB
Slab:           717880 kB
SReclaimable:   690728 kB
SUnreclaim:      27152 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7021 MiB
End job on xenhost3-49 at 2009-06-14 00:26:28