Trace number 1776930

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) 704.28 47.2952

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.81
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.02/0.07	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776930-1244942929.cnf 
0.02/0.07	c Using SATTIMEOUT of 10000
0.02/0.07	c Using SATRAM of 2047
0.02/0.07	c Size of subset node = 16
0.02/0.07	c Variables = 7807
0.02/0.07	c Clauses = 24351
0.02/0.07	c Literals = 58557
0.02/0.07	c Reduced size:
0.02/0.07	c Variables = 7807
0.02/0.07	c Clauses = 22375
0.02/0.07	c Literals = 53147
0.02/0.07	c a2
0.10/0.10	c a1
0.58/0.61	c Independent sub-problems = 1
0.58/0.61	c Sub-problem with 7447 variables and 22375 clauses
0.58/0.61	c using permutation method 4
0.58/0.61	c count = 1
0.58/0.61	c Ordering finished 0.600 seconds
0.58/0.61	c mapped 0.600 seconds
0.58/0.61	c permuted 0.600 seconds
0.58/0.61	c about to sort
0.58/0.61	c sorted
0.78/0.84	c clauses now 22375
0.78/0.84	c init finished 0.750 seconds
0.78/0.84	c tree built 0.830 seconds
0.78/0.84	c 
0.78/0.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.78/0.84	c ---------------------------------|----------------------------------|------------------------------------------------------
0.78/0.84	c ................................ | ..........                       |                        0.8           0.0             
0.78/0.84	c ................................ | ..........                     1 |                        0.8           1.2            7
0.78/0.84	c ................................ | ..........                     2 |                        0.8           2.4            9
0.78/0.84	c ................................ | ..........                     3 |                        0.8           3.6            9
0.78/0.84	c ****............................ | ..........                     4 | 1                      0.8           4.8            9
0.78/0.84	c ****............................ | ..........                     5 | 1                      0.8           6.0            9
0.78/0.84	c ****............................ | ..........                     6 | 1                      0.8           7.2            9
0.78/0.85	c ****............................ | ..........                  1000 | 2                      0.9        1149.4          124
255.17/18.37	c ****............................ | ..........                748000 | 39506                200.2        3735.3     29521805
486.18/33.39	c ****............................ | ..........                982000 | 52649                400.1        2454.3     56520543

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-1776930-1244942929/watcher-1776930-1244942929 -o /tmp/evaluation-result-1776930-1244942929/solver-1776930-1244942929 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776930-1244942929.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.60 14.98 11.09 2/184 20952
/proc/meminfo: memFree=19054112/36427776 swapFree=4348/8336
[pid=20952] ppid=20950 vsize=1540 CPUtime=0
/proc/20952/stat : 20952 (ttsth-5-0) R 20950 20952 15497 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 653599294 1576960 240 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 385 241 75 177 0 207 0

[startup+0.037741 s]
/proc/loadavg: 14.60 14.98 11.09 2/184 20952
/proc/meminfo: memFree=19054112/36427776 swapFree=4348/8336
[pid=20952] ppid=20950 vsize=2784 CPUtime=0.02
/proc/20952/stat : 20952 (ttsth-5-0) R 20950 20952 15497 0 -1 4202496 559 0 0 0 2 0 0 0 20 0 1 0 653599294 2850816 515 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134534353 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 696 515 75 177 0 518 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2784

[startup+0.101767 s]
/proc/loadavg: 14.60 14.98 11.09 2/184 20952
/proc/meminfo: memFree=19054112/36427776 swapFree=4348/8336
[pid=20952] ppid=20950 vsize=4104 CPUtime=0.1
/proc/20952/stat : 20952 (ttsth-5-0) R 20950 20952 15497 0 -1 4202496 914 0 0 0 10 0 0 0 20 0 1 0 653599294 4202496 869 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134749351 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 1026 869 76 177 0 848 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4104

[startup+0.301763 s]
/proc/loadavg: 14.60 14.98 11.09 2/184 20952
/proc/meminfo: memFree=19054112/36427776 swapFree=4348/8336
[pid=20952] ppid=20950 vsize=5484 CPUtime=0.28
/proc/20952/stat : 20952 (ttsth-5-0) R 20950 20952 15497 0 -1 4202496 1238 0 0 0 28 0 0 0 20 0 1 0 653599294 5615616 1193 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134555272 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 1371 1193 77 177 0 1193 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5484

[startup+0.701842 s]
/proc/loadavg: 14.60 14.98 11.09 2/184 20952
/proc/meminfo: memFree=19054112/36427776 swapFree=4348/8336
[pid=20952] ppid=20950 vsize=47368 CPUtime=0.68
/proc/20952/stat : 20952 (ttsth-5-0) R 20950 20952 15497 0 -1 4202496 11723 0 0 0 64 4 0 0 20 0 1 0 653599294 48504832 11678 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 11842 11686 87 177 0 11664 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47368

[startup+1.50733 s]
/proc/loadavg: 14.60 14.98 11.09 17/201 20969
/proc/meminfo: memFree=18963268/36427776 swapFree=4692/98888
[pid=20952] ppid=20950 vsize=227948 CPUtime=10.53
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 25725 0 0 0 259 794 0 0 20 0 17 0 653599294 233418752 25656 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 56987 25657 95 177 0 56809 0
[pid=20952/tid=20954] ppid=20950 vsize=227948 CPUtime=0.66
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 443 0 0 0 64 2 0 0 20 0 17 0 653599378 233418752 25658 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134681775 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 203 0 0 0 12 52 0 0 20 0 17 0 653599378 233418752 25658 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 273 0 0 0 10 54 0 0 20 0 17 0 653599378 233418752 25658 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 144 0 0 0 8 56 0 0 20 0 17 0 653599378 233418752 25658 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 146 0 0 0 8 56 0 0 20 0 17 0 653599378 233418752 25658 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=227948 CPUtime=0.32
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 205 0 0 0 4 28 0 0 20 0 17 0 653599378 233418752 25659 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 304 0 0 0 12 52 0 0 20 0 17 0 653599378 233418752 25659 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 245 0 0 0 8 56 0 0 20 0 17 0 653599378 233418752 25660 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 147 0 0 0 8 56 0 0 20 0 17 0 653599378 233418752 25660 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 218 0 0 0 8 56 0 0 20 0 17 0 653599379 233418752 25660 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 246 0 0 0 8 56 0 0 20 0 17 0 653599379 233418752 25661 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 144 0 0 0 8 56 0 0 20 0 17 0 653599379 233418752 25661 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=227948 CPUtime=0.62
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 145 0 0 0 6 56 0 0 20 0 17 0 653599379 233418752 25661 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 439 0 0 0 10 54 0 0 20 0 17 0 653599379 233418752 25661 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=227948 CPUtime=0.64
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 209 0 0 0 6 58 0 0 20 0 17 0 653599379 233418752 25662 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=227948 CPUtime=0.36
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 186 0 0 0 0 36 0 0 20 0 17 0 653599379 233418752 25662 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 227948

[startup+3.10454 s]
/proc/loadavg: 14.60 14.98 11.09 17/201 20969
/proc/meminfo: memFree=18940084/36427776 swapFree=4692/125064
[pid=20952] ppid=20950 vsize=270880 CPUtime=33.85
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 36305 0 0 0 1111 2274 0 0 20 0 17 0 653599294 277381120 36236 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 67720 36237 95 177 0 67542 0
[pid=20952/tid=20954] ppid=20950 vsize=270880 CPUtime=2.24
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1655 0 0 0 220 4 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 856 0 0 0 60 158 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=270880 CPUtime=2.2
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 998 0 0 0 52 168 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 443 0 0 0 58 160 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 339 0 0 0 60 158 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=270880 CPUtime=1.12
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 550 0 0 0 34 78 0 0 20 0 17 0 653599378 277381120 36237 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=270880 CPUtime=2.2
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) S 20950 20952 15497 0 -1 4202560 1080 0 0 0 68 152 0 0 20 0 17 0 653599378 277381120 36238 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=270880 CPUtime=2.2
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 512 0 0 0 62 158 0 0 20 0 17 0 653599378 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1111 0 0 0 50 168 0 0 20 0 17 0 653599378 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=270880 CPUtime=2.2
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1391 0 0 0 64 156 0 0 20 0 17 0 653599379 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=270880 CPUtime=2.2
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 977 0 0 0 58 162 0 0 20 0 17 0 653599379 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) S 20950 20952 15497 0 -1 4202560 694 0 0 0 52 166 0 0 20 0 17 0 653599379 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=270880 CPUtime=2.14
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1084 0 0 0 60 154 0 0 20 0 17 0 653599379 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1735 0 0 0 64 154 0 0 20 0 17 0 653599379 277381120 36239 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=270880 CPUtime=2.18
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 410 0 0 0 42 176 0 0 20 0 17 0 653599379 277381120 36240 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=270880 CPUtime=1.14
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 439 0 0 0 28 86 0 0 20 0 17 0 653599379 277381120 36240 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 270880

[startup+6.30627 s]
/proc/loadavg: 14.71 15.00 11.12 17/201 20969
/proc/meminfo: memFree=18835392/36427776 swapFree=4692/230916
[pid=20952] ppid=20950 vsize=387948 CPUtime=80.52
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 63540 0 0 0 3481 4571 0 0 20 0 17 0 653599294 397258752 63471 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 96987 63472 95 177 0 96809 0
[pid=20952/tid=20954] ppid=20950 vsize=387948 CPUtime=5.4
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 6272 0 0 0 532 8 0 0 20 0 17 0 653599378 397258752 63473 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=387948 CPUtime=5.04
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2475 0 0 0 184 320 0 0 20 0 17 0 653599378 397258752 63474 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2239 0 0 0 200 330 0 0 20 0 17 0 653599378 397258752 63474 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1938 0 0 0 210 320 0 0 20 0 17 0 653599378 397258752 63475 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=387948 CPUtime=4.28
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 621 0 0 0 152 276 0 0 20 0 17 0 653599378 397258752 63475 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=387948 CPUtime=2.94
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1268 0 0 0 126 168 0 0 20 0 17 0 653599378 397258752 63475 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=387948 CPUtime=5.32
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2534 0 0 0 220 312 0 0 20 0 17 0 653599378 397258752 63475 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1887 0 0 0 210 320 0 0 20 0 17 0 653599378 397258752 63476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 3353 0 0 0 196 334 0 0 20 0 17 0 653599378 397258752 63478 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 3354 0 0 0 222 308 0 0 20 0 17 0 653599379 397258752 63479 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=387948 CPUtime=5.28
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 1401 0 0 0 194 334 0 0 20 0 17 0 653599379 397258752 63479 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=387948 CPUtime=5.28
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2519 0 0 0 192 336 0 0 20 0 17 0 653599379 397258752 63479 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=387948 CPUtime=5.2
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2988 0 0 0 206 314 0 0 20 0 17 0 653599379 397258752 63480 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134545992 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=387948 CPUtime=5.3
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 4027 0 0 0 218 312 0 0 20 0 17 0 653599379 397258752 63481 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=387948 CPUtime=5.28
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2627 0 0 0 192 336 0 0 20 0 17 0 653599379 397258752 63482 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=387948 CPUtime=3.76
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) S 20950 20952 15497 0 -1 4202560 2013 0 0 0 152 224 0 0 20 0 17 0 653599379 397258752 63482 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 80.52
Current children cumulated vsize (KiB) 387948

[startup+12.703 s]
/proc/loadavg: 14.81 15.02 11.14 17/201 20969
/proc/meminfo: memFree=18594144/36427776 swapFree=4692/469756
[pid=20952] ppid=20950 vsize=637168 CPUtime=174.06
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 122544 0 0 0 9244 8162 0 0 20 0 17 0 653599294 652460032 122475 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 159292 122475 95 177 0 159114 0
[pid=20952/tid=20954] ppid=20950 vsize=637168 CPUtime=11.76
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 13561 0 0 0 1154 22 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=637168 CPUtime=8.24
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 3996 0 0 0 380 444 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=637168 CPUtime=11.5
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 5557 0 0 0 542 608 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=637168 CPUtime=11.52
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 4614 0 0 0 572 580 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=637168 CPUtime=7.48
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 2418 0 0 0 334 414 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=637168 CPUtime=9.1
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 4638 0 0 0 460 450 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=637168 CPUtime=11.48
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 5872 0 0 0 558 590 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=637168 CPUtime=11.52
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 4580 0 0 0 558 594 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=637168 CPUtime=11.56
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 7602 0 0 0 580 576 0 0 20 0 17 0 653599378 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=637168 CPUtime=11.56
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 7475 0 0 0 618 538 0 0 20 0 17 0 653599379 652460032 122476 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=637168 CPUtime=11.54
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 5223 0 0 0 594 560 0 0 20 0 17 0 653599379 652460032 122477 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=637168 CPUtime=11.48
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 6784 0 0 0 540 608 0 0 20 0 17 0 653599379 652460032 122477 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=637168 CPUtime=11.34
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 6975 0 0 0 570 564 0 0 20 0 17 0 653599379 652460032 122477 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=637168 CPUtime=11.52
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 8598 0 0 0 608 544 0 0 20 0 17 0 653599379 652460032 122478 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=637168 CPUtime=11.5
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 7050 0 0 0 582 568 0 0 20 0 17 0 653599379 652460032 122478 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=637168 CPUtime=9.98
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 5571 0 0 0 514 484 0 0 20 0 17 0 653599379 652460032 122478 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 174.06
Current children cumulated vsize (KiB) 637168

[startup+25.503 s]
/proc/loadavg: 15.08 15.06 11.22 17/201 20969
/proc/meminfo: memFree=18059004/36427776 swapFree=4692/1006188
[pid=20952] ppid=20950 vsize=1194596 CPUtime=363.5
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 252832 0 0 0 23780 12570 0 0 20 0 17 0 653599294 1223266304 252763 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 298649 252763 95 177 0 298471 0
[pid=20952/tid=20954] ppid=20950 vsize=1194596 CPUtime=24.34
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 26282 0 0 0 2392 42 0 0 20 0 17 0 653599378 1223266304 252764 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=1194596 CPUtime=16.4
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 8613 0 0 0 1030 610 0 0 20 0 17 0 653599378 1223266304 252764 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=1194596 CPUtime=23.84
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 14344 0 0 0 1460 924 0 0 20 0 17 0 653599378 1223266304 252765 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=1194596 CPUtime=23.88
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 11113 0 0 0 1458 930 0 0 20 0 17 0 653599378 1223266304 252765 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=1194596 CPUtime=16.74
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 8470 0 0 0 1068 606 0 0 20 0 17 0 653599378 1223266304 252765 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134552720 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=1194596 CPUtime=21.42
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 14002 0 0 0 1332 810 0 0 20 0 17 0 653599378 1223266304 252765 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=1194596 CPUtime=23.82
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) S 20950 20952 15497 0 -1 4202560 12956 0 0 0 1444 938 0 0 20 0 17 0 653599378 1223266304 252765 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=1194596 CPUtime=22.5
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 11194 0 0 0 1374 876 0 0 20 0 17 0 653599378 1223266304 252767 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=1194596 CPUtime=23.98
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 16395 0 0 0 1518 880 0 0 20 0 17 0 653599378 1223266304 252767 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=1194596 CPUtime=24.02
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 15159 0 0 0 1590 812 0 0 20 0 17 0 653599379 1223266304 252767 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=1194596 CPUtime=23.94
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 13491 0 0 0 1528 866 0 0 20 0 17 0 653599379 1223266304 252768 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=1194596 CPUtime=23.86
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 17670 0 0 0 1456 930 0 0 20 0 17 0 653599379 1223266304 252769 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=1194596 CPUtime=23.52
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 14007 0 0 0 1516 836 0 0 20 0 17 0 653599379 1223266304 252770 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=1194596 CPUtime=23.96
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 17388 0 0 0 1568 828 0 0 20 0 17 0 653599379 1223266304 252770 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=1194596 CPUtime=23.9
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 15588 0 0 0 1518 872 0 0 20 0 17 0 653599379 1223266304 252770 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=1194596 CPUtime=22.38
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 14133 0 0 0 1446 792 0 0 20 0 17 0 653599379 1223266304 252770 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 363.5
Current children cumulated vsize (KiB) 1194596



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+47.1061 s]
/proc/loadavg: 15.34 15.12 11.32 18/201 20969
/proc/meminfo: memFree=17198692/36427776 swapFree=4692/1864160
[pid=20952] ppid=20950 vsize=2097624 CPUtime=703.98
/proc/20952/stat : 20952 (ttsth-5-0) S 20950 20952 15497 0 -1 4202496 463897 0 0 0 50323 20075 0 0 20 0 17 0 653599294 2147966976 463828 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 524406 463828 95 177 0 524228 0
[pid=20952/tid=20954] ppid=20950 vsize=2097624 CPUtime=45.92
/proc/20952/task/20954/stat : 20954 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 40932 0 0 0 4528 64 0 0 20 0 17 0 653599378 2147966976 463830 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=2097624 CPUtime=37.7
/proc/20952/task/20955/stat : 20955 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 22908 0 0 0 2622 1148 0 0 20 0 17 0 653599378 2147966976 463831 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=2097624 CPUtime=45.21
/proc/20952/task/20956/stat : 20956 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 26218 0 0 0 3203 1318 0 0 20 0 17 0 653599378 2147966976 463831 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=2097624 CPUtime=45.1
/proc/20952/task/20957/stat : 20957 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 24780 0 0 0 3084 1426 0 0 20 0 17 0 653599378 2147966976 463831 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=2097624 CPUtime=38.02
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 20570 0 0 0 2710 1092 0 0 20 0 17 0 653599378 2147966976 463831 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=2097624 CPUtime=42.78
/proc/20952/task/20959/stat : 20959 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 28485 0 0 0 3044 1234 0 0 20 0 17 0 653599378 2147966976 463831 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=2097624 CPUtime=45
/proc/20952/task/20960/stat : 20960 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 28041 0 0 0 2996 1504 0 0 20 0 17 0 653599378 2147966976 463832 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=2097624 CPUtime=43.92
/proc/20952/task/20961/stat : 20961 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 19062 0 0 0 3166 1226 0 0 20 0 17 0 653599378 2147966976 463832 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=2097624 CPUtime=45.22
/proc/20952/task/20962/stat : 20962 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 31148 0 0 0 3114 1408 0 0 20 0 17 0 653599378 2147966976 463833 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=2097624 CPUtime=45.37
/proc/20952/task/20963/stat : 20963 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 28882 0 0 0 3227 1310 0 0 20 0 17 0 653599379 2147966976 463833 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=2097624 CPUtime=45.22
/proc/20952/task/20964/stat : 20964 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 27916 0 0 0 3142 1380 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=2097624 CPUtime=45.14
/proc/20952/task/20965/stat : 20965 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 32339 0 0 0 2998 1516 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=2097624 CPUtime=44.44
/proc/20952/task/20966/stat : 20966 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 27209 0 0 0 3074 1370 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=2097624 CPUtime=45.12
/proc/20952/task/20967/stat : 20967 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 30787 0 0 0 3138 1374 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=2097624 CPUtime=45.1
/proc/20952/task/20968/stat : 20968 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 27982 0 0 0 3100 1410 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=2097624 CPUtime=43.72
/proc/20952/task/20969/stat : 20969 (ttsth-5-0) R 20950 20952 15497 0 -1 4202560 24610 0 0 0 3096 1276 0 0 20 0 17 0 653599379 2147966976 463834 18446744073709551615 134512640 135237372 4290921216 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 703.98
Current children cumulated vsize (KiB) 2097624

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

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

[startup+47.2256 s]
/proc/loadavg: 15.34 15.12 11.32 2/187 20970
/proc/meminfo: memFree=18030952/36427776 swapFree=4692/1029584
[pid=20952] ppid=20950 vsize=0 CPUtime=704.22
/proc/20952/stat : 20952 (ttsth-5-0) Z 20950 20952 15497 0 -1 4203532 463981 0 0 0 50332 20090 0 0 20 0 2 0 653599294 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=0 CPUtime=38.14
/proc/20952/task/20958/stat : 20958 (ttsth-5-0) R 20950 20952 15497 0 -1 4203588 20576 0 0 0 2710 1104 0 0 20 0 2 0 653599378 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 704.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 47.2952
CPU time (s): 704.28
CPU user time (s): 503.335
CPU system time (s): 200.945
CPU usage (%): 1489.12
Max. virtual memory (cumulated for all children) (KiB): 2097624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 503.335
system time used= 200.945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463981
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= 105378
involuntary context switches= 2584

runsolver used 0.220013 second user time and 0.736046 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 03:28:49
IDJOB=1776930
IDBENCH=69621
IDSOLVER=634
FILE ID=xenhost3-49/1776930-1244942929
PBS_JOBID=
Free space on /tmp= 7025 MiB

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

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED= 1175212823

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:      19054112 kB
Buffers:        478180 kB
Cached:       14115748 kB
SwapCached:          0 kB
Active:        4124228 kB
Inactive:     10478056 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             688 kB
Writeback:           0 kB
AnonPages:        8336 kB
Mapped:           3684 kB
Slab:           718980 kB
SReclaimable:   692204 kB
SUnreclaim:      26776 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= 7025 MiB
End job on xenhost3-49 at 2009-06-14 03:29:38