Trace number 1776765

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)Signal 258.92 258.959

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark263.63
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.68/0.76	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776765-1244938598.cnf 
0.68/0.76	c Using SATTIMEOUT of 10000
0.68/0.76	c Using SATRAM of 2047
0.68/0.76	c Size of subset node = 16
0.68/0.76	c Variables = 183371
0.68/0.76	c Clauses = 547078
0.68/0.76	c Literals = 1276514
0.68/0.76	c Reduced size:
0.68/0.76	c Variables = 183371
0.68/0.76	c Clauses = 547070
0.68/0.76	c Literals = 1276496
0.68/0.76	c a2
1.28/1.33	c a1
250.40/250.42	c Independent sub-problems = 1
250.40/250.42	c Sub-problem with 183368 variables and 547070 clauses
250.40/250.42	c using permutation method 4
250.40/250.42	c count = 1
250.40/250.42	c Ordering finished 250.140 seconds
250.40/250.42	c mapped 250.380 seconds
250.40/250.42	c permuted 250.390 seconds
250.40/250.42	c about to sort
250.50/250.52	c sorted

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.21 2.54 2/184 20354
/proc/meminfo: memFree=19046948/36427776 swapFree=4076/8688
[pid=20354] ppid=20352 vsize=1540 CPUtime=0
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 653166170 1576960 241 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 385 242 75 177 0 207 0

[startup+0.098474 s]
/proc/loadavg: 1.00 1.21 2.54 2/184 20354
/proc/meminfo: memFree=19046948/36427776 swapFree=4076/8688
[pid=20354] ppid=20352 vsize=7628 CPUtime=0.08
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 1769 0 0 0 6 2 0 0 20 0 1 0 653166170 7811072 1726 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 1907 1728 75 177 0 1729 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7628

[startup+0.102455 s]
/proc/loadavg: 1.00 1.21 2.54 2/184 20354
/proc/meminfo: memFree=19046948/36427776 swapFree=4076/8688
[pid=20354] ppid=20352 vsize=7892 CPUtime=0.1
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 1834 0 0 0 8 2 0 0 20 0 1 0 653166170 8081408 1791 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134734934 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 1973 1792 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.302459 s]
/proc/loadavg: 1.00 1.21 2.54 2/184 20354
/proc/meminfo: memFree=19046948/36427776 swapFree=4076/8688
[pid=20354] ppid=20352 vsize=21580 CPUtime=0.28
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 5150 0 0 0 26 2 0 0 20 0 1 0 653166170 22097920 5107 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134732535 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 5395 5107 75 177 0 5217 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21580

[startup+0.702521 s]
/proc/loadavg: 1.00 1.21 2.54 2/184 20354
/proc/meminfo: memFree=19046948/36427776 swapFree=4076/8688
[pid=20354] ppid=20352 vsize=40780 CPUtime=0.68
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 9586 0 0 0 64 4 0 0 20 0 1 0 653166170 41758720 9543 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134534118 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 10195 9543 75 177 0 10017 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40780

[startup+1.50257 s]
/proc/loadavg: 1.00 1.21 2.54 2/185 20355
/proc/meminfo: memFree=18971380/36427776 swapFree=3896/84432
[pid=20354] ppid=20352 vsize=84008 CPUtime=1.48
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 20388 0 0 0 140 8 0 0 20 0 1 0 653166170 86024192 20344 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134540092 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 21002 20344 76 177 0 20824 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84008

[startup+3.1027 s]
/proc/loadavg: 1.00 1.21 2.53 2/185 20355
/proc/meminfo: memFree=18947936/36427776 swapFree=4620/108024
[pid=20354] ppid=20352 vsize=101932 CPUtime=3.1
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 32969 0 0 0 294 16 0 0 20 0 1 0 653166170 104378368 24795 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 25483 24795 77 177 0 25305 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 101932

[startup+6.30296 s]
/proc/loadavg: 1.00 1.21 2.53 2/185 20355
/proc/meminfo: memFree=18947316/36427776 swapFree=4620/108368
[pid=20354] ppid=20352 vsize=102360 CPUtime=6.3
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 33068 0 0 0 614 16 0 0 20 0 1 0 653166170 104816640 24894 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 25590 24894 77 177 0 25412 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 102360

[startup+12.7035 s]
/proc/loadavg: 1.00 1.20 2.52 2/185 20355
/proc/meminfo: memFree=18946496/36427776 swapFree=4620/109384
[pid=20354] ppid=20352 vsize=103048 CPUtime=12.7
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 33207 0 0 0 1254 16 0 0 20 0 1 0 653166170 105521152 25033 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 25762 25033 77 177 0 25584 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 103048

[startup+25.5006 s]
/proc/loadavg: 1.00 1.19 2.50 2/185 20358
/proc/meminfo: memFree=18945676/36427776 swapFree=4620/110368
[pid=20354] ppid=20352 vsize=104292 CPUtime=25.5
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 33491 0 0 0 2534 16 0 0 20 0 1 0 653166170 106795008 25317 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26073 25317 77 177 0 25895 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 104292

[startup+51.1028 s]
/proc/loadavg: 1.00 1.18 2.46 2/185 20358
/proc/meminfo: memFree=18943444/36427776 swapFree=4620/112760
[pid=20354] ppid=20352 vsize=106516 CPUtime=51.09
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34021 0 0 0 5093 16 0 0 20 0 1 0 653166170 109072384 25847 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600707 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26629 25847 77 177 0 26451 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106516

[startup+102.311 s]
/proc/loadavg: 1.00 1.14 2.37 2/185 20358
/proc/meminfo: memFree=18942204/36427776 swapFree=4620/113576
[pid=20354] ppid=20352 vsize=107440 CPUtime=102.31
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34284 0 0 0 10215 16 0 0 20 0 1 0 653166170 110018560 26110 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26860 26110 77 177 0 26682 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 107440

[startup+162.304 s]
/proc/loadavg: 1.08 1.13 2.30 2/185 20358
/proc/meminfo: memFree=18941584/36427776 swapFree=4620/114524
[pid=20354] ppid=20352 vsize=107704 CPUtime=162.31
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34363 0 0 0 16215 16 0 0 20 0 1 0 653166170 110288896 26189 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26926 26189 77 177 0 26748 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 107704

[startup+222.305 s]
/proc/loadavg: 1.03 1.11 2.21 2/185 20363
/proc/meminfo: memFree=18941088/36427776 swapFree=4620/114560
[pid=20354] ppid=20352 vsize=107968 CPUtime=222.3
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34433 0 0 0 22214 16 0 0 20 0 1 0 653166170 110559232 26259 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26992 26259 77 177 0 26814 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107968

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

[startup+230.302 s]
/proc/loadavg: 1.02 1.10 2.20 2/185 20363
/proc/meminfo: memFree=18941088/36427776 swapFree=4620/114592
[pid=20354] ppid=20352 vsize=107968 CPUtime=230.3
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34442 0 0 0 23014 16 0 0 20 0 1 0 653166170 110559232 26268 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26992 26268 77 177 0 26814 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 107968

[startup+243.111 s]
/proc/loadavg: 1.02 1.10 2.18 2/185 20363
/proc/meminfo: memFree=18940964/36427776 swapFree=4620/114652
[pid=20354] ppid=20352 vsize=107968 CPUtime=243.11
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34456 0 0 0 24295 16 0 0 20 0 1 0 653166170 110559232 26282 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26992 26282 77 177 0 26814 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 107968

[startup+249.503 s]
/proc/loadavg: 1.02 1.09 2.17 2/185 20363
/proc/meminfo: memFree=18940964/36427776 swapFree=4620/114676
[pid=20354] ppid=20352 vsize=107968 CPUtime=249.5
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4202496 34463 0 0 0 24934 16 0 0 20 0 1 0 653166170 110559232 26289 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 26992 26289 77 177 0 26814 0
Current children cumulated CPU time (s) 249.5
Current children cumulated vsize (KiB) 107968

[startup+255.904 s]
/proc/loadavg: 1.01 1.09 2.16 2/185 20363
/proc/meminfo: memFree=16957352/36427776 swapFree=4676/1962956
[pid=20354] ppid=20352 vsize=1954852 CPUtime=255.89
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4204032 498386 0 0 0 25309 280 0 0 20 0 1 0 653166170 2001768448 488372 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134730102 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 488713 488372 91 177 0 488535 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 1954852

[startup+257.504 s]
/proc/loadavg: 1.17 1.12 2.17 2/185 20363
/proc/meminfo: memFree=15816252/36427776 swapFree=4676/1962956
[pid=20354] ppid=20352 vsize=1954852 CPUtime=257.49
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4204032 498386 0 0 0 25309 440 0 0 20 0 1 0 653166170 2001768448 488372 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134730102 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 488713 488372 91 177 0 488535 0
Current children cumulated CPU time (s) 257.49
Current children cumulated vsize (KiB) 1954852

[startup+258.304 s]
/proc/loadavg: 1.17 1.12 2.17 2/185 20363
/proc/meminfo: memFree=15816252/36427776 swapFree=4676/1962956
[pid=20354] ppid=20352 vsize=1954852 CPUtime=258.29
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4204032 498386 0 0 0 25311 518 0 0 20 0 1 0 653166170 2001768448 488372 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134730102 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 488713 488372 91 177 0 488535 0
Current children cumulated CPU time (s) 258.29
Current children cumulated vsize (KiB) 1954852

[startup+258.7 s]
/proc/loadavg: 1.17 1.12 2.17 2/185 20363
/proc/meminfo: memFree=15252000/36427776 swapFree=4676/1962956
[pid=20354] ppid=20352 vsize=1954852 CPUtime=258.68
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4204032 498386 0 0 0 25312 556 0 0 20 0 1 0 653166170 2001768448 488372 18446744073709551615 134512640 135237372 4294127120 18446744073709551615 134730102 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 488713 488372 91 177 0 488535 0
Current children cumulated CPU time (s) 258.68
Current children cumulated vsize (KiB) 1954852

[startup+258.936 s]
/proc/loadavg: 1.17 1.12 2.17 2/185 20363
/proc/meminfo: memFree=15252000/36427776 swapFree=4676/1962956
[pid=20354] ppid=20352 vsize=0 CPUtime=258.92
/proc/20354/stat : 20354 (ttsth-5-0) R 20352 20354 15497 0 -1 4204036 498387 0 0 0 25312 580 0 0 20 0 1 0 653166170 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/20354/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20354 and gives
#  childrusage.ru_utime.tv_sec=253
#  childrusage.ru_utime.tv_usec=71816
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=836364
# CPU time returned by wait4() is 258.908
# while last known CPU time is 258.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 258.959
CPU time (s): 258.92
CPU user time (s): 253.12
CPU system time (s): 5.8
CPU usage (%): 99.9851
Max. virtual memory (cumulated for all children) (KiB): 1954852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.072
system time used= 5.83636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3906272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 273

runsolver used 0.708044 second user time and 1.5761 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 02:16:38
IDJOB=1776765
IDBENCH=69586
IDSOLVER=634
FILE ID=xenhost3-49/1776765-1244938598
PBS_JOBID=
Free space on /tmp= 7016 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776765-1244938598/watcher-1776765-1244938598 -o /tmp/evaluation-result-1776765-1244938598/solver-1776765-1244938598 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776765-1244938598.cnf

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED= 318114583

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:      19046948 kB
Buffers:        475420 kB
Cached:       14124636 kB
SwapCached:          0 kB
Active:        4121516 kB
Inactive:     10486504 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            9972 kB
Writeback:           0 kB
AnonPages:        8688 kB
Mapped:           4076 kB
Slab:           717992 kB
SReclaimable:   691152 kB
SUnreclaim:      26840 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 5107 MiB
End job on xenhost3-49 at 2009-06-14 02:20:57