Trace number 1779120

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) 699.864 47.3994

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.05	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779120-1244950632.cnf 
0.00/0.05	c Using SATTIMEOUT of 10000
0.00/0.05	c Using SATRAM of 2047
0.00/0.05	c Size of subset node = 16
0.00/0.05	c Variables = 17818
0.00/0.05	c Clauses = 52685
0.00/0.05	c Literals = 122929
0.00/0.05	c Reduced size:
0.00/0.05	c Variables = 17818
0.00/0.05	c Clauses = 52681
0.00/0.05	c Literals = 122922
0.00/0.05	c a2
0.10/0.11	c a1
2.30/2.39	c Independent sub-problems = 1
2.30/2.39	c Sub-problem with 17816 variables and 52681 clauses
2.30/2.39	c using permutation method 4
2.30/2.39	c count = 1
2.30/2.39	c Ordering finished 2.370 seconds
2.30/2.39	c mapped 2.380 seconds
2.30/2.39	c permuted 2.380 seconds
2.30/2.39	c about to sort
2.40/2.40	c sorted
2.90/2.92	c clauses now 52681
2.90/2.92	c init finished 2.740 seconds
2.90/2.92	c tree built 2.910 seconds
2.90/2.92	c 
2.90/2.92	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.90/2.92	c ---------------------------------|----------------------------------|------------------------------------------------------
2.90/2.92	c ................................ | ..........                       |                        2.9           0.0             
2.90/2.92	c ................................ | ..........                     1 |                        2.9           0.3             
2.90/2.92	c ................................ | ..........                     2 |                        2.9           0.7             
2.90/2.92	c ................................ | ..........                     3 |                        2.9           1.0             
2.90/2.92	c ................................ | ..........                     4 |                        2.9           1.4             
2.90/2.92	c ................................ | ..........                     5 |                        2.9           1.7             
2.90/2.93	c ................................ | ..........                  1000 | 1                      3.0         339.0          202
262.26/19.52	c ................................ | ..........               1061000 | 61774                200.1        5301.8     28131816
487.33/33.87	c ................................ | ..........               1785000 | 107896               400.2        4460.2     56253432
697.77/47.17	c ................................ | ..........               2373000 | 143277               600.1        3954.6     82103096

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-1779120-1244950632/watcher-1779120-1244950632 -o /tmp/evaluation-result-1779120-1244950632/solver-1779120-1244950632 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779120-1244950632.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: 9.21 5.41 5.45 2/184 22717
/proc/meminfo: memFree=19045612/36427776 swapFree=3684/7108
[pid=22717] ppid=22715 vsize=1540 CPUtime=0
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 282 0 0 0 0 0 0 0 20 0 1 0 654369571 1576960 238 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 385 238 75 177 0 207 0

[startup+0.107383 s]
/proc/loadavg: 9.21 5.41 5.45 2/184 22717
/proc/meminfo: memFree=19045612/36427776 swapFree=3684/7108
[pid=22717] ppid=22715 vsize=7808 CPUtime=0.1
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 1808 0 0 0 10 0 0 0 20 0 1 0 654369571 7995392 1764 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134749365 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 1952 1764 76 177 0 1774 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7808

[startup+0.203406 s]
/proc/loadavg: 9.21 5.41 5.45 2/184 22717
/proc/meminfo: memFree=19045612/36427776 swapFree=3684/7108
[pid=22717] ppid=22715 vsize=10700 CPUtime=0.18
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 2652 0 0 0 18 0 0 0 20 0 1 0 654369571 10956800 2504 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 2675 2504 77 177 0 2497 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10700

[startup+0.303383 s]
/proc/loadavg: 9.21 5.41 5.45 2/184 22717
/proc/meminfo: memFree=19045612/36427776 swapFree=3684/7108
[pid=22717] ppid=22715 vsize=10832 CPUtime=0.28
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 2676 0 0 0 28 0 0 0 20 0 1 0 654369571 11091968 2528 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134749343 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 2708 2528 77 177 0 2530 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10832

[startup+0.703414 s]
/proc/loadavg: 9.21 5.41 5.45 2/184 22717
/proc/meminfo: memFree=19045612/36427776 swapFree=3684/7108
[pid=22717] ppid=22715 vsize=10964 CPUtime=0.7
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 2715 0 0 0 70 0 0 0 20 0 1 0 654369571 11227136 2567 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134600960 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 2741 2567 77 177 0 2563 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10964

[startup+1.50349 s]
/proc/loadavg: 9.21 5.41 5.45 2/185 22718
/proc/meminfo: memFree=19035876/36427776 swapFree=3864/18304
[pid=22717] ppid=22715 vsize=11380 CPUtime=1.5
/proc/22717/stat : 22717 (ttsth-5-0) R 22715 22717 15497 0 -1 4202496 2801 0 0 0 150 0 0 0 20 0 1 0 654369571 11653120 2653 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134555272 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 2845 2653 77 177 0 2667 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 11380

[startup+3.10199 s]
/proc/loadavg: 9.21 5.41 5.45 2/185 22718
/proc/meminfo: memFree=19034280/36427776 swapFree=4620/19752
[pid=22717] ppid=22715 vsize=346784 CPUtime=5.53
/proc/22717/stat : 22717 (ttsth-5-0) S 22715 22717 15497 0 -1 4202496 54197 0 0 0 293 260 0 0 20 0 17 0 654369571 355106816 53945 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 86696 53947 95 177 0 86518 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 346784

[startup+6.30407 s]
/proc/loadavg: 9.75 5.58 5.51 17/201 22734
/proc/meminfo: memFree=18794184/36427776 swapFree=4692/262044
[pid=22717] ppid=22715 vsize=403784 CPUtime=55.68
/proc/22717/stat : 22717 (ttsth-5-0) S 22715 22717 15497 0 -1 4202496 69448 0 0 0 1674 3894 0 0 20 0 17 0 654369571 413474816 69196 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 100946 69196 95 177 0 100768 0
[pid=22717/tid=22719] ppid=22715 vsize=403784 CPUtime=3.36
/proc/22717/task/22719/stat : 22719 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 7360 0 0 0 324 12 0 0 20 0 17 0 654369863 413474816 69196 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22717/tid=22720] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22720/stat : 22720 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 413 0 0 0 72 256 0 0 20 0 17 0 654369863 413474816 69196 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22717/tid=22721] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22721/stat : 22721 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 530 0 0 0 66 262 0 0 20 0 17 0 654369863 413474816 69196 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22717/tid=22722] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22722/stat : 22722 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 343 0 0 0 64 264 0 0 20 0 17 0 654369863 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22717/tid=22723] ppid=22715 vsize=403784 CPUtime=3.3
/proc/22717/task/22723/stat : 22723 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 372 0 0 0 74 256 0 0 20 0 17 0 654369863 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22717/tid=22724] ppid=22715 vsize=403784 CPUtime=3.3
/proc/22717/task/22724/stat : 22724 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 1752 0 0 0 82 248 0 0 20 0 17 0 654369864 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22717/tid=22725] ppid=22715 vsize=403784 CPUtime=3.3
/proc/22717/task/22725/stat : 22725 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 1029 0 0 0 76 254 0 0 20 0 17 0 654369864 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22717/tid=22726] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22726/stat : 22726 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 410 0 0 0 64 264 0 0 20 0 17 0 654369864 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22717/tid=22727] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22727/stat : 22727 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 580 0 0 0 66 262 0 0 20 0 17 0 654369864 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22717/tid=22728] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22728/stat : 22728 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 542 0 0 0 72 256 0 0 20 0 17 0 654369864 413474816 69198 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22717/tid=22729] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22729/stat : 22729 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 618 0 0 0 70 258 0 0 20 0 17 0 654369864 413474816 69199 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22717/tid=22730] ppid=22715 vsize=403784 CPUtime=3.3
/proc/22717/task/22730/stat : 22730 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 420 0 0 0 74 256 0 0 20 0 17 0 654369864 413474816 69200 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134561537 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22717/tid=22731] ppid=22715 vsize=403784 CPUtime=3.3
/proc/22717/task/22731/stat : 22731 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 969 0 0 0 74 256 0 0 20 0 17 0 654369864 413474816 69201 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22717/tid=22732] ppid=22715 vsize=403784 CPUtime=3.24
/proc/22717/task/22732/stat : 22732 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 525 0 0 0 74 250 0 0 20 0 17 0 654369864 413474816 69202 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22717/tid=22733] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22733/stat : 22733 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 505 0 0 0 70 258 0 0 20 0 17 0 654369864 413474816 69203 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22717/tid=22734] ppid=22715 vsize=403784 CPUtime=3.28
/proc/22717/task/22734/stat : 22734 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 679 0 0 0 72 256 0 0 20 0 17 0 654369864 413474816 69203 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.68
Current children cumulated vsize (KiB) 403784

[startup+12.7046 s]
/proc/loadavg: 10.25 5.75 5.56 17/201 22734
/proc/meminfo: memFree=18550476/36427776 swapFree=4692/505016
[pid=22717] ppid=22715 vsize=661496 CPUtime=155.7
/proc/22717/stat : 22717 (ttsth-5-0) S 22715 22717 15497 0 -1 4202496 129994 0 0 0 7442 8128 0 0 20 0 17 0 654369571 677371904 129742 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 165374 129742 95 177 0 165196 0
[pid=22717/tid=22719] ppid=22715 vsize=661496 CPUtime=9.74
/proc/22717/task/22719/stat : 22719 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 20882 0 0 0 950 24 0 0 20 0 17 0 654369863 677371904 129743 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22717/tid=22720] ppid=22715 vsize=661496 CPUtime=9.5
/proc/22717/task/22720/stat : 22720 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3646 0 0 0 400 550 0 0 20 0 17 0 654369863 677371904 129743 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22717/tid=22721] ppid=22715 vsize=661496 CPUtime=9.52
/proc/22717/task/22721/stat : 22721 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4480 0 0 0 404 548 0 0 20 0 17 0 654369863 677371904 129744 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22717/tid=22722] ppid=22715 vsize=661496 CPUtime=9.5
/proc/22717/task/22722/stat : 22722 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3241 0 0 0 396 554 0 0 20 0 17 0 654369863 677371904 129744 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22717/tid=22723] ppid=22715 vsize=661496 CPUtime=9.52
/proc/22717/task/22723/stat : 22723 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 2841 0 0 0 424 528 0 0 20 0 17 0 654369863 677371904 129744 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22717/tid=22724] ppid=22715 vsize=661496 CPUtime=9.5
/proc/22717/task/22724/stat : 22724 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4995 0 0 0 410 540 0 0 20 0 17 0 654369864 677371904 129745 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22717/tid=22725] ppid=22715 vsize=661496 CPUtime=9.54
/proc/22717/task/22725/stat : 22725 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4897 0 0 0 406 548 0 0 20 0 17 0 654369864 677371904 129746 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22717/tid=22726] ppid=22715 vsize=661496 CPUtime=9.56
/proc/22717/task/22726/stat : 22726 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4022 0 0 0 424 532 0 0 20 0 17 0 654369864 677371904 129746 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22717/tid=22727] ppid=22715 vsize=661496 CPUtime=9.54
/proc/22717/task/22727/stat : 22727 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3048 0 0 0 428 526 0 0 20 0 17 0 654369864 677371904 129746 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22717/tid=22728] ppid=22715 vsize=661496 CPUtime=9.5
/proc/22717/task/22728/stat : 22728 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3863 0 0 0 390 560 0 0 20 0 17 0 654369864 677371904 129747 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22717/tid=22729] ppid=22715 vsize=661496 CPUtime=9.54
/proc/22717/task/22729/stat : 22729 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4059 0 0 0 392 562 0 0 20 0 17 0 654369864 677371904 129748 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22717/tid=22730] ppid=22715 vsize=661496 CPUtime=9.56
/proc/22717/task/22730/stat : 22730 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 2323 0 0 0 450 506 0 0 20 0 17 0 654369864 677371904 129749 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22717/tid=22731] ppid=22715 vsize=661496 CPUtime=9.56
/proc/22717/task/22731/stat : 22731 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4096 0 0 0 412 544 0 0 20 0 17 0 654369864 677371904 129749 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22717/tid=22732] ppid=22715 vsize=661496 CPUtime=9.4
/proc/22717/task/22732/stat : 22732 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 4457 0 0 0 428 512 0 0 20 0 17 0 654369864 677371904 129749 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134591274 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22717/tid=22733] ppid=22715 vsize=661496 CPUtime=9.58
/proc/22717/task/22733/stat : 22733 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3212 0 0 0 436 522 0 0 20 0 17 0 654369864 677371904 129750 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22717/tid=22734] ppid=22715 vsize=661496 CPUtime=9.52
/proc/22717/task/22734/stat : 22734 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 3532 0 0 0 410 542 0 0 20 0 17 0 654369864 677371904 129750 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134732535 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 155.7
Current children cumulated vsize (KiB) 661496

[startup+25.5055 s]
/proc/loadavg: 11.52 6.26 5.73 17/201 22734
/proc/meminfo: memFree=18042616/36427776 swapFree=4692/1014400
[pid=22717] ppid=22715 vsize=1189104 CPUtime=356.4
/proc/22717/stat : 22717 (ttsth-5-0) S 22715 22717 15497 0 -1 4202496 253458 0 0 0 21432 14208 0 0 20 0 17 0 654369571 1217642496 253206 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 297276 253206 95 177 0 297098 0
[pid=22717/tid=22719] ppid=22715 vsize=1189104 CPUtime=22.52
/proc/22717/task/22719/stat : 22719 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 43109 0 0 0 2200 52 0 0 20 0 17 0 654369863 1217642496 253206 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22717/tid=22720] ppid=22715 vsize=1189104 CPUtime=21.98
/proc/22717/task/22720/stat : 22720 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 9769 0 0 0 1234 964 0 0 20 0 17 0 654369863 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22717/tid=22721] ppid=22715 vsize=1189104 CPUtime=22.04
/proc/22717/task/22721/stat : 22721 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 12358 0 0 0 1232 972 0 0 20 0 17 0 654369863 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22717/tid=22722] ppid=22715 vsize=1189104 CPUtime=22.12
/proc/22717/task/22722/stat : 22722 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 9366 0 0 0 1358 854 0 0 20 0 17 0 654369863 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22717/tid=22723] ppid=22715 vsize=1189104 CPUtime=22.04
/proc/22717/task/22723/stat : 22723 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 8905 0 0 0 1244 960 0 0 20 0 17 0 654369863 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22717/tid=22724] ppid=22715 vsize=1189104 CPUtime=21.98
/proc/22717/task/22724/stat : 22724 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 13093 0 0 0 1214 984 0 0 20 0 17 0 654369864 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22717/tid=22725] ppid=22715 vsize=1189104 CPUtime=22.06
/proc/22717/task/22725/stat : 22725 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 15387 0 0 0 1218 988 0 0 20 0 17 0 654369864 1217642496 253207 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22717/tid=22726] ppid=22715 vsize=1189104 CPUtime=22.08
/proc/22717/task/22726/stat : 22726 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 11546 0 0 0 1226 982 0 0 20 0 17 0 654369864 1217642496 253208 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134591171 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22717/tid=22727] ppid=22715 vsize=1189104 CPUtime=22.14
/proc/22717/task/22727/stat : 22727 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 8163 0 0 0 1348 866 0 0 20 0 17 0 654369864 1217642496 253208 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22717/tid=22728] ppid=22715 vsize=1189104 CPUtime=22.04
/proc/22717/task/22728/stat : 22728 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 12890 0 0 0 1186 1018 0 0 20 0 17 0 654369864 1217642496 253208 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22717/tid=22729] ppid=22715 vsize=1189104 CPUtime=22.04
/proc/22717/task/22729/stat : 22729 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 9540 0 0 0 1218 986 0 0 20 0 17 0 654369864 1217642496 253208 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22717/tid=22730] ppid=22715 vsize=1189104 CPUtime=22.14
/proc/22717/task/22730/stat : 22730 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 8004 0 0 0 1338 876 0 0 20 0 17 0 654369864 1217642496 253209 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22717/tid=22731] ppid=22715 vsize=1189104 CPUtime=22.12
/proc/22717/task/22731/stat : 22731 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 9690 0 0 0 1246 966 0 0 20 0 17 0 654369864 1217642496 253209 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22717/tid=22732] ppid=22715 vsize=1189104 CPUtime=21.72
/proc/22717/task/22732/stat : 22732 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 10210 0 0 0 1278 894 0 0 20 0 17 0 654369864 1217642496 253209 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22717/tid=22733] ppid=22715 vsize=1189104 CPUtime=22.24
/proc/22717/task/22733/stat : 22733 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 8631 0 0 0 1352 872 0 0 20 0 17 0 654369864 1217642496 253209 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22717/tid=22734] ppid=22715 vsize=1189104 CPUtime=22.04
/proc/22717/task/22734/stat : 22734 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 10395 0 0 0 1258 946 0 0 20 0 17 0 654369864 1217642496 253209 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 356.4
Current children cumulated vsize (KiB) 1189104



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+47.2046 s]
/proc/loadavg: 12.79 6.89 5.95 17/201 22734
/proc/meminfo: memFree=17180380/36427776 swapFree=4692/1874256
[pid=22717] ppid=22715 vsize=2096980 CPUtime=699.55
/proc/22717/stat : 22717 (ttsth-5-0) S 22715 22717 15497 0 -1 4202496 466835 0 0 0 52239 17716 0 0 20 0 17 0 654369571 2147307520 466583 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 524245 466583 95 177 0 524067 0
[pid=22717/tid=22719] ppid=22715 vsize=2096980 CPUtime=44.18
/proc/22717/task/22719/stat : 22719 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 83368 0 0 0 4316 102 0 0 20 0 17 0 654369863 2147307520 466584 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22717/tid=22720] ppid=22715 vsize=2096980 CPUtime=43.4
/proc/22717/task/22720/stat : 22720 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 19677 0 0 0 3124 1216 0 0 20 0 17 0 654369863 2147307520 466584 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22717/tid=22721] ppid=22715 vsize=2096980 CPUtime=43.58
/proc/22717/task/22721/stat : 22721 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 20275 0 0 0 3238 1120 0 0 20 0 17 0 654369863 2147307520 466584 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22717/tid=22722] ppid=22715 vsize=2096980 CPUtime=43.62
/proc/22717/task/22722/stat : 22722 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 19716 0 0 0 3306 1056 0 0 20 0 17 0 654369863 2147307520 466585 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22717/tid=22723] ppid=22715 vsize=2096980 CPUtime=43.44
/proc/22717/task/22723/stat : 22723 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 25420 0 0 0 3076 1268 0 0 20 0 17 0 654369863 2147307520 466585 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22717/tid=22724] ppid=22715 vsize=2096980 CPUtime=43.34
/proc/22717/task/22724/stat : 22724 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 27720 0 0 0 3080 1254 0 0 20 0 17 0 654369864 2147307520 466586 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22717/tid=22725] ppid=22715 vsize=2096980 CPUtime=43.58
/proc/22717/task/22725/stat : 22725 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 28699 0 0 0 3140 1218 0 0 20 0 17 0 654369864 2147307520 466587 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22717/tid=22726] ppid=22715 vsize=2096980 CPUtime=43.58
/proc/22717/task/22726/stat : 22726 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 18965 0 0 0 3194 1164 0 0 20 0 17 0 654369864 2147307520 466588 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22717/tid=22727] ppid=22715 vsize=2096980 CPUtime=43.63
/proc/22717/task/22727/stat : 22727 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 16779 0 0 0 3319 1044 0 0 20 0 17 0 654369864 2147307520 466588 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22717/tid=22728] ppid=22715 vsize=2096980 CPUtime=43.44
/proc/22717/task/22728/stat : 22728 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 32894 0 0 0 3030 1314 0 0 20 0 17 0 654369864 2147307520 466588 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22717/tid=22729] ppid=22715 vsize=2096980 CPUtime=43.61
/proc/22717/task/22729/stat : 22729 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 15819 0 0 0 3211 1150 0 0 20 0 17 0 654369864 2147307520 466588 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22717/tid=22730] ppid=22715 vsize=2096980 CPUtime=43.59
/proc/22717/task/22730/stat : 22730 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 19027 0 0 0 3247 1112 0 0 20 0 17 0 654369864 2147307520 466589 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22717/tid=22731] ppid=22715 vsize=2096980 CPUtime=43.52
/proc/22717/task/22731/stat : 22731 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 23745 0 0 0 3090 1262 0 0 20 0 17 0 654369864 2147307520 466589 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22717/tid=22732] ppid=22715 vsize=2096980 CPUtime=42.78
/proc/22717/task/22732/stat : 22732 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 19705 0 0 0 3146 1132 0 0 20 0 17 0 654369864 2147307520 466589 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134680727 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22717/tid=22733] ppid=22715 vsize=2096980 CPUtime=43.77
/proc/22717/task/22733/stat : 22733 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 18224 0 0 0 3293 1084 0 0 20 0 17 0 654369864 2147307520 466589 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22717/tid=22734] ppid=22715 vsize=2096980 CPUtime=43.44
/proc/22717/task/22734/stat : 22734 (ttsth-5-0) R 22715 22717 15497 0 -1 4202560 24403 0 0 0 3150 1194 0 0 20 0 17 0 654369864 2147307520 466591 18446744073709551615 134512640 135237372 4286744320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 699.55
Current children cumulated vsize (KiB) 2096980

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

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

[startup+47.3233 s]
/proc/loadavg: 12.79 6.89 5.95 2/187 22735
/proc/meminfo: memFree=17874352/36427776 swapFree=4692/1177720
[pid=22717] ppid=22715 vsize=0 CPUtime=699.79
/proc/22717/stat : 22717 (ttsth-5-0) Z 22715 22717 15497 0 -1 4203532 466917 0 0 0 52250 17729 0 0 20 0 2 0 654369571 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22717/statm: 0 0 0 0 0 0 0
[pid=22717/tid=22734] ppid=22715 vsize=0 CPUtime=43.56
/proc/22717/task/22734/stat : 22734 (ttsth-5-0) R 22715 22717 15497 0 -1 4203588 24407 0 0 0 3150 1206 0 0 20 0 2 0 654369864 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 699.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 47.3994
CPU time (s): 699.864
CPU user time (s): 522.509
CPU system time (s): 177.355
CPU usage (%): 1476.52
Max. virtual memory (cumulated for all children) (KiB): 2096980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 522.509
system time used= 177.355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466917
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= 100078
involuntary context switches= 1475

runsolver used 0.248015 second user time and 0.684042 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:37:12
IDJOB=1779120
IDBENCH=70812
IDSOLVER=634
FILE ID=xenhost3-49/1779120-1244950632
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED= 697522130

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:      19045612 kB
Buffers:        482596 kB
Cached:       14117072 kB
SwapCached:          0 kB
Active:        4128140 kB
Inactive:     10479200 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1360 kB
Writeback:           0 kB
AnonPages:        7108 kB
Mapped:           3020 kB
Slab:           721520 kB
SReclaimable:   694704 kB
SUnreclaim:      26816 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7024 MiB
End job on xenhost3-49 at 2009-06-14 05:38:01