Trace number 1776255

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) 651.825 52.1882

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
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 variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.05	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776255-1244929494.cnf 
0.00/0.05	c Using SATTIMEOUT of 10000
0.00/0.05	c Using SATRAM of 2047
0.00/0.05	c Size of subset node = 16
0.00/0.05	c Variables = 1400
0.00/0.05	c Clauses = 4732
0.00/0.05	c Literals = 12300
0.00/0.05	c Reduced size:
0.00/0.05	c Variables = 1400
0.00/0.05	c Clauses = 4687
0.00/0.05	c Literals = 12210
0.00/0.05	c a2
0.00/0.05	c a1
0.00/0.09	c Independent sub-problems = 1
0.00/0.09	c Sub-problem with 1397 variables and 4687 clauses
0.00/0.09	c using permutation method 4
0.00/0.09	c count = 2
0.00/0.09	c Ordering finished 0.090 seconds
0.00/0.09	c mapped 0.090 seconds
0.00/0.09	c permuted 0.090 seconds
0.00/0.09	c about to sort
0.00/0.09	c sorted
0.10/0.13	c clauses now 4687
0.10/0.13	c init finished 0.120 seconds
0.10/0.13	c tree built 0.120 seconds
0.10/0.13	c 
0.10/0.13	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.10/0.13	c ---------------------------------|----------------------------------|------------------------------------------------------
0.10/0.13	c ................................ | ..........                       |                        0.1           0.0             
0.10/0.13	c ................................ | ..........                     1 |                        0.1           8.3            2
0.10/0.13	c ................................ | ..........                     2 |                        0.1          16.7            3
0.10/0.13	c ................................ | ..........                     3 |                        0.1          25.0           10
0.10/0.13	c ................................ | ..........                     4 |                        0.1          33.3           10
0.10/0.13	c ................................ | ..........                     5 |                        0.1          41.7           11
0.10/0.14	c ................................ | ..........                  1000 | 8                      0.1        7142.9          497
242.14/17.54	c ................................ | ..........                827000 | 81287                200.0        4134.2     32372428
454.42/34.43	c ................................ | ..........               1388000 | 128776               400.3        3467.5     66897380

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-1776255-1244929494/watcher-1776255-1244929494 -o /tmp/evaluation-result-1776255-1244929494/solver-1776255-1244929494 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776255-1244929494.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 13.94 8.70 4.54 2/184 18534
/proc/meminfo: memFree=19062136/36427776 swapFree=3648/6996
[pid=18534] ppid=18532 vsize=1672 CPUtime=0
/proc/18534/stat : 18534 (ttsth-5-0) R 18532 18534 15497 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 652255762 1712128 257 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 418 257 76 177 0 240 0

[startup+0.016069 s]
/proc/loadavg: 13.94 8.70 4.54 2/184 18534
/proc/meminfo: memFree=19062136/36427776 swapFree=3648/6996
[pid=18534] ppid=18532 vsize=1672 CPUtime=0
/proc/18534/stat : 18534 (ttsth-5-0) R 18532 18534 15497 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 652255762 1712128 275 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 418 278 77 177 0 240 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1672

[startup+0.10407 s]
/proc/loadavg: 13.94 8.70 4.54 2/184 18534
/proc/meminfo: memFree=19062136/36427776 swapFree=3648/6996
[pid=18534] ppid=18532 vsize=6960 CPUtime=0.1
/proc/18534/stat : 18534 (ttsth-5-0) R 18532 18534 15497 0 -1 4202496 1630 0 0 0 10 0 0 0 20 0 1 0 652255762 7127040 1587 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 1740 1593 88 177 0 1562 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6960

[startup+0.302422 s]
/proc/loadavg: 13.94 8.70 4.54 2/184 18534
/proc/meminfo: memFree=19062136/36427776 swapFree=3648/6996
[pid=18534] ppid=18532 vsize=155988 CPUtime=2.5
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 5685 0 0 0 52 198 0 0 20 0 17 0 652255762 159731712 5640 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 38997 5640 95 177 0 38819 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 155988

[startup+0.703486 s]
/proc/loadavg: 13.94 8.70 4.54 2/184 18534
/proc/meminfo: memFree=19062136/36427776 swapFree=3648/6996
[pid=18534] ppid=18532 vsize=167464 CPUtime=8.3
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 8543 0 0 0 278 552 0 0 20 0 17 0 652255762 171483136 8498 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 41866 8500 95 177 0 41688 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 167464

[startup+1.50509 s]
/proc/loadavg: 13.94 8.70 4.54 17/201 18551
/proc/meminfo: memFree=19024468/36427776 swapFree=4680/48452
[pid=18534] ppid=18532 vsize=189148 CPUtime=19.86
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 13997 0 0 0 745 1241 0 0 20 0 17 0 652255762 193687552 13952 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 47287 13953 95 177 0 47109 0
[pid=18534/tid=18536] ppid=18532 vsize=189148 CPUtime=1.34
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1138 0 0 0 132 2 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 204 0 0 0 34 96 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 979 0 0 0 46 84 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=189148 CPUtime=1.32
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 631 0 0 0 48 84 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 191 0 0 0 38 92 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 931 0 0 0 42 88 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 822 0 0 0 44 86 0 0 20 0 17 0 652255775 193687552 13953 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 306 0 0 0 34 96 0 0 20 0 17 0 652255775 193687552 13954 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=189148 CPUtime=1.32
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 854 0 0 0 36 96 0 0 20 0 17 0 652255776 193687552 13954 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 771 0 0 0 50 80 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=189148 CPUtime=0.64
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 389 0 0 0 26 38 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=189148 CPUtime=1.28
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 161 0 0 0 36 92 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 890 0 0 0 52 78 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 385 0 0 0 38 92 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=189148 CPUtime=0.72
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 353 0 0 0 32 40 0 0 20 0 17 0 652255776 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=189148 CPUtime=1.3
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 696 0 0 0 42 88 0 0 20 0 17 0 652255777 193687552 13955 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (KiB) 189148

[startup+3.10386 s]
/proc/loadavg: 13.94 8.70 4.54 17/201 18551
/proc/meminfo: memFree=18996496/36427776 swapFree=4680/76140
[pid=18534] ppid=18532 vsize=236152 CPUtime=43.25
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 25801 0 0 0 1798 2527 0 0 20 0 17 0 652255762 241819648 25756 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 59038 25757 95 177 0 58860 0
[pid=18534/tid=18536] ppid=18532 vsize=236152 CPUtime=2.94
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2910 0 0 0 290 4 0 0 20 0 17 0 652255775 241819648 25759 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=236152 CPUtime=2.84
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 620 0 0 0 96 188 0 0 20 0 17 0 652255775 241819648 25759 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2045 0 0 0 110 176 0 0 20 0 17 0 652255775 241819648 25759 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=236152 CPUtime=2.88
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1291 0 0 0 122 166 0 0 20 0 17 0 652255775 241819648 25760 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=236152 CPUtime=2.84
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 552 0 0 0 96 188 0 0 20 0 17 0 652255775 241819648 25760 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1940 0 0 0 106 180 0 0 20 0 17 0 652255775 241819648 25760 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1496 0 0 0 110 176 0 0 20 0 17 0 652255775 241819648 25760 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 816 0 0 0 100 186 0 0 20 0 17 0 652255775 241819648 25761 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=236152 CPUtime=2.88
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 1917 0 0 0 104 184 0 0 20 0 17 0 652255776 241819648 25762 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1586 0 0 0 114 172 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=236152 CPUtime=1.44
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 838 0 0 0 54 90 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=236152 CPUtime=2.82
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1111 0 0 0 98 184 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=236152 CPUtime=2.82
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1280 0 0 0 110 172 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1024 0 0 0 98 188 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=236152 CPUtime=1.52
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 567 0 0 0 72 80 0 0 20 0 17 0 652255776 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=236152 CPUtime=2.86
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1516 0 0 0 104 182 0 0 20 0 17 0 652255777 241819648 25763 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.25
Current children cumulated vsize (KiB) 236152

[startup+6.30572 s]
/proc/loadavg: 14.11 8.82 4.60 17/201 18551
/proc/meminfo: memFree=18881868/36427776 swapFree=4692/193008
[pid=18534] ppid=18532 vsize=354328 CPUtime=89.17
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 55326 0 0 0 4442 4475 0 0 20 0 17 0 652255762 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 88582 55281 95 177 0 88404 0
[pid=18534/tid=18536] ppid=18532 vsize=354328 CPUtime=6.14
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 7402 0 0 0 604 10 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=354328 CPUtime=5.96
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2384 0 0 0 274 322 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=354328 CPUtime=5.98
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 4700 0 0 0 284 314 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=354328 CPUtime=6.02
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2703 0 0 0 284 318 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=354328 CPUtime=5.96
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2273 0 0 0 270 326 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=354328 CPUtime=6
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 4344 0 0 0 274 326 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=354328 CPUtime=5.98
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 3281 0 0 0 276 322 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=354328 CPUtime=5.98
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2874 0 0 0 278 320 0 0 20 0 17 0 652255775 362831872 55281 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=354328 CPUtime=5.52
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 3531 0 0 0 248 304 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=354328 CPUtime=5.5
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2896 0 0 0 246 304 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=354328 CPUtime=3.04
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1882 0 0 0 148 156 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=354328 CPUtime=5.94
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2931 0 0 0 266 328 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=354328 CPUtime=5.86
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2914 0 0 0 268 318 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=354328 CPUtime=5.98
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2564 0 0 0 284 314 0 0 20 0 17 0 652255776 362831872 55282 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=354328 CPUtime=3.12
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 1375 0 0 0 160 152 0 0 20 0 17 0 652255776 362831872 55283 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=354328 CPUtime=5.94
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2976 0 0 0 262 332 0 0 20 0 17 0 652255777 362831872 55284 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 89.17
Current children cumulated vsize (KiB) 354328

[startup+12.7041 s]
/proc/loadavg: 14.26 8.94 4.66 17/201 18556
/proc/meminfo: memFree=18618696/36427776 swapFree=4692/453940
[pid=18534] ppid=18532 vsize=611252 CPUtime=179.78
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 119476 0 0 0 10958 7020 0 0 20 0 17 0 652255762 625922048 119431 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 152813 119433 95 177 0 152635 0
[pid=18534/tid=18536] ppid=18532 vsize=611252 CPUtime=12.46
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 14323 0 0 0 1226 20 0 0 20 0 17 0 652255775 625922048 119434 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=611252 CPUtime=11.02
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6267 0 0 0 610 492 0 0 20 0 17 0 652255775 625922048 119435 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=611252 CPUtime=12.2
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 10750 0 0 0 712 508 0 0 20 0 17 0 652255775 625922048 119435 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=611252 CPUtime=12.24
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6112 0 0 0 740 484 0 0 20 0 17 0 652255775 625922048 119435 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=611252 CPUtime=12.18
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6124 0 0 0 708 510 0 0 20 0 17 0 652255775 625922048 119435 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=611252 CPUtime=12.2
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 8688 0 0 0 700 520 0 0 20 0 17 0 652255775 625922048 119435 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=611252 CPUtime=12.2
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 8183 0 0 0 714 506 0 0 20 0 17 0 652255775 625922048 119436 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=611252 CPUtime=12.18
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6096 0 0 0 698 520 0 0 20 0 17 0 652255775 625922048 119437 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=611252 CPUtime=10.34
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 7666 0 0 0 568 466 0 0 20 0 17 0 652255776 625922048 119437 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634609 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=611252 CPUtime=8.68
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 5551 0 0 0 466 402 0 0 20 0 17 0 652255776 625922048 119437 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=611252 CPUtime=9.02
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 5808 0 0 0 562 340 0 0 20 0 17 0 652255776 625922048 119439 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=611252 CPUtime=12.14
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6551 0 0 0 704 510 0 0 20 0 17 0 652255776 625922048 119439 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=611252 CPUtime=12
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6486 0 0 0 732 468 0 0 20 0 17 0 652255776 625922048 119439 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=611252 CPUtime=12.18
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 6351 0 0 0 728 490 0 0 20 0 17 0 652255776 625922048 119439 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=611252 CPUtime=6.34
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 2824 0 0 0 388 246 0 0 20 0 17 0 652255776 625922048 119440 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=611252 CPUtime=12.14
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 7406 0 0 0 686 528 0 0 20 0 17 0 652255777 625922048 119440 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 179.78
Current children cumulated vsize (KiB) 611252

[startup+25.5075 s]
/proc/loadavg: 14.50 9.25 4.83 16/201 18556
/proc/meminfo: memFree=18088344/36427776 swapFree=4692/985508
[pid=18534] ppid=18532 vsize=1122608 CPUtime=341.72
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 247168 0 0 0 24587 9585 0 0 20 0 17 0 652255762 1149550592 247123 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 280652 247123 95 177 0 280474 0
[pid=18534/tid=18536] ppid=18532 vsize=1122608 CPUtime=25.04
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 24516 0 0 0 2472 32 0 0 20 0 17 0 652255775 1149550592 247123 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=1122608 CPUtime=17.7
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12645 0 0 0 1176 594 0 0 20 0 17 0 652255775 1149550592 247124 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=1122608 CPUtime=23.56
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 25792 0 0 0 1624 732 0 0 20 0 17 0 652255775 1149550592 247124 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=1122608 CPUtime=20.3
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12738 0 0 0 1358 672 0 0 20 0 17 0 652255775 1149550592 247126 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=1122608 CPUtime=24.62
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 13410 0 0 0 1784 678 0 0 20 0 17 0 652255775 1149550592 247126 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134593204 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=1122608 CPUtime=24.52
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 18968 0 0 0 1714 738 0 0 20 0 17 0 652255775 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=1122608 CPUtime=22.48
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 14207 0 0 0 1578 670 0 0 20 0 17 0 652255775 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=1122608 CPUtime=19.3
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 11303 0 0 0 1274 656 0 0 20 0 17 0 652255775 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134749343 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=1122608 CPUtime=19.48
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 14773 0 0 0 1342 606 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=1122608 CPUtime=16.56
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 13013 0 0 0 1146 510 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=1122608 CPUtime=21.14
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12819 0 0 0 1566 548 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=1122608 CPUtime=21.92
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12290 0 0 0 1508 684 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=1122608 CPUtime=23.68
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 16398 0 0 0 1684 684 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=1122608 CPUtime=20
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12327 0 0 0 1366 634 0 0 20 0 17 0 652255776 1149550592 247127 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=1122608 CPUtime=16.94
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 12479 0 0 0 1274 420 0 0 20 0 17 0 652255776 1149550592 247128 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=1122608 CPUtime=24.24
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 15197 0 0 0 1706 718 0 0 20 0 17 0 652255777 1149550592 247129 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 341.72
Current children cumulated vsize (KiB) 1122608

[startup+51.1044 s]
/proc/loadavg: 15.01 9.79 5.12 17/201 18556
/proc/meminfo: memFree=17146976/36427776 swapFree=4692/1923156
[pid=18534] ppid=18532 vsize=2068432 CPUtime=642.95
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 483622 0 0 0 52321 11974 0 0 20 0 17 0 652255762 2118074368 483577 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 517108 483578 95 177 0 516930 0
[pid=18534/tid=18536] ppid=18532 vsize=2068432 CPUtime=49.77
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 37129 0 0 0 4925 52 0 0 20 0 17 0 652255775 2118074368 483578 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=2068432 CPUtime=35.24
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 30064 0 0 0 2776 748 0 0 20 0 17 0 652255775 2118074368 483578 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134680214 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=2068432 CPUtime=41.54
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 47166 0 0 0 3286 868 0 0 20 0 17 0 652255775 2118074368 483579 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=2068432 CPUtime=33.5
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 24340 0 0 0 2566 784 0 0 20 0 17 0 652255775 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=2068432 CPUtime=46.38
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 22874 0 0 0 3790 848 0 0 20 0 17 0 652255775 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=2068432 CPUtime=41.31
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 36825 0 0 0 3217 914 0 0 20 0 17 0 652255775 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=2068432 CPUtime=43.22
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 24865 0 0 0 3518 804 0 0 20 0 17 0 652255775 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=2068432 CPUtime=33.38
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 28420 0 0 0 2544 794 0 0 20 0 17 0 652255775 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=2068432 CPUtime=38.26
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 25343 0 0 0 3062 764 0 0 20 0 17 0 652255776 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=2068432 CPUtime=31.62
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 32642 0 0 0 2514 648 0 0 20 0 17 0 652255776 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=2068432 CPUtime=43.21
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 29757 0 0 0 3561 760 0 0 20 0 17 0 652255776 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=2068432 CPUtime=35.44
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 21578 0 0 0 2762 782 0 0 20 0 17 0 652255776 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=2068432 CPUtime=44.75
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 33007 0 0 0 3591 884 0 0 20 0 17 0 652255776 2118074368 483580 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=2068432 CPUtime=40.84
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 30561 0 0 0 3282 802 0 0 20 0 17 0 652255776 2118074368 483581 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=2068432 CPUtime=37.8
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 27707 0 0 0 3134 646 0 0 20 0 17 0 652255776 2118074368 483581 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=2068432 CPUtime=46.47
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 27051 0 0 0 3779 868 0 0 20 0 17 0 652255777 2118074368 483581 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.95
Current children cumulated vsize (KiB) 2068432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+52.0045 s]
/proc/loadavg: 15.01 9.79 5.12 11/201 18556
/proc/meminfo: memFree=17098424/36427776 swapFree=4692/1971772
[pid=18534] ppid=18532 vsize=2097712 CPUtime=651.57
/proc/18534/stat : 18534 (ttsth-5-0) S 18532 18534 15497 0 -1 4202496 490994 0 0 0 53156 12001 0 0 20 0 17 0 652255762 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 524428 490949 95 177 0 524250 0
[pid=18534/tid=18536] ppid=18532 vsize=2097712 CPUtime=50.65
/proc/18534/task/18536/stat : 18536 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 37583 0 0 0 5013 52 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=18534/tid=18537] ppid=18532 vsize=2097712 CPUtime=35.7
/proc/18534/task/18537/stat : 18537 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 30676 0 0 0 2820 750 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18534/tid=18538] ppid=18532 vsize=2097712 CPUtime=42
/proc/18534/task/18538/stat : 18538 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 47536 0 0 0 3330 870 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18539] ppid=18532 vsize=2097712 CPUtime=33.94
/proc/18534/task/18539/stat : 18539 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 24714 0 0 0 2610 784 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18540] ppid=18532 vsize=2097712 CPUtime=46.84
/proc/18534/task/18540/stat : 18540 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 23006 0 0 0 3836 848 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=18534/tid=18541] ppid=18532 vsize=2097712 CPUtime=41.73
/proc/18534/task/18541/stat : 18541 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 37112 0 0 0 3257 916 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=18534/tid=18542] ppid=18532 vsize=2097712 CPUtime=43.63
/proc/18534/task/18542/stat : 18542 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 25435 0 0 0 3557 806 0 0 20 0 17 0 652255775 2148057088 490949 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18543] ppid=18532 vsize=2097712 CPUtime=33.8
/proc/18534/task/18543/stat : 18543 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 29154 0 0 0 2582 798 0 0 20 0 17 0 652255775 2148057088 490950 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=18534/tid=18544] ppid=18532 vsize=2097712 CPUtime=38.78
/proc/18534/task/18544/stat : 18544 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 26000 0 0 0 3114 764 0 0 20 0 17 0 652255776 2148057088 490950 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18545] ppid=18532 vsize=2097712 CPUtime=32.06
/proc/18534/task/18545/stat : 18545 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 33250 0 0 0 2556 650 0 0 20 0 17 0 652255776 2148057088 490950 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18546] ppid=18532 vsize=2097712 CPUtime=43.66
/proc/18534/task/18546/stat : 18546 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 30116 0 0 0 3604 762 0 0 20 0 17 0 652255776 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=18534/tid=18547] ppid=18532 vsize=2097712 CPUtime=35.88
/proc/18534/task/18547/stat : 18547 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 22042 0 0 0 2804 784 0 0 20 0 17 0 652255776 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=2097712 CPUtime=45.22
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 33517 0 0 0 3636 886 0 0 20 0 17 0 652255776 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=18534/tid=18549] ppid=18532 vsize=2097712 CPUtime=41.5
/proc/18534/task/18549/stat : 18549 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 30997 0 0 0 3346 804 0 0 20 0 17 0 652255776 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=18534/tid=18550] ppid=18532 vsize=2097712 CPUtime=38.66
/proc/18534/task/18550/stat : 18550 (ttsth-5-0) S 18532 18534 15497 0 -1 4202560 28077 0 0 0 3218 648 0 0 20 0 17 0 652255776 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=18534/tid=18551] ppid=18532 vsize=2097712 CPUtime=47.29
/proc/18534/task/18551/stat : 18551 (ttsth-5-0) R 18532 18534 15497 0 -1 4202560 27483 0 0 0 3859 870 0 0 20 0 17 0 652255777 2148057088 490951 18446744073709551615 134512640 135237372 4286629600 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 651.57
Current children cumulated vsize (KiB) 2097712

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

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

[startup+52.1254 s]
/proc/loadavg: 15.01 9.79 5.12 11/201 18556
/proc/meminfo: memFree=17098424/36427776 swapFree=4692/1971772
[pid=18534] ppid=18532 vsize=0 CPUtime=651.74
/proc/18534/stat : 18534 (ttsth-5-0) Z 18532 18534 15497 0 -1 4203532 491036 0 0 0 53162 12012 0 0 20 0 2 0 652255762 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18534/statm: 0 0 0 0 0 0 0
[pid=18534/tid=18548] ppid=18532 vsize=0 CPUtime=45.3
/proc/18534/task/18548/stat : 18548 (ttsth-5-0) R 18532 18534 15497 0 -1 4203588 33517 0 0 0 3636 894 0 0 20 0 2 0 652255776 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 651.74
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 52.1882
CPU time (s): 651.825
CPU user time (s): 531.633
CPU system time (s): 120.192
CPU usage (%): 1248.99
Max. virtual memory (cumulated for all children) (KiB): 2097712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 531.633
system time used= 120.192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491036
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= 123402
involuntary context switches= 7319

runsolver used 0.240015 second user time and 0.736046 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 23:44:54
IDJOB=1776255
IDBENCH=20472
IDSOLVER=634
FILE ID=xenhost3-49/1776255-1244929494
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.11.unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776255-1244929494/watcher-1776255-1244929494 -o /tmp/evaluation-result-1776255-1244929494/solver-1776255-1244929494 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776255-1244929494.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED= 334420917

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:      19062136 kB
Buffers:        472596 kB
Cached:       14114920 kB
SwapCached:          0 kB
Active:        4118564 kB
Inactive:     10476568 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             684 kB
Writeback:           0 kB
AnonPages:        6996 kB
Mapped:           3648 kB
Slab:           717256 kB
SReclaimable:   690524 kB
SUnreclaim:      26732 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29376 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:45:48