Trace number 1776330

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) 1603.09 102.402

General information on the benchmark

Nameindustrial/grieu/
vmpc_33.cnf
MD5SUM4c4d694bb911a7a13a7cb66a99dd484c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark784.34
Satisfiable
(Un)Satisfiability was proved
Number of variables1089
Number of clauses177375
Sum of the clauses size464310
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269795
Number of clauses of size 3107514
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 566

Solver Data

0.10/0.19	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776330-1244930044.cnf 
0.10/0.19	c Using SATTIMEOUT of 10000
0.10/0.19	c Using SATRAM of 2047
0.10/0.19	c Size of subset node = 16
0.10/0.19	c Variables = 1089
0.10/0.19	c Clauses = 177375
0.10/0.19	c Literals = 464310
0.10/0.19	c Reduced size:
0.10/0.19	c Variables = 1089
0.10/0.19	c Clauses = 177375
0.10/0.19	c Literals = 464310
0.10/0.19	c a2
0.38/0.46	c a1
1.00/1.05	c Independent sub-problems = 1
1.00/1.05	c Sub-problem with 1089 variables and 177375 clauses
1.00/1.05	c using permutation method 4
1.00/1.05	c count = 1
1.00/1.05	c Ordering finished 0.980 seconds
1.00/1.05	c mapped 1.040 seconds
1.00/1.05	c permuted 1.040 seconds
1.00/1.05	c about to sort
1.00/1.08	c sorted
1.88/1.95	c clauses now 177375
1.88/1.95	c init finished 1.110 seconds
1.88/1.95	c tree built 1.940 seconds
1.88/1.95	c 
1.88/1.95	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.88/1.95	c ---------------------------------|----------------------------------|------------------------------------------------------
1.88/1.95	c ................................ | ..........                       |                        1.9           0.0             
1.88/1.95	c ................................ | ..........                     1 |                        1.9           0.5             
1.88/1.95	c ................................ | ..........                     2 |                        1.9           1.0             
1.88/1.95	c ................................ | ..........                     3 |                        1.9           1.5             
1.88/1.95	c ................................ | ..........                     4 |                        1.9           2.1            1
1.88/1.95	c ................................ | ..........                     5 |                        1.9           2.6            2
7.22/2.31	c ................................ | ..........                  1000 |                        4.8         206.6        18397
206.81/14.80	c ................................ | ..........                 57000 | 2657                 203.0         280.8     16980159
404.51/27.20	c ................................ | ..........                 97000 | 4858                 400.9         242.0     33268620
605.56/39.80	c ................................ | ..........                136000 | 6718                 601.9         226.0     48124751
808.45/52.51	c ................................ | ..........                173000 | 8753                 804.8         215.0     62010173
1011.34/65.25	c ................................ | *.........                200000 | 10543               1008.5         198.3     74851407
1202.96/77.27	c ................................ | *.........                226000 | 11714               1200.4         188.3     86020340
1402.69/89.76	c ................................ | *.........                248000 | 12711               1400.1         177.1     97234035

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-1776330-1244930044/watcher-1776330-1244930044 -o /tmp/evaluation-result-1776330-1244930044/solver-1776330-1244930044 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776330-1244930044.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.72 14.44 9.44 2/184 18819
/proc/meminfo: memFree=19059984/36427776 swapFree=4080/8048
[pid=18819] ppid=18817 vsize=1552 CPUtime=0
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 269 0 0 0 0 0 0 0 20 0 1 0 652310742 1589248 226 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 388 227 75 177 0 210 0

[startup+0.016588 s]
/proc/loadavg: 14.72 14.44 9.44 2/184 18819
/proc/meminfo: memFree=19059984/36427776 swapFree=4080/8048
[pid=18819] ppid=18817 vsize=1948 CPUtime=0
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 383 0 0 0 0 0 0 0 20 0 1 0 652310742 1994752 340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 487 341 75 177 0 309 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1948

[startup+0.100603 s]
/proc/loadavg: 14.72 14.44 9.44 2/184 18819
/proc/meminfo: memFree=19059984/36427776 swapFree=4080/8048
[pid=18819] ppid=18817 vsize=7640 CPUtime=0.1
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 1784 0 0 0 10 0 0 0 20 0 1 0 652310742 7823360 1741 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134536395 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 1910 1742 75 177 0 1732 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7640

[startup+0.30063 s]
/proc/loadavg: 14.72 14.44 9.44 2/184 18819
/proc/meminfo: memFree=19059984/36427776 swapFree=4080/8048
[pid=18819] ppid=18817 vsize=20876 CPUtime=0.28
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 5093 0 0 0 26 2 0 0 20 0 1 0 652310742 21377024 5049 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134680470 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 5219 5049 76 177 0 5041 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20876

[startup+0.700656 s]
/proc/loadavg: 14.72 14.44 9.44 2/184 18819
/proc/meminfo: memFree=19059984/36427776 swapFree=4080/8048
[pid=18819] ppid=18817 vsize=21756 CPUtime=0.68
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 7182 0 0 0 64 4 0 0 20 0 1 0 652310742 22278144 5007 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 5439 5008 77 177 0 5261 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21756

[startup+1.50073 s]
/proc/loadavg: 14.72 14.44 9.44 2/185 18820
/proc/meminfo: memFree=19036464/36427776 swapFree=4404/31080
[pid=18819] ppid=18817 vsize=38988 CPUtime=1.48
/proc/18819/stat : 18819 (ttsth-5-0) R 18817 18819 15497 0 -1 4202496 12175 0 0 0 142 6 0 0 20 0 1 0 652310742 39923712 9470 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 9747 9470 90 177 0 9569 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38988

[startup+3.10409 s]
/proc/loadavg: 14.72 14.44 9.44 17/201 18836
/proc/meminfo: memFree=19001296/36427776 swapFree=4672/65816
[pid=18819] ppid=18817 vsize=214116 CPUtime=21.33
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 23104 0 0 0 1568 565 0 0 20 0 17 0 652310742 219254784 20127 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 53529 20129 95 177 0 53351 0
[pid=18819/tid=18821] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 470 0 0 0 84 36 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=214116 CPUtime=1.16
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 401 0 0 0 86 30 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 406 0 0 0 82 42 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134588280 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 322 0 0 0 88 32 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590140 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 344 0 0 0 90 30 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 362 0 0 0 84 40 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590180 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 295 0 0 0 86 38 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590133 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 289 0 0 0 84 40 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134588138 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 400 0 0 0 86 38 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590133 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=214116 CPUtime=1.16
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 373 0 0 0 88 28 0 0 20 0 17 0 652310937 219254784 20129 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592226 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 444 0 0 0 88 32 0 0 20 0 17 0 652310937 219254784 20130 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 395 0 0 0 86 34 0 0 20 0 17 0 652310937 219254784 20131 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=214116 CPUtime=1.18
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 279 0 0 0 92 26 0 0 20 0 17 0 652310937 219254784 20131 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=214116 CPUtime=1.18
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 262 0 0 0 82 36 0 0 20 0 17 0 652310937 219254784 20131 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134591102 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=214116 CPUtime=1.24
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 414 0 0 0 84 40 0 0 20 0 17 0 652310937 219254784 20131 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=214116 CPUtime=1.2
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 376 0 0 0 86 34 0 0 20 0 17 0 652310937 219254784 20131 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 214116

[startup+6.3066 s]
/proc/loadavg: 14.83 14.46 9.48 17/201 18836
/proc/meminfo: memFree=18926960/36427776 swapFree=4692/146028
[pid=18819] ppid=18817 vsize=292932 CPUtime=72.25
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 42737 0 0 0 6658 567 0 0 20 0 17 0 652310742 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 73233 39761 95 177 0 73055 0
[pid=18819/tid=18821] ppid=18817 vsize=292932 CPUtime=4.42
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1721 0 0 0 406 36 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=292932 CPUtime=4.36
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1287 0 0 0 406 30 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=292932 CPUtime=4.42
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1882 0 0 0 400 42 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590160 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=292932 CPUtime=4.36
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1644 0 0 0 404 32 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134561510 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=292932 CPUtime=4.4
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1539 0 0 0 410 30 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=292932 CPUtime=4.44
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1087 0 0 0 404 40 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590129 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=292932 CPUtime=4.42
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1548 0 0 0 404 38 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=292932 CPUtime=4.44
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1707 0 0 0 404 40 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=292932 CPUtime=4.44
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1629 0 0 0 406 38 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=292932 CPUtime=4.32
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1541 0 0 0 404 28 0 0 20 0 17 0 652310937 299962368 39761 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134591069 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=292932 CPUtime=4.34
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 2019 0 0 0 402 32 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=292932 CPUtime=4.4
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1471 0 0 0 406 34 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=292932 CPUtime=4.32
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1504 0 0 0 404 28 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590170 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=292932 CPUtime=4.34
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1655 0 0 0 398 36 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=292932 CPUtime=4.4
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 2046 0 0 0 400 40 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134591076 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=292932 CPUtime=4.38
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 1184 0 0 0 404 34 0 0 20 0 17 0 652310937 299962368 39762 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 72.25
Current children cumulated vsize (KiB) 292932

[startup+12.7075 s]
/proc/loadavg: 14.92 14.49 9.51 17/201 18836
/proc/meminfo: memFree=18758440/36427776 swapFree=4692/311960
[pid=18819] ppid=18817 vsize=460696 CPUtime=173.56
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 83317 0 0 0 16777 579 0 0 20 0 17 0 652310742 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 115174 80340 95 177 0 114996 0
[pid=18819/tid=18821] ppid=18817 vsize=460696 CPUtime=10.78
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3977 0 0 0 1042 36 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590133 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=460696 CPUtime=10.7
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3367 0 0 0 1040 30 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562278 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=460696 CPUtime=10.76
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4749 0 0 0 1034 42 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=460696 CPUtime=10.7
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4132 0 0 0 1038 32 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=460696 CPUtime=10.72
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4686 0 0 0 1042 30 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=460696 CPUtime=10.76
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3298 0 0 0 1036 40 0 0 20 0 17 0 652310937 471752704 80340 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=460696 CPUtime=10.78
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3753 0 0 0 1040 38 0 0 20 0 17 0 652310937 471752704 80341 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=460696 CPUtime=10.76
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4896 0 0 0 1036 40 0 0 20 0 17 0 652310937 471752704 80342 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=460696 CPUtime=10.78
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3712 0 0 0 1040 38 0 0 20 0 17 0 652310937 471752704 80342 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=460696 CPUtime=10.7
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3914 0 0 0 1038 32 0 0 20 0 17 0 652310937 471752704 80342 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=460696 CPUtime=10.7
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4769 0 0 0 1038 32 0 0 20 0 17 0 652310937 471752704 80343 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=460696 CPUtime=10.72
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4256 0 0 0 1038 34 0 0 20 0 17 0 652310937 471752704 80344 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=460696 CPUtime=10.7
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3490 0 0 0 1036 34 0 0 20 0 17 0 652310937 471752704 80344 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=460696 CPUtime=10.52
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 4680 0 0 0 1016 36 0 0 20 0 17 0 652310937 471752704 80344 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592468 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=460696 CPUtime=10.72
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 5360 0 0 0 1032 40 0 0 20 0 17 0 652310937 471752704 80344 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=460696 CPUtime=10.72
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 3005 0 0 0 1038 34 0 0 20 0 17 0 652310937 471752704 80344 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 173.56
Current children cumulated vsize (KiB) 460696

[startup+25.5053 s]
/proc/loadavg: 15.16 14.56 9.61 17/201 18836
/proc/meminfo: memFree=18450328/36427776 swapFree=4692/620752
[pid=18819] ppid=18817 vsize=771104 CPUtime=377.4
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 158099 0 0 0 37030 710 0 0 20 0 17 0 652310742 789610496 155122 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 192776 155122 95 177 0 192598 0
[pid=18819/tid=18821] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 7852 0 0 0 2314 36 0 0 20 0 17 0 652310937 789610496 155122 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 7362 0 0 0 2302 46 0 0 20 0 17 0 652310937 789610496 155122 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 10560 0 0 0 2304 46 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 8163 0 0 0 2310 38 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 10413 0 0 0 2306 42 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 7111 0 0 0 2304 46 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 7694 0 0 0 2308 42 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 11127 0 0 0 2298 52 0 0 20 0 17 0 652310937 789610496 155123 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 7522 0 0 0 2310 38 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 9057 0 0 0 2304 44 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134561426 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=771104 CPUtime=23.5
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 8872 0 0 0 2310 40 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 9047 0 0 0 2304 44 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134587952 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 8658 0 0 0 2298 50 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=771104 CPUtime=23
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 9459 0 0 0 2260 40 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 11277 0 0 0 2298 50 0 0 20 0 17 0 652310937 789610496 155124 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=771104 CPUtime=23.48
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 6653 0 0 0 2306 42 0 0 20 0 17 0 652310937 789610496 155125 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562272 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 377.4
Current children cumulated vsize (KiB) 771104

[startup+51.1069 s]
/proc/loadavg: 15.44 14.68 9.78 17/201 18836
/proc/meminfo: memFree=17957720/36427776 swapFree=4692/1113276
[pid=18819] ppid=18817 vsize=1288012 CPUtime=786.09
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 281798 0 0 0 77586 1023 0 0 20 0 17 0 652310742 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 322003 278821 95 177 0 321825 0
[pid=18819/tid=18821] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 14631 0 0 0 4861 46 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=1288012 CPUtime=49.04
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 13224 0 0 0 4836 68 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134565869 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 20036 0 0 0 4839 68 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=1288012 CPUtime=49.03
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 14979 0 0 0 4849 54 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=1288012 CPUtime=49.06
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 20049 0 0 0 4844 62 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 14548 0 0 0 4847 60 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134561426 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 14269 0 0 0 4851 56 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134592435 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 21422 0 0 0 4833 74 0 0 20 0 17 0 652310937 1318924288 278821 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=1288012 CPUtime=49.08
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 14122 0 0 0 4850 58 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134591129 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 17036 0 0 0 4845 62 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134590133 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 15455 0 0 0 4845 62 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134561428 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=1288012 CPUtime=49.08
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 15811 0 0 0 4844 64 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 16773 0 0 0 4831 76 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=1288012 CPUtime=48.08
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 17508 0 0 0 4744 64 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=1288012 CPUtime=49.06
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 21644 0 0 0 4830 76 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=1288012 CPUtime=49.07
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 13017 0 0 0 4847 60 0 0 20 0 17 0 652310937 1318924288 278822 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 786.09
Current children cumulated vsize (KiB) 1288012



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+102.204 s]
/proc/loadavg: 15.76 14.88 10.11 18/201 18841
/proc/meminfo: memFree=17170388/36427776 swapFree=4692/1896908
[pid=18819] ppid=18817 vsize=2098148 CPUtime=1602.7
/proc/18819/stat : 18819 (ttsth-5-0) S 18817 18819 15497 0 -1 4202496 475359 0 0 0 158816 1454 0 0 20 0 17 0 652310742 2148503552 472382 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 524537 472382 95 177 0 524359 0
[pid=18819/tid=18821] ppid=18817 vsize=2098148 CPUtime=100.19
/proc/18819/task/18821/stat : 18821 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 25441 0 0 0 9953 66 0 0 20 0 17 0 652310937 2148503552 472383 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18819/tid=18822] ppid=18817 vsize=2098148 CPUtime=100.13
/proc/18819/task/18822/stat : 18822 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 23034 0 0 0 9921 92 0 0 20 0 17 0 652310937 2148503552 472383 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18819/tid=18823] ppid=18817 vsize=2098148 CPUtime=100.19
/proc/18819/task/18823/stat : 18823 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 35357 0 0 0 9921 98 0 0 20 0 17 0 652310937 2148503552 472383 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18819/tid=18824] ppid=18817 vsize=2098148 CPUtime=100.12
/proc/18819/task/18824/stat : 18824 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 25933 0 0 0 9932 80 0 0 20 0 17 0 652310937 2148503552 472383 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18819/tid=18825] ppid=18817 vsize=2098148 CPUtime=100.17
/proc/18819/task/18825/stat : 18825 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 35098 0 0 0 9925 92 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18819/tid=18826] ppid=18817 vsize=2098148 CPUtime=100.18
/proc/18819/task/18826/stat : 18826 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 25000 0 0 0 9928 90 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18819/tid=18827] ppid=18817 vsize=2098148 CPUtime=100.18
/proc/18819/task/18827/stat : 18827 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 22298 0 0 0 9944 74 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18819/tid=18828] ppid=18817 vsize=2098148 CPUtime=100.17
/proc/18819/task/18828/stat : 18828 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 37414 0 0 0 9907 110 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18819/tid=18829] ppid=18817 vsize=2098148 CPUtime=100.18
/proc/18819/task/18829/stat : 18829 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 23845 0 0 0 9932 86 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18819/tid=18830] ppid=18817 vsize=2098148 CPUtime=100.17
/proc/18819/task/18830/stat : 18830 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 30690 0 0 0 9925 92 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18819/tid=18831] ppid=18817 vsize=2098148 CPUtime=100.16
/proc/18819/task/18831/stat : 18831 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 25411 0 0 0 9930 86 0 0 20 0 17 0 652310937 2148503552 472384 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18819/tid=18832] ppid=18817 vsize=2098148 CPUtime=100.18
/proc/18819/task/18832/stat : 18832 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 26172 0 0 0 9932 86 0 0 20 0 17 0 652310937 2148503552 472385 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18819/tid=18833] ppid=18817 vsize=2098148 CPUtime=100.17
/proc/18819/task/18833/stat : 18833 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 30695 0 0 0 9911 106 0 0 20 0 17 0 652310937 2148503552 472385 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18819/tid=18834] ppid=18817 vsize=2098148 CPUtime=98.14
/proc/18819/task/18834/stat : 18834 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 27970 0 0 0 9720 94 0 0 20 0 17 0 652310937 2148503552 472385 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18819/tid=18835] ppid=18817 vsize=2098148 CPUtime=100.15
/proc/18819/task/18835/stat : 18835 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 38996 0 0 0 9911 104 0 0 20 0 17 0 652310937 2148503552 472385 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=2098148 CPUtime=100.18
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4202560 24732 0 0 0 9930 88 0 0 20 0 17 0 652310937 2148503552 472385 18446744073709551615 134512640 135237372 4287762432 18446744073709551615 134562341 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.7
Current children cumulated vsize (KiB) 2098148

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

[startup+102.337 s]
/proc/loadavg: 15.76 14.88 10.11 18/201 18841
/proc/meminfo: memFree=17170388/36427776 swapFree=4692/1896908
[pid=18819] ppid=18817 vsize=0 CPUtime=1603
/proc/18819/stat : 18819 (ttsth-5-0) Z 18817 18819 15497 0 -1 4203532 475395 0 0 0 158834 1466 0 0 20 0 2 0 652310742 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 0 0 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=0 CPUtime=100.29
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4203588 24732 0 0 0 9931 98 0 0 20 0 2 0 652310937 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1603
Current children cumulated vsize (KiB) 0

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

[startup+102.401 s]
/proc/loadavg: 15.76 14.88 10.11 18/201 18841
/proc/meminfo: memFree=17170388/36427776 swapFree=4692/1896908
[pid=18819] ppid=18817 vsize=0 CPUtime=1603.07
/proc/18819/stat : 18819 (ttsth-5-0) Z 18817 18819 15497 0 -1 4203532 475395 0 0 0 158834 1473 0 0 20 0 2 0 652310742 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18819/statm: 0 0 0 0 0 0 0
[pid=18819/tid=18836] ppid=18817 vsize=0 CPUtime=100.35
/proc/18819/task/18836/stat : 18836 (ttsth-5-0) R 18817 18819 15497 0 -1 4203588 24732 0 0 0 9931 104 0 0 20 0 2 0 652310937 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1603.07
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 102.402
CPU time (s): 1603.09
CPU user time (s): 1588.35
CPU system time (s): 14.7369
CPU usage (%): 1565.48
Max. virtual memory (cumulated for all children) (KiB): 2098148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1588.35
system time used= 14.7369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475395
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= 14271
involuntary context switches= 3847

runsolver used 0.508031 second user time and 1.5561 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 23:54:04
IDJOB=1776330
IDBENCH=20488
IDSOLVER=634
FILE ID=xenhost3-49/1776330-1244930044
PBS_JOBID=
Free space on /tmp= 7023 MiB

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

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

MD5SUM BENCH= 4c4d694bb911a7a13a7cb66a99dd484c
RANDOM SEED= 1311434664

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:      19059984 kB
Buffers:        472604 kB
Cached:       14117444 kB
SwapCached:          0 kB
Active:        4118684 kB
Inactive:     10479536 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            3308 kB
Writeback:           0 kB
AnonPages:        8048 kB
Mapped:           3416 kB
Slab:           717340 kB
SReclaimable:   690544 kB
SUnreclaim:      26796 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= 7023 MiB
End job on xenhost3-49 at 2009-06-13 23:55:48