Trace number 1776945

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) 958.176 78.6938

General information on the benchmark

Namemizh-sha0-35-3.cnf
MD5SUM41d0118c47af202f6c4d6c3e9e8bdfb7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark161.24
Satisfiable
(Un)Satisfiability was proved
Number of variables48689
Number of clauses204067
Sum of the clauses size609421
Maximum clause length4
Minimum clause length1
Number of clauses of size 1187
Number of clauses of size 284694
Number of clauses of size 336898
Number of clauses of size 482288
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.50/0.50	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776945-1244942979.cnf 
0.50/0.50	c Using SATTIMEOUT of 10000
0.50/0.50	c Using SATRAM of 2047
0.50/0.50	c Size of subset node = 16
0.50/0.50	c Variables = 48689
0.50/0.50	c Clauses = 204067
0.50/0.50	c Literals = 609421
0.50/0.50	c Reduced size:
0.50/0.50	c Variables = 48689
0.50/0.50	c Clauses = 171167
0.50/0.50	c Literals = 494603
0.50/0.50	c a2
0.70/0.78	c a1
17.40/17.49	c Independent sub-problems = 1
17.40/17.49	c Sub-problem with 44011 variables and 171167 clauses
17.40/17.49	c using permutation method 4
17.40/17.49	c count = 1
17.40/17.49	c Ordering finished 17.430 seconds
17.40/17.49	c mapped 17.480 seconds
17.40/17.49	c permuted 17.480 seconds
17.40/17.49	c about to sort
17.52/17.53	c sorted
18.90/18.99	c clauses now 171167
18.90/18.99	c init finished 18.360 seconds
18.90/18.99	c tree built 18.960 seconds
18.90/18.99	c 
18.90/18.99	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
18.90/18.99	c ---------------------------------|----------------------------------|------------------------------------------------------
18.90/18.99	c ................................ | ..........                       |                       19.0           0.0             
18.90/18.99	c ................................ | ..........                     1 |                       19.0           0.1             
18.90/18.99	c ................................ | ..........                     2 |                       19.0           0.1             
18.90/18.99	c ................................ | ..........                     3 |                       19.0           0.2             
18.90/18.99	c ................................ | ..........                     4 |                       19.0           0.2             
18.90/18.99	c ................................ | ..........                     5 |                       19.0           0.3             
18.90/19.00	c ................................ | ..........                  1000 |                       19.1          52.4             
294.83/36.67	c ................................ | ..........               1496000 | 77012                200.5        7461.3     13250662
512.88/50.38	c ................................ | ..........               2659000 | 133544               400.1        6646.7     32934274
721.18/63.43	c ................................ | ..........               3393000 | 189325               600.6        5649.7     51923231
924.93/76.40	c ................................ | ..........               4124000 | 246498               800.0        5154.7     71172234

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-1776945-1244942979/watcher-1776945-1244942979 -o /tmp/evaluation-result-1776945-1244942979/solver-1776945-1244942979 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776945-1244942979.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.34 15.12 11.32 2/184 21007
/proc/meminfo: memFree=19051180/36427776 swapFree=3420/7632
[pid=21007] ppid=21005 vsize=1540 CPUtime=0
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 265 0 0 0 0 0 0 0 20 0 1 0 653604233 1576960 221 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 385 221 75 177 0 207 0

[startup+0.029302 s]
/proc/loadavg: 15.34 15.12 11.32 2/184 21007
/proc/meminfo: memFree=19051180/36427776 swapFree=3420/7632
[pid=21007] ppid=21005 vsize=2808 CPUtime=0.02
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 586 0 0 0 2 0 0 0 20 0 1 0 653604233 2875392 542 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134639534 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 702 542 75 177 0 524 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2808

[startup+0.101315 s]
/proc/loadavg: 15.34 15.12 11.32 2/184 21007
/proc/meminfo: memFree=19051180/36427776 swapFree=3420/7632
[pid=21007] ppid=21005 vsize=7148 CPUtime=0.1
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 1652 0 0 0 10 0 0 0 20 0 1 0 653604233 7319552 1608 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 1787 1609 75 177 0 1609 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7148

[startup+0.301351 s]
/proc/loadavg: 15.34 15.12 11.32 2/184 21007
/proc/meminfo: memFree=19051180/36427776 swapFree=3420/7632
[pid=21007] ppid=21005 vsize=16068 CPUtime=0.3
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 3828 0 0 0 26 4 0 0 20 0 1 0 653604233 16453632 3784 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134534266 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 4017 3784 75 177 0 3839 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16068

[startup+0.701358 s]
/proc/loadavg: 15.34 15.12 11.32 2/184 21007
/proc/meminfo: memFree=19051180/36427776 swapFree=3420/7632
[pid=21007] ppid=21005 vsize=30892 CPUtime=0.7
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 7519 0 0 0 66 4 0 0 20 0 1 0 653604233 31633408 7475 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134680290 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 7723 7475 76 177 0 7545 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 30892

[startup+1.50142 s]
/proc/loadavg: 14.19 14.89 11.27 2/185 21008
/proc/meminfo: memFree=19018204/36427776 swapFree=4172/41528
[pid=21007] ppid=21005 vsize=34456 CPUtime=1.5
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 8978 0 0 0 146 4 0 0 20 0 1 0 653604233 35282944 8336 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134600972 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 8614 8336 77 177 0 8436 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 34456

[startup+3.10156 s]
/proc/loadavg: 14.19 14.89 11.27 2/185 21008
/proc/meminfo: memFree=19016604/36427776 swapFree=4520/42360
[pid=21007] ppid=21005 vsize=35092 CPUtime=3.1
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 9118 0 0 0 306 4 0 0 20 0 1 0 653604233 35934208 8476 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134599269 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 8773 8476 77 177 0 8595 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 35092

[startup+6.30182 s]
/proc/loadavg: 13.13 14.66 11.21 2/185 21008
/proc/meminfo: memFree=19014680/36427776 swapFree=4620/43436
[pid=21007] ppid=21005 vsize=36264 CPUtime=6.28
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 9360 0 0 0 624 4 0 0 20 0 1 0 653604233 37134336 8718 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134600718 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 9066 8718 77 177 0 8888 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36264

[startup+12.7023 s]
/proc/loadavg: 12.16 14.43 11.16 2/185 21008
/proc/meminfo: memFree=19013828/36427776 swapFree=4620/44012
[pid=21007] ppid=21005 vsize=36396 CPUtime=12.7
/proc/21007/stat : 21007 (ttsth-5-0) R 21005 21007 15497 0 -1 4202496 9369 0 0 0 1264 6 0 0 20 0 1 0 653604233 37269504 8727 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134600704 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 9099 8727 77 177 0 8921 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 36396

[startup+25.5037 s]
/proc/loadavg: 11.65 14.24 11.13 17/201 21029
/proc/meminfo: memFree=18447240/36427776 swapFree=4692/612188
[pid=21007] ppid=21005 vsize=728440 CPUtime=121.1
/proc/21007/stat : 21007 (ttsth-5-0) S 21005 21007 15497 0 -1 4202496 153601 0 0 0 4373 7737 0 0 20 0 17 0 653604233 745922560 152261 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 182110 152262 95 177 0 181932 0
[pid=21007/tid=21009] ppid=21005 vsize=728440 CPUtime=6.5
/proc/21007/task/21009/stat : 21009 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 3980 0 0 0 642 8 0 0 20 0 17 0 653606131 745922560 152262 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21007/tid=21010] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21010/stat : 21010 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1092 0 0 0 130 506 0 0 20 0 17 0 653606131 745922560 152262 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21007/tid=21011] ppid=21005 vsize=728440 CPUtime=6.4
/proc/21007/task/21011/stat : 21011 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1037 0 0 0 138 502 0 0 20 0 17 0 653606131 745922560 152262 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21007/tid=21012] ppid=21005 vsize=728440 CPUtime=6.4
/proc/21007/task/21012/stat : 21012 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 783 0 0 0 126 514 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21007/tid=21013] ppid=21005 vsize=728440 CPUtime=6.38
/proc/21007/task/21013/stat : 21013 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 957 0 0 0 126 512 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21007/tid=21014] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21014/stat : 21014 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 860 0 0 0 126 510 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21007/tid=21015] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21015/stat : 21015 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 988 0 0 0 122 514 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21007/tid=21016] ppid=21005 vsize=728440 CPUtime=6.38
/proc/21007/task/21016/stat : 21016 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 869 0 0 0 126 512 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21007/tid=21017] ppid=21005 vsize=728440 CPUtime=6.38
/proc/21007/task/21017/stat : 21017 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1220 0 0 0 126 512 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21007/tid=21018] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21018/stat : 21018 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1243 0 0 0 120 516 0 0 20 0 17 0 653606131 745922560 152263 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21007/tid=21019] ppid=21005 vsize=728440 CPUtime=6.38
/proc/21007/task/21019/stat : 21019 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1886 0 0 0 122 516 0 0 20 0 17 0 653606131 745922560 152264 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134588414 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21007/tid=21020] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21020/stat : 21020 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1439 0 0 0 118 518 0 0 20 0 17 0 653606132 745922560 152264 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21007/tid=21021] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21021/stat : 21021 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 993 0 0 0 112 524 0 0 20 0 17 0 653606132 745922560 152264 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21007/tid=21022] ppid=21005 vsize=728440 CPUtime=6.24
/proc/21007/task/21022/stat : 21022 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 862 0 0 0 126 498 0 0 20 0 17 0 653606132 745922560 152265 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21007/tid=21023] ppid=21005 vsize=728440 CPUtime=6.38
/proc/21007/task/21023/stat : 21023 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 950 0 0 0 122 516 0 0 20 0 17 0 653606132 745922560 152265 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21007/tid=21024] ppid=21005 vsize=728440 CPUtime=6.36
/proc/21007/task/21024/stat : 21024 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 1171 0 0 0 132 504 0 0 20 0 17 0 653606133 745922560 152265 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 121.1
Current children cumulated vsize (KiB) 728440

[startup+51.1015 s]
/proc/loadavg: 13.36 14.40 11.28 17/201 21029
/proc/meminfo: memFree=17890768/36427776 swapFree=4692/1167272
[pid=21007] ppid=21005 vsize=1333468 CPUtime=525.64
/proc/21007/stat : 21007 (ttsth-5-0) S 21005 21007 15497 0 -1 4202496 295401 0 0 0 33225 19339 0 0 20 0 17 0 653604233 1365471232 294061 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 333367 294061 95 177 0 333189 0
[pid=21007/tid=21009] ppid=21005 vsize=1333468 CPUtime=32.08
/proc/21007/task/21009/stat : 21009 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 15014 0 0 0 3186 22 0 0 20 0 17 0 653606131 1365471232 294061 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21007/tid=21010] ppid=21005 vsize=1333468 CPUtime=31.38
/proc/21007/task/21010/stat : 21010 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 12373 0 0 0 1806 1332 0 0 20 0 17 0 653606131 1365471232 294062 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21007/tid=21011] ppid=21005 vsize=1333468 CPUtime=32.12
/proc/21007/task/21011/stat : 21011 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 6653 0 0 0 1916 1296 0 0 20 0 17 0 653606131 1365471232 294062 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21007/tid=21012] ppid=21005 vsize=1333468 CPUtime=32.06
/proc/21007/task/21012/stat : 21012 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 5221 0 0 0 1980 1226 0 0 20 0 17 0 653606131 1365471232 294062 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21007/tid=21013] ppid=21005 vsize=1333468 CPUtime=32.28
/proc/21007/task/21013/stat : 21013 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 6309 0 0 0 2022 1206 0 0 20 0 17 0 653606131 1365471232 294062 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21007/tid=21014] ppid=21005 vsize=1333468 CPUtime=31.38
/proc/21007/task/21014/stat : 21014 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 10957 0 0 0 1818 1320 0 0 20 0 17 0 653606131 1365471232 294062 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134737727 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21007/tid=21015] ppid=21005 vsize=1333468 CPUtime=32.14
/proc/21007/task/21015/stat : 21015 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 9906 0 0 0 1948 1266 0 0 20 0 17 0 653606131 1365471232 294063 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562334 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21007/tid=21016] ppid=21005 vsize=1333468 CPUtime=31.6
/proc/21007/task/21016/stat : 21016 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 9399 0 0 0 1902 1258 0 0 20 0 17 0 653606131 1365471232 294063 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21007/tid=21017] ppid=21005 vsize=1333468 CPUtime=31.72
/proc/21007/task/21017/stat : 21017 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 9201 0 0 0 1896 1276 0 0 20 0 17 0 653606131 1365471232 294063 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21007/tid=21018] ppid=21005 vsize=1333468 CPUtime=31.28
/proc/21007/task/21018/stat : 21018 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 11737 0 0 0 1754 1374 0 0 20 0 17 0 653606131 1365471232 294063 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21007/tid=21019] ppid=21005 vsize=1333468 CPUtime=31.56
/proc/21007/task/21019/stat : 21019 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 8919 0 0 0 1946 1210 0 0 20 0 17 0 653606131 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134680505 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21007/tid=21020] ppid=21005 vsize=1333468 CPUtime=31.48
/proc/21007/task/21020/stat : 21020 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 14892 0 0 0 1774 1374 0 0 20 0 17 0 653606132 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21007/tid=21021] ppid=21005 vsize=1333468 CPUtime=31.48
/proc/21007/task/21021/stat : 21021 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 11162 0 0 0 1820 1328 0 0 20 0 17 0 653606132 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21007/tid=21022] ppid=21005 vsize=1333468 CPUtime=30.92
/proc/21007/task/21022/stat : 21022 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 9946 0 0 0 1854 1238 0 0 20 0 17 0 653606132 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21007/tid=21023] ppid=21005 vsize=1333468 CPUtime=31.52
/proc/21007/task/21023/stat : 21023 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 10043 0 0 0 1830 1322 0 0 20 0 17 0 653606132 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562363 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21007/tid=21024] ppid=21005 vsize=1333468 CPUtime=31.54
/proc/21007/task/21024/stat : 21024 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 10396 0 0 0 1916 1238 0 0 20 0 17 0 653606133 1365471232 294064 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 525.64
Current children cumulated vsize (KiB) 1333468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+78.5036 s]
/proc/loadavg: 14.26 14.53 11.41 17/201 21029
/proc/meminfo: memFree=17162444/36427776 swapFree=4692/1896880
[pid=21007] ppid=21005 vsize=2099372 CPUtime=957.82
/proc/21007/stat : 21007 (ttsth-5-0) S 21005 21007 15497 0 -1 4202496 473335 0 0 0 75321 20461 0 0 20 0 17 0 653604233 2149756928 471995 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 524843 471996 95 177 0 524665 0
[pid=21007/tid=21009] ppid=21005 vsize=2099372 CPUtime=59.46
/proc/21007/task/21009/stat : 21009 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 40893 0 0 0 5890 56 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21007/tid=21010] ppid=21005 vsize=2099372 CPUtime=58.46
/proc/21007/task/21010/stat : 21010 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 26249 0 0 0 4422 1424 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21007/tid=21011] ppid=21005 vsize=2099372 CPUtime=58.66
/proc/21007/task/21011/stat : 21011 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 13351 0 0 0 4568 1298 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134592888 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21007/tid=21012] ppid=21005 vsize=2099372 CPUtime=59.1
/proc/21007/task/21012/stat : 21012 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 9084 0 0 0 4684 1226 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21007/tid=21013] ppid=21005 vsize=2099372 CPUtime=59.15
/proc/21007/task/21013/stat : 21013 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 11346 0 0 0 4709 1206 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21007/tid=21014] ppid=21005 vsize=2099372 CPUtime=58.5
/proc/21007/task/21014/stat : 21014 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 25532 0 0 0 4446 1404 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21007/tid=21015] ppid=21005 vsize=2099372 CPUtime=59.34
/proc/21007/task/21015/stat : 21015 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 18215 0 0 0 4668 1266 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21007/tid=21016] ppid=21005 vsize=2099372 CPUtime=58.68
/proc/21007/task/21016/stat : 21016 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 14501 0 0 0 4592 1276 0 0 20 0 17 0 653606131 2149756928 471996 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21007/tid=21017] ppid=21005 vsize=2099372 CPUtime=58.53
/proc/21007/task/21017/stat : 21017 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 21396 0 0 0 4429 1424 0 0 20 0 17 0 653606131 2149756928 471997 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21007/tid=21018] ppid=21005 vsize=2099372 CPUtime=58.04
/proc/21007/task/21018/stat : 21018 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 24263 0 0 0 4216 1588 0 0 20 0 17 0 653606131 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21007/tid=21019] ppid=21005 vsize=2099372 CPUtime=58.72
/proc/21007/task/21019/stat : 21019 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 15978 0 0 0 4588 1284 0 0 20 0 17 0 653606131 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21007/tid=21020] ppid=21005 vsize=2099372 CPUtime=58.54
/proc/21007/task/21020/stat : 21020 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 28122 0 0 0 4394 1460 0 0 20 0 17 0 653606132 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21007/tid=21021] ppid=21005 vsize=2099372 CPUtime=58.57
/proc/21007/task/21021/stat : 21021 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 27008 0 0 0 4411 1446 0 0 20 0 17 0 653606132 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21007/tid=21022] ppid=21005 vsize=2099372 CPUtime=57.89
/proc/21007/task/21022/stat : 21022 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 14374 0 0 0 4539 1250 0 0 20 0 17 0 653606132 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21007/tid=21023] ppid=21005 vsize=2099372 CPUtime=58.59
/proc/21007/task/21023/stat : 21023 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 25593 0 0 0 4445 1414 0 0 20 0 17 0 653606132 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21007/tid=21024] ppid=21005 vsize=2099372 CPUtime=58.5
/proc/21007/task/21024/stat : 21024 (ttsth-5-0) R 21005 21007 15497 0 -1 4202560 24157 0 0 0 4468 1382 0 0 20 0 17 0 653606133 2149756928 471998 18446744073709551615 134512640 135237372 4292019200 18446744073709551615 134545992 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 957.82
Current children cumulated vsize (KiB) 2099372

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

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

[startup+78.6277 s]
/proc/loadavg: 14.26 14.53 11.41 17/201 21029
/proc/meminfo: memFree=17162444/36427776 swapFree=4692/1896880
[pid=21007] ppid=21005 vsize=0 CPUtime=958.11
/proc/21007/stat : 21007 (ttsth-5-0) Z 21005 21007 15497 0 -1 4203532 473387 0 0 0 75339 20472 0 0 20 0 2 0 653604233 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21007/statm: 0 0 0 0 0 0 0
[pid=21007/tid=21024] ppid=21005 vsize=0 CPUtime=58.62
/proc/21007/task/21024/stat : 21024 (ttsth-5-0) R 21005 21007 15497 0 -1 4203588 24164 0 0 0 4468 1394 0 0 20 0 2 0 653606133 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 958.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 78.6938
CPU time (s): 958.176
CPU user time (s): 753.391
CPU system time (s): 204.785
CPU usage (%): 1217.6
Max. virtual memory (cumulated for all children) (KiB): 2099372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 753.391
system time used= 204.785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473387
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= 143349
involuntary context switches= 1965

runsolver used 0.368023 second user time and 0.96806 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 03:29:39
IDJOB=1776945
IDBENCH=69622
IDSOLVER=634
FILE ID=xenhost3-49/1776945-1244942979
PBS_JOBID=
Free space on /tmp= 7021 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-35-3.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776945-1244942979/watcher-1776945-1244942979 -o /tmp/evaluation-result-1776945-1244942979/solver-1776945-1244942979 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776945-1244942979.cnf

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

MD5SUM BENCH= 41d0118c47af202f6c4d6c3e9e8bdfb7
RANDOM SEED= 1251578520

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:      19051180 kB
Buffers:        478180 kB
Cached:       14119236 kB
SwapCached:          0 kB
Active:        4124316 kB
Inactive:     10481304 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4428 kB
Writeback:           0 kB
AnonPages:        7632 kB
Mapped:           3420 kB
Slab:           719288 kB
SReclaimable:   692296 kB
SUnreclaim:      26992 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 03:30:59