Trace number 1776210

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) 671.63 58.0877

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.01	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776210-1244929316.cnf 
0.00/0.01	c Using SATTIMEOUT of 10000
0.00/0.01	c Using SATRAM of 2047
0.00/0.01	c Size of subset node = 16
0.00/0.01	c Variables = 1694
0.00/0.01	c Clauses = 5726
0.00/0.01	c Literals = 14874
0.00/0.01	c Reduced size:
0.00/0.01	c Variables = 1694
0.00/0.01	c Clauses = 5677
0.00/0.01	c Literals = 14776
0.00/0.01	c a2
0.00/0.01	c a1
0.10/0.11	c Independent sub-problems = 1
0.10/0.11	c Sub-problem with 1691 variables and 5677 clauses
0.10/0.11	c using permutation method 4
0.10/0.11	c count = 2
0.10/0.11	c Ordering finished 0.110 seconds
0.10/0.11	c mapped 0.110 seconds
0.10/0.11	c permuted 0.110 seconds
0.10/0.11	c about to sort
0.10/0.11	c sorted
0.10/0.16	c clauses now 5677
0.10/0.16	c init finished 0.140 seconds
0.10/0.16	c tree built 0.150 seconds
0.10/0.16	c 
0.10/0.16	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.10/0.16	c ---------------------------------|----------------------------------|------------------------------------------------------
0.10/0.16	c ................................ | ..........                       |                        0.1           0.0            8
0.10/0.16	c ................................ | ..........                     1 |                        0.1           6.7           37
0.10/0.16	c ................................ | ..........                     2 |                        0.1          13.3           43
0.10/0.16	c ................................ | ..........                     3 |                        0.1          20.0           43
0.10/0.16	c ................................ | ..........                     4 |                        0.1          26.7           43
0.10/0.16	c ................................ | ..........                     5 |                        0.1          33.3           43
0.10/0.17	c ................................ | ..........                  1000 | 3                      0.2        5555.6          755
218.68/18.50	c ................................ | ..........                516000 | 53715                200.2        2577.8     37315336
426.84/37.23	c ................................ | ..........                809000 | 84731                400.1        2022.1     71791375
633.87/55.00	c ................................ | ..........               1042000 | 110101               600.8        1734.4    102893239

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-1776210-1244929316/watcher-1776210-1244929316 -o /tmp/evaluation-result-1776210-1244929316/solver-1776210-1244929316 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776210-1244929316.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: 1.61 3.33 2.25 2/184 18369
/proc/meminfo: memFree=19061048/36427776 swapFree=4020/8580
[pid=18369] ppid=18367 vsize=1808 CPUtime=0
/proc/18369/stat : 18369 (ttsth-5-0) R 18367 18369 15497 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 652237980 1851392 288 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 452 290 76 177 0 274 0

[startup+0.099742 s]
/proc/loadavg: 1.61 3.33 2.25 2/184 18369
/proc/meminfo: memFree=19061048/36427776 swapFree=4020/8580
[pid=18369] ppid=18367 vsize=2072 CPUtime=0.08
/proc/18369/stat : 18369 (ttsth-5-0) R 18367 18369 15497 0 -1 4202496 420 0 0 0 8 0 0 0 20 0 1 0 652237980 2121728 377 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 518 377 77 177 0 340 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2072

[startup+0.103736 s]
/proc/loadavg: 1.61 3.33 2.25 2/184 18369
/proc/meminfo: memFree=19061048/36427776 swapFree=4020/8580
[pid=18369] ppid=18367 vsize=2072 CPUtime=0.1
/proc/18369/stat : 18369 (ttsth-5-0) R 18367 18369 15497 0 -1 4202496 421 0 0 0 10 0 0 0 20 0 1 0 652237980 2121728 378 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134735855 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 518 378 77 177 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2072

[startup+0.304 s]
/proc/loadavg: 1.61 3.33 2.25 2/184 18369
/proc/meminfo: memFree=19061048/36427776 swapFree=4020/8580
[pid=18369] ppid=18367 vsize=159208 CPUtime=1.88
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 6303 0 0 0 33 155 0 0 20 0 17 0 652237980 163028992 6259 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 39802 6260 95 177 0 39624 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 159208

[startup+0.704916 s]
/proc/loadavg: 1.61 3.33 2.25 2/184 18369
/proc/meminfo: memFree=19061048/36427776 swapFree=4020/8580
[pid=18369] ppid=18367 vsize=170884 CPUtime=7.25
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 9587 0 0 0 280 445 0 0 20 0 17 0 652237980 174985216 9543 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 42721 9543 95 177 0 42543 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 170884

[startup+1.50239 s]
/proc/loadavg: 2.76 3.54 2.33 17/201 18386
/proc/meminfo: memFree=19018172/36427776 swapFree=4580/54044
[pid=18369] ppid=18367 vsize=195724 CPUtime=18.18
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 15758 0 0 0 768 1050 0 0 20 0 17 0 652237980 200421376 15714 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 48931 15715 95 177 0 48753 0
[pid=18369/tid=18371] ppid=18367 vsize=195724 CPUtime=1.32
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 2551 0 0 0 126 6 0 0 20 0 17 0 652237997 200421376 15715 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 708 0 0 0 42 84 0 0 20 0 17 0 652237997 200421376 15715 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 314 0 0 0 50 76 0 0 20 0 17 0 652237997 200421376 15715 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 345 0 0 0 44 82 0 0 20 0 17 0 652237997 200421376 15715 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 753 0 0 0 52 74 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=195724 CPUtime=0.68
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 433 0 0 0 24 44 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=195724 CPUtime=1.28
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1067 0 0 0 44 84 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 720 0 0 0 52 74 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=195724 CPUtime=1.04
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 528 0 0 0 36 68 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=195724 CPUtime=0.6
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 203 0 0 0 22 38 0 0 20 0 17 0 652237997 200421376 15717 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=195724 CPUtime=0.66
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 368 0 0 0 24 42 0 0 20 0 17 0 652237997 200421376 15718 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 361 0 0 0 48 78 0 0 20 0 17 0 652237997 200421376 15718 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=195724 CPUtime=0.94
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 297 0 0 0 34 60 0 0 20 0 17 0 652237997 200421376 15719 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 417 0 0 0 46 80 0 0 20 0 17 0 652237997 200421376 15719 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=195724 CPUtime=1.28
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 799 0 0 0 44 84 0 0 20 0 17 0 652237997 200421376 15719 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=195724 CPUtime=1.26
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 732 0 0 0 56 70 0 0 20 0 17 0 652237998 200421376 15719 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 195724

[startup+3.10407 s]
/proc/loadavg: 2.76 3.54 2.33 17/201 18386
/proc/meminfo: memFree=18982008/36427776 swapFree=4580/91624
[pid=18369] ppid=18367 vsize=250032 CPUtime=40.08
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 29402 0 0 0 2093 1915 0 0 20 0 17 0 652237980 256032768 29358 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 62508 29358 95 177 0 62330 0
[pid=18369/tid=18371] ppid=18367 vsize=250032 CPUtime=2.9
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 5281 0 0 0 284 6 0 0 20 0 17 0 652237997 256032768 29359 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=250032 CPUtime=2.82
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1827 0 0 0 142 140 0 0 20 0 17 0 652237997 256032768 29359 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=250032 CPUtime=2.76
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 560 0 0 0 128 148 0 0 20 0 17 0 652237997 256032768 29359 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=250032 CPUtime=2.8
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 572 0 0 0 120 160 0 0 20 0 17 0 652237997 256032768 29359 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134591192 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=250032 CPUtime=2.82
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1762 0 0 0 150 132 0 0 20 0 17 0 652237997 256032768 29360 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=250032 CPUtime=1.48
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 897 0 0 0 74 74 0 0 20 0 17 0 652237997 256032768 29360 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=250032 CPUtime=2.84
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 2813 0 0 0 134 150 0 0 20 0 17 0 652237997 256032768 29360 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=250032 CPUtime=2.36
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1858 0 0 0 124 112 0 0 20 0 17 0 652237997 256032768 29360 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=250032 CPUtime=2.6
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1601 0 0 0 132 128 0 0 20 0 17 0 652237997 256032768 29361 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=250032 CPUtime=1.42
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 332 0 0 0 66 76 0 0 20 0 17 0 652237997 256032768 29361 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=250192 CPUtime=1.92
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 947 0 0 0 98 94 0 0 20 0 17 0 652237997 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=250192 CPUtime=2.82
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 696 0 0 0 126 156 0 0 20 0 17 0 652237997 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=250192 CPUtime=1.74
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 444 0 0 0 80 94 0 0 20 0 17 0 652237997 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134733328 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=250192 CPUtime=2.84
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1047 0 0 0 128 156 0 0 20 0 17 0 652237997 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=250192 CPUtime=2.86
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1816 0 0 0 146 140 0 0 20 0 17 0 652237997 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=250192 CPUtime=2.8
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1788 0 0 0 138 142 0 0 20 0 17 0 652237998 256196608 29362 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134551012 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.08
Current children cumulated vsize (KiB) 250032

[startup+6.30452 s]
/proc/loadavg: 2.76 3.54 2.33 17/201 18386
/proc/meminfo: memFree=18853600/36427776 swapFree=4692/220256
[pid=18369] ppid=18367 vsize=381460 CPUtime=81
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 62165 0 0 0 5430 2670 0 0 20 0 17 0 652237980 390615040 62121 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 95365 62121 95 177 0 95187 0
[pid=18369/tid=18371] ppid=18367 vsize=381460 CPUtime=5.98
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 8701 0 0 0 582 16 0 0 20 0 17 0 652237997 390615040 62121 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=381460 CPUtime=5.86
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 4462 0 0 0 380 206 0 0 20 0 17 0 652237997 390615040 62121 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=381460 CPUtime=5.76
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3429 0 0 0 366 210 0 0 20 0 17 0 652237997 390615040 62121 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=381460 CPUtime=5.64
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 2067 0 0 0 354 210 0 0 20 0 17 0 652237997 390615040 62122 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=381460 CPUtime=4.92
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3120 0 0 0 324 168 0 0 20 0 17 0 652237997 390615040 62123 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134749350 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=381460 CPUtime=3.06
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 2001 0 0 0 202 104 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=381460 CPUtime=5.86
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 5494 0 0 0 364 222 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=381460 CPUtime=3.96
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3570 0 0 0 256 140 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=381460 CPUtime=4.96
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3277 0 0 0 324 172 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=381460 CPUtime=3
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1204 0 0 0 188 112 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=381460 CPUtime=4
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 2466 0 0 0 270 130 0 0 20 0 17 0 652237997 390615040 62124 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=381460 CPUtime=5.68
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3689 0 0 0 352 216 0 0 20 0 17 0 652237997 390615040 62125 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=381460 CPUtime=4.48
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 1455 0 0 0 290 158 0 0 20 0 17 0 652237997 390615040 62126 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=381460 CPUtime=5.88
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3939 0 0 0 366 222 0 0 20 0 17 0 652237997 390615040 62126 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=381460 CPUtime=5.92
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 3930 0 0 0 402 190 0 0 20 0 17 0 652237997 390615040 62126 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=381460 CPUtime=5.74
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 4198 0 0 0 384 190 0 0 20 0 17 0 652237998 390615040 62128 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 381460

[startup+12.7064 s]
/proc/loadavg: 4.40 3.87 2.44 17/201 18386
/proc/meminfo: memFree=18580412/36427776 swapFree=4692/492252
[pid=18369] ppid=18367 vsize=644816 CPUtime=159.88
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 128031 0 0 0 12648 3340 0 0 20 0 17 0 652237980 660291584 127987 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 161204 127987 95 177 0 161026 0
[pid=18369/tid=18371] ppid=18367 vsize=644816 CPUtime=12.22
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 17195 0 0 0 1194 28 0 0 20 0 17 0 652237997 660291584 127987 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=644816 CPUtime=11.34
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 8227 0 0 0 876 258 0 0 20 0 17 0 652237997 660291584 127988 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=644816 CPUtime=10.08
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 6274 0 0 0 754 254 0 0 20 0 17 0 652237997 660291584 127989 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=644816 CPUtime=9.88
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 4602 0 0 0 742 246 0 0 20 0 17 0 652237997 660291584 127989 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134545968 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=644816 CPUtime=10.34
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 7103 0 0 0 822 212 0 0 20 0 17 0 652237997 660291584 127990 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=644816 CPUtime=8.38
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 5695 0 0 0 692 146 0 0 20 0 17 0 652237997 660291584 127991 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=644816 CPUtime=9.44
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 9007 0 0 0 676 268 0 0 20 0 17 0 652237997 660291584 127993 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=644816 CPUtime=10.14
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 9088 0 0 0 820 194 0 0 20 0 17 0 652237997 660291584 127994 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134593280 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=644816 CPUtime=10.66
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 7578 0 0 0 852 214 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=644816 CPUtime=6.16
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 4122 0 0 0 474 142 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=644816 CPUtime=8.82
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 5307 0 0 0 690 192 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=644816 CPUtime=11.3
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 11233 0 0 0 858 272 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=644816 CPUtime=10.08
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 5371 0 0 0 794 214 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=644816 CPUtime=10.64
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 7939 0 0 0 808 256 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=644816 CPUtime=11.16
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 7099 0 0 0 890 226 0 0 20 0 17 0 652237997 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134561537 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=644816 CPUtime=8.94
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 7030 0 0 0 682 212 0 0 20 0 17 0 652237998 660291584 127995 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 159.88
Current children cumulated vsize (KiB) 644816

[startup+25.5048 s]
/proc/loadavg: 5.96 4.22 2.57 17/201 18386
/proc/meminfo: memFree=18106312/36427776 swapFree=4692/966692
[pid=18369] ppid=18367 vsize=1102512 CPUtime=293.25
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 242224 0 0 0 25452 3873 0 0 20 0 17 0 652237980 1128972288 242180 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 275628 242180 95 177 0 275450 0
[pid=18369/tid=18371] ppid=18367 vsize=1102512 CPUtime=23.7
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 29384 0 0 0 2328 42 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=1102512 CPUtime=18
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 12632 0 0 0 1524 276 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=1102512 CPUtime=16.5
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 9997 0 0 0 1364 286 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=1102512 CPUtime=20.04
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 10799 0 0 0 1726 278 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=1102512 CPUtime=18
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 12201 0 0 0 1556 244 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=1102512 CPUtime=19.44
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 13622 0 0 0 1744 200 0 0 20 0 17 0 652237997 1128972288 242181 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=1102512 CPUtime=16.96
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 19950 0 0 0 1388 308 0 0 20 0 17 0 652237997 1128972288 242182 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=1102512 CPUtime=18.48
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 17914 0 0 0 1622 226 0 0 20 0 17 0 652237997 1128972288 242182 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=1102512 CPUtime=18.32
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 14301 0 0 0 1578 254 0 0 20 0 17 0 652237997 1128972288 242182 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=1102512 CPUtime=14.1
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 16314 0 0 0 1216 194 0 0 20 0 17 0 652237997 1128972288 242182 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=1102512 CPUtime=15.46
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 9336 0 0 0 1336 210 0 0 20 0 17 0 652237997 1128972288 242182 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=1102512 CPUtime=17.38
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 17406 0 0 0 1430 308 0 0 20 0 17 0 652237997 1128972288 242183 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636436 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=1102512 CPUtime=18.66
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) S 18367 18369 15497 0 -1 4202560 10588 0 0 0 1618 248 0 0 20 0 17 0 652237997 1128972288 242183 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=1102512 CPUtime=21.66
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 15697 0 0 0 1870 296 0 0 20 0 17 0 652237997 1128972288 242183 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=1102512 CPUtime=19.56
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 14049 0 0 0 1704 252 0 0 20 0 17 0 652237997 1128972288 242184 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=1102512 CPUtime=16.66
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 12870 0 0 0 1422 244 0 0 20 0 17 0 652237998 1128972288 242184 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 293.25
Current children cumulated vsize (KiB) 1102512

[startup+51.1036 s]
/proc/loadavg: 9.31 5.15 2.92 17/201 18386
/proc/meminfo: memFree=17323696/36427776 swapFree=4692/1747584
[pid=18369] ppid=18367 vsize=1892652 CPUtime=585.54
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 439686 0 0 0 53610 4944 0 0 20 0 17 0 652237980 1938075648 439642 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 473163 439643 95 177 0 472985 0
[pid=18369/tid=18371] ppid=18367 vsize=1892652 CPUtime=46.98
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 48465 0 0 0 4634 64 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=1892652 CPUtime=36.78
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 24151 0 0 0 3342 336 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=1892652 CPUtime=29.74
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) D 18367 18369 15497 0 -1 4202560 18037 0 0 0 2620 354 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=1892652 CPUtime=37.63
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 17685 0 0 0 3441 322 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=1892652 CPUtime=36.47
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 19863 0 0 0 3343 304 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=1892652 CPUtime=42.51
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) D 18367 18369 15497 0 -1 4202560 28667 0 0 0 3963 288 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=1892652 CPUtime=34.02
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) D 18367 18369 15497 0 -1 4202560 37736 0 0 0 3014 388 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=1892652 CPUtime=38.27
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) D 18367 18369 15497 0 -1 4202560 34353 0 0 0 3515 312 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=1892652 CPUtime=42.03
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 26807 0 0 0 3855 348 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=1892652 CPUtime=29.82
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 34515 0 0 0 2708 274 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=1892652 CPUtime=32.44
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 15506 0 0 0 2992 252 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=1892652 CPUtime=37.88
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 34774 0 0 0 3386 402 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=1892652 CPUtime=37.01
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) D 18367 18369 15497 0 -1 4202560 22717 0 0 0 3365 336 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134758787 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=1892652 CPUtime=37.69
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 22867 0 0 0 3439 330 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=1892652 CPUtime=35.78
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 22313 0 0 0 3270 308 0 0 20 0 17 0 652237997 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=1892652 CPUtime=30.2
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 26066 0 0 0 2702 318 0 0 20 0 17 0 652237998 1938075648 439643 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 585.54
Current children cumulated vsize (KiB) 1892652



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+57.904 s]
/proc/loadavg: 10.26 5.49 3.06 17/201 18386
/proc/meminfo: memFree=17097424/36427776 swapFree=4692/1971584
[pid=18369] ppid=18367 vsize=2097612 CPUtime=671.35
/proc/18369/stat : 18369 (ttsth-5-0) S 18367 18369 15497 0 -1 4202496 490983 0 0 0 61907 5228 0 0 20 0 17 0 652237980 2147954688 490939 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 524403 490939 95 177 0 524225 0
[pid=18369/tid=18371] ppid=18367 vsize=2097612 CPUtime=53.61
/proc/18369/task/18371/stat : 18371 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 52456 0 0 0 5291 70 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18369/tid=18372] ppid=18367 vsize=2097612 CPUtime=43.42
/proc/18369/task/18372/stat : 18372 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 27592 0 0 0 3988 354 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18369/tid=18373] ppid=18367 vsize=2097612 CPUtime=34.04
/proc/18369/task/18373/stat : 18373 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 21480 0 0 0 3036 368 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18374] ppid=18367 vsize=2097612 CPUtime=42.48
/proc/18369/task/18374/stat : 18374 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 19546 0 0 0 3912 336 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18369/tid=18375] ppid=18367 vsize=2097612 CPUtime=42.53
/proc/18369/task/18375/stat : 18375 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 22442 0 0 0 3931 322 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18369/tid=18376] ppid=18367 vsize=2097612 CPUtime=49.04
/proc/18369/task/18376/stat : 18376 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 32345 0 0 0 4590 314 0 0 20 0 17 0 652237997 2147954688 490941 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134733328 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18369/tid=18377] ppid=18367 vsize=2097612 CPUtime=39.51
/proc/18369/task/18377/stat : 18377 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 41494 0 0 0 3543 408 0 0 20 0 17 0 652237997 2147954688 490942 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18378] ppid=18367 vsize=2097612 CPUtime=43.72
/proc/18369/task/18378/stat : 18378 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 37409 0 0 0 4044 328 0 0 20 0 17 0 652237997 2147954688 490942 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18369/tid=18379] ppid=18367 vsize=2097612 CPUtime=48.66
/proc/18369/task/18379/stat : 18379 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 29268 0 0 0 4498 368 0 0 20 0 17 0 652237997 2147954688 490942 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18369/tid=18380] ppid=18367 vsize=2097612 CPUtime=33.96
/proc/18369/task/18380/stat : 18380 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 38721 0 0 0 3100 296 0 0 20 0 17 0 652237997 2147954688 490942 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18369/tid=18381] ppid=18367 vsize=2097612 CPUtime=35.86
/proc/18369/task/18381/stat : 18381 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 16301 0 0 0 3328 258 0 0 20 0 17 0 652237997 2147954688 490944 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18369/tid=18382] ppid=18367 vsize=2097612 CPUtime=44.23
/proc/18369/task/18382/stat : 18382 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 39591 0 0 0 3995 428 0 0 20 0 17 0 652237997 2147954688 490944 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134593283 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=2097612 CPUtime=41.78
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 27702 0 0 0 3820 358 0 0 20 0 17 0 652237997 2147954688 490945 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18369/tid=18384] ppid=18367 vsize=2097612 CPUtime=41.95
/proc/18369/task/18384/stat : 18384 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 23852 0 0 0 3851 344 0 0 20 0 17 0 652237997 2147954688 490945 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18369/tid=18385] ppid=18367 vsize=2097612 CPUtime=41.73
/proc/18369/task/18385/stat : 18385 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 24881 0 0 0 3847 326 0 0 20 0 17 0 652237997 2147954688 490945 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18369/tid=18386] ppid=18367 vsize=2097612 CPUtime=34.56
/proc/18369/task/18386/stat : 18386 (ttsth-5-0) R 18367 18369 15497 0 -1 4202560 30743 0 0 0 3114 342 0 0 20 0 17 0 652237998 2147954688 490945 18446744073709551615 134512640 135237372 4291566496 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 671.35
Current children cumulated vsize (KiB) 2097612

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

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

[startup+58.0247 s]
/proc/loadavg: 10.26 5.49 3.06 17/201 18386
/proc/meminfo: memFree=17097424/36427776 swapFree=4692/1971584
[pid=18369] ppid=18367 vsize=0 CPUtime=671.57
/proc/18369/stat : 18369 (ttsth-5-0) Z 18367 18369 15497 0 -1 4203532 491038 0 0 0 61917 5240 0 0 20 0 2 0 652237980 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18369/statm: 0 0 0 0 0 0 0
[pid=18369/tid=18383] ppid=18367 vsize=0 CPUtime=41.88
/proc/18369/task/18383/stat : 18383 (ttsth-5-0) R 18367 18369 15497 0 -1 4203588 27707 0 0 0 3820 368 0 0 20 0 2 0 652237997 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 671.57
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 58.0877
CPU time (s): 671.63
CPU user time (s): 619.167
CPU system time (s): 52.4633
CPU usage (%): 1156.23
Max. virtual memory (cumulated for all children) (KiB): 2097612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.167
system time used= 52.4633
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491038
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= 81701
involuntary context switches= 8615

runsolver used 0.32002 second user time and 0.728045 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 23:41:56
IDJOB=1776210
IDBENCH=20468
IDSOLVER=634
FILE ID=xenhost3-49/1776210-1244929316
PBS_JOBID=
Free space on /tmp= 7026 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776210-1244929316/watcher-1776210-1244929316 -o /tmp/evaluation-result-1776210-1244929316/solver-1776210-1244929316 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776210-1244929316.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED= 1968771902

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:      19061048 kB
Buffers:        472592 kB
Cached:       14114584 kB
SwapCached:          0 kB
Active:        4118532 kB
Inactive:     10477052 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             856 kB
Writeback:           0 kB
AnonPages:        7916 kB
Mapped:           4020 kB
Slab:           717352 kB
SReclaimable:   690532 kB
SUnreclaim:      26820 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29256 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 23:42:56