Trace number 1781040

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) 1326.51 90.5347

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_20_SAT.cnf
MD5SUM8aa38136187abb1238dedfc85e88a72c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.8338
Satisfiable
(Un)Satisfiability was proved
Number of variables4242
Number of clauses503783
Sum of the clauses size1505427
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26480
Number of clauses of size 3497272
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.50/0.59	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781040-1244980593.cnf 
0.50/0.59	c Using SATTIMEOUT of 10000
0.50/0.59	c Using SATRAM of 2047
0.50/0.59	c Size of subset node = 16
0.50/0.59	c Variables = 4242
0.50/0.59	c Clauses = 503783
0.50/0.59	c Literals = 1505427
0.50/0.59	c Reduced size:
0.50/0.59	c Variables = 4242
0.50/0.59	c Clauses = 503783
0.50/0.59	c Literals = 1505427
0.50/0.59	c a2
1.50/1.54	c a1
3.68/3.77	c Independent sub-problems = 1
3.68/3.77	c Sub-problem with 4242 variables and 503783 clauses
3.68/3.77	c using permutation method 4
3.68/3.77	c count = 1
3.68/3.77	c Ordering finished 3.600 seconds
3.68/3.77	c mapped 3.760 seconds
3.68/3.77	c permuted 3.760 seconds
3.68/3.77	c about to sort
3.78/3.89	c sorted
7.20/7.22	c clauses now 503783
7.20/7.22	c init finished 3.990 seconds
7.20/7.22	c tree built 7.210 seconds
7.20/7.22	c 
7.20/7.22	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
7.20/7.22	c ---------------------------------|----------------------------------|------------------------------------------------------
7.20/7.22	c ................................ | ..........                       |                        7.2           0.0             
7.20/7.22	c ................................ | ..........                     1 |                        7.2           0.1             
7.20/7.22	c ................................ | ..........                     2 |                        7.2           0.3             
7.20/7.22	c ................................ | ..........                     3 |                        7.2           0.4             
7.20/7.22	c ................................ | ..........                     4 |                        7.2           0.6             
7.20/7.22	c ................................ | ..........                     5 |                        7.2           0.7             
9.79/7.43	c ................................ | ..........                  1000 | 7                      8.7         114.4         5212
222.46/21.00	c ................................ | ..........                178000 | 12993                200.9         885.9     14671063
430.04/34.01	c ................................ | ..........                314000 | 19905                401.4         782.2     32196227
631.78/46.78	c ................................ | ..........                425000 | 29331                600.1         708.2     48791200
836.93/59.60	c ................................ | ..........                540000 | 39146                801.1         674.1     64031924
1039.08/72.36	c ................................ | *.........                657000 | 49247               1001.5         656.0     79578586
1241.32/85.04	c ................................ | *.........                775000 | 60514               1201.5         645.1     94541978

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-1781040-1244980593/watcher-1781040-1244980593 -o /tmp/evaluation-result-1781040-1244980593/solver-1781040-1244980593 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781040-1244980593.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: 14.60 15.38 14.54 2/184 30228
/proc/meminfo: memFree=18981732/36427776 swapFree=4776/8740
[pid=30228] ppid=30226 vsize=1540 CPUtime=0
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 281 0 0 0 0 0 0 0 20 0 1 0 657365721 1576960 238 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 385 238 75 177 0 207 0

[startup+0.108882 s]
/proc/loadavg: 14.60 15.38 14.54 2/184 30228
/proc/meminfo: memFree=18981732/36427776 swapFree=4776/8740
[pid=30228] ppid=30226 vsize=7760 CPUtime=0.1
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 1792 0 0 0 10 0 0 0 20 0 1 0 657365721 7946240 1749 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134732535 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 1940 1751 75 177 0 1762 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7760

[startup+0.200887 s]
/proc/loadavg: 14.60 15.38 14.54 2/184 30228
/proc/meminfo: memFree=18981732/36427776 swapFree=4776/8740
[pid=30228] ppid=30226 vsize=13712 CPUtime=0.2
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 3210 0 0 0 20 0 0 0 20 0 1 0 657365721 14041088 3167 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 3428 3167 75 177 0 3250 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13712

[startup+0.300914 s]
/proc/loadavg: 14.60 15.38 14.54 2/184 30228
/proc/meminfo: memFree=18981732/36427776 swapFree=4776/8740
[pid=30228] ppid=30226 vsize=19864 CPUtime=0.3
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 4704 0 0 0 28 2 0 0 20 0 1 0 657365721 20340736 4661 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 4966 4661 75 177 0 4788 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 19864

[startup+0.70096 s]
/proc/loadavg: 14.60 15.38 14.54 2/184 30228
/proc/meminfo: memFree=18981732/36427776 swapFree=4776/8740
[pid=30228] ppid=30226 vsize=60892 CPUtime=0.7
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 14207 0 0 0 64 6 0 0 20 0 1 0 657365721 62353408 14164 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134749343 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 15223 14164 76 177 0 15045 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 60892

[startup+1.50101 s]
/proc/loadavg: 14.60 15.38 14.54 2/185 30229
/proc/meminfo: memFree=18916852/36427776 swapFree=4468/72272
[pid=30228] ppid=30226 vsize=68560 CPUtime=1.5
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 15955 0 0 0 142 8 0 0 20 0 1 0 657365721 70205440 15911 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134519994 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 17140 15911 76 177 0 16962 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 68560

[startup+3.10116 s]
/proc/loadavg: 14.60 15.38 14.54 2/185 30229
/proc/meminfo: memFree=18915408/36427776 swapFree=4672/74388
[pid=30228] ppid=30226 vsize=72148 CPUtime=3.08
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 18906 0 0 0 300 8 0 0 20 0 1 0 657365721 73879552 17878 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134555279 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 18037 17878 77 177 0 17859 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 72148

[startup+6.30143 s]
/proc/loadavg: 13.51 15.14 14.47 2/185 30229
/proc/meminfo: memFree=18857072/36427776 swapFree=4664/132348
[pid=30228] ppid=30226 vsize=141732 CPUtime=6.28
/proc/30228/stat : 30228 (ttsth-5-0) R 30226 30228 15497 0 -1 4202496 36810 0 0 0 612 16 0 0 20 0 1 0 657365721 145133568 35016 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 35433 35017 88 177 0 35255 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 141732

[startup+12.7057 s]
/proc/loadavg: 13.71 15.16 14.48 17/201 30245
/proc/meminfo: memFree=18740412/36427776 swapFree=4692/251832
[pid=30228] ppid=30226 vsize=391396 CPUtime=92.59
/proc/30228/stat : 30228 (ttsth-5-0) S 30226 30228 15497 0 -1 4202496 66629 0 0 0 6750 2509 0 0 20 0 17 0 657365721 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 97849 64340 95 177 0 97671 0
[pid=30228/tid=30230] ppid=30226 vsize=391396 CPUtime=5.62
/proc/30228/task/30230/stat : 30230 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 2140 0 0 0 484 78 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591106 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=391396 CPUtime=5.34
/proc/30228/task/30231/stat : 30231 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1617 0 0 0 370 164 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134590150 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30232/stat : 30232 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1521 0 0 0 382 150 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=391396 CPUtime=5.34
/proc/30228/task/30233/stat : 30233 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1624 0 0 0 392 142 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134590160 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30234/stat : 30234 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 872 0 0 0 384 148 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30235/stat : 30235 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1642 0 0 0 374 158 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134634385 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=391396 CPUtime=5.34
/proc/30228/task/30236/stat : 30236 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 831 0 0 0 368 166 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=391396 CPUtime=5.28
/proc/30228/task/30237/stat : 30237 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1238 0 0 0 360 168 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30238/stat : 30238 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 2099 0 0 0 376 156 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=391396 CPUtime=5.3
/proc/30228/task/30239/stat : 30239 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1529 0 0 0 362 168 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=391396 CPUtime=5.3
/proc/30228/task/30240/stat : 30240 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1755 0 0 0 346 184 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30241/stat : 30241 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1577 0 0 0 356 176 0 0 20 0 17 0 657366444 400789504 64340 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30242/stat : 30242 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1867 0 0 0 370 162 0 0 20 0 17 0 657366444 400789504 64341 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591177 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=391396 CPUtime=5.18
/proc/30228/task/30243/stat : 30243 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 850 0 0 0 354 164 0 0 20 0 17 0 657366444 400789504 64341 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591106 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=391396 CPUtime=5.3
/proc/30228/task/30244/stat : 30244 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1207 0 0 0 378 152 0 0 20 0 17 0 657366444 400789504 64343 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=391396 CPUtime=5.32
/proc/30228/task/30245/stat : 30245 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 1538 0 0 0 382 150 0 0 20 0 17 0 657366444 400789504 64344 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 92.59
Current children cumulated vsize (KiB) 391396

[startup+25.5029 s]
/proc/loadavg: 14.22 15.20 14.50 17/201 30245
/proc/meminfo: memFree=18451596/36427776 swapFree=4692/540476
[pid=30228] ppid=30226 vsize=690036 CPUtime=295.24
/proc/30228/stat : 30228 (ttsth-5-0) S 30226 30228 15497 0 -1 4202496 136808 0 0 0 25319 4205 0 0 20 0 17 0 657365721 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 172509 134519 95 177 0 172331 0
[pid=30228/tid=30230] ppid=30226 vsize=690036 CPUtime=18.4
/proc/30228/task/30230/stat : 30230 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 5859 0 0 0 1762 78 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134680285 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=690036 CPUtime=18.02
/proc/30228/task/30231/stat : 30231 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 8612 0 0 0 1542 260 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=690036 CPUtime=17.98
/proc/30228/task/30232/stat : 30232 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 5906 0 0 0 1548 250 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134593369 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=690036 CPUtime=18.04
/proc/30228/task/30233/stat : 30233 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 4925 0 0 0 1554 250 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134565869 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=690036 CPUtime=18.02
/proc/30228/task/30234/stat : 30234 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 3361 0 0 0 1548 254 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134593369 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=690036 CPUtime=18.02
/proc/30228/task/30235/stat : 30235 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 4307 0 0 0 1536 266 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=690036 CPUtime=18
/proc/30228/task/30236/stat : 30236 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 3294 0 0 0 1500 300 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=690036 CPUtime=17.92
/proc/30228/task/30237/stat : 30237 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 4579 0 0 0 1520 272 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=690036 CPUtime=18.02
/proc/30228/task/30238/stat : 30238 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 8225 0 0 0 1534 268 0 0 20 0 17 0 657366444 706596864 134519 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=690036 CPUtime=17.98
/proc/30228/task/30239/stat : 30239 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 7682 0 0 0 1518 280 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=690036 CPUtime=17.92
/proc/30228/task/30240/stat : 30240 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 9948 0 0 0 1456 336 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=690036 CPUtime=17.96
/proc/30228/task/30241/stat : 30241 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 3876 0 0 0 1482 314 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134552720 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=690036 CPUtime=18
/proc/30228/task/30242/stat : 30242 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 9784 0 0 0 1536 264 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=690036 CPUtime=17.6
/proc/30228/task/30243/stat : 30243 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 3785 0 0 0 1476 284 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134562357 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=690036 CPUtime=17.98
/proc/30228/task/30244/stat : 30244 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 3854 0 0 0 1546 252 0 0 20 0 17 0 657366444 706596864 134520 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=690036 CPUtime=18.02
/proc/30228/task/30245/stat : 30245 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 6088 0 0 0 1548 254 0 0 20 0 17 0 657366444 706596864 134521 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 295.24
Current children cumulated vsize (KiB) 690036

[startup+51.104 s]
/proc/loadavg: 14.88 15.28 14.54 17/201 30245
/proc/meminfo: memFree=17897712/36427776 swapFree=4692/1095556
[pid=30228] ppid=30226 vsize=1283168 CPUtime=701.73
/proc/30228/stat : 30228 (ttsth-5-0) S 30226 30228 15497 0 -1 4202496 276531 0 0 0 63943 6230 0 0 20 0 17 0 657365721 1313964032 274242 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 320792 274242 95 177 0 320614 0
[pid=30228/tid=30230] ppid=30226 vsize=1283168 CPUtime=43.88
/proc/30228/task/30230/stat : 30230 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 13700 0 0 0 4310 78 0 0 20 0 17 0 657366444 1313964032 274243 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134519962 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=1283168 CPUtime=43.5
/proc/30228/task/30231/stat : 30231 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 25213 0 0 0 3962 388 0 0 20 0 17 0 657366444 1313964032 274244 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=1283168 CPUtime=43.43
/proc/30228/task/30232/stat : 30232 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 16112 0 0 0 3957 386 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=1283168 CPUtime=43.52
/proc/30228/task/30233/stat : 30233 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 11618 0 0 0 3962 390 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=1283168 CPUtime=43.46
/proc/30228/task/30234/stat : 30234 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 7399 0 0 0 3962 384 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134550008 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=1283168 CPUtime=43.45
/proc/30228/task/30235/stat : 30235 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 9934 0 0 0 3947 398 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134588158 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=1283168 CPUtime=43.42
/proc/30228/task/30236/stat : 30236 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 8804 0 0 0 3876 466 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=1283168 CPUtime=43.28
/proc/30228/task/30237/stat : 30237 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 11056 0 0 0 3916 412 0 0 20 0 17 0 657366444 1313964032 274245 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591181 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=1283168 CPUtime=43.47
/proc/30228/task/30238/stat : 30238 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 17638 0 0 0 3967 380 0 0 20 0 17 0 657366444 1313964032 274246 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=1283168 CPUtime=43.41
/proc/30228/task/30239/stat : 30239 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 16977 0 0 0 3921 420 0 0 20 0 17 0 657366444 1313964032 274246 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=1283168 CPUtime=43.32
/proc/30228/task/30240/stat : 30240 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 24029 0 0 0 3834 498 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=1283168 CPUtime=43.4
/proc/30228/task/30241/stat : 30241 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 10912 0 0 0 3898 442 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=1283168 CPUtime=43.48
/proc/30228/task/30242/stat : 30242 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 22501 0 0 0 3960 388 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=1283168 CPUtime=42.53
/proc/30228/task/30243/stat : 30243 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 8844 0 0 0 3825 428 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=1283168 CPUtime=43.42
/proc/30228/task/30244/stat : 30244 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 11746 0 0 0 3964 378 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=1283168 CPUtime=43.47
/proc/30228/task/30245/stat : 30245 (ttsth-5-0) S 30226 30228 15497 0 -1 4202560 17329 0 0 0 3977 370 0 0 20 0 17 0 657366444 1313964032 274247 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 701.73
Current children cumulated vsize (KiB) 1283168



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+90.3163 s]
/proc/loadavg: 15.42 15.36 14.60 17/201 30245
/proc/meminfo: memFree=17122460/36427776 swapFree=4692/1867084
[pid=30228] ppid=30226 vsize=2097468 CPUtime=1326.12
/proc/30228/stat : 30228 (ttsth-5-0) S 30226 30228 15497 0 -1 4202496 467158 0 0 0 124483 8129 0 0 20 0 17 0 657365721 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 524367 464869 95 177 0 524189 0
[pid=30228/tid=30230] ppid=30226 vsize=2097468 CPUtime=82.96
/proc/30228/task/30230/stat : 30230 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 25052 0 0 0 8210 86 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=2097468 CPUtime=82.63
/proc/30228/task/30231/stat : 30231 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 44878 0 0 0 7783 480 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134732535 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=2097468 CPUtime=82.48
/proc/30228/task/30232/stat : 30232 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 29387 0 0 0 7718 530 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=2097468 CPUtime=82.58
/proc/30228/task/30233/stat : 30233 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 21636 0 0 0 7758 500 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=2097468 CPUtime=82.52
/proc/30228/task/30234/stat : 30234 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 13769 0 0 0 7744 508 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=2097468 CPUtime=82.5
/proc/30228/task/30235/stat : 30235 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 19506 0 0 0 7716 534 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=2097468 CPUtime=82.5
/proc/30228/task/30236/stat : 30236 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 18493 0 0 0 7642 608 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591177 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=2097468 CPUtime=82.31
/proc/30228/task/30237/stat : 30237 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 24786 0 0 0 7705 526 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=2097468 CPUtime=82.57
/proc/30228/task/30238/stat : 30238 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 28596 0 0 0 7761 496 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=2097468 CPUtime=82.44
/proc/30228/task/30239/stat : 30239 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 29151 0 0 0 7684 560 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=2097468 CPUtime=82.36
/proc/30228/task/30240/stat : 30240 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 40482 0 0 0 7596 640 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=2097468 CPUtime=82.44
/proc/30228/task/30241/stat : 30241 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 22043 0 0 0 7658 586 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=2097468 CPUtime=82.57
/proc/30228/task/30242/stat : 30242 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 40700 0 0 0 7755 502 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=2097468 CPUtime=80.83
/proc/30228/task/30243/stat : 30243 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 14953 0 0 0 7535 548 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=2097468 CPUtime=82.51
/proc/30228/task/30244/stat : 30244 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 20482 0 0 0 7759 492 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=2097468 CPUtime=82.57
/proc/30228/task/30245/stat : 30245 (ttsth-5-0) R 30226 30228 15497 0 -1 4202560 30521 0 0 0 7751 506 0 0 20 0 17 0 657366444 2147807232 464869 18446744073709551615 134512640 135237372 4290347632 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1326.12
Current children cumulated vsize (KiB) 2097468

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

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

[startup+90.5006 s]
/proc/loadavg: 15.42 15.36 14.60 17/201 30245
/proc/meminfo: memFree=17122460/36427776 swapFree=4692/1867084
[pid=30228] ppid=30226 vsize=0 CPUtime=1326.45
/proc/30228/stat : 30228 (ttsth-5-0) Z 30226 30228 15497 0 -1 4203532 467185 0 0 0 124500 8145 0 0 20 0 2 0 657365721 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/30228/statm: 0 0 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=0 CPUtime=82.71
/proc/30228/task/30245/stat : 30245 (ttsth-5-0) R 30226 30228 15497 0 -1 4203588 30521 0 0 0 7751 520 0 0 20 0 2 0 657366444 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1326.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 90.5347
CPU time (s): 1326.51
CPU user time (s): 1245.01
CPU system time (s): 81.4931
CPU usage (%): 1465.19
Max. virtual memory (cumulated for all children) (KiB): 2097468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1245.01
system time used= 81.4931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467185
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= 102222
involuntary context switches= 2815

runsolver used 0.376023 second user time and 1.32808 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 13:56:33
IDJOB=1781040
IDBENCH=71090
IDSOLVER=634
FILE ID=xenhost3-49/1781040-1244980593
PBS_JOBID=
Free space on /tmp= 7014 MiB

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

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

MD5SUM BENCH= 8aa38136187abb1238dedfc85e88a72c
RANDOM SEED= 1272881517

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:      18981732 kB
Buffers:        524840 kB
Cached:       14126956 kB
SwapCached:          0 kB
Active:        4171388 kB
Inactive:     10489192 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            9448 kB
Writeback:           0 kB
AnonPages:        8740 kB
Mapped:           4112 kB
Slab:           733660 kB
SReclaimable:   706740 kB
SUnreclaim:      26920 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= 7014 MiB
End job on xenhost3-49 at 2009-06-14 13:58:06