Trace number 1776900

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) 1233.12 96.099

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2022.12
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.04/0.07	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776900-1244942148.cnf 
0.04/0.07	c Using SATTIMEOUT of 10000
0.04/0.07	c Using SATRAM of 2047
0.04/0.07	c Size of subset node = 16
0.04/0.07	c Variables = 9426
0.04/0.07	c Clauses = 59991
0.04/0.07	c Literals = 202888
0.04/0.07	c Reduced size:
0.04/0.07	c Variables = 9426
0.04/0.07	c Clauses = 59991
0.04/0.07	c Literals = 202888
0.04/0.07	c a2
0.18/0.21	c a1
1.00/1.07	c Independent sub-problems = 1
1.00/1.07	c Sub-problem with 9426 variables and 59991 clauses
1.00/1.07	c using permutation method 4
1.00/1.07	c count = 1
1.00/1.07	c Ordering finished 1.040 seconds
1.00/1.07	c mapped 1.060 seconds
1.00/1.07	c permuted 1.060 seconds
1.00/1.07	c about to sort
1.00/1.09	c sorted
1.68/1.74	c clauses now 59991
1.68/1.74	c init finished 1.260 seconds
1.68/1.74	c tree built 1.730 seconds
1.68/1.74	c 
1.68/1.74	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.68/1.74	c ---------------------------------|----------------------------------|------------------------------------------------------
1.68/1.74	c ................................ | ..........                       |                        1.7           0.0             
1.68/1.74	c ................................ | ..........                     1 |                        1.7           0.6             
1.68/1.74	c ................................ | ..........                     2 |                        1.7           1.2             
1.68/1.74	c ................................ | ..........                     3 |                        1.7           1.7             
1.68/1.74	c ................................ | ..........                     4 |                        1.7           2.3             
1.68/1.74	c ................................ | ..........                     5 |                        1.7           2.9             
1.68/1.75	c ................................ | ..........                  1000 | 24                     1.8         555.6          416
283.37/22.29	c ................................ | ..........               1341000 | 109318               200.2        6700.0      6816357
501.55/40.77	c ................................ | ..........               2034000 | 171784               400.0        5084.6     26715225
713.96/59.71	c ................................ | ..........               2213000 | 189786               600.8        3683.6     53294610
935.14/77.02	c ................................ | ..........               2363000 | 204893               800.2        2953.0     74533688
1160.24/91.35	c ................................ | *.........               2487000 | 217060              1001.5        2483.2     92838867

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-1776900-1244942148/watcher-1776900-1244942148 -o /tmp/evaluation-result-1776900-1244942148/solver-1776900-1244942148 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776900-1244942148.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.69 10.66 5.89 2/184 20829
/proc/meminfo: memFree=19052696/36427776 swapFree=4252/6720
[pid=20829] ppid=20827 vsize=1572 CPUtime=0
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 264 0 0 0 0 0 0 0 20 0 1 0 653521205 1609728 221 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134749343 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 393 224 75 177 0 215 0

[startup+0.045643 s]
/proc/loadavg: 14.69 10.66 5.89 2/184 20829
/proc/meminfo: memFree=19052696/36427776 swapFree=4252/6720
[pid=20829] ppid=20827 vsize=3496 CPUtime=0.04
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 769 0 0 0 4 0 0 0 20 0 1 0 653521205 3579904 725 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 874 726 75 177 0 696 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3496

[startup+0.101663 s]
/proc/loadavg: 14.69 10.66 5.89 2/184 20829
/proc/meminfo: memFree=19052696/36427776 swapFree=4252/6720
[pid=20829] ppid=20827 vsize=10936 CPUtime=0.1
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 2537 0 0 0 10 0 0 0 20 0 1 0 653521205 11198464 2493 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134731179 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 2734 2500 76 177 0 2556 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10936

[startup+0.301687 s]
/proc/loadavg: 14.69 10.66 5.89 2/184 20829
/proc/meminfo: memFree=19052696/36427776 swapFree=4252/6720
[pid=20829] ppid=20827 vsize=11004 CPUtime=0.28
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 2799 0 0 0 28 0 0 0 20 0 1 0 653521205 11268096 2565 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134555272 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 2751 2565 77 177 0 2573 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11004

[startup+0.70169 s]
/proc/loadavg: 14.69 10.66 5.89 2/184 20829
/proc/meminfo: memFree=19052696/36427776 swapFree=4252/6720
[pid=20829] ppid=20827 vsize=11956 CPUtime=0.68
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 3057 0 0 0 68 0 0 0 20 0 1 0 653521205 12242944 2823 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 2989 2823 77 177 0 2811 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 11956

[startup+1.50179 s]
/proc/loadavg: 14.69 10.66 5.89 3/185 20830
/proc/meminfo: memFree=19041124/36427776 swapFree=4944/19160
[pid=20829] ppid=20827 vsize=117184 CPUtime=1.48
/proc/20829/stat : 20829 (ttsth-5-0) R 20827 20829 15497 0 -1 4202496 29494 0 0 0 140 8 0 0 20 0 1 0 653521205 119996416 29142 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134732614 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 29296 29144 88 177 0 29118 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117184

[startup+3.1048 s]
/proc/loadavg: 14.69 10.66 5.89 17/201 20846
/proc/meminfo: memFree=18919700/36427776 swapFree=4624/142412
[pid=20829] ppid=20827 vsize=275148 CPUtime=21.5
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 37105 0 0 0 717 1433 0 0 20 0 17 0 653521205 281751552 36687 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 68787 36688 95 177 0 68609 0
[pid=20829/tid=20831] ppid=20827 vsize=275148 CPUtime=1.34
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 844 0 0 0 130 4 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=275148 CPUtime=1.32
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 265 0 0 0 28 104 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=275148 CPUtime=1.32
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 284 0 0 0 28 104 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=275148 CPUtime=1.32
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 284 0 0 0 28 104 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 258 0 0 0 24 106 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 244 0 0 0 32 98 0 0 20 0 17 0 653521379 281751552 36688 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=275148 CPUtime=1.32
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 250 0 0 0 32 100 0 0 20 0 17 0 653521379 281751552 36689 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=275148 CPUtime=0.7
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 151 0 0 0 20 50 0 0 20 0 17 0 653521379 281751552 36689 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 268 0 0 0 28 102 0 0 20 0 17 0 653521379 281751552 36690 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 257 0 0 0 30 100 0 0 20 0 17 0 653521379 281751552 36690 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 265 0 0 0 32 98 0 0 20 0 17 0 653521379 281751552 36690 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 281 0 0 0 26 104 0 0 20 0 17 0 653521379 281751552 36690 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 202 0 0 0 34 96 0 0 20 0 17 0 653521379 281751552 36691 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=275148 CPUtime=1.28
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 291 0 0 0 26 102 0 0 20 0 17 0 653521380 281751552 36691 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134590281 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=275148 CPUtime=0.64
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 203 0 0 0 16 48 0 0 20 0 17 0 653521380 281751552 36691 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=275148 CPUtime=1.3
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 217 0 0 0 34 96 0 0 20 0 17 0 653521380 281751552 36691 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 21.5
Current children cumulated vsize (KiB) 275148

[startup+6.30691 s]
/proc/loadavg: 14.79 10.75 5.95 17/201 20846
/proc/meminfo: memFree=18891820/36427776 swapFree=4692/170764
[pid=20829] ppid=20827 vsize=295772 CPUtime=68.6
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 42549 0 0 0 2261 4599 0 0 20 0 17 0 653521205 302870528 42131 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 73943 42131 95 177 0 73765 0
[pid=20829/tid=20831] ppid=20827 vsize=295772 CPUtime=4.54
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2044 0 0 0 448 6 0 0 20 0 17 0 653521379 302870528 42131 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134590186 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 525 0 0 0 108 336 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=295772 CPUtime=4.46
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 505 0 0 0 110 336 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=295772 CPUtime=4.46
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 454 0 0 0 114 332 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=295772 CPUtime=4.46
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 630 0 0 0 110 336 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=295772 CPUtime=4.42
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 518 0 0 0 120 322 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 605 0 0 0 118 326 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=295772 CPUtime=2.28
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 475 0 0 0 62 166 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 633 0 0 0 112 332 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 531 0 0 0 124 320 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=295772 CPUtime=4.42
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 427 0 0 0 130 312 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 580 0 0 0 118 326 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 573 0 0 0 124 320 0 0 20 0 17 0 653521379 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=295772 CPUtime=4.36
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 690 0 0 0 110 326 0 0 20 0 17 0 653521380 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134562351 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=295772 CPUtime=2.26
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 302 0 0 0 62 164 0 0 20 0 17 0 653521380 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=295772 CPUtime=4.44
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 516 0 0 0 120 324 0 0 20 0 17 0 653521380 302870528 42132 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 68.6
Current children cumulated vsize (KiB) 295772

[startup+12.7063 s]
/proc/loadavg: 14.89 10.83 6.00 17/201 20846
/proc/meminfo: memFree=18855912/36427776 swapFree=4692/208012
[pid=20829] ppid=20827 vsize=330196 CPUtime=162.53
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 51240 0 0 0 5815 10438 0 0 20 0 17 0 653521205 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 82549 50822 95 177 0 82371 0
[pid=20829/tid=20831] ppid=20827 vsize=330196 CPUtime=10.94
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 4350 0 0 0 1086 8 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134561510 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=330196 CPUtime=10.7
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) S 20827 20829 15497 0 -1 4202560 915 0 0 0 310 760 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=330196 CPUtime=10.72
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1058 0 0 0 350 722 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134590186 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=330196 CPUtime=10.72
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 961 0 0 0 332 740 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=330196 CPUtime=10.72
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 984 0 0 0 312 760 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=330196 CPUtime=10.66
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 871 0 0 0 316 750 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=330196 CPUtime=10.68
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1086 0 0 0 322 746 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=330196 CPUtime=5.5
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1005 0 0 0 178 372 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=330196 CPUtime=10.66
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1082 0 0 0 300 766 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=330196 CPUtime=10.7
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 835 0 0 0 338 732 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=330196 CPUtime=10.68
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 979 0 0 0 336 732 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=330196 CPUtime=10.7
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1180 0 0 0 334 736 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=330196 CPUtime=10.7
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 809 0 0 0 344 726 0 0 20 0 17 0 653521379 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=330196 CPUtime=10.46
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1191 0 0 0 310 736 0 0 20 0 17 0 653521380 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=330196 CPUtime=5.44
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 515 0 0 0 152 392 0 0 20 0 17 0 653521380 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134590948 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=330196 CPUtime=10.7
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 877 0 0 0 326 744 0 0 20 0 17 0 653521380 338120704 50822 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 162.53
Current children cumulated vsize (KiB) 330196

[startup+25.5045 s]
/proc/loadavg: 15.14 11.08 6.16 17/201 20846
/proc/meminfo: memFree=18733200/36427776 swapFree=4692/329792
[pid=20829] ppid=20827 vsize=454836 CPUtime=321.59
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 82065 0 0 0 15746 16413 0 0 20 0 17 0 653521205 465752064 81647 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 113709 81647 95 177 0 113531 0
[pid=20829/tid=20831] ppid=20827 vsize=454836 CPUtime=23.7
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 6869 0 0 0 2358 12 0 0 20 0 17 0 653521379 465752064 81647 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134680502 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=454836 CPUtime=23.02
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 3044 0 0 0 1020 1282 0 0 20 0 17 0 653521379 465752064 81647 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=454836 CPUtime=19.2
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1898 0 0 0 840 1080 0 0 20 0 17 0 653521379 465752064 81647 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=454836 CPUtime=21.06
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2845 0 0 0 986 1120 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=454836 CPUtime=23.14
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 3433 0 0 0 1072 1242 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=454836 CPUtime=22.94
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2517 0 0 0 1046 1248 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=454836 CPUtime=19.52
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2196 0 0 0 806 1146 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=454836 CPUtime=11.88
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2315 0 0 0 576 612 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=454836 CPUtime=19.54
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2444 0 0 0 776 1178 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=454836 CPUtime=22.96
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 2487 0 0 0 1062 1234 0 0 20 0 17 0 653521379 465752064 81648 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=454836 CPUtime=19.16
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 4458 0 0 0 844 1072 0 0 20 0 17 0 653521379 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134562341 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=454836 CPUtime=23.08
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 6872 0 0 0 1118 1190 0 0 20 0 17 0 653521379 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=454836 CPUtime=19.14
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1988 0 0 0 816 1098 0 0 20 0 17 0 653521379 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134680737 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=454836 CPUtime=22.54
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 3130 0 0 0 1052 1202 0 0 20 0 17 0 653521380 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134590129 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=454836 CPUtime=11.76
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) S 20827 20829 15497 0 -1 4202560 1144 0 0 0 502 674 0 0 20 0 17 0 653521380 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=454836 CPUtime=17.04
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 1883 0 0 0 700 1004 0 0 20 0 17 0 653521380 465752064 81649 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 321.59
Current children cumulated vsize (KiB) 454836

[startup+51.1058 s]
/proc/loadavg: 15.36 11.46 6.41 17/201 20846
/proc/meminfo: memFree=18144300/36427776 swapFree=4692/918944
[pid=20829] ppid=20827 vsize=1087932 CPUtime=625.53
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 231788 0 0 0 43600 18953 0 0 20 0 17 0 653521205 1114042368 231370 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 271983 231372 95 177 0 271805 0
[pid=20829/tid=20831] ppid=20827 vsize=1087932 CPUtime=48
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 24517 0 0 0 4770 30 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134561510 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=1087932 CPUtime=41.82
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 7706 0 0 0 2666 1516 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=1087932 CPUtime=37.56
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 12745 0 0 0 2552 1204 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=1087932 CPUtime=43.7
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 16575 0 0 0 3074 1296 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=1087932 CPUtime=45.22
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 18561 0 0 0 3178 1344 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=1087932 CPUtime=45.24
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 12730 0 0 0 3034 1490 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=1087932 CPUtime=36.88
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 9009 0 0 0 2372 1316 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=1087932 CPUtime=28.88
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 5105 0 0 0 2050 838 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=1087932 CPUtime=33.14
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 6116 0 0 0 2016 1298 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=1087932 CPUtime=42.54
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 6031 0 0 0 2782 1472 0 0 20 0 17 0 653521379 1114042368 231372 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=1087932 CPUtime=36.98
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 20555 0 0 0 2560 1138 0 0 20 0 17 0 653521379 1114042368 231373 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=1087932 CPUtime=44.44
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 25370 0 0 0 3160 1284 0 0 20 0 17 0 653521379 1114042368 231374 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134561567 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=1087932 CPUtime=42.32
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 10306 0 0 0 2938 1294 0 0 20 0 17 0 653521379 1114042368 231374 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=1087932 CPUtime=38.44
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 11045 0 0 0 2464 1380 0 0 20 0 17 0 653521380 1114042368 231374 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=1087932 CPUtime=28.28
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 5981 0 0 0 1932 896 0 0 20 0 17 0 653521380 1114042368 231374 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=1087932 CPUtime=30.22
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 6897 0 0 0 1880 1142 0 0 20 0 17 0 653521380 1114042368 231374 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 625.53
Current children cumulated vsize (KiB) 1087932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+95.9056 s]
/proc/loadavg: 15.70 12.09 6.87 17/201 20849
/proc/meminfo: memFree=17177264/36427776 swapFree=4692/1882344
[pid=20829] ppid=20827 vsize=2099652 CPUtime=1232.74
/proc/20829/stat : 20829 (ttsth-5-0) S 20827 20829 15497 0 -1 4202496 469336 0 0 0 94809 28465 0 0 20 0 17 0 653521205 2150043648 468918 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 524913 468919 95 177 0 524735 0
[pid=20829/tid=20831] ppid=20827 vsize=2099652 CPUtime=87.32
/proc/20829/task/20831/stat : 20831 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 62624 0 0 0 8662 70 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20829/tid=20832] ppid=20827 vsize=2099652 CPUtime=76.77
/proc/20829/task/20832/stat : 20832 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 23500 0 0 0 5623 2054 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20829/tid=20833] ppid=20827 vsize=2099652 CPUtime=76.6
/proc/20829/task/20833/stat : 20833 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 23746 0 0 0 5748 1912 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20829/tid=20834] ppid=20827 vsize=2099652 CPUtime=84.68
/proc/20829/task/20834/stat : 20834 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 39080 0 0 0 6688 1780 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134551002 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20829/tid=20835] ppid=20827 vsize=2099652 CPUtime=83.27
/proc/20829/task/20835/stat : 20835 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 34425 0 0 0 6447 1880 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=2099652 CPUtime=86.21
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 18410 0 0 0 6361 2260 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20829/tid=20837] ppid=20827 vsize=2099652 CPUtime=70.34
/proc/20829/task/20837/stat : 20837 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 13993 0 0 0 4950 2084 0 0 20 0 17 0 653521379 2150043648 468920 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20829/tid=20838] ppid=20827 vsize=2099652 CPUtime=68.91
/proc/20829/task/20838/stat : 20838 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 12772 0 0 0 5261 1630 0 0 20 0 17 0 653521379 2150043648 468921 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20829/tid=20839] ppid=20827 vsize=2099652 CPUtime=67.89
/proc/20829/task/20839/stat : 20839 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 21624 0 0 0 4965 1824 0 0 20 0 17 0 653521379 2150043648 468922 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20829/tid=20840] ppid=20827 vsize=2099652 CPUtime=81.43
/proc/20829/task/20840/stat : 20840 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 18645 0 0 0 6055 2088 0 0 20 0 17 0 653521379 2150043648 468922 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134588152 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20829/tid=20841] ppid=20827 vsize=2099652 CPUtime=73.55
/proc/20829/task/20841/stat : 20841 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 31320 0 0 0 5495 1860 0 0 20 0 17 0 653521379 2150043648 468922 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20829/tid=20842] ppid=20827 vsize=2099652 CPUtime=84.51
/proc/20829/task/20842/stat : 20842 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 50916 0 0 0 6673 1778 0 0 20 0 17 0 653521379 2150043648 468922 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20829/tid=20843] ppid=20827 vsize=2099652 CPUtime=82.57
/proc/20829/task/20843/stat : 20843 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 25140 0 0 0 6361 1896 0 0 20 0 17 0 653521379 2150043648 468922 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20829/tid=20844] ppid=20827 vsize=2099652 CPUtime=75.37
/proc/20829/task/20844/stat : 20844 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 23505 0 0 0 5541 1996 0 0 20 0 17 0 653521380 2150043648 468923 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20829/tid=20845] ppid=20827 vsize=2099652 CPUtime=65.43
/proc/20829/task/20845/stat : 20845 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 15154 0 0 0 4893 1650 0 0 20 0 17 0 653521380 2150043648 468923 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20829/tid=20846] ppid=20827 vsize=2099652 CPUtime=66.03
/proc/20829/task/20846/stat : 20846 (ttsth-5-0) R 20827 20829 15497 0 -1 4202560 21943 0 0 0 4919 1684 0 0 20 0 17 0 653521380 2150043648 468923 18446744073709551615 134512640 135237372 4289300848 18446744073709551615 134680499 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1232.74
Current children cumulated vsize (KiB) 2099652

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

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

[startup+96.0255 s]
/proc/loadavg: 15.70 12.09 6.87 17/201 20849
/proc/meminfo: memFree=17177264/36427776 swapFree=4692/1882344
[pid=20829] ppid=20827 vsize=0 CPUtime=1233.03
/proc/20829/stat : 20829 (ttsth-5-0) Z 20827 20829 15497 0 -1 4203532 469385 0 0 0 94827 28476 0 0 20 0 2 0 653521205 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/20829/statm: 0 0 0 0 0 0 0
[pid=20829/tid=20836] ppid=20827 vsize=0 CPUtime=86.32
/proc/20829/task/20836/stat : 20836 (ttsth-5-0) R 20827 20829 15497 0 -1 4203588 18413 0 0 0 6362 2270 0 0 20 0 2 0 653521379 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1233.03
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 96.099
CPU time (s): 1233.12
CPU user time (s): 948.275
CPU system time (s): 284.846
CPU usage (%): 1283.18
Max. virtual memory (cumulated for all children) (KiB): 2099652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.275
system time used= 284.846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469385
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= 213336
involuntary context switches= 14319

runsolver used 0.504031 second user time and 1.35208 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 03:15:48
IDJOB=1776900
IDBENCH=69604
IDSOLVER=634
FILE ID=xenhost3-49/1776900-1244942148
PBS_JOBID=
Free space on /tmp= 7024 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776900-1244942148/watcher-1776900-1244942148 -o /tmp/evaluation-result-1776900-1244942148/solver-1776900-1244942148 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776900-1244942148.cnf

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED= 375906856

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:      19052696 kB
Buffers:        478172 kB
Cached:       14116968 kB
SwapCached:          0 kB
Active:        4123916 kB
Inactive:     10479372 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2144 kB
Writeback:           0 kB
AnonPages:        6720 kB
Mapped:           3588 kB
Slab:           719148 kB
SReclaimable:   692236 kB
SUnreclaim:      26912 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= 7024 MiB
End job on xenhost3-49 at 2009-06-14 03:17:26