Trace number 1779300

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) 1776.62 142.198

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.32	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779300-1244952094.cnf 
0.28/0.32	c Using SATTIMEOUT of 10000
0.28/0.32	c Using SATRAM of 2047
0.28/0.32	c Size of subset node = 16
0.28/0.32	c Variables = 69561
0.28/0.32	c Clauses = 226787
0.28/0.32	c Literals = 587727
0.28/0.32	c Reduced size:
0.28/0.32	c Variables = 69561
0.28/0.32	c Clauses = 226144
0.28/0.32	c Literals = 586057
0.28/0.32	c a2
0.58/0.63	c a1
28.62/28.61	c Independent sub-problems = 1
28.62/28.61	c Sub-problem with 69304 variables and 226144 clauses
28.62/28.61	c using permutation method 4
28.62/28.61	c count = 1
28.62/28.61	c Ordering finished 28.540 seconds
28.62/28.61	c mapped 28.610 seconds
28.62/28.61	c permuted 28.610 seconds
28.62/28.61	c about to sort
28.62/28.66	c sorted
30.70/30.80	c clauses now 226144
30.70/30.80	c init finished 29.980 seconds
30.70/30.80	c tree built 30.770 seconds
30.70/30.80	c 
30.70/30.80	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
30.70/30.80	c ---------------------------------|----------------------------------|------------------------------------------------------
30.70/30.80	c ................................ | ..........                       |                       30.9           0.0             
30.70/30.81	c ................................ | ..........                     1 |                       30.9           0.0             
30.70/30.81	c ................................ | ..........                     2 |                       30.9           0.1             
30.70/30.81	c ................................ | ..........                     3 |                       30.9           0.1             
30.70/30.81	c ................................ | ..........                     4 |                       30.9           0.1             
30.70/30.81	c ................................ | ..........                     5 |                       30.9           0.2             
31.03/30.81	c ................................ | ..........                  1000 | 1                     30.9          32.3           25
297.84/47.84	c ................................ | ..........                966000 | 99290                200.0        4829.0      8525858
594.57/66.70	c ................................ | ..........               1458000 | 153554               400.4        3641.1     18592768
869.11/84.21	c ................................ | ..........               1840000 | 196547               600.1        3066.1     28913074
1129.32/100.89	c ................................ | ..........               2451000 | 245357               800.2        3062.9     37960838
1381.86/116.92	c ................................ | *.........               2973000 | 284353              1000.1        2972.8     47690480
1625.33/132.41	c ................................ | *.........               3432000 | 320158              1200.4        2859.1     59049066

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

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


[startup+0 s]
/proc/loadavg: 12.93 11.66 9.08 2/184 23386
/proc/meminfo: memFree=19042684/36427776 swapFree=4348/7736
[pid=23386] ppid=23384 vsize=1540 CPUtime=0
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 260 0 0 0 0 0 0 0 20 0 1 0 654515757 1576960 217 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134732535 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 385 217 75 177 0 207 0

[startup+0.06775 s]
/proc/loadavg: 12.93 11.66 9.08 2/184 23386
/proc/meminfo: memFree=19042684/36427776 swapFree=4348/7736
[pid=23386] ppid=23384 vsize=5336 CPUtime=0.06
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 1208 0 0 0 6 0 0 0 20 0 1 0 654515757 5464064 1165 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 1334 1166 75 177 0 1156 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5336

[startup+0.103738 s]
/proc/loadavg: 12.93 11.66 9.08 2/184 23386
/proc/meminfo: memFree=19042684/36427776 swapFree=4348/7736
[pid=23386] ppid=23384 vsize=7496 CPUtime=0.08
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 1741 0 0 0 8 0 0 0 20 0 1 0 654515757 7675904 1698 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 1874 1698 75 177 0 1696 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7496

[startup+0.303815 s]
/proc/loadavg: 12.93 11.66 9.08 2/184 23386
/proc/meminfo: memFree=19042684/36427776 swapFree=4348/7736
[pid=23386] ppid=23384 vsize=17224 CPUtime=0.28
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 3999 0 0 0 28 0 0 0 20 0 1 0 654515757 17637376 3956 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134534043 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 4306 3956 75 177 0 4128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17224

[startup+0.703839 s]
/proc/loadavg: 12.93 11.66 9.08 2/184 23386
/proc/meminfo: memFree=19042684/36427776 swapFree=4348/7736
[pid=23386] ppid=23384 vsize=35968 CPUtime=0.68
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 8656 0 0 0 66 2 0 0 20 0 1 0 654515757 36831232 8613 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134540092 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 8992 8614 76 177 0 8814 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35968

[startup+1.50386 s]
/proc/loadavg: 12.93 11.66 9.08 2/185 23387
/proc/meminfo: memFree=19002136/36427776 swapFree=4676/48144
[pid=23386] ppid=23384 vsize=42240 CPUtime=1.48
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 11037 0 0 0 144 4 0 0 20 0 1 0 654515757 43253760 10211 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 10560 10211 77 177 0 10382 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42240

[startup+3.10401 s]
/proc/loadavg: 12.93 11.66 9.08 2/185 23387
/proc/meminfo: memFree=19000636/36427776 swapFree=5084/49408
[pid=23386] ppid=23384 vsize=42704 CPUtime=3.1
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 11150 0 0 0 306 4 0 0 20 0 1 0 654515757 43728896 10324 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 10676 10324 77 177 0 10498 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42704

[startup+6.30027 s]
/proc/loadavg: 11.97 11.48 9.03 2/185 23387
/proc/meminfo: memFree=18998676/36427776 swapFree=4620/50852
[pid=23386] ppid=23384 vsize=43556 CPUtime=6.28
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 11365 0 0 0 624 4 0 0 20 0 1 0 654515757 44601344 10539 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 10889 10539 77 177 0 10711 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43556

[startup+12.7048 s]
/proc/loadavg: 11.09 11.31 8.99 2/185 23387
/proc/meminfo: memFree=18996724/36427776 swapFree=4620/52508
[pid=23386] ppid=23384 vsize=45064 CPUtime=12.7
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 11723 0 0 0 1266 4 0 0 20 0 1 0 654515757 46145536 10897 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134600707 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 11266 10897 77 177 0 11088 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45064

[startup+25.5019 s]
/proc/loadavg: 8.86 10.80 8.86 2/185 23387
/proc/meminfo: memFree=18996384/36427776 swapFree=4620/52832
[pid=23386] ppid=23384 vsize=45196 CPUtime=25.48
/proc/23386/stat : 23386 (ttsth-5-0) R 23384 23386 15497 0 -1 4202496 11765 0 0 0 2544 4 0 0 20 0 1 0 654515757 46280704 10939 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 11299 10939 77 177 0 11121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45196

[startup+51.103 s]
/proc/loadavg: 10.43 10.99 8.97 17/201 23403
/proc/meminfo: memFree=18043120/36427776 swapFree=4692/1007992
[pid=23386] ppid=23384 vsize=1126120 CPUtime=349.71
/proc/23386/stat : 23386 (ttsth-5-0) S 23384 23386 15497 0 -1 4202496 252212 0 0 0 13251 21720 0 0 20 0 17 0 654515757 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 281530 250815 95 177 0 281352 0
[pid=23386/tid=23388] ppid=23384 vsize=1126120 CPUtime=20.28
/proc/23386/task/23388/stat : 23388 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 16231 0 0 0 1998 30 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23386/tid=23389] ppid=23384 vsize=1126120 CPUtime=19.92
/proc/23386/task/23389/stat : 23389 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1907 0 0 0 592 1400 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23386/tid=23390] ppid=23384 vsize=1126120 CPUtime=19.9
/proc/23386/task/23390/stat : 23390 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1220 0 0 0 544 1446 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23386/tid=23391] ppid=23384 vsize=1126120 CPUtime=19.92
/proc/23386/task/23391/stat : 23391 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1533 0 0 0 536 1456 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23386/tid=23392] ppid=23384 vsize=1126120 CPUtime=19.92
/proc/23386/task/23392/stat : 23392 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1613 0 0 0 524 1468 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134519936 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23386/tid=23393] ppid=23384 vsize=1126120 CPUtime=19.94
/proc/23386/task/23393/stat : 23393 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1480 0 0 0 572 1422 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23386/tid=23394] ppid=23384 vsize=1126120 CPUtime=19.96
/proc/23386/task/23394/stat : 23394 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2458 0 0 0 620 1376 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23386/tid=23395] ppid=23384 vsize=1126120 CPUtime=19.98
/proc/23386/task/23395/stat : 23395 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2096 0 0 0 558 1440 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23386/tid=23396] ppid=23384 vsize=1126120 CPUtime=19.88
/proc/23386/task/23396/stat : 23396 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2033 0 0 0 518 1470 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23386/tid=23397] ppid=23384 vsize=1126120 CPUtime=19.94
/proc/23386/task/23397/stat : 23397 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 4080 0 0 0 548 1446 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23386/tid=23398] ppid=23384 vsize=1126120 CPUtime=19.94
/proc/23386/task/23398/stat : 23398 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2542 0 0 0 524 1470 0 0 20 0 17 0 654518836 1153146880 250815 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23386/tid=23399] ppid=23384 vsize=1126120 CPUtime=19.86
/proc/23386/task/23399/stat : 23399 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2705 0 0 0 514 1472 0 0 20 0 17 0 654518837 1153146880 250816 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23386/tid=23400] ppid=23384 vsize=1126120 CPUtime=19.94
/proc/23386/task/23400/stat : 23400 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1442 0 0 0 570 1424 0 0 20 0 17 0 654518837 1153146880 250817 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23386/tid=23401] ppid=23384 vsize=1126120 CPUtime=19.54
/proc/23386/task/23401/stat : 23401 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2781 0 0 0 564 1390 0 0 20 0 17 0 654518837 1153146880 250817 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23386/tid=23402] ppid=23384 vsize=1126120 CPUtime=19.94
/proc/23386/task/23402/stat : 23402 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 1797 0 0 0 570 1424 0 0 20 0 17 0 654518837 1153146880 250817 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23386/tid=23403] ppid=23384 vsize=1126120 CPUtime=19.9
/proc/23386/task/23403/stat : 23403 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 2389 0 0 0 488 1502 0 0 20 0 17 0 654518837 1153146880 250817 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 349.71
Current children cumulated vsize (KiB) 1126120

[startup+102.314 s]
/proc/loadavg: 13.51 11.74 9.33 17/201 23403
/proc/meminfo: memFree=17563936/36427776 swapFree=4692/1488632
[pid=23386] ppid=23384 vsize=1635592 CPUtime=1153.01
/proc/23386/stat : 23386 (ttsth-5-0) S 23384 23386 15497 0 -1 4202496 371647 0 0 0 54064 61237 0 0 20 0 17 0 654515757 1674846208 370250 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 408898 370250 95 177 0 408720 0
[pid=23386/tid=23388] ppid=23384 vsize=1635592 CPUtime=71.46
/proc/23386/task/23388/stat : 23388 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 43339 0 0 0 7074 72 0 0 20 0 17 0 654518836 1674846208 370250 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134749314 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23386/tid=23389] ppid=23384 vsize=1635592 CPUtime=70.2
/proc/23386/task/23389/stat : 23389 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 8330 0 0 0 3022 3998 0 0 20 0 17 0 654518836 1674846208 370250 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23386/tid=23390] ppid=23384 vsize=1635592 CPUtime=69.79
/proc/23386/task/23390/stat : 23390 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 4872 0 0 0 2506 4473 0 0 20 0 17 0 654518836 1674846208 370251 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134590241 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23386/tid=23391] ppid=23384 vsize=1635592 CPUtime=70.09
/proc/23386/task/23391/stat : 23391 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 10434 0 0 0 2918 4091 0 0 20 0 17 0 654518836 1674846208 370251 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23386/tid=23392] ppid=23384 vsize=1635592 CPUtime=69.9
/proc/23386/task/23392/stat : 23392 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 6617 0 0 0 2624 4366 0 0 20 0 17 0 654518836 1674846208 370251 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23386/tid=23393] ppid=23384 vsize=1635592 CPUtime=70.21
/proc/23386/task/23393/stat : 23393 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 10062 0 0 0 2944 4077 0 0 20 0 17 0 654518836 1674846208 370251 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23386/tid=23394] ppid=23384 vsize=1635592 CPUtime=70.58
/proc/23386/task/23394/stat : 23394 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 9247 0 0 0 3376 3682 0 0 20 0 17 0 654518836 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134588171 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23386/tid=23395] ppid=23384 vsize=1635592 CPUtime=70.3
/proc/23386/task/23395/stat : 23395 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 11520 0 0 0 3038 3992 0 0 20 0 17 0 654518836 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134732535 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23386/tid=23396] ppid=23384 vsize=1635592 CPUtime=69.87
/proc/23386/task/23396/stat : 23396 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 3586 0 0 0 2638 4349 0 0 20 0 17 0 654518836 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134591082 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23386/tid=23397] ppid=23384 vsize=1635592 CPUtime=69.98
/proc/23386/task/23397/stat : 23397 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 10693 0 0 0 2814 4184 0 0 20 0 17 0 654518836 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23386/tid=23398] ppid=23384 vsize=1635592 CPUtime=70.22
/proc/23386/task/23398/stat : 23398 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 8793 0 0 0 3054 3968 0 0 20 0 17 0 654518836 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134680242 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23386/tid=23399] ppid=23384 vsize=1635592 CPUtime=70.44
/proc/23386/task/23399/stat : 23399 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 9943 0 0 0 3376 3668 0 0 20 0 17 0 654518837 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23386/tid=23400] ppid=23384 vsize=1635592 CPUtime=70.29
/proc/23386/task/23400/stat : 23400 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 6491 0 0 0 3038 3991 0 0 20 0 17 0 654518837 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23386/tid=23401] ppid=23384 vsize=1635592 CPUtime=68.82
/proc/23386/task/23401/stat : 23401 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 8828 0 0 0 2948 3934 0 0 20 0 17 0 654518837 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23386/tid=23402] ppid=23384 vsize=1635592 CPUtime=70.03
/proc/23386/task/23402/stat : 23402 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 6705 0 0 0 2872 4131 0 0 20 0 17 0 654518837 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23386/tid=23403] ppid=23384 vsize=1635592 CPUtime=69.97
/proc/23386/task/23403/stat : 23403 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 8282 0 0 0 2812 4185 0 0 20 0 17 0 654518837 1674846208 370252 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1153.01
Current children cumulated vsize (KiB) 1635592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+142.002 s]
/proc/loadavg: 14.66 12.26 9.61 18/201 23403
/proc/meminfo: memFree=17131648/36427776 swapFree=4692/1918056
[pid=23386] ppid=23384 vsize=2096132 CPUtime=1776.28
/proc/23386/stat : 23386 (ttsth-5-0) S 23384 23386 15497 0 -1 4202496 479448 0 0 0 96385 81243 0 0 20 0 17 0 654515757 2146439168 478051 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 524033 478051 95 177 0 523855 0
[pid=23386/tid=23388] ppid=23384 vsize=2096132 CPUtime=111.15
/proc/23386/task/23388/stat : 23388 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 51177 0 0 0 11025 90 0 0 20 0 17 0 654518836 2146439168 478052 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23386/tid=23389] ppid=23384 vsize=2096132 CPUtime=109.03
/proc/23386/task/23389/stat : 23389 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 19557 0 0 0 5694 5209 0 0 20 0 17 0 654518836 2146439168 478053 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134680729 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23386/tid=23390] ppid=23384 vsize=2096132 CPUtime=108.74
/proc/23386/task/23390/stat : 23390 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 11190 0 0 0 5088 5786 0 0 20 0 17 0 654518836 2146439168 478053 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23386/tid=23391] ppid=23384 vsize=2096132 CPUtime=108.91
/proc/23386/task/23391/stat : 23391 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 19906 0 0 0 5408 5483 0 0 20 0 17 0 654518836 2146439168 478053 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23386/tid=23392] ppid=23384 vsize=2096132 CPUtime=108.69
/proc/23386/task/23392/stat : 23392 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 9281 0 0 0 4890 5979 0 0 20 0 17 0 654518836 2146439168 478055 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23386/tid=23393] ppid=23384 vsize=2096132 CPUtime=109.32
/proc/23386/task/23393/stat : 23393 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 17401 0 0 0 5565 5367 0 0 20 0 17 0 654518836 2146439168 478056 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23386/tid=23394] ppid=23384 vsize=2096132 CPUtime=109.81
/proc/23386/task/23394/stat : 23394 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 14949 0 0 0 6113 4868 0 0 20 0 17 0 654518836 2146439168 478056 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23386/tid=23395] ppid=23384 vsize=2096132 CPUtime=109.37
/proc/23386/task/23395/stat : 23395 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 20438 0 0 0 5722 5215 0 0 20 0 17 0 654518836 2146439168 478056 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23386/tid=23396] ppid=23384 vsize=2096132 CPUtime=108.65
/proc/23386/task/23396/stat : 23396 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 7157 0 0 0 5020 5845 0 0 20 0 17 0 654518836 2146439168 478056 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23386/tid=23397] ppid=23384 vsize=2096132 CPUtime=109.09
/proc/23386/task/23397/stat : 23397 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 17194 0 0 0 5557 5352 0 0 20 0 17 0 654518836 2146439168 478057 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23386/tid=23398] ppid=23384 vsize=2096132 CPUtime=108.97
/proc/23386/task/23398/stat : 23398 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 12818 0 0 0 5461 5436 0 0 20 0 17 0 654518836 2146439168 478057 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23386/tid=23399] ppid=23384 vsize=2096132 CPUtime=109.49
/proc/23386/task/23399/stat : 23399 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 17399 0 0 0 6063 4886 0 0 20 0 17 0 654518837 2146439168 478057 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134593356 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23386/tid=23400] ppid=23384 vsize=2096132 CPUtime=109.33
/proc/23386/task/23400/stat : 23400 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 12342 0 0 0 5653 5280 0 0 20 0 17 0 654518837 2146439168 478057 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23386/tid=23401] ppid=23384 vsize=2096132 CPUtime=106.91
/proc/23386/task/23401/stat : 23401 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 20885 0 0 0 5276 5415 0 0 20 0 17 0 654518837 2146439168 478057 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23386/tid=23402] ppid=23384 vsize=2096132 CPUtime=109.14
/proc/23386/task/23402/stat : 23402 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 10108 0 0 0 5636 5278 0 0 20 0 17 0 654518837 2146439168 478058 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23386/tid=23403] ppid=23384 vsize=2096132 CPUtime=108.81
/proc/23386/task/23403/stat : 23403 (ttsth-5-0) R 23384 23386 15497 0 -1 4202560 13746 0 0 0 5205 5676 0 0 20 0 17 0 654518837 2146439168 478058 18446744073709551615 134512640 135237372 4289534384 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1776.28
Current children cumulated vsize (KiB) 2096132

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

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

[startup+142.124 s]
/proc/loadavg: 14.66 12.26 9.61 18/201 23403
/proc/meminfo: memFree=17131648/36427776 swapFree=4692/1918056
[pid=23386] ppid=23384 vsize=0 CPUtime=1776.54
/proc/23386/stat : 23386 (ttsth-5-0) Z 23384 23386 15497 0 -1 4203532 479489 0 0 0 96399 81255 0 0 20 0 2 0 654515757 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23386/statm: 0 0 0 0 0 0 0
[pid=23386/tid=23403] ppid=23384 vsize=0 CPUtime=108.91
/proc/23386/task/23403/stat : 23403 (ttsth-5-0) R 23384 23386 15497 0 -1 4203588 13746 0 0 0 5205 5686 0 0 20 0 2 0 654518837 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1776.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 142.198
CPU time (s): 1776.62
CPU user time (s): 963.996
CPU system time (s): 812.623
CPU usage (%): 1249.4
Max. virtual memory (cumulated for all children) (KiB): 2096132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 963.996
system time used= 812.623
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479489
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= 208481
involuntary context switches= 3886

runsolver used 0.624039 second user time and 1.91212 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:01:34
IDJOB=1779300
IDBENCH=70830
IDSOLVER=634
FILE ID=xenhost3-49/1779300-1244952094
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-11.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779300-1244952094/watcher-1779300-1244952094 -o /tmp/evaluation-result-1779300-1244952094/solver-1779300-1244952094 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779300-1244952094.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED= 84367787

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:      19042684 kB
Buffers:        482608 kB
Cached:       14120464 kB
SwapCached:          0 kB
Active:        4128724 kB
Inactive:     10482716 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:        7736 kB
Mapped:           3684 kB
Slab:           721504 kB
SReclaimable:   694748 kB
SUnreclaim:      26756 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 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 06:03:58