Trace number 1778910

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) 645.624 44.295

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2249.5
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.06	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778910-1244947044.cnf 
0.04/0.06	c Using SATTIMEOUT of 10000
0.04/0.06	c Using SATRAM of 2047
0.04/0.06	c Size of subset node = 16
0.04/0.06	c Variables = 18607
0.04/0.06	c Clauses = 55724
0.04/0.06	c Literals = 130020
0.04/0.06	c Reduced size:
0.04/0.06	c Variables = 18607
0.04/0.06	c Clauses = 55720
0.04/0.06	c Literals = 130013
0.04/0.06	c a2
0.10/0.12	c a1
2.68/2.74	c Independent sub-problems = 1
2.68/2.74	c Sub-problem with 18605 variables and 55720 clauses
2.68/2.74	c using permutation method 4
2.68/2.74	c count = 1
2.68/2.74	c Ordering finished 2.720 seconds
2.68/2.74	c mapped 2.730 seconds
2.68/2.74	c permuted 2.730 seconds
2.68/2.74	c about to sort
2.68/2.75	c sorted
3.30/3.33	c clauses now 55720
3.30/3.33	c init finished 3.090 seconds
3.30/3.33	c tree built 3.320 seconds
3.30/3.33	c 
3.30/3.33	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
3.30/3.33	c ---------------------------------|----------------------------------|------------------------------------------------------
3.30/3.33	c ................................ | ..........                       |                        3.3           0.0             
3.30/3.33	c ................................ | ..........                     1 |                        3.3           0.3             
3.30/3.33	c ................................ | ..........                     2 |                        3.3           0.6             
3.30/3.33	c ................................ | ..........                     3 |                        3.3           0.9             
3.30/3.33	c ................................ | ..........                     4 |                        3.3           1.2             
3.30/3.33	c ................................ | ..........                     5 |                        3.3           1.5             
3.30/3.35	c ................................ | ..........                  1000 |                        3.5         289.0          104
231.79/17.94	c ................................ | ..........                825000 | 44078                200.1        4122.5     27717654
449.27/31.79	c ................................ | ..........               1442000 | 74286                400.2        3603.4     57275084

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-1778910-1244947044/watcher-1778910-1244947044 -o /tmp/evaluation-result-1778910-1244947044/solver-1778910-1244947044 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778910-1244947044.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: 12.53 6.68 6.12 2/184 21949
/proc/meminfo: memFree=19048616/36427776 swapFree=4312/8596
[pid=21949] ppid=21947 vsize=1540 CPUtime=0
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 287 0 0 0 0 0 0 0 20 0 1 0 654010776 1576960 245 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134536395 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 385 246 75 177 0 207 0

[startup+0.055272 s]
/proc/loadavg: 12.53 6.68 6.12 2/184 21949
/proc/meminfo: memFree=19048616/36427776 swapFree=4312/8596
[pid=21949] ppid=21947 vsize=5032 CPUtime=0.04
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 1026 0 0 0 4 0 0 0 20 0 1 0 654010776 5152768 983 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134522784 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 1258 983 75 177 0 1080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5032

[startup+0.103302 s]
/proc/loadavg: 12.53 6.68 6.12 2/184 21949
/proc/meminfo: memFree=19048616/36427776 swapFree=4312/8596
[pid=21949] ppid=21947 vsize=8332 CPUtime=0.1
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 1950 0 0 0 10 0 0 0 20 0 1 0 654010776 8531968 1906 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134680285 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 2083 1906 76 177 0 1905 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8332

[startup+0.303296 s]
/proc/loadavg: 12.53 6.68 6.12 2/184 21949
/proc/meminfo: memFree=19048616/36427776 swapFree=4312/8596
[pid=21949] ppid=21947 vsize=11280 CPUtime=0.28
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 2788 0 0 0 28 0 0 0 20 0 1 0 654010776 11550720 2634 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134600960 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 2820 2634 77 177 0 2642 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11280

[startup+0.703317 s]
/proc/loadavg: 12.53 6.68 6.12 2/184 21949
/proc/meminfo: memFree=19048616/36427776 swapFree=4312/8596
[pid=21949] ppid=21947 vsize=11424 CPUtime=0.68
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 2819 0 0 0 68 0 0 0 20 0 1 0 654010776 11698176 2665 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134555272 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 2856 2665 77 177 0 2678 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 11424

[startup+1.5034 s]
/proc/loadavg: 12.53 6.68 6.12 2/185 21950
/proc/meminfo: memFree=19037968/36427776 swapFree=4828/19344
[pid=21949] ppid=21947 vsize=11588 CPUtime=1.48
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 2884 0 0 0 148 0 0 0 20 0 1 0 654010776 11866112 2730 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134555272 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 2897 2730 77 177 0 2719 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11588

[startup+3.10356 s]
/proc/loadavg: 12.53 6.68 6.12 2/185 21950
/proc/meminfo: memFree=19036396/36427776 swapFree=4540/19888
[pid=21949] ppid=21947 vsize=189844 CPUtime=3.08
/proc/21949/stat : 21949 (ttsth-5-0) R 21947 21949 15497 0 -1 4202496 47468 0 0 0 290 18 0 0 20 0 1 0 654010776 194400256 47259 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 47461 47261 85 177 0 47283 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 189844

[startup+6.3039 s]
/proc/loadavg: 12.72 6.82 6.17 17/201 21966
/proc/meminfo: memFree=18790504/36427776 swapFree=4692/267892
[pid=21949] ppid=21947 vsize=418772 CPUtime=49.57
/proc/21949/stat : 21949 (ttsth-5-0) S 21947 21949 15497 0 -1 4202496 73311 0 0 0 1809 3148 0 0 20 0 17 0 654010776 428822528 73038 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 104693 73039 95 177 0 104515 0
[pid=21949/tid=21951] ppid=21947 vsize=418772 CPUtime=2.94
/proc/21949/task/21951/stat : 21951 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 4792 0 0 0 280 14 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21952/stat : 21952 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 922 0 0 0 86 202 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=418772 CPUtime=2.9
/proc/21949/task/21953/stat : 21953 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 761 0 0 0 82 208 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503468 0 0 -1 7 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=418772 CPUtime=2.86
/proc/21949/task/21954/stat : 21954 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 628 0 0 0 68 218 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=418772 CPUtime=2.9
/proc/21949/task/21955/stat : 21955 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 1128 0 0 0 94 196 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=418772 CPUtime=2.9
/proc/21949/task/21956/stat : 21956 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 1211 0 0 0 66 224 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21957/stat : 21957 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 1301 0 0 0 76 212 0 0 20 0 17 0 654011109 428822528 73039 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=418772 CPUtime=2.9
/proc/21949/task/21958/stat : 21958 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 815 0 0 0 84 206 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21959/stat : 21959 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 1036 0 0 0 90 198 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21960/stat : 21960 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 709 0 0 0 80 208 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21961/stat : 21961 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 868 0 0 0 76 212 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21962/stat : 21962 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 710 0 0 0 84 204 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=418772 CPUtime=2.86
/proc/21949/task/21963/stat : 21963 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 746 0 0 0 84 202 0 0 20 0 17 0 654011109 428822528 73040 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21964/stat : 21964 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 938 0 0 0 94 194 0 0 20 0 17 0 654011110 428822528 73041 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=418772 CPUtime=2.84
/proc/21949/task/21965/stat : 21965 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 729 0 0 0 64 220 0 0 20 0 17 0 654011110 428822528 73041 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=418772 CPUtime=2.88
/proc/21949/task/21966/stat : 21966 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 804 0 0 0 84 204 0 0 20 0 17 0 654011111 428822528 73041 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134634609 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 418772

[startup+12.7028 s]
/proc/loadavg: 12.99 6.97 6.22 16/201 21966
/proc/meminfo: memFree=18502508/36427776 swapFree=4692/556236
[pid=21949] ppid=21947 vsize=724084 CPUtime=149.89
/proc/21949/stat : 21949 (ttsth-5-0) S 21947 21949 15497 0 -1 4202496 145798 0 0 0 10340 4649 0 0 20 0 17 0 654010776 741462016 145525 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 181021 145526 95 177 0 180843 0
[pid=21949/tid=21951] ppid=21947 vsize=724084 CPUtime=9.32
/proc/21949/task/21951/stat : 21951 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 9377 0 0 0 912 20 0 0 20 0 17 0 654011109 741462016 145526 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134549899 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=724084 CPUtime=9.18
/proc/21949/task/21952/stat : 21952 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 6780 0 0 0 622 296 0 0 20 0 17 0 654011109 741462016 145526 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=724084 CPUtime=9.16
/proc/21949/task/21953/stat : 21953 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 4663 0 0 0 604 312 0 0 20 0 17 0 654011109 741462016 145526 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=724084 CPUtime=9.1
/proc/21949/task/21954/stat : 21954 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 5404 0 0 0 610 300 0 0 20 0 17 0 654011109 741462016 145526 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=724084 CPUtime=9.18
/proc/21949/task/21955/stat : 21955 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 5908 0 0 0 626 292 0 0 20 0 17 0 654011109 741462016 145527 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=724084 CPUtime=9.14
/proc/21949/task/21956/stat : 21956 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 6803 0 0 0 578 336 0 0 20 0 17 0 654011109 741462016 145529 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=724084 CPUtime=9
/proc/21949/task/21957/stat : 21957 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 4551 0 0 0 532 368 0 0 20 0 17 0 654011109 741462016 145529 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=724084 CPUtime=9.2
/proc/21949/task/21958/stat : 21958 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 3890 0 0 0 614 306 0 0 20 0 17 0 654011109 741462016 145529 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=724084 CPUtime=9.2
/proc/21949/task/21959/stat : 21959 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 5838 0 0 0 642 278 0 0 20 0 17 0 654011109 741462016 145530 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=724084 CPUtime=9.18
/proc/21949/task/21960/stat : 21960 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 3785 0 0 0 598 320 0 0 20 0 17 0 654011109 741462016 145530 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=724084 CPUtime=9.08
/proc/21949/task/21961/stat : 21961 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 5557 0 0 0 560 348 0 0 20 0 17 0 654011109 741462016 145531 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=724084 CPUtime=9.16
/proc/21949/task/21962/stat : 21962 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 6426 0 0 0 638 278 0 0 20 0 17 0 654011109 741462016 145531 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=724084 CPUtime=9.04
/proc/21949/task/21963/stat : 21963 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 4113 0 0 0 608 296 0 0 20 0 17 0 654011109 741462016 145531 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134683894 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=724084 CPUtime=9.2
/proc/21949/task/21964/stat : 21964 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 6014 0 0 0 642 278 0 0 20 0 17 0 654011110 741462016 145532 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=724084 CPUtime=9.14
/proc/21949/task/21965/stat : 21965 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 5751 0 0 0 608 306 0 0 20 0 17 0 654011110 741462016 145532 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=724084 CPUtime=9.18
/proc/21949/task/21966/stat : 21966 (ttsth-5-0) S 21947 21949 15497 0 -1 4202560 5727 0 0 0 630 288 0 0 20 0 17 0 654011111 741462016 145533 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 149.89
Current children cumulated vsize (KiB) 724084

[startup+25.5052 s]
/proc/loadavg: 13.58 7.40 6.38 17/201 21966
/proc/meminfo: memFree=17902704/36427776 swapFree=4692/1156060
[pid=21949] ppid=21947 vsize=1338956 CPUtime=351.43
/proc/21949/stat : 21949 (ttsth-5-0) S 21947 21949 15497 0 -1 4202496 290358 0 0 0 27298 7845 0 0 20 0 17 0 654010776 1371090944 290084 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 334739 290085 95 177 0 334561 0
[pid=21949/tid=21951] ppid=21947 vsize=1338956 CPUtime=22.12
/proc/21949/task/21951/stat : 21951 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 11405 0 0 0 2188 24 0 0 20 0 17 0 654011109 1371090944 290085 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=1338956 CPUtime=21.74
/proc/21949/task/21952/stat : 21952 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 18503 0 0 0 1660 514 0 0 20 0 17 0 654011109 1371090944 290085 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=1338956 CPUtime=21.7
/proc/21949/task/21953/stat : 21953 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 12541 0 0 0 1602 568 0 0 20 0 17 0 654011109 1371090944 290085 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=1338956 CPUtime=21.66
/proc/21949/task/21954/stat : 21954 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 13601 0 0 0 1646 520 0 0 20 0 17 0 654011109 1371090944 290085 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=1338956 CPUtime=21.7
/proc/21949/task/21955/stat : 21955 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 14063 0 0 0 1652 518 0 0 20 0 17 0 654011109 1371090944 290085 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=1338956 CPUtime=21.76
/proc/21949/task/21956/stat : 21956 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 21692 0 0 0 1628 548 0 0 20 0 17 0 654011109 1371090944 290086 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=1338956 CPUtime=21.54
/proc/21949/task/21957/stat : 21957 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 14586 0 0 0 1548 606 0 0 20 0 17 0 654011109 1371090944 290087 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=1338956 CPUtime=21.76
/proc/21949/task/21958/stat : 21958 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 11279 0 0 0 1632 544 0 0 20 0 17 0 654011109 1371090944 290087 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134519936 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=1338956 CPUtime=21.86
/proc/21949/task/21959/stat : 21959 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 16249 0 0 0 1704 482 0 0 20 0 17 0 654011109 1371090944 290087 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=1338956 CPUtime=21.82
/proc/21949/task/21960/stat : 21960 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 14594 0 0 0 1674 508 0 0 20 0 17 0 654011109 1371090944 290088 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=1338956 CPUtime=21.66
/proc/21949/task/21961/stat : 21961 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 13189 0 0 0 1586 580 0 0 20 0 17 0 654011109 1371090944 290088 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=1338956 CPUtime=21.72
/proc/21949/task/21962/stat : 21962 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 15542 0 0 0 1680 492 0 0 20 0 17 0 654011109 1371090944 290088 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134680293 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=1338956 CPUtime=21.36
/proc/21949/task/21963/stat : 21963 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 12534 0 0 0 1658 478 0 0 20 0 17 0 654011109 1371090944 290088 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=1338956 CPUtime=21.86
/proc/21949/task/21964/stat : 21964 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 13952 0 0 0 1738 448 0 0 20 0 17 0 654011110 1371090944 290090 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=1338956 CPUtime=21.82
/proc/21949/task/21965/stat : 21965 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 15264 0 0 0 1678 504 0 0 20 0 17 0 654011110 1371090944 290091 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=1338956 CPUtime=21.84
/proc/21949/task/21966/stat : 21966 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 16151 0 0 0 1704 480 0 0 20 0 17 0 654011111 1371090944 290091 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 351.43
Current children cumulated vsize (KiB) 1338956



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+44.1028 s]
/proc/loadavg: 14.27 7.96 6.58 18/201 21966
/proc/meminfo: memFree=17176652/36427776 swapFree=4692/1881320
[pid=21949] ppid=21947 vsize=2098396 CPUtime=645.24
/proc/21949/stat : 21949 (ttsth-5-0) S 21947 21949 15497 0 -1 4202496 468630 0 0 0 53391 11133 0 0 20 0 17 0 654010776 2148757504 468356 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 524599 468357 95 177 0 524421 0
[pid=21949/tid=21951] ppid=21947 vsize=2098396 CPUtime=40.73
/proc/21949/task/21951/stat : 21951 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 13274 0 0 0 4045 28 0 0 20 0 17 0 654011109 2148757504 468359 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=2098396 CPUtime=40.05
/proc/21949/task/21952/stat : 21952 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 30854 0 0 0 3245 760 0 0 20 0 17 0 654011109 2148757504 468360 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=2098396 CPUtime=40.12
/proc/21949/task/21953/stat : 21953 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 24298 0 0 0 3260 752 0 0 20 0 17 0 654011109 2148757504 468360 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=2098396 CPUtime=39.92
/proc/21949/task/21954/stat : 21954 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 20614 0 0 0 3196 796 0 0 20 0 17 0 654011109 2148757504 468360 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=2098396 CPUtime=40.11
/proc/21949/task/21955/stat : 21955 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 26638 0 0 0 3283 728 0 0 20 0 17 0 654011109 2148757504 468360 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=2098396 CPUtime=40.16
/proc/21949/task/21956/stat : 21956 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 43143 0 0 0 3226 790 0 0 20 0 17 0 654011109 2148757504 468361 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=2098396 CPUtime=39.9
/proc/21949/task/21957/stat : 21957 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 24693 0 0 0 3148 842 0 0 20 0 17 0 654011109 2148757504 468362 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=2098396 CPUtime=40.11
/proc/21949/task/21958/stat : 21958 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 21083 0 0 0 3247 764 0 0 20 0 17 0 654011109 2148757504 468362 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134591177 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=2098396 CPUtime=40.22
/proc/21949/task/21959/stat : 21959 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 28121 0 0 0 3286 736 0 0 20 0 17 0 654011109 2148757504 468362 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=2098396 CPUtime=40.31
/proc/21949/task/21960/stat : 21960 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 26804 0 0 0 3361 670 0 0 20 0 17 0 654011109 2148757504 468363 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=2098396 CPUtime=39.96
/proc/21949/task/21961/stat : 21961 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 23205 0 0 0 3142 854 0 0 20 0 17 0 654011109 2148757504 468363 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=2098396 CPUtime=40.08
/proc/21949/task/21962/stat : 21962 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 25881 0 0 0 3288 720 0 0 20 0 17 0 654011109 2148757504 468363 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=2098396 CPUtime=39.42
/proc/21949/task/21963/stat : 21963 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 22174 0 0 0 3320 622 0 0 20 0 17 0 654011109 2148757504 468363 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134593366 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=2098396 CPUtime=40.23
/proc/21949/task/21964/stat : 21964 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 23392 0 0 0 3353 670 0 0 20 0 17 0 654011110 2148757504 468363 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=2098396 CPUtime=40.23
/proc/21949/task/21965/stat : 21965 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 28196 0 0 0 3321 702 0 0 20 0 17 0 654011110 2148757504 468364 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=2098396 CPUtime=40.24
/proc/21949/task/21966/stat : 21966 (ttsth-5-0) R 21947 21949 15497 0 -1 4202560 31049 0 0 0 3354 670 0 0 20 0 17 0 654011111 2148757504 468365 18446744073709551615 134512640 135237372 4291785680 18446744073709551615 134680346 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 645.24
Current children cumulated vsize (KiB) 2098396

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

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

[startup+44.2268 s]
/proc/loadavg: 14.27 7.96 6.58 18/201 21966
/proc/meminfo: memFree=17176652/36427776 swapFree=4692/1881320
[pid=21949] ppid=21947 vsize=0 CPUtime=645.55
/proc/21949/stat : 21949 (ttsth-5-0) Z 21947 21949 15497 0 -1 4203532 468741 0 0 0 53408 11147 0 0 20 0 2 0 654010776 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21949/statm: 0 0 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=0 CPUtime=40.36
/proc/21949/task/21966/stat : 21966 (ttsth-5-0) R 21947 21949 15497 0 -1 4203588 31059 0 0 0 3354 682 0 0 20 0 2 0 654011111 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 645.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 44.295
CPU time (s): 645.624
CPU user time (s): 534.081
CPU system time (s): 111.543
CPU usage (%): 1457.56
Max. virtual memory (cumulated for all children) (KiB): 2098396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.081
system time used= 111.543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468741
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= 102625
involuntary context switches= 1477

runsolver used 0.188011 second user time and 0.668041 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 04:37:24
IDJOB=1778910
IDBENCH=70780
IDSOLVER=634
FILE ID=xenhost3-49/1778910-1244947044
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED= 1776681741

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:      19048616 kB
Buffers:        480632 kB
Cached:       14116544 kB
SwapCached:          0 kB
Active:        4127464 kB
Inactive:     10478972 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1348 kB
Writeback:           0 kB
AnonPages:        8596 kB
Mapped:           4312 kB
Slab:           720180 kB
SReclaimable:   693400 kB
SUnreclaim:      26780 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= 7024 MiB
End job on xenhost3-49 at 2009-06-14 04:38:10