Trace number 1776840

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) 1465.51 113.798

General information on the benchmark

Namemizh-sha0-36-4.cnf
MD5SUMf43e1bf70d9ce8021bafd328efc83ae7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark72.41
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.50/0.55	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776840-1244941740.cnf 
0.50/0.55	c Using SATTIMEOUT of 10000
0.50/0.55	c Using SATRAM of 2047
0.50/0.55	c Size of subset node = 16
0.50/0.55	c Variables = 50073
0.50/0.55	c Clauses = 210235
0.50/0.55	c Literals = 628383
0.50/0.55	c Reduced size:
0.50/0.55	c Variables = 50073
0.50/0.55	c Clauses = 177614
0.50/0.55	c Literals = 514272
0.50/0.55	c a2
0.80/0.84	c a1
19.10/19.13	c Independent sub-problems = 1
19.10/19.13	c Sub-problem with 45481 variables and 177614 clauses
19.10/19.13	c using permutation method 4
19.10/19.13	c count = 1
19.10/19.13	c Ordering finished 19.060 seconds
19.10/19.13	c mapped 19.120 seconds
19.10/19.13	c permuted 19.120 seconds
19.10/19.13	c about to sort
19.10/19.17	c sorted
20.58/20.67	c clauses now 177614
20.58/20.67	c init finished 20.030 seconds
20.58/20.67	c tree built 20.640 seconds
20.58/20.67	c 
20.58/20.67	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
20.58/20.67	c ---------------------------------|----------------------------------|------------------------------------------------------
20.58/20.67	c ................................ | ..........                       |                       20.7           0.0             
20.58/20.67	c ................................ | ..........                     1 |                       20.7           0.0             
20.58/20.67	c ................................ | ..........                     2 |                       20.7           0.1             
20.58/20.67	c ................................ | ..........                     3 |                       20.7           0.1             
20.58/20.67	c ................................ | ..........                     4 |                       20.7           0.2             
20.58/20.67	c ................................ | ..........                     5 |                       20.7           0.2             
20.58/20.68	c ................................ | ..........                  1000 |                       20.8          48.1             
298.59/38.49	c ................................ | ..........               1627000 | 182218               200.1        8130.5     10719342
547.78/54.22	c ................................ | ..........               2677000 | 342470               400.1        6691.2     24619767
760.63/68.08	c ................................ | ..........               3234000 | 428447               600.4        5386.4     36329908
968.00/81.90	c ................................ | ..........               3609000 | 482752               800.9        4506.1     49446084
1171.03/95.09	c ................................ | *.........               3708000 | 501523              1000.5        3706.2     60897940
1376.63/108.09	c ................................ | *.........               3928000 | 544837              1201.9        3268.2     73689085

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-1776840-1244941740/watcher-1776840-1244941740 -o /tmp/evaluation-result-1776840-1244941740/solver-1776840-1244941740 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776840-1244941740.cnf 

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


[startup+0 s]
/proc/loadavg: 1.04 1.38 1.79 2/184 20617
/proc/meminfo: memFree=19049672/36427776 swapFree=3648/7820
[pid=20617] ppid=20615 vsize=1540 CPUtime=0
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 265 0 0 0 0 0 0 0 20 0 1 0 653480377 1576960 222 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 385 222 75 177 0 207 0

[startup+0.072859 s]
/proc/loadavg: 1.04 1.38 1.79 2/184 20617
/proc/meminfo: memFree=19049672/36427776 swapFree=3648/7820
[pid=20617] ppid=20615 vsize=5512 CPUtime=0.06
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 1239 0 0 0 6 0 0 0 20 0 1 0 653480377 5644288 1196 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 1378 1197 75 177 0 1200 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5512

[startup+0.100857 s]
/proc/loadavg: 1.04 1.38 1.79 2/184 20617
/proc/meminfo: memFree=19049672/36427776 swapFree=3648/7820
[pid=20617] ppid=20615 vsize=7276 CPUtime=0.1
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 1667 0 0 0 10 0 0 0 20 0 1 0 653480377 7450624 1624 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 1819 1625 75 177 0 1641 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7276

[startup+0.300927 s]
/proc/loadavg: 1.04 1.38 1.79 2/184 20617
/proc/meminfo: memFree=19049672/36427776 swapFree=3648/7820
[pid=20617] ppid=20615 vsize=16904 CPUtime=0.3
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 3937 0 0 0 26 4 0 0 20 0 1 0 653480377 17309696 3894 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134534140 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 4226 3894 75 177 0 4048 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16904

[startup+0.700927 s]
/proc/loadavg: 1.04 1.38 1.79 2/184 20617
/proc/meminfo: memFree=19049672/36427776 swapFree=3648/7820
[pid=20617] ppid=20615 vsize=32264 CPUtime=0.7
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 7771 0 0 0 64 6 0 0 20 0 1 0 653480377 33038336 7728 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134680723 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 8066 7728 76 177 0 7888 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 32264

[startup+1.50097 s]
/proc/loadavg: 1.04 1.38 1.79 2/185 20618
/proc/meminfo: memFree=19018432/36427776 swapFree=4700/38824
[pid=20617] ppid=20615 vsize=35644 CPUtime=1.48
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 9270 0 0 0 142 6 0 0 20 0 1 0 653480377 36499456 8610 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134600992 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 8911 8610 77 177 0 8733 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35644

[startup+3.10109 s]
/proc/loadavg: 1.04 1.38 1.79 2/185 20618
/proc/meminfo: memFree=19015848/36427776 swapFree=4320/43104
[pid=20617] ppid=20615 vsize=36112 CPUtime=3.1
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 9407 0 0 0 302 8 0 0 20 0 1 0 653480377 36978688 8747 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134555272 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 9028 8747 77 177 0 8850 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 36112

[startup+6.30139 s]
/proc/loadavg: 1.04 1.37 1.78 2/185 20618
/proc/meminfo: memFree=19014052/36427776 swapFree=4620/44728
[pid=20617] ppid=20615 vsize=37416 CPUtime=6.3
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 9665 0 0 0 622 8 0 0 20 0 1 0 653480377 38313984 9005 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134600707 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 9354 9005 77 177 0 9176 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 37416

[startup+12.7018 s]
/proc/loadavg: 1.04 1.36 1.78 2/185 20618
/proc/meminfo: memFree=19013256/36427776 swapFree=4620/45156
[pid=20617] ppid=20615 vsize=37548 CPUtime=12.7
/proc/20617/stat : 20617 (ttsth-5-0) R 20615 20617 15497 0 -1 4202496 9672 0 0 0 1262 8 0 0 20 0 1 0 653480377 38449152 9012 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134600738 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 9387 9012 77 177 0 9209 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 37548

[startup+25.5019 s]
/proc/loadavg: 2.23 1.59 1.85 17/201 20634
/proc/meminfo: memFree=18439384/36427776 swapFree=4692/621384
[pid=20617] ppid=20615 vsize=732524 CPUtime=96.29
/proc/20617/stat : 20617 (ttsth-5-0) S 20615 20617 15497 0 -1 4202496 155735 0 0 0 3710 5919 0 0 20 0 17 0 653480377 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 183131 154359 95 177 0 182953 0
[pid=20617/tid=20619] ppid=20615 vsize=732524 CPUtime=4.82
/proc/20617/task/20619/stat : 20619 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 7144 0 0 0 474 8 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134728885 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20617/tid=20620] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20620/stat : 20620 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 713 0 0 0 74 398 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20617/tid=20621] ppid=20615 vsize=732524 CPUtime=4.74
/proc/20617/task/20621/stat : 20621 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 644 0 0 0 64 410 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20617/tid=20622] ppid=20615 vsize=732524 CPUtime=4.74
/proc/20617/task/20622/stat : 20622 (ttsth-5-0) S 20615 20617 15497 0 -1 4202560 529 0 0 0 82 392 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20617/tid=20623] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20623/stat : 20623 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 773 0 0 0 82 390 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20617/tid=20624] ppid=20615 vsize=732524 CPUtime=4.7
/proc/20617/task/20624/stat : 20624 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 848 0 0 0 82 388 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20617/tid=20625] ppid=20615 vsize=732524 CPUtime=4.7
/proc/20617/task/20625/stat : 20625 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 877 0 0 0 84 386 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20617/tid=20626] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20626/stat : 20626 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 845 0 0 0 86 386 0 0 20 0 17 0 653482443 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20617/tid=20627] ppid=20615 vsize=732524 CPUtime=4.74
/proc/20617/task/20627/stat : 20627 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 630 0 0 0 76 398 0 0 20 0 17 0 653482444 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20617/tid=20628] ppid=20615 vsize=732524 CPUtime=4.74
/proc/20617/task/20628/stat : 20628 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 577 0 0 0 72 402 0 0 20 0 17 0 653482444 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20617/tid=20629] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20629/stat : 20629 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 818 0 0 0 86 386 0 0 20 0 17 0 653482444 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20617/tid=20630] ppid=20615 vsize=732524 CPUtime=4.74
/proc/20617/task/20630/stat : 20630 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 839 0 0 0 82 392 0 0 20 0 17 0 653482444 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20617/tid=20631] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20631/stat : 20631 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 892 0 0 0 74 398 0 0 20 0 17 0 653482444 750104576 154359 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20617/tid=20632] ppid=20615 vsize=732524 CPUtime=4.58
/proc/20617/task/20632/stat : 20632 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 682 0 0 0 86 372 0 0 20 0 17 0 653482445 750104576 154360 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20617/tid=20633] ppid=20615 vsize=732524 CPUtime=4.72
/proc/20617/task/20633/stat : 20633 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 614 0 0 0 100 372 0 0 20 0 17 0 653482445 750104576 154360 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20617/tid=20634] ppid=20615 vsize=732524 CPUtime=4.68
/proc/20617/task/20634/stat : 20634 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 720 0 0 0 84 384 0 0 20 0 17 0 653482445 750104576 154360 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 96.29
Current children cumulated vsize (KiB) 732524

[startup+51.1065 s]
/proc/loadavg: 7.00 2.77 2.23 16/201 20634
/proc/meminfo: memFree=18112308/36427776 swapFree=4692/949240
[pid=20617] ppid=20615 vsize=1083936 CPUtime=497.87
/proc/20617/stat : 20617 (ttsth-5-0) S 20615 20617 15497 0 -1 4202496 238928 0 0 0 24042 25745 0 0 20 0 17 0 653480377 1109950464 237552 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 270984 237552 95 177 0 270806 0
[pid=20617/tid=20619] ppid=20615 vsize=1083936 CPUtime=30.4
/proc/20617/task/20619/stat : 20619 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 36918 0 0 0 2998 42 0 0 20 0 17 0 653482443 1109950464 237552 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20617/tid=20620] ppid=20615 vsize=1083936 CPUtime=29.9
/proc/20617/task/20620/stat : 20620 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 5727 0 0 0 1308 1682 0 0 20 0 17 0 653482443 1109950464 237552 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20617/tid=20621] ppid=20615 vsize=1083936 CPUtime=29.84
/proc/20617/task/20621/stat : 20621 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 3518 0 0 0 1218 1766 0 0 20 0 17 0 653482443 1109950464 237552 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20617/tid=20622] ppid=20615 vsize=1083936 CPUtime=29.74
/proc/20617/task/20622/stat : 20622 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 3701 0 0 0 1176 1798 0 0 20 0 17 0 653482443 1109950464 237553 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134589959 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20617/tid=20623] ppid=20615 vsize=1083936 CPUtime=30.04
/proc/20617/task/20623/stat : 20623 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4144 0 0 0 1498 1506 0 0 20 0 17 0 653482443 1109950464 237553 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20617/tid=20624] ppid=20615 vsize=1083936 CPUtime=29.76
/proc/20617/task/20624/stat : 20624 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4961 0 0 0 1286 1690 0 0 20 0 17 0 653482443 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20617/tid=20625] ppid=20615 vsize=1083936 CPUtime=29.84
/proc/20617/task/20625/stat : 20625 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 3895 0 0 0 1308 1676 0 0 20 0 17 0 653482443 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20617/tid=20626] ppid=20615 vsize=1083936 CPUtime=29.84
/proc/20617/task/20626/stat : 20626 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4139 0 0 0 1288 1696 0 0 20 0 17 0 653482443 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20617/tid=20627] ppid=20615 vsize=1083936 CPUtime=29.66
/proc/20617/task/20627/stat : 20627 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4735 0 0 0 1158 1808 0 0 20 0 17 0 653482444 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134590186 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20617/tid=20628] ppid=20615 vsize=1083936 CPUtime=29.7
/proc/20617/task/20628/stat : 20628 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4169 0 0 0 1214 1756 0 0 20 0 17 0 653482444 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20617/tid=20629] ppid=20615 vsize=1083936 CPUtime=29.72
/proc/20617/task/20629/stat : 20629 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4202 0 0 0 1204 1768 0 0 20 0 17 0 653482444 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20617/tid=20630] ppid=20615 vsize=1083936 CPUtime=29.98
/proc/20617/task/20630/stat : 20630 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4513 0 0 0 1458 1540 0 0 20 0 17 0 653482444 1109950464 237554 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20617/tid=20631] ppid=20615 vsize=1083936 CPUtime=29.74
/proc/20617/task/20631/stat : 20631 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 4600 0 0 0 1262 1712 0 0 20 0 17 0 653482444 1109950464 237555 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20617/tid=20632] ppid=20615 vsize=1083936 CPUtime=29
/proc/20617/task/20632/stat : 20632 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 3325 0 0 0 1132 1768 0 0 20 0 17 0 653482445 1109950464 237555 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134590506 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20617/tid=20633] ppid=20615 vsize=1083936 CPUtime=29.88
/proc/20617/task/20633/stat : 20633 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 5151 0 0 0 1270 1718 0 0 20 0 17 0 653482445 1109950464 237555 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20617/tid=20634] ppid=20615 vsize=1083936 CPUtime=30
/proc/20617/task/20634/stat : 20634 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 3642 0 0 0 1238 1762 0 0 20 0 17 0 653482445 1109950464 237555 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 497.87
Current children cumulated vsize (KiB) 1083936

[startup+102.319 s]
/proc/loadavg: 12.05 4.79 2.94 17/201 20639
/proc/meminfo: memFree=17324284/36427776 swapFree=4692/1734236
[pid=20617] ppid=20615 vsize=1916720 CPUtime=1286.59
/proc/20617/stat : 20617 (ttsth-5-0) S 20615 20617 15497 0 -1 4202496 433792 0 0 0 100979 27680 0 0 20 0 17 0 653480377 1962721280 432416 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 479180 432417 95 177 0 479002 0
[pid=20617/tid=20619] ppid=20615 vsize=1916720 CPUtime=81.49
/proc/20617/task/20619/stat : 20619 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 62077 0 0 0 8057 92 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20617/tid=20620] ppid=20615 vsize=1916720 CPUtime=78.78
/proc/20617/task/20620/stat : 20620 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 28767 0 0 0 6026 1852 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20617/tid=20621] ppid=20615 vsize=1916720 CPUtime=81.58
/proc/20617/task/20621/stat : 20621 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 9262 0 0 0 6304 1854 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20617/tid=20622] ppid=20615 vsize=1916720 CPUtime=80.27
/proc/20617/task/20622/stat : 20622 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 23830 0 0 0 6033 1994 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20617/tid=20623] ppid=20615 vsize=1916720 CPUtime=79.5
/proc/20617/task/20623/stat : 20623 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 10246 0 0 0 6354 1596 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20617/tid=20624] ppid=20615 vsize=1916720 CPUtime=76.64
/proc/20617/task/20624/stat : 20624 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 14316 0 0 0 5880 1784 0 0 20 0 17 0 653482443 1962721280 432417 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20617/tid=20625] ppid=20615 vsize=1916720 CPUtime=81.57
/proc/20617/task/20625/stat : 20625 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 8565 0 0 0 6481 1676 0 0 20 0 17 0 653482443 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20617/tid=20626] ppid=20615 vsize=1916720 CPUtime=80.17
/proc/20617/task/20626/stat : 20626 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 15605 0 0 0 6219 1798 0 0 20 0 17 0 653482443 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20617/tid=20627] ppid=20615 vsize=1916720 CPUtime=80.94
/proc/20617/task/20627/stat : 20627 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 11642 0 0 0 6144 1950 0 0 20 0 17 0 653482444 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134589628 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20617/tid=20628] ppid=20615 vsize=1916720 CPUtime=74.13
/proc/20617/task/20628/stat : 20628 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 18703 0 0 0 5377 2036 0 0 20 0 17 0 653482444 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20617/tid=20629] ppid=20615 vsize=1916720 CPUtime=80.29
/proc/20617/task/20629/stat : 20629 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 11827 0 0 0 6219 1810 0 0 20 0 17 0 653482444 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20617/tid=20630] ppid=20615 vsize=1916720 CPUtime=79.83
/proc/20617/task/20630/stat : 20630 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 9081 0 0 0 6441 1542 0 0 20 0 17 0 653482444 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20617/tid=20631] ppid=20615 vsize=1916720 CPUtime=79.28
/proc/20617/task/20631/stat : 20631 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 15094 0 0 0 6042 1886 0 0 20 0 17 0 653482444 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20617/tid=20632] ppid=20615 vsize=1916720 CPUtime=78.08
/proc/20617/task/20632/stat : 20632 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 16397 0 0 0 5794 2014 0 0 20 0 17 0 653482445 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562355 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20617/tid=20633] ppid=20615 vsize=1916720 CPUtime=74.08
/proc/20617/task/20633/stat : 20633 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 25366 0 0 0 5524 1884 0 0 20 0 17 0 653482445 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20617/tid=20634] ppid=20615 vsize=1916720 CPUtime=79.17
/proc/20617/task/20634/stat : 20634 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 15426 0 0 0 6063 1854 0 0 20 0 17 0 653482445 1962721280 432418 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1286.59
Current children cumulated vsize (KiB) 1916720



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+113.608 s]
/proc/loadavg: 12.93 5.34 3.15 17/201 20639
/proc/meminfo: memFree=17153372/36427776 swapFree=4692/1904368
[pid=20617] ppid=20615 vsize=2096888 CPUtime=1465.16
/proc/20617/stat : 20617 (ttsth-5-0) S 20615 20617 15497 0 -1 4202496 475919 0 0 0 118163 28353 0 0 20 0 17 0 653480377 2147213312 474543 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 524222 474544 95 177 0 524044 0
[pid=20617/tid=20619] ppid=20615 vsize=2096888 CPUtime=92.78
/proc/20617/task/20619/stat : 20619 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 64375 0 0 0 9182 96 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20617/tid=20620] ppid=20615 vsize=2096888 CPUtime=90.01
/proc/20617/task/20620/stat : 20620 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 33665 0 0 0 7089 1912 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20617/tid=20621] ppid=20615 vsize=2096888 CPUtime=92.95
/proc/20617/task/20621/stat : 20621 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 9788 0 0 0 7441 1854 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20617/tid=20622] ppid=20615 vsize=2096888 CPUtime=91.41
/proc/20617/task/20622/stat : 20622 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 27431 0 0 0 7069 2072 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20617/tid=20623] ppid=20615 vsize=2096888 CPUtime=90.72
/proc/20617/task/20623/stat : 20623 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 11754 0 0 0 7418 1654 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20617/tid=20624] ppid=20615 vsize=2096888 CPUtime=87.87
/proc/20617/task/20624/stat : 20624 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 16914 0 0 0 6953 1834 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20617/tid=20625] ppid=20615 vsize=2096888 CPUtime=92.78
/proc/20617/task/20625/stat : 20625 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 9375 0 0 0 7602 1676 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20617/tid=20626] ppid=20615 vsize=2096888 CPUtime=91.36
/proc/20617/task/20626/stat : 20626 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 23827 0 0 0 7248 1888 0 0 20 0 17 0 653482443 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20617/tid=20627] ppid=20615 vsize=2096888 CPUtime=91.67
/proc/20617/task/20627/stat : 20627 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 12974 0 0 0 7217 1950 0 0 20 0 17 0 653482444 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20617/tid=20628] ppid=20615 vsize=2096888 CPUtime=85.24
/proc/20617/task/20628/stat : 20628 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 21241 0 0 0 6384 2140 0 0 20 0 17 0 653482444 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20617/tid=20629] ppid=20615 vsize=2096888 CPUtime=91.29
/proc/20617/task/20629/stat : 20629 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 15111 0 0 0 7251 1878 0 0 20 0 17 0 653482444 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20617/tid=20630] ppid=20615 vsize=2096888 CPUtime=90.83
/proc/20617/task/20630/stat : 20630 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 10393 0 0 0 7541 1542 0 0 20 0 17 0 653482444 2147213312 474545 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20617/tid=20631] ppid=20615 vsize=2096888 CPUtime=90.52
/proc/20617/task/20631/stat : 20631 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 17702 0 0 0 7112 1940 0 0 20 0 17 0 653482444 2147213312 474546 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20617/tid=20632] ppid=20615 vsize=2096888 CPUtime=89.28
/proc/20617/task/20632/stat : 20632 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 17105 0 0 0 6914 2014 0 0 20 0 17 0 653482445 2147213312 474546 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20617/tid=20633] ppid=20615 vsize=2096888 CPUtime=85.32
/proc/20617/task/20633/stat : 20633 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 28364 0 0 0 6598 1934 0 0 20 0 17 0 653482445 2147213312 474546 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20617/tid=20634] ppid=20615 vsize=2096888 CPUtime=90.34
/proc/20617/task/20634/stat : 20634 (ttsth-5-0) R 20615 20617 15497 0 -1 4202560 18312 0 0 0 7122 1912 0 0 20 0 17 0 653482445 2147213312 474546 18446744073709551615 134512640 135237372 4286928688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1465.16
Current children cumulated vsize (KiB) 2096888

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

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

[startup+113.726 s]
/proc/loadavg: 12.93 5.34 3.15 17/201 20639
/proc/meminfo: memFree=17153372/36427776 swapFree=4692/1904368
[pid=20617] ppid=20615 vsize=0 CPUtime=1465.45
/proc/20617/stat : 20617 (ttsth-5-0) Z 20615 20617 15497 0 -1 4203532 475959 0 0 0 118179 28366 0 0 20 0 2 0 653480377 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20617/statm: 0 0 0 0 0 0 0
[pid=20617/tid=20631] ppid=20615 vsize=0 CPUtime=90.62
/proc/20617/task/20631/stat : 20631 (ttsth-5-0) R 20615 20617 15497 0 -1 4203588 17703 0 0 0 7112 1950 0 0 20 0 2 0 653482444 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) 1465.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 113.798
CPU time (s): 1465.51
CPU user time (s): 1181.79
CPU system time (s): 283.718
CPU usage (%): 1287.82
Max. virtual memory (cumulated for all children) (KiB): 2096888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.79
system time used= 283.718
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475959
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= 163111
involuntary context switches= 4704

runsolver used 0.552034 second user time and 1.47209 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 03:09:00
IDJOB=1776840
IDBENCH=69598
IDSOLVER=634
FILE ID=xenhost3-49/1776840-1244941740
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-36-4.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776840-1244941740/watcher-1776840-1244941740 -o /tmp/evaluation-result-1776840-1244941740/solver-1776840-1244941740 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776840-1244941740.cnf

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

MD5SUM BENCH= f43e1bf70d9ce8021bafd328efc83ae7
RANDOM SEED= 378534303

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:      19049672 kB
Buffers:        477152 kB
Cached:       14119656 kB
SwapCached:          0 kB
Active:        4123384 kB
Inactive:     10481232 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4660 kB
Writeback:           0 kB
AnonPages:        7820 kB
Mapped:           3648 kB
Slab:           718908 kB
SReclaimable:   692116 kB
SUnreclaim:      26792 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7021 MiB
End job on xenhost3-49 at 2009-06-14 03:10:56