Trace number 1779930

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) 1592.45 112.699

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark372.41
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.30/0.31	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779930-1244957616.cnf 
0.30/0.31	c Using SATTIMEOUT of 10000
0.30/0.31	c Using SATRAM of 2047
0.30/0.31	c Size of subset node = 16
0.30/0.31	c Variables = 33090
0.30/0.31	c Clauses = 165828
0.30/0.31	c Literals = 478271
0.30/0.31	c Reduced size:
0.30/0.31	c Variables = 33090
0.30/0.31	c Clauses = 149715
0.30/0.31	c Literals = 437828
0.30/0.31	c a2
0.50/0.57	c a1
10.70/10.76	c Independent sub-problems = 1
10.70/10.76	c Sub-problem with 27914 variables and 149715 clauses
10.70/10.76	c using permutation method 4
10.70/10.76	c count = 1
10.70/10.76	c Ordering finished 10.700 seconds
10.70/10.76	c mapped 10.750 seconds
10.70/10.76	c permuted 10.750 seconds
10.70/10.76	c about to sort
10.70/10.80	c sorted
13.00/13.04	c clauses now 149715
13.00/13.04	c init finished 11.320 seconds
13.00/13.04	c tree built 13.010 seconds
13.00/13.04	c 
13.00/13.04	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
13.00/13.04	c ---------------------------------|----------------------------------|------------------------------------------------------
13.00/13.04	c ................................ | ..........                       |                       13.1           0.0            3
13.00/13.04	c ................................ | ..........                     1 |                       13.1           0.1            3
13.00/13.04	c ****************................ | ..........                     2 | 1                     13.1           0.2            3
13.00/13.04	c ****************................ | ..........                     3 | 1                     13.1           0.2            3
13.00/13.04	c ****************................ | ..........                     4 | 1                     13.1           0.3            3
13.00/13.04	c ****************................ | ..........                     5 | 1                     13.1           0.4            3
13.00/13.04	c ****************................ | ..........                     6 | 1                     13.1           0.5            3
15.55/13.25	c ****************................ | ..........                  1000 | 4                     14.8          67.6         1620
242.15/27.71	c ****************................ | ..........                487000 | 15244                200.6        2427.8     12108791
448.39/40.76	c ****************................ | ..........                719000 | 22146                400.8        1793.7     26057763
652.92/53.62	c ****************................ | ..........                897000 | 27599                600.7        1493.2     39523759
853.73/66.26	c ****************................ | ..........               1069000 | 32688                800.2        1335.9     51483918
1056.12/78.92	c ****************................ | *.........               1185000 | 36774               1000.7        1184.1     63340545
1257.09/91.56	c ****************................ | *.........               1282000 | 40068               1201.5        1067.0     74947059
1457.85/104.11	c ****************................ | *.........               1481000 | 47632               1400.0        1057.8     84711624

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-1779930-1244957616/watcher-1779930-1244957616 -o /tmp/evaluation-result-1779930-1244957616/solver-1779930-1244957616 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779930-1244957616.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: 15.90 15.45 14.92 2/184 26156
/proc/meminfo: memFree=19042852/36427776 swapFree=3764/7112
[pid=26156] ppid=26154 vsize=1548 CPUtime=0
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 282 0 0 0 0 0 0 0 20 0 1 0 655068022 1585152 239 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 387 240 75 177 0 209 0

[startup+0.016046 s]
/proc/loadavg: 15.90 15.45 14.92 2/184 26156
/proc/meminfo: memFree=19042852/36427776 swapFree=3764/7112
[pid=26156] ppid=26154 vsize=1952 CPUtime=0
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 655068022 1998848 330 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 488 332 75 177 0 310 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1952

[startup+0.104047 s]
/proc/loadavg: 15.90 15.45 14.92 2/184 26156
/proc/meminfo: memFree=19042852/36427776 swapFree=3764/7112
[pid=26156] ppid=26154 vsize=7260 CPUtime=0.1
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 1687 0 0 0 10 0 0 0 20 0 1 0 655068022 7434240 1644 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 1815 1645 75 177 0 1637 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7260

[startup+0.304075 s]
/proc/loadavg: 15.90 15.45 14.92 2/184 26156
/proc/meminfo: memFree=19042852/36427776 swapFree=3764/7112
[pid=26156] ppid=26154 vsize=12544 CPUtime=0.3
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 2916 0 0 0 28 2 0 0 20 0 1 0 655068022 12845056 2873 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134534043 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 3136 2873 75 177 0 2958 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 12544

[startup+0.704116 s]
/proc/loadavg: 15.90 15.45 14.92 2/184 26156
/proc/meminfo: memFree=19042852/36427776 swapFree=3764/7112
[pid=26156] ppid=26154 vsize=23572 CPUtime=0.7
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 6178 0 0 0 66 4 0 0 20 0 1 0 655068022 24137728 5641 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134555272 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 5893 5641 77 177 0 5715 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 23572

[startup+1.50016 s]
/proc/loadavg: 14.71 15.21 14.84 2/185 26157
/proc/meminfo: memFree=19014604/36427776 swapFree=4476/35332
[pid=26156] ppid=26154 vsize=28472 CPUtime=1.48
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 7450 0 0 0 144 4 0 0 20 0 1 0 655068022 29155328 6913 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134600972 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 7118 6913 77 177 0 6940 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28472

[startup+3.10033 s]
/proc/loadavg: 14.71 15.21 14.84 2/185 26157
/proc/meminfo: memFree=19013580/36427776 swapFree=4396/36716
[pid=26156] ppid=26154 vsize=28724 CPUtime=3.08
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 7488 0 0 0 304 4 0 0 20 0 1 0 655068022 29413376 6951 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134600718 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 7181 6951 77 177 0 7003 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28724

[startup+6.30461 s]
/proc/loadavg: 13.61 14.98 14.77 2/185 26157
/proc/meminfo: memFree=19012612/36427776 swapFree=4620/36932
[pid=26156] ppid=26154 vsize=28856 CPUtime=6.32
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 7528 0 0 0 626 6 0 0 20 0 1 0 655068022 29548544 6991 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134600718 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 7214 6991 77 177 0 7036 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 28856

[startup+12.7052 s]
/proc/loadavg: 12.60 14.75 14.69 2/185 26157
/proc/meminfo: memFree=18742452/36427776 swapFree=4664/306332
[pid=26156] ppid=26154 vsize=344600 CPUtime=12.7
/proc/26156/stat : 26156 (ttsth-5-0) R 26154 26156 15497 0 -1 4202496 86817 0 0 0 1234 36 0 0 20 0 1 0 655068022 352870400 85986 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134749343 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 86150 85986 91 177 0 85972 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 344600

[startup+25.5064 s]
/proc/loadavg: 12.97 14.75 14.70 17/201 26173
/proc/meminfo: memFree=18504664/36427776 swapFree=4692/546196
[pid=26156] ppid=26154 vsize=672008 CPUtime=207.52
/proc/26156/stat : 26156 (ttsth-5-0) S 26154 26156 15497 0 -1 4202496 137067 0 0 0 14078 6674 0 0 20 0 17 0 655068022 688136192 136108 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 168002 136109 95 177 0 167824 0
[pid=26156/tid=26158] ppid=26154 vsize=672008 CPUtime=12.42
/proc/26156/task/26158/stat : 26158 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 4575 0 0 0 1218 24 0 0 20 0 17 0 655069324 688136192 136109 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=26156/tid=26159] ppid=26154 vsize=672008 CPUtime=12
/proc/26156/task/26159/stat : 26159 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2188 0 0 0 762 438 0 0 20 0 17 0 655069324 688136192 136109 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=26156/tid=26160] ppid=26154 vsize=672008 CPUtime=12.14
/proc/26156/task/26160/stat : 26160 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2499 0 0 0 760 454 0 0 20 0 17 0 655069324 688136192 136109 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=26156/tid=26161] ppid=26154 vsize=672008 CPUtime=12.16
/proc/26156/task/26161/stat : 26161 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2970 0 0 0 758 458 0 0 20 0 17 0 655069324 688136192 136110 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=26156/tid=26162] ppid=26154 vsize=672008 CPUtime=12.18
/proc/26156/task/26162/stat : 26162 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 3213 0 0 0 784 434 0 0 20 0 17 0 655069325 688136192 136110 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=26156/tid=26163] ppid=26154 vsize=672008 CPUtime=12.16
/proc/26156/task/26163/stat : 26163 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2548 0 0 0 778 438 0 0 20 0 17 0 655069325 688136192 136110 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=26156/tid=26164] ppid=26154 vsize=672008 CPUtime=12.18
/proc/26156/task/26164/stat : 26164 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2918 0 0 0 786 432 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=26156/tid=26165] ppid=26154 vsize=672008 CPUtime=12.18
/proc/26156/task/26165/stat : 26165 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 1839 0 0 0 778 440 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=26156/tid=26166] ppid=26154 vsize=672008 CPUtime=12.22
/proc/26156/task/26166/stat : 26166 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 3798 0 0 0 784 438 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=26156/tid=26167] ppid=26154 vsize=672008 CPUtime=12.22
/proc/26156/task/26167/stat : 26167 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 4600 0 0 0 786 436 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562373 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=26156/tid=26168] ppid=26154 vsize=672008 CPUtime=12.22
/proc/26156/task/26168/stat : 26168 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 3123 0 0 0 790 432 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=26156/tid=26169] ppid=26154 vsize=672008 CPUtime=11.86
/proc/26156/task/26169/stat : 26169 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 3200 0 0 0 724 462 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=26156/tid=26170] ppid=26154 vsize=672008 CPUtime=12.14
/proc/26156/task/26170/stat : 26170 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2794 0 0 0 772 442 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=26156/tid=26171] ppid=26154 vsize=672008 CPUtime=12.14
/proc/26156/task/26171/stat : 26171 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2686 0 0 0 764 450 0 0 20 0 17 0 655069325 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=26156/tid=26172] ppid=26154 vsize=672008 CPUtime=12.16
/proc/26156/task/26172/stat : 26172 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 3183 0 0 0 786 430 0 0 20 0 17 0 655069326 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=26156/tid=26173] ppid=26154 vsize=672008 CPUtime=11.98
/proc/26156/task/26173/stat : 26173 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 2890 0 0 0 778 420 0 0 20 0 17 0 655069326 688136192 136111 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 207.52
Current children cumulated vsize (KiB) 672008

[startup+51.1027 s]
/proc/loadavg: 14.04 14.84 14.73 17/201 26173
/proc/meminfo: memFree=18058792/36427776 swapFree=4692/991332
[pid=26156] ppid=26154 vsize=1150768 CPUtime=613.21
/proc/26156/stat : 26156 (ttsth-5-0) S 26154 26156 15497 0 -1 4202496 249526 0 0 0 52553 8768 0 0 20 0 17 0 655068022 1178386432 248566 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 287692 248567 95 177 0 287514 0
[pid=26156/tid=26158] ppid=26154 vsize=1150768 CPUtime=37.99
/proc/26156/task/26158/stat : 26158 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 10833 0 0 0 3765 34 0 0 20 0 17 0 655069324 1178386432 248567 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=26156/tid=26159] ppid=26154 vsize=1150768 CPUtime=37.3
/proc/26156/task/26159/stat : 26159 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 7260 0 0 0 3110 620 0 0 20 0 17 0 655069324 1178386432 248567 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=26156/tid=26160] ppid=26154 vsize=1150768 CPUtime=37.44
/proc/26156/task/26160/stat : 26160 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9582 0 0 0 3128 616 0 0 20 0 17 0 655069324 1178386432 248567 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=26156/tid=26161] ppid=26154 vsize=1150768 CPUtime=37.52
/proc/26156/task/26161/stat : 26161 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9805 0 0 0 3130 622 0 0 20 0 17 0 655069324 1178386432 248568 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=26156/tid=26162] ppid=26154 vsize=1150768 CPUtime=37.62
/proc/26156/task/26162/stat : 26162 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 10628 0 0 0 3220 542 0 0 20 0 17 0 655069325 1178386432 248569 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=26156/tid=26163] ppid=26154 vsize=1150768 CPUtime=37.6
/proc/26156/task/26163/stat : 26163 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9856 0 0 0 3202 558 0 0 20 0 17 0 655069325 1178386432 248569 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=26156/tid=26164] ppid=26154 vsize=1150768 CPUtime=37.6
/proc/26156/task/26164/stat : 26164 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9798 0 0 0 3204 556 0 0 20 0 17 0 655069325 1178386432 248569 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=26156/tid=26165] ppid=26154 vsize=1150768 CPUtime=37.62
/proc/26156/task/26165/stat : 26165 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9032 0 0 0 3196 566 0 0 20 0 17 0 655069325 1178386432 248569 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=26156/tid=26166] ppid=26154 vsize=1150768 CPUtime=37.62
/proc/26156/task/26166/stat : 26166 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 12396 0 0 0 3182 580 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=26156/tid=26167] ppid=26154 vsize=1150768 CPUtime=37.64
/proc/26156/task/26167/stat : 26167 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 14607 0 0 0 3178 586 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=26156/tid=26168] ppid=26154 vsize=1150768 CPUtime=37.65
/proc/26156/task/26168/stat : 26168 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 10505 0 0 0 3205 560 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=26156/tid=26169] ppid=26154 vsize=1150768 CPUtime=36.52
/proc/26156/task/26169/stat : 26169 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 8493 0 0 0 3026 626 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562314 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=26156/tid=26170] ppid=26154 vsize=1150768 CPUtime=37.52
/proc/26156/task/26170/stat : 26170 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 10049 0 0 0 3186 566 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=26156/tid=26171] ppid=26154 vsize=1150768 CPUtime=37.42
/proc/26156/task/26171/stat : 26171 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 9796 0 0 0 3148 594 0 0 20 0 17 0 655069325 1178386432 248570 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=26156/tid=26172] ppid=26154 vsize=1150768 CPUtime=37.58
/proc/26156/task/26172/stat : 26172 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 10132 0 0 0 3194 564 0 0 20 0 17 0 655069326 1178386432 248571 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=26156/tid=26173] ppid=26154 vsize=1150768 CPUtime=37.41
/proc/26156/task/26173/stat : 26173 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 8710 0 0 0 3207 534 0 0 20 0 17 0 655069326 1178386432 248571 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 613.21
Current children cumulated vsize (KiB) 1150768

[startup+102.312 s]
/proc/loadavg: 15.15 15.02 14.79 17/201 26178
/proc/meminfo: memFree=17294424/36427776 swapFree=4692/1754196
[pid=26156] ppid=26154 vsize=1951864 CPUtime=1429.35
/proc/26156/stat : 26156 (ttsth-5-0) S 26154 26156 15497 0 -1 4202496 437518 0 0 0 132964 9971 0 0 20 0 17 0 655068022 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 487966 436558 95 177 0 487788 0
[pid=26156/tid=26158] ppid=26154 vsize=1951864 CPUtime=89.19
/proc/26156/task/26158/stat : 26158 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 23022 0 0 0 8859 60 0 0 20 0 17 0 655069324 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=26156/tid=26159] ppid=26154 vsize=1951864 CPUtime=88.34
/proc/26156/task/26159/stat : 26159 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 16449 0 0 0 8128 706 0 0 20 0 17 0 655069324 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=26156/tid=26160] ppid=26154 vsize=1951864 CPUtime=88.54
/proc/26156/task/26160/stat : 26160 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 17764 0 0 0 8186 668 0 0 20 0 17 0 655069324 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=26156/tid=26161] ppid=26154 vsize=1951864 CPUtime=88.57
/proc/26156/task/26161/stat : 26161 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 21065 0 0 0 8145 712 0 0 20 0 17 0 655069324 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562413 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=26156/tid=26162] ppid=26154 vsize=1951864 CPUtime=88.69
/proc/26156/task/26162/stat : 26162 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 23120 0 0 0 8249 620 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=26156/tid=26163] ppid=26154 vsize=1951864 CPUtime=88.66
/proc/26156/task/26163/stat : 26163 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 24382 0 0 0 8232 634 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134588046 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=26156/tid=26164] ppid=26154 vsize=1951864 CPUtime=88.7
/proc/26156/task/26164/stat : 26164 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 19036 0 0 0 8246 624 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134749337 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=26156/tid=26165] ppid=26154 vsize=1951864 CPUtime=88.69
/proc/26156/task/26165/stat : 26165 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 20376 0 0 0 8227 642 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=26156/tid=26166] ppid=26154 vsize=1951864 CPUtime=88.63
/proc/26156/task/26166/stat : 26166 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 24566 0 0 0 8187 676 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=26156/tid=26167] ppid=26154 vsize=1951864 CPUtime=88.74
/proc/26156/task/26167/stat : 26167 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 27210 0 0 0 8196 678 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=26156/tid=26168] ppid=26154 vsize=1951864 CPUtime=88.72
/proc/26156/task/26168/stat : 26168 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 24087 0 0 0 8230 642 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134732535 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=26156/tid=26169] ppid=26154 vsize=1951864 CPUtime=86.46
/proc/26156/task/26169/stat : 26169 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 17037 0 0 0 7916 730 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=26156/tid=26170] ppid=26154 vsize=1951864 CPUtime=88.59
/proc/26156/task/26170/stat : 26170 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 22415 0 0 0 8225 634 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=26156/tid=26171] ppid=26154 vsize=1951864 CPUtime=88.51
/proc/26156/task/26171/stat : 26171 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 25695 0 0 0 8179 672 0 0 20 0 17 0 655069325 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=26156/tid=26172] ppid=26154 vsize=1951864 CPUtime=88.7
/proc/26156/task/26172/stat : 26172 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 24026 0 0 0 8252 618 0 0 20 0 17 0 655069326 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=26156/tid=26173] ppid=26154 vsize=1951864 CPUtime=88.47
/proc/26156/task/26173/stat : 26173 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 19221 0 0 0 8237 610 0 0 20 0 17 0 655069326 1998708736 436558 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1429.35
Current children cumulated vsize (KiB) 1951864



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+112.505 s]
/proc/loadavg: 15.28 15.05 14.80 17/201 26178
/proc/meminfo: memFree=17158656/36427776 swapFree=4692/1888420
[pid=26156] ppid=26154 vsize=2096696 CPUtime=1592.13
/proc/26156/stat : 26156 (ttsth-5-0) S 26154 26156 15497 0 -1 4202496 471579 0 0 0 149098 10115 0 0 20 0 17 0 655068022 2147016704 470619 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 524174 470619 95 177 0 523996 0
[pid=26156/tid=26158] ppid=26154 vsize=2096696 CPUtime=99.39
/proc/26156/task/26158/stat : 26158 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 25899 0 0 0 9873 66 0 0 20 0 17 0 655069324 2147016704 470620 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=26156/tid=26159] ppid=26154 vsize=2096696 CPUtime=98.52
/proc/26156/task/26159/stat : 26159 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 18832 0 0 0 9136 716 0 0 20 0 17 0 655069324 2147016704 470620 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=26156/tid=26160] ppid=26154 vsize=2096696 CPUtime=98.73
/proc/26156/task/26160/stat : 26160 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 19408 0 0 0 9197 676 0 0 20 0 17 0 655069324 2147016704 470620 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=26156/tid=26161] ppid=26154 vsize=2096696 CPUtime=98.74
/proc/26156/task/26161/stat : 26161 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 23414 0 0 0 9150 724 0 0 20 0 17 0 655069324 2147016704 470620 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=26156/tid=26162] ppid=26154 vsize=2096696 CPUtime=98.88
/proc/26156/task/26162/stat : 26162 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 25161 0 0 0 9254 634 0 0 20 0 17 0 655069325 2147016704 470620 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=26156/tid=26163] ppid=26154 vsize=2096696 CPUtime=98.85
/proc/26156/task/26163/stat : 26163 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 27042 0 0 0 9243 642 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=26156/tid=26164] ppid=26154 vsize=2096696 CPUtime=98.89
/proc/26156/task/26164/stat : 26164 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 20375 0 0 0 9259 630 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=26156/tid=26165] ppid=26154 vsize=2096696 CPUtime=98.87
/proc/26156/task/26165/stat : 26165 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 23817 0 0 0 9237 650 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134587166 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=26156/tid=26166] ppid=26154 vsize=2096696 CPUtime=98.8
/proc/26156/task/26166/stat : 26166 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 25889 0 0 0 9186 694 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=26156/tid=26167] ppid=26154 vsize=2096696 CPUtime=98.92
/proc/26156/task/26167/stat : 26167 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 29630 0 0 0 9206 686 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134519962 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=26156/tid=26168] ppid=26154 vsize=2096696 CPUtime=98.92
/proc/26156/task/26168/stat : 26168 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 26717 0 0 0 9238 654 0 0 20 0 17 0 655069325 2147016704 470621 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=26156/tid=26169] ppid=26154 vsize=2096696 CPUtime=96.41
/proc/26156/task/26169/stat : 26169 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 19256 0 0 0 8905 736 0 0 20 0 17 0 655069325 2147016704 470622 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=26156/tid=26170] ppid=26154 vsize=2096696 CPUtime=98.78
/proc/26156/task/26170/stat : 26170 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 23347 0 0 0 9236 642 0 0 20 0 17 0 655069325 2147016704 470622 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=26156/tid=26171] ppid=26154 vsize=2096696 CPUtime=98.69
/proc/26156/task/26171/stat : 26171 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 28312 0 0 0 9187 682 0 0 20 0 17 0 655069325 2147016704 470622 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=26156/tid=26172] ppid=26154 vsize=2096696 CPUtime=98.9
/proc/26156/task/26172/stat : 26172 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 25470 0 0 0 9268 622 0 0 20 0 17 0 655069326 2147016704 470622 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=26156/tid=26173] ppid=26154 vsize=2096696 CPUtime=98.69
/proc/26156/task/26173/stat : 26173 (ttsth-5-0) R 26154 26156 15497 0 -1 4202560 20964 0 0 0 9253 616 0 0 20 0 17 0 655069326 2147016704 470623 18446744073709551615 134512640 135237372 4291255120 18446744073709551615 134562309 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1592.13
Current children cumulated vsize (KiB) 2096696

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

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

[startup+112.626 s]
/proc/loadavg: 15.28 15.05 14.80 17/201 26178
/proc/meminfo: memFree=17158656/36427776 swapFree=4692/1888420
[pid=26156] ppid=26154 vsize=0 CPUtime=1592.37
/proc/26156/stat : 26156 (ttsth-5-0) Z 26154 26156 15497 0 -1 4203532 471610 0 0 0 149112 10125 0 0 20 0 2 0 655068022 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26156/statm: 0 0 0 0 0 0 0
[pid=26156/tid=26173] ppid=26154 vsize=0 CPUtime=98.77
/proc/26156/task/26173/stat : 26173 (ttsth-5-0) R 26154 26156 15497 0 -1 4203588 20964 0 0 0 9253 624 0 0 20 0 2 0 655069326 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1592.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 112.699
CPU time (s): 1592.45
CPU user time (s): 1491.13
CPU system time (s): 101.322
CPU usage (%): 1413.01
Max. virtual memory (cumulated for all children) (KiB): 2096696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1491.13
system time used= 101.322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471610
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= 102260
involuntary context switches= 3227

runsolver used 0.540033 second user time and 1.5681 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 07:33:36
IDJOB=1779930
IDBENCH=70941
IDSOLVER=634
FILE ID=xenhost3-49/1779930-1244957616
PBS_JOBID=
Free space on /tmp= 7021 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED= 2017550591

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:      19042852 kB
Buffers:        484460 kB
Cached:       14119808 kB
SwapCached:          0 kB
Active:        4130888 kB
Inactive:     10481840 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            3348 kB
Writeback:           0 kB
AnonPages:        7112 kB
Mapped:           3764 kB
Slab:           721696 kB
SReclaimable:   694924 kB
SUnreclaim:      26772 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= 7021 MiB
End job on xenhost3-49 at 2009-06-14 07:35:31