Trace number 1779240

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) 1318.78 113.306

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.32	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779240-1244951659.cnf 
0.30/0.32	c Using SATTIMEOUT of 10000
0.30/0.32	c Using SATRAM of 2047
0.30/0.32	c Size of subset node = 16
0.30/0.32	c Variables = 69641
0.30/0.32	c Clauses = 227010
0.30/0.32	c Literals = 588274
0.30/0.32	c Reduced size:
0.30/0.32	c Variables = 69641
0.30/0.32	c Clauses = 226367
0.30/0.32	c Literals = 586604
0.30/0.32	c a2
0.60/0.62	c a1
28.70/28.78	c Independent sub-problems = 1
28.70/28.78	c Sub-problem with 69384 variables and 226367 clauses
28.70/28.78	c using permutation method 4
28.70/28.78	c count = 1
28.70/28.78	c Ordering finished 28.700 seconds
28.70/28.78	c mapped 28.780 seconds
28.70/28.78	c permuted 28.780 seconds
28.70/28.78	c about to sort
28.80/28.83	c sorted
30.88/30.98	c clauses now 226367
30.88/30.98	c init finished 30.150 seconds
30.88/30.98	c tree built 30.940 seconds
30.88/30.98	c 
30.88/30.98	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
30.88/30.98	c ---------------------------------|----------------------------------|------------------------------------------------------
30.88/30.98	c ................................ | ..........                       |                       31.1           0.0             
30.88/30.98	c ................................ | ..........                     1 |                       31.1           0.0             
30.88/30.98	c ................................ | ..........                     2 |                       31.1           0.1             
30.88/30.98	c ................................ | ..........                     3 |                       31.1           0.1             
30.88/30.98	c ................................ | ..........                     4 |                       31.1           0.1             
30.88/30.98	c ................................ | ..........                     5 |                       31.1           0.2             
30.88/30.99	c ................................ | ..........                  1000 |                       31.1          32.1             
296.55/47.90	c ................................ | ..........               1277000 | 105468               200.0        6383.7      9211675
596.03/67.03	c ................................ | ..........               2273000 | 180705               400.3        5678.7     21443059
865.10/84.20	c ................................ | ..........               2759000 | 221628               600.2        4596.4     35396955
1107.89/99.80	c ................................ | ..........               3066000 | 249683               800.2        3831.5     49984383

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-1779240-1244951659/watcher-1779240-1244951659 -o /tmp/evaluation-result-1779240-1244951659/solver-1779240-1244951659 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779240-1244951659.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.37 10.65 7.52 2/184 23156
/proc/meminfo: memFree=19043500/36427776 swapFree=4184/7100
[pid=23156] ppid=23154 vsize=1540 CPUtime=0
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 261 0 0 0 0 0 0 0 20 0 1 0 654472302 1576960 218 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 385 218 75 177 0 207 0

[startup+0.025652 s]
/proc/loadavg: 14.37 10.65 7.52 2/184 23156
/proc/meminfo: memFree=19043500/36427776 swapFree=4184/7100
[pid=23156] ppid=23154 vsize=2596 CPUtime=0.02
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 529 0 0 0 2 0 0 0 20 0 1 0 654472302 2658304 486 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134639534 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 649 487 75 177 0 471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2596

[startup+0.101641 s]
/proc/loadavg: 14.37 10.65 7.52 2/184 23156
/proc/meminfo: memFree=19043500/36427776 swapFree=4184/7100
[pid=23156] ppid=23154 vsize=7364 CPUtime=0.1
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 1719 0 0 0 10 0 0 0 20 0 1 0 654472302 7540736 1677 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 1841 1677 75 177 0 1663 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7364

[startup+0.301698 s]
/proc/loadavg: 14.37 10.65 7.52 2/184 23156
/proc/meminfo: memFree=19043500/36427776 swapFree=4184/7100
[pid=23156] ppid=23154 vsize=17396 CPUtime=0.3
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 4010 0 0 0 28 2 0 0 20 0 1 0 654472302 17813504 3967 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134534121 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 4349 3967 75 177 0 4171 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17396

[startup+0.701732 s]
/proc/loadavg: 14.37 10.65 7.52 2/184 23156
/proc/meminfo: memFree=19043500/36427776 swapFree=4184/7100
[pid=23156] ppid=23154 vsize=36024 CPUtime=0.7
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 8667 0 0 0 64 6 0 0 20 0 1 0 654472302 36888576 8624 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134540092 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 9006 8624 76 177 0 8828 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 36024

[startup+1.50176 s]
/proc/loadavg: 14.37 10.65 7.52 2/185 23157
/proc/meminfo: memFree=19002696/36427776 swapFree=5104/48648
[pid=23156] ppid=23154 vsize=42316 CPUtime=1.5
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 11056 0 0 0 144 6 0 0 20 0 1 0 654472302 43331584 10226 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 10579 10226 77 177 0 10401 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 42316

[startup+3.10189 s]
/proc/loadavg: 14.37 10.65 7.52 2/185 23157
/proc/meminfo: memFree=19001940/36427776 swapFree=4584/49768
[pid=23156] ppid=23154 vsize=42780 CPUtime=3.1
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 11177 0 0 0 304 6 0 0 20 0 1 0 654472302 43806720 10347 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134555272 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 10695 10347 77 177 0 10517 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42780

[startup+6.30216 s]
/proc/loadavg: 13.30 10.49 7.49 2/185 23157
/proc/meminfo: memFree=18999940/36427776 swapFree=4620/50828
[pid=23156] ppid=23154 vsize=43632 CPUtime=6.3
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 11392 0 0 0 624 6 0 0 20 0 1 0 654472302 44679168 10562 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134553897 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 10908 10562 77 177 0 10730 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43632

[startup+12.7027 s]
/proc/loadavg: 12.31 10.33 7.45 2/185 23157
/proc/meminfo: memFree=18997848/36427776 swapFree=4620/52688
[pid=23156] ppid=23154 vsize=45140 CPUtime=12.7
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 11735 0 0 0 1264 6 0 0 20 0 1 0 654472302 46223360 10905 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134600960 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 11285 10905 77 177 0 11107 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45140

[startup+25.5038 s]
/proc/loadavg: 9.81 9.87 7.35 2/185 23157
/proc/meminfo: memFree=18997640/36427776 swapFree=4620/53012
[pid=23156] ppid=23154 vsize=45404 CPUtime=25.5
/proc/23156/stat : 23156 (ttsth-5-0) R 23154 23156 15497 0 -1 4202496 11808 0 0 0 2544 6 0 0 20 0 1 0 654472302 46493696 10978 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134600718 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 11351 10978 77 177 0 11173 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45404

[startup+51.1076 s]
/proc/loadavg: 11.06 10.13 7.50 16/201 23178
/proc/meminfo: memFree=18013172/36427776 swapFree=4692/1037956
[pid=23156] ppid=23154 vsize=1156468 CPUtime=346.83
/proc/23156/stat : 23156 (ttsth-5-0) S 23154 23156 15497 0 -1 4202496 260760 0 0 0 12995 21688 0 0 20 0 17 0 654472302 1184223232 259356 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 289117 259356 95 177 0 288939 0
[pid=23156/tid=23158] ppid=23154 vsize=1156468 CPUtime=20.12
/proc/23156/task/23158/stat : 23158 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 11609 0 0 0 1990 22 0 0 20 0 17 0 654475399 1184223232 259356 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23156/tid=23159] ppid=23154 vsize=1156468 CPUtime=19.8
/proc/23156/task/23159/stat : 23159 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2760 0 0 0 522 1458 0 0 20 0 17 0 654475399 1184223232 259356 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23156/tid=23160] ppid=23154 vsize=1156468 CPUtime=19.8
/proc/23156/task/23160/stat : 23160 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2051 0 0 0 558 1422 0 0 20 0 17 0 654475399 1184223232 259356 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23156/tid=23161] ppid=23154 vsize=1156468 CPUtime=19.66
/proc/23156/task/23161/stat : 23161 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2414 0 0 0 510 1456 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23156/tid=23162] ppid=23154 vsize=1156468 CPUtime=19.72
/proc/23156/task/23162/stat : 23162 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2156 0 0 0 522 1450 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23156/tid=23163] ppid=23154 vsize=1156468 CPUtime=19.7
/proc/23156/task/23163/stat : 23163 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 3406 0 0 0 498 1472 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134552745 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23156/tid=23164] ppid=23154 vsize=1156468 CPUtime=19.7
/proc/23156/task/23164/stat : 23164 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2722 0 0 0 458 1512 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23156/tid=23165] ppid=23154 vsize=1156468 CPUtime=19.76
/proc/23156/task/23165/stat : 23165 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2672 0 0 0 588 1388 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23156/tid=23166] ppid=23154 vsize=1156468 CPUtime=19.78
/proc/23156/task/23166/stat : 23166 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 8478 0 0 0 544 1434 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23156/tid=23167] ppid=23154 vsize=1156468 CPUtime=19.76
/proc/23156/task/23167/stat : 23167 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2524 0 0 0 610 1366 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23156/tid=23168] ppid=23154 vsize=1156468 CPUtime=19.76
/proc/23156/task/23168/stat : 23168 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2344 0 0 0 548 1428 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23156/tid=23169] ppid=23154 vsize=1156468 CPUtime=19.72
/proc/23156/task/23169/stat : 23169 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2398 0 0 0 546 1426 0 0 20 0 17 0 654475399 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23156/tid=23170] ppid=23154 vsize=1156468 CPUtime=19.72
/proc/23156/task/23170/stat : 23170 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2389 0 0 0 540 1432 0 0 20 0 17 0 654475400 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23156/tid=23171] ppid=23154 vsize=1156468 CPUtime=19.34
/proc/23156/task/23171/stat : 23171 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2714 0 0 0 548 1386 0 0 20 0 17 0 654475400 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23156/tid=23172] ppid=23154 vsize=1156468 CPUtime=19.62
/proc/23156/task/23172/stat : 23172 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 3301 0 0 0 434 1528 0 0 20 0 17 0 654475400 1184223232 259357 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23156/tid=23173] ppid=23154 vsize=1156468 CPUtime=19.74
/proc/23156/task/23173/stat : 23173 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 2657 0 0 0 546 1428 0 0 20 0 17 0 654475401 1184223232 259359 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 346.83
Current children cumulated vsize (KiB) 1156468

[startup+102.318 s]
/proc/loadavg: 13.85 11.03 7.94 17/201 23178
/proc/meminfo: memFree=17302992/36427776 swapFree=4692/1747376
[pid=23156] ppid=23154 vsize=1894592 CPUtime=1148.81
/proc/23156/stat : 23156 (ttsth-5-0) S 23154 23156 15497 0 -1 4202496 436884 0 0 0 57058 57823 0 0 20 0 17 0 654472302 1940062208 435480 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 473648 435480 95 177 0 473470 0
[pid=23156/tid=23158] ppid=23154 vsize=1894592 CPUtime=71.29
/proc/23156/task/23158/stat : 23158 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 39479 0 0 0 7065 64 0 0 20 0 17 0 654475399 1940062208 435481 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23156/tid=23159] ppid=23154 vsize=1894592 CPUtime=69.99
/proc/23156/task/23159/stat : 23159 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 10134 0 0 0 2980 4019 0 0 20 0 17 0 654475399 1940062208 435481 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23156/tid=23160] ppid=23154 vsize=1894592 CPUtime=69.94
/proc/23156/task/23160/stat : 23160 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 9742 0 0 0 2896 4098 0 0 20 0 17 0 654475399 1940062208 435481 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23156/tid=23161] ppid=23154 vsize=1894592 CPUtime=69.82
/proc/23156/task/23161/stat : 23161 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 17092 0 0 0 3158 3824 0 0 20 0 17 0 654475399 1940062208 435481 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23156/tid=23162] ppid=23154 vsize=1894592 CPUtime=69.93
/proc/23156/task/23162/stat : 23162 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 13163 0 0 0 3264 3729 0 0 20 0 17 0 654475399 1940062208 435482 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134681633 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23156/tid=23163] ppid=23154 vsize=1894592 CPUtime=69.55
/proc/23156/task/23163/stat : 23163 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 14324 0 0 0 2920 4035 0 0 20 0 17 0 654475399 1940062208 435482 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23156/tid=23164] ppid=23154 vsize=1894592 CPUtime=69.59
/proc/23156/task/23164/stat : 23164 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 9055 0 0 0 3154 3805 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23156/tid=23165] ppid=23154 vsize=1894592 CPUtime=70.09
/proc/23156/task/23165/stat : 23165 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 15755 0 0 0 3419 3590 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23156/tid=23166] ppid=23154 vsize=1894592 CPUtime=69.74
/proc/23156/task/23166/stat : 23166 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 14498 0 0 0 3245 3729 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134591177 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23156/tid=23167] ppid=23154 vsize=1894592 CPUtime=69.77
/proc/23156/task/23167/stat : 23167 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 15001 0 0 0 2864 4113 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23156/tid=23168] ppid=23154 vsize=1894592 CPUtime=69.95
/proc/23156/task/23168/stat : 23168 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 16721 0 0 0 3300 3695 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134591214 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23156/tid=23169] ppid=23154 vsize=1894592 CPUtime=69.97
/proc/23156/task/23169/stat : 23169 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 12406 0 0 0 3291 3706 0 0 20 0 17 0 654475399 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23156/tid=23170] ppid=23154 vsize=1894592 CPUtime=69.84
/proc/23156/task/23170/stat : 23170 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 14177 0 0 0 3040 3944 0 0 20 0 17 0 654475400 1940062208 435483 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23156/tid=23171] ppid=23154 vsize=1894592 CPUtime=68.47
/proc/23156/task/23171/stat : 23171 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 9741 0 0 0 3150 3697 0 0 20 0 17 0 654475400 1940062208 435484 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134589646 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23156/tid=23172] ppid=23154 vsize=1894592 CPUtime=69.84
/proc/23156/task/23172/stat : 23172 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 10935 0 0 0 3162 3822 0 0 20 0 17 0 654475400 1940062208 435484 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23156/tid=23173] ppid=23154 vsize=1894592 CPUtime=70.02
/proc/23156/task/23173/stat : 23173 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 10497 0 0 0 3126 3876 0 0 20 0 17 0 654475401 1940062208 435484 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1148.81
Current children cumulated vsize (KiB) 1894592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+113.103 s]
/proc/loadavg: 14.25 11.26 8.06 18/201 23178
/proc/meminfo: memFree=17112104/36427776 swapFree=4692/1938724
[pid=23156] ppid=23154 vsize=2096160 CPUtime=1318.45
/proc/23156/stat : 23156 (ttsth-5-0) S 23154 23156 15497 0 -1 4202496 484188 0 0 0 71016 60829 0 0 20 0 17 0 654472302 2146467840 482784 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 524040 482784 95 177 0 523862 0
[pid=23156/tid=23158] ppid=23154 vsize=2096160 CPUtime=82.09
/proc/23156/task/23158/stat : 23158 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 44598 0 0 0 8135 74 0 0 20 0 17 0 654475399 2146467840 482787 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23156/tid=23159] ppid=23154 vsize=2096160 CPUtime=80.63
/proc/23156/task/23159/stat : 23159 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 12572 0 0 0 3876 4187 0 0 20 0 17 0 654475399 2146467840 482787 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23156/tid=23160] ppid=23154 vsize=2096160 CPUtime=80.44
/proc/23156/task/23160/stat : 23160 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 12683 0 0 0 3631 4413 0 0 20 0 17 0 654475399 2146467840 482787 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23156/tid=23161] ppid=23154 vsize=2096160 CPUtime=80.47
/proc/23156/task/23161/stat : 23161 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 21348 0 0 0 4065 3982 0 0 20 0 17 0 654475399 2146467840 482788 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23156/tid=23162] ppid=23154 vsize=2096160 CPUtime=80.47
/proc/23156/task/23162/stat : 23162 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 15397 0 0 0 4058 3989 0 0 20 0 17 0 654475399 2146467840 482789 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23156/tid=23163] ppid=23154 vsize=2096160 CPUtime=80.2
/proc/23156/task/23163/stat : 23163 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 19852 0 0 0 3818 4202 0 0 20 0 17 0 654475399 2146467840 482789 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23156/tid=23164] ppid=23154 vsize=2096160 CPUtime=80.06
/proc/23156/task/23164/stat : 23164 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 10053 0 0 0 3959 4047 0 0 20 0 17 0 654475399 2146467840 482790 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23156/tid=23165] ppid=23154 vsize=2096160 CPUtime=80.79
/proc/23156/task/23165/stat : 23165 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 19405 0 0 0 4357 3722 0 0 20 0 17 0 654475399 2146467840 482790 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23156/tid=23166] ppid=23154 vsize=2096160 CPUtime=80.25
/proc/23156/task/23166/stat : 23166 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 15751 0 0 0 4052 3973 0 0 20 0 17 0 654475399 2146467840 482790 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23156/tid=23167] ppid=23154 vsize=2096160 CPUtime=80.3
/proc/23156/task/23167/stat : 23167 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 17124 0 0 0 3640 4390 0 0 20 0 17 0 654475399 2146467840 482791 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23156/tid=23168] ppid=23154 vsize=2096160 CPUtime=80.61
/proc/23156/task/23168/stat : 23168 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 21095 0 0 0 4213 3848 0 0 20 0 17 0 654475399 2146467840 482792 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23156/tid=23169] ppid=23154 vsize=2096160 CPUtime=80.67
/proc/23156/task/23169/stat : 23169 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 16392 0 0 0 4263 3804 0 0 20 0 17 0 654475399 2146467840 482792 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134562334 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23156/tid=23170] ppid=23154 vsize=2096160 CPUtime=80.44
/proc/23156/task/23170/stat : 23170 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 16632 0 0 0 3904 4140 0 0 20 0 17 0 654475400 2146467840 482793 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23156/tid=23171] ppid=23154 vsize=2096160 CPUtime=78.85
/proc/23156/task/23171/stat : 23171 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 11270 0 0 0 3979 3906 0 0 20 0 17 0 654475400 2146467840 482793 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134593493 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23156/tid=23172] ppid=23154 vsize=2096160 CPUtime=80.51
/proc/23156/task/23172/stat : 23172 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 13718 0 0 0 4032 4019 0 0 20 0 17 0 654475400 2146467840 482794 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23156/tid=23173] ppid=23154 vsize=2096160 CPUtime=80.66
/proc/23156/task/23173/stat : 23173 (ttsth-5-0) R 23154 23156 15497 0 -1 4202560 12139 0 0 0 4010 4056 0 0 20 0 17 0 654475401 2146467840 482794 18446744073709551615 134512640 135237372 4291826656 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1318.45
Current children cumulated vsize (KiB) 2096160

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

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

[startup+113.227 s]
/proc/loadavg: 14.25 11.26 8.06 2/187 23179
/proc/meminfo: memFree=17767892/36427776 swapFree=4692/1279372
[pid=23156] ppid=23154 vsize=0 CPUtime=1318.72
/proc/23156/stat : 23156 (ttsth-5-0) Z 23154 23156 15497 0 -1 4203532 484233 0 0 0 71027 60845 0 0 20 0 2 0 654472302 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/23156/statm: 0 0 0 0 0 0 0
[pid=23156/tid=23173] ppid=23154 vsize=0 CPUtime=80.78
/proc/23156/task/23173/stat : 23173 (ttsth-5-0) R 23154 23156 15497 0 -1 4203588 12139 0 0 0 4010 4068 0 0 20 0 2 0 654475401 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1318.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 113.306
CPU time (s): 1318.78
CPU user time (s): 710.272
CPU system time (s): 608.506
CPU usage (%): 1163.91
Max. virtual memory (cumulated for all children) (KiB): 2096160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.272
system time used= 608.506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484233
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= 160693
involuntary context switches= 2904

runsolver used 0.548034 second user time and 1.42009 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:54:19
IDJOB=1779240
IDBENCH=70824
IDSOLVER=634
FILE ID=xenhost3-49/1779240-1244951659
PBS_JOBID=
Free space on /tmp= 7020 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779240-1244951659/watcher-1779240-1244951659 -o /tmp/evaluation-result-1779240-1244951659/solver-1779240-1244951659 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779240-1244951659.cnf

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED= 1480708079

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:      19043500 kB
Buffers:        482604 kB
Cached:       14119944 kB
SwapCached:          0 kB
Active:        4128984 kB
Inactive:     10481960 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4428 kB
Writeback:           0 kB
AnonPages:        7100 kB
Mapped:           4184 kB
Slab:           721580 kB
SReclaimable:   694788 kB
SUnreclaim:      26792 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7020 MiB
End job on xenhost3-49 at 2009-06-14 05:56:15