Trace number 1779210

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) 1458.9 122

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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-1779210-1244951409.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 = 69503
0.28/0.32	c Clauses = 226618
0.28/0.32	c Literals = 587302
0.28/0.32	c Reduced size:
0.28/0.32	c Variables = 69503
0.28/0.32	c Clauses = 225975
0.28/0.32	c Literals = 585632
0.28/0.32	c a2
0.58/0.62	c a1
28.30/28.39	c Independent sub-problems = 1
28.30/28.39	c Sub-problem with 69246 variables and 225975 clauses
28.30/28.39	c using permutation method 4
28.30/28.39	c count = 1
28.30/28.39	c Ordering finished 28.300 seconds
28.30/28.39	c mapped 28.370 seconds
28.30/28.39	c permuted 28.370 seconds
28.30/28.39	c about to sort
28.40/28.44	c sorted
30.48/30.58	c clauses now 225975
30.48/30.58	c init finished 29.750 seconds
30.48/30.58	c tree built 30.550 seconds
30.48/30.58	c 
30.48/30.58	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
30.48/30.58	c ---------------------------------|----------------------------------|------------------------------------------------------
30.48/30.58	c ................................ | ..........                       |                       30.6           0.0             
30.48/30.58	c ................................ | ..........                     1 |                       30.6           0.0             
30.48/30.58	c ................................ | ..........                     2 |                       30.6           0.1             
30.48/30.58	c ................................ | ..........                     3 |                       30.6           0.1             
30.48/30.58	c ................................ | ..........                     4 |                       30.6           0.1             
30.48/30.58	c ................................ | ..........                     5 |                       30.6           0.2             
30.48/30.58	c ................................ | ..........                  1000 |                       30.7          32.6             
270.26/45.91	c ................................ | ..........               1270000 | 87542                200.2        6343.0      7318855
510.88/61.38	c ................................ | ..........               2265000 | 161914               400.0        5662.5     16401274
741.02/76.09	c ................................ | ..........               3182000 | 230482               600.0        5302.9     26903976
972.56/90.84	c ................................ | ..........               3982000 | 289934               800.0        4977.3     36673966
1201.33/105.46	c ................................ | *.........               4967000 | 364879              1000.2        4966.2     47502193
1425.51/119.80	c ................................ | *.........               5846000 | 434686              1200.3        4870.2     63452021

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-1779210-1244951409/watcher-1779210-1244951409 -o /tmp/evaluation-result-1779210-1244951409/solver-1779210-1244951409 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779210-1244951409.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: 13.90 8.18 6.10 2/184 23046
/proc/meminfo: memFree=19042768/36427776 swapFree=4016/8684
[pid=23046] ppid=23044 vsize=1540 CPUtime=0
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 265 0 0 0 0 0 0 0 20 0 1 0 654447280 1576960 222 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 385 222 75 177 0 207 0

[startup+0.10192 s]
/proc/loadavg: 13.90 8.18 6.10 2/184 23046
/proc/meminfo: memFree=19042768/36427776 swapFree=4016/8684
[pid=23046] ppid=23044 vsize=7496 CPUtime=0.1
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 1749 0 0 0 10 0 0 0 20 0 1 0 654447280 7675904 1706 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 1874 1707 75 177 0 1696 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7496

[startup+0.201925 s]
/proc/loadavg: 13.90 8.18 6.10 2/184 23046
/proc/meminfo: memFree=19042768/36427776 swapFree=4016/8684
[pid=23046] ppid=23044 vsize=13844 CPUtime=0.18
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 3254 0 0 0 18 0 0 0 20 0 1 0 654447280 14176256 3211 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 3461 3212 75 177 0 3283 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13844

[startup+0.301968 s]
/proc/loadavg: 13.90 8.18 6.10 2/184 23046
/proc/meminfo: memFree=19042768/36427776 swapFree=4016/8684
[pid=23046] ppid=23044 vsize=17224 CPUtime=0.28
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 3997 0 0 0 28 0 0 0 20 0 1 0 654447280 17637376 3954 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134534101 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 4306 3954 75 177 0 4128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17224

[startup+0.701997 s]
/proc/loadavg: 13.90 8.18 6.10 2/184 23046
/proc/meminfo: memFree=19042768/36427776 swapFree=4016/8684
[pid=23046] ppid=23044 vsize=35968 CPUtime=0.68
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 8666 0 0 0 66 2 0 0 20 0 1 0 654447280 36831232 8623 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134540092 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 8992 8623 76 177 0 8814 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35968

[startup+1.50202 s]
/proc/loadavg: 13.90 8.18 6.10 2/185 23047
/proc/meminfo: memFree=19001428/36427776 swapFree=4620/49292
[pid=23046] ppid=23044 vsize=42200 CPUtime=1.48
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 11029 0 0 0 144 4 0 0 20 0 1 0 654447280 43212800 10203 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 10550 10203 77 177 0 10372 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42200

[startup+3.10216 s]
/proc/loadavg: 13.90 8.18 6.10 2/185 23047
/proc/meminfo: memFree=19000808/36427776 swapFree=4624/50064
[pid=23046] ppid=23044 vsize=42684 CPUtime=3.08
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 11146 0 0 0 304 4 0 0 20 0 1 0 654447280 43708416 10320 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 10671 10320 77 177 0 10493 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42684

[startup+6.30242 s]
/proc/loadavg: 12.86 8.06 6.07 2/185 23047
/proc/meminfo: memFree=18999816/36427776 swapFree=4620/50788
[pid=23046] ppid=23044 vsize=43536 CPUtime=6.3
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 11359 0 0 0 624 6 0 0 20 0 1 0 654447280 44580864 10533 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134600840 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 10884 10533 77 177 0 10706 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43536

[startup+12.7029 s]
/proc/loadavg: 11.91 7.94 6.05 2/185 23047
/proc/meminfo: memFree=18997840/36427776 swapFree=4620/52608
[pid=23046] ppid=23044 vsize=45044 CPUtime=12.7
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 11707 0 0 0 1264 6 0 0 20 0 1 0 654447280 46125056 10881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 11261 10881 77 177 0 11083 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45044

[startup+25.504 s]
/proc/loadavg: 9.50 7.60 5.96 2/185 23047
/proc/meminfo: memFree=18998144/36427776 swapFree=4620/52808
[pid=23046] ppid=23044 vsize=45176 CPUtime=25.5
/proc/23046/stat : 23046 (ttsth-5-0) R 23044 23046 15497 0 -1 4202496 11770 0 0 0 2544 6 0 0 20 0 1 0 654447280 46260224 10944 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134600718 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 11294 10944 77 177 0 11116 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45176

[startup+51.1073 s]
/proc/loadavg: 10.79 8.03 6.15 17/201 23063
/proc/meminfo: memFree=18032356/36427776 swapFree=4692/1018636
[pid=23046] ppid=23044 vsize=1136472 CPUtime=351.55
/proc/23046/stat : 23046 (ttsth-5-0) S 23044 23046 15497 0 -1 4202496 254855 0 0 0 20517 14638 0 0 20 0 17 0 654447280 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 284118 253458 95 177 0 283940 0
[pid=23046/tid=23048] ppid=23044 vsize=1136472 CPUtime=20.52
/proc/23046/task/23048/stat : 23048 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 8773 0 0 0 2034 18 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23046/tid=23049] ppid=23044 vsize=1136472 CPUtime=20.02
/proc/23046/task/23049/stat : 23049 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2795 0 0 0 1032 970 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134550408 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23046/tid=23050] ppid=23044 vsize=1136472 CPUtime=20.08
/proc/23046/task/23050/stat : 23050 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 1778 0 0 0 1028 980 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23046/tid=23051] ppid=23044 vsize=1136472 CPUtime=20.1
/proc/23046/task/23051/stat : 23051 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 3249 0 0 0 1028 982 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591181 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23046/tid=23052] ppid=23044 vsize=1136472 CPUtime=20.16
/proc/23046/task/23052/stat : 23052 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 3569 0 0 0 1042 974 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23046/tid=23053] ppid=23044 vsize=1136472 CPUtime=20.06
/proc/23046/task/23053/stat : 23053 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2734 0 0 0 960 1046 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23046/tid=23054] ppid=23044 vsize=1136472 CPUtime=19.98
/proc/23046/task/23054/stat : 23054 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2756 0 0 0 1048 950 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23046/tid=23055] ppid=23044 vsize=1136472 CPUtime=20.1
/proc/23046/task/23055/stat : 23055 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7709 0 0 0 1020 990 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23046/tid=23056] ppid=23044 vsize=1136472 CPUtime=20
/proc/23046/task/23056/stat : 23056 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2645 0 0 0 1034 966 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23046/tid=23057] ppid=23044 vsize=1136472 CPUtime=20.04
/proc/23046/task/23057/stat : 23057 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2144 0 0 0 1098 906 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23046/tid=23058] ppid=23044 vsize=1136472 CPUtime=20.02
/proc/23046/task/23058/stat : 23058 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2042 0 0 0 1076 926 0 0 20 0 17 0 654450337 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23046/tid=23059] ppid=23044 vsize=1136472 CPUtime=20
/proc/23046/task/23059/stat : 23059 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 1854 0 0 0 1080 920 0 0 20 0 17 0 654450338 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23046/tid=23060] ppid=23044 vsize=1136472 CPUtime=20.08
/proc/23046/task/23060/stat : 23060 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2213 0 0 0 1060 948 0 0 20 0 17 0 654450338 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134680737 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23046/tid=23061] ppid=23044 vsize=1136472 CPUtime=19.66
/proc/23046/task/23061/stat : 23061 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2326 0 0 0 1020 946 0 0 20 0 17 0 654450338 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23046/tid=23062] ppid=23044 vsize=1136472 CPUtime=20.02
/proc/23046/task/23062/stat : 23062 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 2614 0 0 0 1002 1000 0 0 20 0 17 0 654450338 1163747328 253458 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23046/tid=23063] ppid=23044 vsize=1136472 CPUtime=20.04
/proc/23046/task/23063/stat : 23063 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 1926 0 0 0 966 1038 0 0 20 0 17 0 654450339 1163747328 253459 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134593362 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 351.55
Current children cumulated vsize (KiB) 1136472

[startup+102.304 s]
/proc/loadavg: 13.59 9.22 6.65 17/201 23063
/proc/meminfo: memFree=17480220/36427776 swapFree=4692/1568752
[pid=23046] ppid=23044 vsize=1722836 CPUtime=1152.91
/proc/23046/stat : 23046 (ttsth-5-0) S 23044 23046 15497 0 -1 4202496 391963 0 0 0 82040 33251 0 0 20 0 17 0 654447280 1764184064 390566 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 430709 390566 95 177 0 430531 0
[pid=23046/tid=23048] ppid=23044 vsize=1722836 CPUtime=71.7
/proc/23046/task/23048/stat : 23048 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 23714 0 0 0 7124 46 0 0 20 0 17 0 654450337 1764184064 390567 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23046/tid=23049] ppid=23044 vsize=1722836 CPUtime=70.07
/proc/23046/task/23049/stat : 23049 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 6448 0 0 0 4769 2238 0 0 20 0 17 0 654450337 1764184064 390567 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23046/tid=23050] ppid=23044 vsize=1722836 CPUtime=70.1
/proc/23046/task/23050/stat : 23050 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 6312 0 0 0 4744 2266 0 0 20 0 17 0 654450337 1764184064 390567 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23046/tid=23051] ppid=23044 vsize=1722836 CPUtime=70.3
/proc/23046/task/23051/stat : 23051 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 9603 0 0 0 4882 2148 0 0 20 0 17 0 654450337 1764184064 390567 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134549877 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23046/tid=23052] ppid=23044 vsize=1722836 CPUtime=70.72
/proc/23046/task/23052/stat : 23052 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 35009 0 0 0 4906 2166 0 0 20 0 17 0 654450337 1764184064 390568 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23046/tid=23053] ppid=23044 vsize=1722836 CPUtime=70.38
/proc/23046/task/23053/stat : 23053 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 16961 0 0 0 4722 2316 0 0 20 0 17 0 654450337 1764184064 390568 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23046/tid=23054] ppid=23044 vsize=1722836 CPUtime=69.82
/proc/23046/task/23054/stat : 23054 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7625 0 0 0 4752 2230 0 0 20 0 17 0 654450337 1764184064 390568 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23046/tid=23055] ppid=23044 vsize=1722836 CPUtime=70.62
/proc/23046/task/23055/stat : 23055 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 30510 0 0 0 4956 2106 0 0 20 0 17 0 654450337 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23046/tid=23056] ppid=23044 vsize=1722836 CPUtime=69.86
/proc/23046/task/23056/stat : 23056 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 6551 0 0 0 4824 2162 0 0 20 0 17 0 654450337 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591184 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23046/tid=23057] ppid=23044 vsize=1722836 CPUtime=70.01
/proc/23046/task/23057/stat : 23057 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7329 0 0 0 4901 2100 0 0 20 0 17 0 654450337 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134590245 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23046/tid=23058] ppid=23044 vsize=1722836 CPUtime=69.91
/proc/23046/task/23058/stat : 23058 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7094 0 0 0 4819 2172 0 0 20 0 17 0 654450337 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23046/tid=23059] ppid=23044 vsize=1722836 CPUtime=69.92
/proc/23046/task/23059/stat : 23059 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 5720 0 0 0 4784 2208 0 0 20 0 17 0 654450338 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134592175 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23046/tid=23060] ppid=23044 vsize=1722836 CPUtime=70.09
/proc/23046/task/23060/stat : 23060 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7427 0 0 0 4817 2192 0 0 20 0 17 0 654450338 1764184064 390569 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23046/tid=23061] ppid=23044 vsize=1722836 CPUtime=68.73
/proc/23046/task/23061/stat : 23061 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 6442 0 0 0 4735 2138 0 0 20 0 17 0 654450338 1764184064 390570 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23046/tid=23062] ppid=23044 vsize=1722836 CPUtime=69.99
/proc/23046/task/23062/stat : 23062 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 7128 0 0 0 4609 2390 0 0 20 0 17 0 654450338 1764184064 390570 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134591224 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23046/tid=23063] ppid=23044 vsize=1722836 CPUtime=70.05
/proc/23046/task/23063/stat : 23063 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 4364 0 0 0 4709 2296 0 0 20 0 17 0 654450339 1764184064 390570 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134564200 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1152.91
Current children cumulated vsize (KiB) 1722836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+121.805 s]
/proc/loadavg: 14.21 9.64 6.84 9/201 23063
/proc/meminfo: memFree=17126032/36427776 swapFree=4692/1922980
[pid=23046] ppid=23044 vsize=2098320 CPUtime=1458.59
/proc/23046/stat : 23046 (ttsth-5-0) S 23044 23046 15497 0 -1 4202496 480277 0 0 0 106758 39101 0 0 20 0 17 0 654447280 2148679680 478880 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 524580 478880 95 177 0 524402 0
[pid=23046/tid=23048] ppid=23044 vsize=2098320 CPUtime=91.19
/proc/23046/task/23048/stat : 23048 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 59288 0 0 0 9037 82 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23046/tid=23049] ppid=23044 vsize=2098320 CPUtime=89.17
/proc/23046/task/23049/stat : 23049 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 7810 0 0 0 6305 2612 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=23046/tid=23050] ppid=23044 vsize=2098320 CPUtime=89.19
/proc/23046/task/23050/stat : 23050 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 8570 0 0 0 6241 2678 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=23046/tid=23051] ppid=23044 vsize=2098320 CPUtime=89.5
/proc/23046/task/23051/stat : 23051 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 12603 0 0 0 6410 2540 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23046/tid=23052] ppid=23044 vsize=2098320 CPUtime=90.06
/proc/23046/task/23052/stat : 23052 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 51505 0 0 0 6496 2510 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=23046/tid=23053] ppid=23044 vsize=2098320 CPUtime=89.51
/proc/23046/task/23053/stat : 23053 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 19481 0 0 0 6217 2734 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=23046/tid=23054] ppid=23044 vsize=2098320 CPUtime=88.75
/proc/23046/task/23054/stat : 23054 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 9589 0 0 0 6247 2628 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=23046/tid=23055] ppid=23044 vsize=2098320 CPUtime=89.96
/proc/23046/task/23055/stat : 23055 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 41639 0 0 0 6598 2398 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=23046/tid=23056] ppid=23044 vsize=2098320 CPUtime=88.87
/proc/23046/task/23056/stat : 23056 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 8005 0 0 0 6347 2540 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=23046/tid=23057] ppid=23044 vsize=2098320 CPUtime=89.05
/proc/23046/task/23057/stat : 23057 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 9241 0 0 0 6405 2500 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23046/tid=23058] ppid=23044 vsize=2098320 CPUtime=88.93
/proc/23046/task/23058/stat : 23058 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 8841 0 0 0 6333 2560 0 0 20 0 17 0 654450337 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=23046/tid=23059] ppid=23044 vsize=2098320 CPUtime=88.95
/proc/23046/task/23059/stat : 23059 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 7932 0 0 0 6267 2628 0 0 20 0 17 0 654450338 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=23046/tid=23060] ppid=23044 vsize=2098320 CPUtime=89.18
/proc/23046/task/23060/stat : 23060 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 9387 0 0 0 6350 2568 0 0 20 0 17 0 654450338 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=23046/tid=23061] ppid=23044 vsize=2098320 CPUtime=87.47
/proc/23046/task/23061/stat : 23061 (ttsth-5-0) R 23044 23046 15497 0 -1 4202560 8083 0 0 0 6239 2508 0 0 20 0 17 0 654450338 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134683872 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23046/tid=23062] ppid=23044 vsize=2098320 CPUtime=89.04
/proc/23046/task/23062/stat : 23062 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 9078 0 0 0 6084 2820 0 0 20 0 17 0 654450338 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=23046/tid=23063] ppid=23044 vsize=2098320 CPUtime=89.07
/proc/23046/task/23063/stat : 23063 (ttsth-5-0) S 23044 23046 15497 0 -1 4202560 5498 0 0 0 6193 2714 0 0 20 0 17 0 654450339 2148679680 478881 18446744073709551615 134512640 135237372 4294043120 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1458.59
Current children cumulated vsize (KiB) 2098320

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

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

[startup+121.924 s]
/proc/loadavg: 14.21 9.64 6.84 9/201 23063
/proc/meminfo: memFree=17126032/36427776 swapFree=4692/1922980
[pid=23046] ppid=23044 vsize=0 CPUtime=1458.82
/proc/23046/stat : 23046 (ttsth-5-0) Z 23044 23046 15497 0 -1 4203532 480315 0 0 0 106765 39117 0 0 20 0 2 0 654447280 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23046/statm: 0 0 0 0 0 0 0
[pid=23046/tid=23063] ppid=23044 vsize=0 CPUtime=89.17
/proc/23046/task/23063/stat : 23063 (ttsth-5-0) R 23044 23046 15497 0 -1 4203588 5498 0 0 0 6193 2724 0 0 20 0 2 0 654450339 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1458.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 122
CPU time (s): 1458.9
CPU user time (s): 1067.66
CPU system time (s): 391.236
CPU usage (%): 1195.82
Max. virtual memory (cumulated for all children) (KiB): 2098320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1067.66
system time used= 391.236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480315
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= 252876
involuntary context switches= 3364

runsolver used 0.560035 second user time and 1.5361 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1001812451

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:      19042768 kB
Buffers:        482604 kB
Cached:       14120272 kB
SwapCached:          0 kB
Active:        4129248 kB
Inactive:     10482312 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4824 kB
Writeback:           0 kB
AnonPages:        8684 kB
Mapped:           4016 kB
Slab:           721616 kB
SReclaimable:   694748 kB
SUnreclaim:      26868 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 05:52:13