Trace number 1775895

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) 1434.26 91.8566

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1368.24
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data

0.00/0.02	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775895-1244922392.cnf 
0.00/0.02	c Using SATTIMEOUT of 10000
0.00/0.02	c Using SATRAM of 2047
0.00/0.02	c Size of subset node = 16
0.00/0.02	c Variables = 4614
0.00/0.02	c Clauses = 16637
0.00/0.02	c Literals = 44007
0.00/0.02	c Reduced size:
0.00/0.02	c Variables = 4614
0.00/0.02	c Clauses = 16192
0.00/0.02	c Literals = 42927
0.00/0.02	c a2
0.00/0.04	c a1
0.30/0.36	c Independent sub-problems = 1
0.30/0.36	c Sub-problem with 4516 variables and 16192 clauses
0.30/0.36	c using permutation method 4
0.30/0.36	c count = 1
0.30/0.36	c Ordering finished 0.360 seconds
0.30/0.36	c mapped 0.360 seconds
0.30/0.36	c permuted 0.360 seconds
0.30/0.36	c about to sort
0.30/0.37	c sorted
0.50/0.51	c clauses now 16192
0.50/0.51	c init finished 0.450 seconds
0.50/0.51	c tree built 0.500 seconds
0.50/0.51	c 
0.50/0.51	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.50/0.51	c ---------------------------------|----------------------------------|------------------------------------------------------
0.50/0.51	c ................................ | ..........                       |                        0.5           0.0             
0.50/0.51	c ................................ | ..........                     1 |                        0.5           2.0             
0.50/0.51	c ................................ | ..........                     2 |                        0.5           4.0             
0.50/0.51	c ................................ | ..........                     3 |                        0.5           6.0             
0.50/0.51	c ................................ | ..........                     4 |                        0.5           8.0             
0.50/0.51	c ................................ | ..........                     5 |                        0.5          10.0             
0.50/0.52	c ................................ | ..........                  1000 | 13                     0.6        1818.2          560
302.29/19.93	c ................................ | ..........                400000 | 34017                201.4        1985.9     16616216
557.95/36.26	c ................................ | ..........                539000 | 48583                400.5        1345.7     34408038
789.43/50.95	c ................................ | ..........                635000 | 58562                602.0        1054.9     53231229
1001.30/64.35	c ................................ | ..........                740000 | 69592                800.2         924.8     71656731
1213.19/77.77	c ................................ | *.........                843000 | 80902               1001.4         841.9     90195362
1422.58/90.90	c ................................ | *.........                936000 | 90755               1202.3         778.5    109825880

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-1775895-1244922392/watcher-1775895-1244922392 -o /tmp/evaluation-result-1775895-1244922392/solver-1775895-1244922392 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775895-1244922392.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.09 12.77 7.42 2/184 16831
/proc/meminfo: memFree=19082512/36427776 swapFree=3684/7056
[pid=16831] ppid=16829 vsize=1544 CPUtime=0
/proc/16831/stat : 16831 (ttsth-5-0) R 16829 16831 15497 0 -1 4202496 264 0 0 0 0 0 0 0 20 0 1 0 651545520 1581056 221 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 386 221 75 177 0 208 0

[startup+0.096984 s]
/proc/loadavg: 14.09 12.77 7.42 2/184 16831
/proc/meminfo: memFree=19082512/36427776 swapFree=3684/7056
[pid=16831] ppid=16829 vsize=3948 CPUtime=0.08
/proc/16831/stat : 16831 (ttsth-5-0) R 16829 16831 15497 0 -1 4202496 888 0 0 0 8 0 0 0 20 0 1 0 651545520 4042752 844 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134553600 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 987 844 77 177 0 809 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3948

[startup+0.100974 s]
/proc/loadavg: 14.09 12.77 7.42 2/184 16831
/proc/meminfo: memFree=19082512/36427776 swapFree=3684/7056
[pid=16831] ppid=16829 vsize=3948 CPUtime=0.1
/proc/16831/stat : 16831 (ttsth-5-0) R 16829 16831 15497 0 -1 4202496 888 0 0 0 10 0 0 0 20 0 1 0 651545520 4042752 844 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134555306 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 987 844 77 177 0 809 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3948

[startup+0.30097 s]
/proc/loadavg: 14.09 12.77 7.42 2/184 16831
/proc/meminfo: memFree=19082512/36427776 swapFree=3684/7056
[pid=16831] ppid=16829 vsize=4080 CPUtime=0.3
/proc/16831/stat : 16831 (ttsth-5-0) R 16829 16831 15497 0 -1 4202496 919 0 0 0 30 0 0 0 20 0 1 0 651545520 4177920 875 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134555272 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 1020 875 77 177 0 842 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4080

[startup+0.703287 s]
/proc/loadavg: 14.09 12.77 7.42 2/184 16831
/proc/meminfo: memFree=19082512/36427776 swapFree=3684/7056
[pid=16831] ppid=16829 vsize=191784 CPUtime=3.42
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 14846 0 0 0 85 257 0 0 20 0 17 0 651545520 196386816 14802 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 47946 14803 95 177 0 47768 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 191784

[startup+1.50342 s]
/proc/loadavg: 14.09 12.77 7.42 17/201 16848
/proc/meminfo: memFree=19018820/36427776 swapFree=4688/73136
[pid=16831] ppid=16829 vsize=204552 CPUtime=15.56
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 18525 0 0 0 422 1134 0 0 20 0 17 0 651545520 209461248 18481 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 51138 18481 95 177 0 50960 0
[pid=16831/tid=16833] ppid=16829 vsize=204552 CPUtime=0.96
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1410 0 0 0 80 16 0 0 20 0 17 0 651545571 209461248 18481 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134592435 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 233 0 0 0 14 78 0 0 20 0 17 0 651545571 209461248 18481 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 195 0 0 0 16 76 0 0 20 0 17 0 651545571 209461248 18481 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 220 0 0 0 16 76 0 0 20 0 17 0 651545571 209461248 18481 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 287 0 0 0 24 68 0 0 20 0 17 0 651545571 209461248 18482 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 223 0 0 0 12 82 0 0 20 0 17 0 651545571 209461248 18482 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 327 0 0 0 22 72 0 0 20 0 17 0 651545571 209461248 18482 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 181 0 0 0 16 76 0 0 20 0 17 0 651545571 209461248 18482 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 248 0 0 0 26 68 0 0 20 0 17 0 651545571 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 158 0 0 0 22 70 0 0 20 0 17 0 651545571 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 277 0 0 0 20 72 0 0 20 0 17 0 651545571 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 179 0 0 0 14 80 0 0 20 0 17 0 651545571 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134591174 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 266 0 0 0 22 72 0 0 20 0 17 0 651545572 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=204552 CPUtime=0.92
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 174 0 0 0 10 82 0 0 20 0 17 0 651545572 209461248 18483 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 220 0 0 0 32 62 0 0 20 0 17 0 651545572 209461248 18484 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=204552 CPUtime=0.94
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 234 0 0 0 22 72 0 0 20 0 17 0 651545572 209461248 18484 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 15.56
Current children cumulated vsize (KiB) 204552

[startup+3.1037 s]
/proc/loadavg: 14.09 12.77 7.42 17/201 16848
/proc/meminfo: memFree=18999364/36427776 swapFree=4692/90900
[pid=16831] ppid=16829 vsize=229544 CPUtime=40.72
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 24911 0 0 0 1184 2888 0 0 20 0 17 0 651545520 235053056 24867 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 57386 24867 95 177 0 57208 0
[pid=16831/tid=16833] ppid=16829 vsize=229544 CPUtime=2.56
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 4758 0 0 0 238 18 0 0 20 0 17 0 651545571 235053056 24868 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 394 0 0 0 52 198 0 0 20 0 17 0 651545571 235053056 24868 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 406 0 0 0 58 192 0 0 20 0 17 0 651545571 235053056 24869 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=229544 CPUtime=2.48
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 328 0 0 0 54 194 0 0 20 0 17 0 651545571 235053056 24869 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 488 0 0 0 60 190 0 0 20 0 17 0 651545571 235053056 24869 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134549950 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 470 0 0 0 50 200 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=229544 CPUtime=2.52
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 639 0 0 0 64 188 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 414 0 0 0 58 192 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 435 0 0 0 66 184 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=229544 CPUtime=2.48
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 290 0 0 0 58 190 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 426 0 0 0 54 196 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=229544 CPUtime=2.52
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 471 0 0 0 58 194 0 0 20 0 17 0 651545571 235053056 24870 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=229544 CPUtime=2.52
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 498 0 0 0 66 186 0 0 20 0 17 0 651545572 235053056 24871 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=229544 CPUtime=2.46
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 403 0 0 0 54 192 0 0 20 0 17 0 651545572 235053056 24871 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=229544 CPUtime=2.52
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 395 0 0 0 72 180 0 0 20 0 17 0 651545572 235053056 24872 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=229544 CPUtime=2.5
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 403 0 0 0 66 184 0 0 20 0 17 0 651545572 235053056 24873 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 40.72
Current children cumulated vsize (KiB) 229544

[startup+6.3039 s]
/proc/loadavg: 14.24 12.82 7.47 17/201 16848
/proc/meminfo: memFree=18946480/36427776 swapFree=4692/145088
[pid=16831] ppid=16829 vsize=280504 CPUtime=90.99
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 37568 0 0 0 2801 6298 0 0 20 0 17 0 651545520 287236096 37524 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 70126 37524 95 177 0 69948 0
[pid=16831/tid=16833] ppid=16829 vsize=280504 CPUtime=5.76
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 11092 0 0 0 552 24 0 0 20 0 17 0 651545571 287236096 37524 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=280504 CPUtime=5.64
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 741 0 0 0 136 428 0 0 20 0 17 0 651545571 287236096 37524 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=280504 CPUtime=5.62
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 622 0 0 0 134 428 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=280504 CPUtime=5.62
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 574 0 0 0 128 434 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=280504 CPUtime=5.64
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 742 0 0 0 156 408 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1267 0 0 0 148 418 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1143 0 0 0 152 414 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=280504 CPUtime=5.64
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 932 0 0 0 140 424 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=280504 CPUtime=5.64
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 633 0 0 0 146 418 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=280504 CPUtime=5.62
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 640 0 0 0 156 406 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=280504 CPUtime=5.64
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 540 0 0 0 128 436 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1710 0 0 0 154 412 0 0 20 0 17 0 651545571 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 850 0 0 0 150 416 0 0 20 0 17 0 651545572 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=280504 CPUtime=5.54
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 880 0 0 0 150 404 0 0 20 0 17 0 651545572 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 780 0 0 0 162 404 0 0 20 0 17 0 651545572 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=280504 CPUtime=5.66
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 729 0 0 0 154 412 0 0 20 0 17 0 651545572 287236096 37525 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 90.99
Current children cumulated vsize (KiB) 280504

[startup+12.7043 s]
/proc/loadavg: 14.38 12.87 7.51 17/201 16848
/proc/meminfo: memFree=18851376/36427776 swapFree=4692/239376
[pid=16831] ppid=16829 vsize=368456 CPUtime=189.18
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 59864 0 0 0 6675 12243 0 0 20 0 17 0 651545520 377298944 59820 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 92114 59820 95 177 0 91936 0
[pid=16831/tid=16833] ppid=16829 vsize=368456 CPUtime=12.16
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 19224 0 0 0 1188 28 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562355 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=368456 CPUtime=10.76
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 995 0 0 0 274 802 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=368456 CPUtime=11.88
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1020 0 0 0 322 866 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=368456 CPUtime=10.72
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 875 0 0 0 276 796 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=368456 CPUtime=11.92
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1406 0 0 0 370 822 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=368456 CPUtime=11.92
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2984 0 0 0 376 816 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=368456 CPUtime=11.94
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2126 0 0 0 342 852 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=368456 CPUtime=11.96
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2148 0 0 0 434 762 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=368456 CPUtime=11.9
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1154 0 0 0 330 860 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=368456 CPUtime=11.9
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1305 0 0 0 382 808 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=368456 CPUtime=11.92
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1080 0 0 0 328 864 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=368456 CPUtime=12.02
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 5581 0 0 0 544 658 0 0 20 0 17 0 651545571 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=368456 CPUtime=11.94
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1626 0 0 0 358 836 0 0 20 0 17 0 651545572 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=368456 CPUtime=11.7
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1962 0 0 0 372 798 0 0 20 0 17 0 651545572 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=368456 CPUtime=11.96
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1481 0 0 0 364 832 0 0 20 0 17 0 651545572 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=368456 CPUtime=11.94
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1204 0 0 0 362 832 0 0 20 0 17 0 651545572 377298944 59821 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 189.18
Current children cumulated vsize (KiB) 368456

[startup+25.5031 s]
/proc/loadavg: 14.74 13.02 7.65 17/201 16848
/proc/meminfo: memFree=18635132/36427776 swapFree=4692/456052
[pid=16831] ppid=16829 vsize=583228 CPUtime=390.1
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 113722 0 0 0 16471 22539 0 0 20 0 17 0 651545520 597225472 113678 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 145807 113681 95 177 0 145629 0
[pid=16831/tid=16833] ppid=16829 vsize=583228 CPUtime=24.96
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 35637 0 0 0 2452 44 0 0 20 0 17 0 651545571 597225472 113682 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=583228 CPUtime=23.3
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2702 0 0 0 832 1498 0 0 20 0 17 0 651545571 597225472 113682 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134592217 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=583228 CPUtime=24.32
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2144 0 0 0 788 1644 0 0 20 0 17 0 651545571 597225472 113682 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=583228 CPUtime=23.14
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 1820 0 0 0 746 1568 0 0 20 0 17 0 651545571 597225472 113683 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=583228 CPUtime=24.44
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 3170 0 0 0 878 1566 0 0 20 0 17 0 651545571 597225472 113683 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=583228 CPUtime=24.5
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 6228 0 0 0 980 1470 0 0 20 0 17 0 651545571 597225472 113683 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=583228 CPUtime=24.5
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 4443 0 0 0 842 1608 0 0 20 0 17 0 651545571 597225472 113683 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=583228 CPUtime=24.6
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 4307 0 0 0 1170 1290 0 0 20 0 17 0 651545571 597225472 113683 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=583228 CPUtime=24.46
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 6935 0 0 0 970 1476 0 0 20 0 17 0 651545571 597225472 113685 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=583228 CPUtime=24.42
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2675 0 0 0 924 1518 0 0 20 0 17 0 651545571 597225472 113686 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=583228 CPUtime=24.48
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 3380 0 0 0 920 1528 0 0 20 0 17 0 651545571 597225472 113686 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=583228 CPUtime=24.62
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 11484 0 0 0 1220 1242 0 0 20 0 17 0 651545571 597225472 113686 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=583228 CPUtime=24.52
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2899 0 0 0 892 1560 0 0 20 0 17 0 651545572 597225472 113687 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=583228 CPUtime=24.04
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 4911 0 0 0 944 1460 0 0 20 0 17 0 651545572 597225472 113687 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134680308 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=583228 CPUtime=24.6
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 4480 0 0 0 976 1484 0 0 20 0 17 0 651545572 597225472 113687 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=583228 CPUtime=24.52
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 2821 0 0 0 880 1572 0 0 20 0 17 0 651545572 597225472 113687 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 390.1
Current children cumulated vsize (KiB) 583228

[startup+51.1057 s]
/proc/loadavg: 15.17 13.26 7.87 17/201 16848
/proc/meminfo: memFree=18116592/36427776 swapFree=4692/975052
[pid=16831] ppid=16829 vsize=1106280 CPUtime=792.48
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 244561 0 0 0 45980 33268 0 0 20 0 17 0 651545520 1132830720 244517 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 276570 244518 95 177 0 276392 0
[pid=16831/tid=16833] ppid=16829 vsize=1106280 CPUtime=50.53
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 53838 0 0 0 4989 64 0 0 20 0 17 0 651545571 1132830720 244518 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=1106280 CPUtime=48.38
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 7577 0 0 0 2590 2248 0 0 20 0 17 0 651545571 1132830720 244518 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=1106280 CPUtime=49.18
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 5485 0 0 0 2402 2516 0 0 20 0 17 0 651545571 1132830720 244518 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=1106280 CPUtime=48.08
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 10705 0 0 0 2436 2372 0 0 20 0 17 0 651545571 1132830720 244518 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=1106280 CPUtime=49.52
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 8265 0 0 0 2566 2386 0 0 20 0 17 0 651545571 1132830720 244518 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=1106280 CPUtime=49.7
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 13044 0 0 0 2768 2202 0 0 20 0 17 0 651545571 1132830720 244519 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=1106280 CPUtime=49.66
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 10499 0 0 0 2604 2362 0 0 20 0 17 0 651545571 1132830720 244520 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=1106280 CPUtime=49.97
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 8651 0 0 0 3287 1710 0 0 20 0 17 0 651545571 1132830720 244520 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=1106280 CPUtime=49.72
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 24640 0 0 0 2940 2032 0 0 20 0 17 0 651545571 1132830720 244521 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=1106280 CPUtime=49.38
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 6180 0 0 0 2602 2336 0 0 20 0 17 0 651545571 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=1106280 CPUtime=49.6
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 8294 0 0 0 2682 2278 0 0 20 0 17 0 651545571 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=1106280 CPUtime=49.94
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 31642 0 0 0 3206 1788 0 0 20 0 17 0 651545571 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=1106280 CPUtime=49.74
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 7561 0 0 0 2710 2264 0 0 20 0 17 0 651545572 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=1106280 CPUtime=48.72
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 11219 0 0 0 2638 2234 0 0 20 0 17 0 651545572 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=1106280 CPUtime=49.82
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 9803 0 0 0 2796 2186 0 0 20 0 17 0 651545572 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=1106280 CPUtime=49.84
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 13468 0 0 0 2710 2274 0 0 20 0 17 0 651545572 1132830720 244522 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 792.48
Current children cumulated vsize (KiB) 1106280



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+91.6031 s]
/proc/loadavg: 15.57 13.60 8.21 17/201 16848
/proc/meminfo: memFree=17109668/36427776 swapFree=4692/1979412
[pid=16831] ppid=16829 vsize=2099088 CPUtime=1433.87
/proc/16831/stat : 16831 (ttsth-5-0) S 16829 16831 15497 0 -1 4202496 492951 0 0 0 105869 37518 0 0 20 0 17 0 651545520 2149466112 492907 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 524772 492907 95 177 0 524594 0
[pid=16831/tid=16833] ppid=16829 vsize=2099088 CPUtime=91.03
/proc/16831/task/16833/stat : 16833 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 79210 0 0 0 8999 104 0 0 20 0 17 0 651545571 2149466112 492918 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=16831/tid=16834] ppid=16829 vsize=2099088 CPUtime=88.36
/proc/16831/task/16834/stat : 16834 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 15924 0 0 0 6214 2622 0 0 20 0 17 0 651545571 2149466112 492918 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=16831/tid=16835] ppid=16829 vsize=2099088 CPUtime=88.91
/proc/16831/task/16835/stat : 16835 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 10730 0 0 0 5945 2946 0 0 20 0 17 0 651545571 2149466112 492918 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16836] ppid=16829 vsize=2099088 CPUtime=88.36
/proc/16831/task/16836/stat : 16836 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 40338 0 0 0 6420 2416 0 0 20 0 17 0 651545571 2149466112 492918 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=16831/tid=16837] ppid=16829 vsize=2099088 CPUtime=89.54
/proc/16831/task/16837/stat : 16837 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 28260 0 0 0 6246 2708 0 0 20 0 17 0 651545571 2149466112 492918 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16838] ppid=16829 vsize=2099088 CPUtime=89.83
/proc/16831/task/16838/stat : 16838 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 23777 0 0 0 6437 2546 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=16831/tid=16839] ppid=16829 vsize=2099088 CPUtime=89.61
/proc/16831/task/16839/stat : 16839 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 20536 0 0 0 6211 2750 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16829 vsize=2099088 CPUtime=90.22
/proc/16831/task/16840/stat : 16840 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 16803 0 0 0 6992 2030 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=16831/tid=16841] ppid=16829 vsize=2099088 CPUtime=89.99
/proc/16831/task/16841/stat : 16841 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 51343 0 0 0 6827 2172 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16842] ppid=16829 vsize=2099088 CPUtime=89.37
/proc/16831/task/16842/stat : 16842 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 15124 0 0 0 6277 2660 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=16831/tid=16843] ppid=16829 vsize=2099088 CPUtime=89.73
/proc/16831/task/16843/stat : 16843 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 19395 0 0 0 6379 2594 0 0 20 0 17 0 651545571 2149466112 492919 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=16831/tid=16844] ppid=16829 vsize=2099088 CPUtime=90.22
/proc/16831/task/16844/stat : 16844 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 57714 0 0 0 7016 2006 0 0 20 0 17 0 651545571 2149466112 492920 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=16831/tid=16845] ppid=16829 vsize=2099088 CPUtime=89.93
/proc/16831/task/16845/stat : 16845 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 17459 0 0 0 6465 2528 0 0 20 0 17 0 651545572 2149466112 492920 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=16831/tid=16846] ppid=16829 vsize=2099088 CPUtime=88.02
/proc/16831/task/16846/stat : 16846 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 19701 0 0 0 6242 2560 0 0 20 0 17 0 651545572 2149466112 492920 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134551475 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=16831/tid=16847] ppid=16829 vsize=2099088 CPUtime=89.94
/proc/16831/task/16847/stat : 16847 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 16891 0 0 0 6450 2544 0 0 20 0 17 0 651545572 2149466112 492920 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=2099088 CPUtime=90.17
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4202560 46064 0 0 0 6697 2320 0 0 20 0 17 0 651545572 2149466112 492920 18446744073709551615 134512640 135237372 4287844368 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1433.87
Current children cumulated vsize (KiB) 2099088

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

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

[startup+91.8043 s]
/proc/loadavg: 15.57 13.60 8.21 17/201 16848
/proc/meminfo: memFree=17109668/36427776 swapFree=4692/1979412
[pid=16831] ppid=16829 vsize=0 CPUtime=1434.2
/proc/16831/stat : 16831 (ttsth-5-0) Z 16829 16831 15497 0 -1 4203532 493017 0 0 0 105880 37540 0 0 20 0 2 0 651545520 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16831/statm: 0 0 0 0 0 0 0
[pid=16831/tid=16848] ppid=16829 vsize=0 CPUtime=90.33
/proc/16831/task/16848/stat : 16848 (ttsth-5-0) R 16829 16831 15497 0 -1 4203588 46064 0 0 0 6697 2336 0 0 20 0 2 0 651545572 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1434.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 91.8566
CPU time (s): 1434.26
CPU user time (s): 1058.81
CPU system time (s): 375.455
CPU usage (%): 1561.41
Max. virtual memory (cumulated for all children) (KiB): 2099088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1058.81
system time used= 375.455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493017
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= 155931
involuntary context switches= 3502

runsolver used 0.424026 second user time and 1.40809 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 21:46:32
IDJOB=1775895
IDBENCH=20400
IDSOLVER=634
FILE ID=xenhost3-49/1775895-1244922392
PBS_JOBID=
Free space on /tmp= 7026 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775895-1244922392/watcher-1775895-1244922392 -o /tmp/evaluation-result-1775895-1244922392/solver-1775895-1244922392 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775895-1244922392.cnf

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED= 718673047

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:      19082512 kB
Buffers:        460100 kB
Cached:       14114216 kB
SwapCached:          0 kB
Active:        4105884 kB
Inactive:     10476824 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             692 kB
Writeback:           0 kB
AnonPages:        7720 kB
Mapped:           3020 kB
Slab:           711640 kB
SReclaimable:   684716 kB
SUnreclaim:      26924 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7026 MiB
End job on xenhost3-49 at 2009-06-13 21:48:05