Trace number 1779825

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) 895.348 66.5973

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-08.cnf
MD5SUMfc002583fd176f7c17c597cf2b9ef469
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.35
Satisfiable
(Un)Satisfiability was proved
Number of variables8564
Number of clauses28927
Sum of the clauses size74571
Maximum clause length14
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213201
Number of clauses of size 314829
Number of clauses of size 4883
Number of clauses of size 50
Number of clauses of size over 513

Solver Data

0.00/0.03	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779825-1244956445.cnf 
0.00/0.03	c Using SATTIMEOUT of 10000
0.00/0.03	c Using SATRAM of 2047
0.00/0.03	c Size of subset node = 16
0.00/0.03	c Variables = 8564
0.00/0.03	c Clauses = 28927
0.00/0.03	c Literals = 74571
0.00/0.03	c Reduced size:
0.00/0.03	c Variables = 8564
0.00/0.03	c Clauses = 28667
0.00/0.03	c Literals = 73811
0.00/0.03	c a2
0.00/0.07	c a1
0.78/0.89	c Independent sub-problems = 1
0.78/0.89	c Sub-problem with 8541 variables and 28667 clauses
0.78/0.89	c using permutation method 4
0.78/0.89	c count = 1
0.78/0.89	c Ordering finished 0.880 seconds
0.78/0.89	c mapped 0.890 seconds
0.78/0.89	c permuted 0.890 seconds
0.78/0.89	c about to sort
0.88/0.90	c sorted
1.10/1.16	c clauses now 28667
1.10/1.16	c init finished 1.060 seconds
1.10/1.16	c tree built 1.160 seconds
1.10/1.16	c 
1.10/1.16	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.10/1.16	c ---------------------------------|----------------------------------|------------------------------------------------------
1.10/1.16	c ................................ | ..........                       |                        1.2           0.0             
1.10/1.16	c ................................ | ..........                     1 |                        1.2           0.9             
1.10/1.16	c ................................ | ..........                     2 |                        1.2           1.7             
1.10/1.17	c ................................ | ..........                     3 |                        1.2           2.6             
1.10/1.17	c ................................ | ..........                     4 |                        1.2           3.4             
1.10/1.17	c ................................ | ..........                     5 |                        1.2           4.3             
1.10/1.17	c ................................ | ..........                  1000 | 22                     1.2         826.4          603
217.74/17.52	c ................................ | ..........                446000 | 42476                200.1        2228.7     29029013
424.60/33.24	c ................................ | ..........                710000 | 69182                401.0        1770.6     53836995
628.55/48.44	c ................................ | ..........                906000 | 89985                600.1        1509.7     75470374
832.81/62.56	c ................................ | ..........               1138000 | 113722               802.4        1418.2     94797892

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-1779825-1244956445/watcher-1779825-1244956445 -o /tmp/evaluation-result-1779825-1244956445/solver-1779825-1244956445 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779825-1244956445.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: 15.74 14.66 14.57 2/184 25732
/proc/meminfo: memFree=19045472/36427776 swapFree=4976/8544
[pid=25732] ppid=25730 vsize=1540 CPUtime=0
/proc/25732/stat : 25732 (ttsth-5-0) R 25730 25732 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 654950892 1576960 232 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 385 232 75 177 0 207 0

[startup+0.014546 s]
/proc/loadavg: 15.74 14.66 14.57 2/184 25732
/proc/meminfo: memFree=19045472/36427776 swapFree=4976/8544
[pid=25732] ppid=25730 vsize=1804 CPUtime=0
/proc/25732/stat : 25732 (ttsth-5-0) R 25730 25732 15497 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 654950892 1847296 305 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 451 306 75 177 0 273 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.102542 s]
/proc/loadavg: 15.74 14.66 14.57 2/184 25732
/proc/meminfo: memFree=19045472/36427776 swapFree=4976/8544
[pid=25732] ppid=25730 vsize=6136 CPUtime=0.1
/proc/25732/stat : 25732 (ttsth-5-0) R 25730 25732 15497 0 -1 4202496 1441 0 0 0 10 0 0 0 20 0 1 0 654950892 6283264 1367 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 1534 1369 77 177 0 1356 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6136

[startup+0.302568 s]
/proc/loadavg: 15.74 14.66 14.57 2/184 25732
/proc/meminfo: memFree=19045472/36427776 swapFree=4976/8544
[pid=25732] ppid=25730 vsize=6268 CPUtime=0.28
/proc/25732/stat : 25732 (ttsth-5-0) R 25730 25732 15497 0 -1 4202496 1489 0 0 0 28 0 0 0 20 0 1 0 654950892 6418432 1415 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134555272 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 1567 1415 77 177 0 1389 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6268

[startup+0.702602 s]
/proc/loadavg: 15.74 14.66 14.57 2/184 25732
/proc/meminfo: memFree=19045472/36427776 swapFree=4976/8544
[pid=25732] ppid=25730 vsize=6604 CPUtime=0.68
/proc/25732/stat : 25732 (ttsth-5-0) R 25730 25732 15497 0 -1 4202496 1580 0 0 0 68 0 0 0 20 0 1 0 654950892 6762496 1506 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134555272 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 1651 1506 77 177 0 1473 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6604

[startup+1.50311 s]
/proc/loadavg: 14.56 14.44 14.49 2/185 25733
/proc/meminfo: memFree=18990868/36427776 swapFree=4948/63416
[pid=25732] ppid=25730 vsize=245316 CPUtime=5.5
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 28242 0 0 0 270 280 0 0 20 0 17 0 654950892 251203584 28168 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 61329 28168 95 177 0 61151 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 245316

[startup+3.10483 s]
/proc/loadavg: 14.56 14.44 14.49 17/201 25749
/proc/meminfo: memFree=18917568/36427776 swapFree=4676/137884
[pid=25732] ppid=25730 vsize=300456 CPUtime=27.26
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 41524 0 0 0 1505 1221 0 0 20 0 17 0 654950892 307666944 41450 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 75114 41450 95 177 0 74936 0
[pid=25732/tid=25734] ppid=25730 vsize=300456 CPUtime=1.04
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1195 0 0 0 98 6 0 0 20 0 17 0 654951009 307666944 41450 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562341 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=300456 CPUtime=0.98
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 422 0 0 0 54 44 0 0 20 0 17 0 654951009 307666944 41451 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=300456 CPUtime=1.86
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1515 0 0 0 96 90 0 0 20 0 17 0 654951009 307666944 41451 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=300456 CPUtime=1.86
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1159 0 0 0 98 88 0 0 20 0 17 0 654951009 307666944 41451 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=300456 CPUtime=1.86
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1128 0 0 0 96 90 0 0 20 0 17 0 654951009 307666944 41451 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1074 0 0 0 102 82 0 0 20 0 17 0 654951009 307666944 41451 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1175 0 0 0 94 90 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1330 0 0 0 104 80 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=300456 CPUtime=1.4
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 800 0 0 0 72 68 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1213 0 0 0 100 84 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 975 0 0 0 92 92 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=300456 CPUtime=1.82
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 799 0 0 0 86 96 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 822 0 0 0 90 94 0 0 20 0 17 0 654951009 307666944 41452 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=300456 CPUtime=1.84
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1003 0 0 0 94 90 0 0 20 0 17 0 654951009 307666944 41453 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=300456 CPUtime=1.38
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 866 0 0 0 76 62 0 0 20 0 17 0 654951013 307666944 41454 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=300456 CPUtime=0.88
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 498 0 0 0 42 46 0 0 20 0 17 0 654951013 307666944 41454 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 27.26
Current children cumulated vsize (KiB) 300456

[startup+6.30313 s]
/proc/loadavg: 14.56 14.44 14.49 17/201 25749
/proc/meminfo: memFree=18790724/36427776 swapFree=4692/263576
[pid=25732] ppid=25730 vsize=430904 CPUtime=70.74
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 72355 0 0 0 5038 2036 0 0 20 0 17 0 654950892 441245696 72281 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 107726 72282 95 177 0 107548 0
[pid=25732/tid=25734] ppid=25730 vsize=430904 CPUtime=3.64
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3138 0 0 0 354 10 0 0 20 0 17 0 654951009 441245696 72282 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=430904 CPUtime=2.6
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1122 0 0 0 196 64 0 0 20 0 17 0 654951009 441245696 72282 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=430904 CPUtime=4.94
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 4548 0 0 0 340 154 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=430904 CPUtime=4.96
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3464 0 0 0 348 148 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=430904 CPUtime=4.98
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2743 0 0 0 342 156 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=430904 CPUtime=4.96
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2863 0 0 0 356 140 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=430904 CPUtime=4.96
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3562 0 0 0 344 152 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=430904 CPUtime=4.9
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3934 0 0 0 354 136 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=430904 CPUtime=2.98
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1659 0 0 0 202 96 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=430904 CPUtime=4.92
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3450 0 0 0 348 144 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=430904 CPUtime=4.96
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2673 0 0 0 332 164 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=430904 CPUtime=4.84
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2663 0 0 0 318 166 0 0 20 0 17 0 654951009 441245696 72284 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=430904 CPUtime=3.94
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2029 0 0 0 258 136 0 0 20 0 17 0 654951009 441245696 72286 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=430904 CPUtime=4.94
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3402 0 0 0 340 154 0 0 20 0 17 0 654951009 441245696 72287 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=430904 CPUtime=4.46
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3997 0 0 0 324 122 0 0 20 0 17 0 654951013 441245696 72287 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134680285 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=430904 CPUtime=2.46
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 1560 0 0 0 170 76 0 0 20 0 17 0 654951013 441245696 72287 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 430904

[startup+12.7037 s]
/proc/loadavg: 14.78 14.49 14.51 16/201 25749
/proc/meminfo: memFree=18569268/36427776 swapFree=4692/484792
[pid=25732] ppid=25730 vsize=653956 CPUtime=156.37
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 124571 0 0 0 12797 2840 0 0 20 0 17 0 654950892 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 163489 124497 95 177 0 163311 0
[pid=25732/tid=25734] ppid=25730 vsize=653956 CPUtime=9.8
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) S 25730 25732 15497 0 -1 4202560 6053 0 0 0 960 20 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636436 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=653956 CPUtime=7.44
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 2533 0 0 0 652 92 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=653956 CPUtime=10.98
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 10894 0 0 0 876 222 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=653956 CPUtime=11.08
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 6476 0 0 0 902 206 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=653956 CPUtime=11.12
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 4938 0 0 0 912 200 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=653956 CPUtime=8.96
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 5348 0 0 0 724 172 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=653956 CPUtime=11.04
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) S 25730 25732 15497 0 -1 4202560 7033 0 0 0 894 210 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=653956 CPUtime=10.94
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) S 25730 25732 15497 0 -1 4202560 8320 0 0 0 888 206 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=653956 CPUtime=6.16
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 3808 0 0 0 490 126 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=653956 CPUtime=10.8
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 6339 0 0 0 882 198 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=653956 CPUtime=11
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) S 25730 25732 15497 0 -1 4202560 6499 0 0 0 864 236 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=653956 CPUtime=10.78
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 5487 0 0 0 840 238 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134549693 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=653956 CPUtime=9.22
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) D 25730 25732 15497 0 -1 4202560 5102 0 0 0 730 192 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=653956 CPUtime=9.56
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) S 25730 25732 15497 0 -1 4202560 6698 0 0 0 752 204 0 0 20 0 17 0 654951009 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=653956 CPUtime=10.5
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) D 25730 25732 15497 0 -1 4202560 9969 0 0 0 864 186 0 0 20 0 17 0 654951013 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=653956 CPUtime=5.64
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) D 25730 25732 15497 0 -1 4202560 3523 0 0 0 452 112 0 0 20 0 17 0 654951013 669650944 124497 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134758964 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.37
Current children cumulated vsize (KiB) 653956

[startup+25.504 s]
/proc/loadavg: 14.97 14.54 14.52 17/201 25749
/proc/meminfo: memFree=18192764/36427776 swapFree=4692/860352
[pid=25732] ppid=25730 vsize=1041716 CPUtime=322.75
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 215030 0 0 0 28792 3483 0 0 20 0 17 0 654950892 1066717184 214956 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 260429 214956 95 177 0 260251 0
[pid=25732/tid=25734] ppid=25730 vsize=1041716 CPUtime=21.74
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 10987 0 0 0 2142 32 0 0 20 0 17 0 654951009 1066717184 214956 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=1041716 CPUtime=19.52
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 6009 0 0 0 1824 128 0 0 20 0 17 0 654951009 1066717184 214956 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=1041716 CPUtime=18.32
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 18075 0 0 0 1574 258 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=1041716 CPUtime=20.18
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 11621 0 0 0 1768 250 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=1041716 CPUtime=21.44
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 8733 0 0 0 1910 234 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=1041716 CPUtime=20.74
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 10421 0 0 0 1864 210 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134683146 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=1041716 CPUtime=22.8
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 13701 0 0 0 2024 256 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=1041716 CPUtime=20.4
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) D 25730 25732 15497 0 -1 4202560 14772 0 0 0 1792 248 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134758787 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=1041716 CPUtime=16.2
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 11419 0 0 0 1446 174 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134590235 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=1041716 CPUtime=22.52
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 11392 0 0 0 2014 238 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=1041716 CPUtime=20.54
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 12623 0 0 0 1762 292 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=1041716 CPUtime=20.84
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 9189 0 0 0 1798 286 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=1041716 CPUtime=19.88
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 9295 0 0 0 1760 228 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=1041716 CPUtime=21.32
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 14317 0 0 0 1882 250 0 0 20 0 17 0 654951009 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=1041716 CPUtime=19.02
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 18315 0 0 0 1672 230 0 0 20 0 17 0 654951013 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=1041716 CPUtime=16.02
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 8611 0 0 0 1452 150 0 0 20 0 17 0 654951013 1066717184 214957 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 322.75
Current children cumulated vsize (KiB) 1041716

[startup+51.1037 s]
/proc/loadavg: 14.72 14.51 14.52 17/201 25749
/proc/meminfo: memFree=17565228/36427776 swapFree=4692/1486396
[pid=25732] ppid=25730 vsize=1718196 CPUtime=663.02
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 373216 0 0 0 62011 4291 0 0 20 0 17 0 654950892 1759432704 373142 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 429549 373143 95 177 0 429371 0
[pid=25732/tid=25734] ppid=25730 vsize=1718196 CPUtime=45.64
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 19276 0 0 0 4514 50 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=1718196 CPUtime=43.74
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 11686 0 0 0 4198 176 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=1718196 CPUtime=41.45
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 30840 0 0 0 3827 318 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=1718196 CPUtime=35.66
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 19522 0 0 0 3274 292 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=1718196 CPUtime=37.95
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 15502 0 0 0 3515 280 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=1718196 CPUtime=45.12
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 18153 0 0 0 4256 256 0 0 20 0 17 0 654951009 1759432704 373143 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=1718196 CPUtime=42.57
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 20628 0 0 0 3969 288 0 0 20 0 17 0 654951009 1759432704 373145 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=1718196 CPUtime=42.32
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 29367 0 0 0 3918 314 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=1718196 CPUtime=34.97
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 22512 0 0 0 3273 224 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=1718196 CPUtime=44.24
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 18123 0 0 0 4150 274 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=1718196 CPUtime=44.45
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 24164 0 0 0 4099 346 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=1718196 CPUtime=42.43
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 26065 0 0 0 3857 386 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=1718196 CPUtime=40.14
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 17249 0 0 0 3738 276 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=1718196 CPUtime=45.25
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 25321 0 0 0 4223 302 0 0 20 0 17 0 654951009 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=1718196 CPUtime=37.14
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 31874 0 0 0 3422 292 0 0 20 0 17 0 654951013 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=1718196 CPUtime=38.7
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 17387 0 0 0 3672 198 0 0 20 0 17 0 654951013 1759432704 373146 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134592044 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 663.02
Current children cumulated vsize (KiB) 1718196



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+66.4037 s]
/proc/loadavg: 14.94 14.57 14.54 17/201 25754
/proc/meminfo: memFree=17195376/36427776 swapFree=4692/1854748
[pid=25732] ppid=25730 vsize=2098132 CPUtime=895.01
/proc/25732/stat : 25732 (ttsth-5-0) S 25730 25732 15497 0 -1 4202496 461866 0 0 0 84705 4796 0 0 20 0 17 0 654950892 2148487168 461792 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 524533 461792 95 177 0 524355 0
[pid=25732/tid=25734] ppid=25730 vsize=2098132 CPUtime=60.69
/proc/25732/task/25734/stat : 25734 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 24679 0 0 0 6009 60 0 0 20 0 17 0 654951009 2148487168 461795 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25732/tid=25735] ppid=25730 vsize=2098132 CPUtime=58.83
/proc/25732/task/25735/stat : 25735 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 13580 0 0 0 5697 186 0 0 20 0 17 0 654951009 2148487168 461795 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25732/tid=25736] ppid=25730 vsize=2098132 CPUtime=56.42
/proc/25732/task/25736/stat : 25736 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 36872 0 0 0 5292 350 0 0 20 0 17 0 654951009 2148487168 461795 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25732/tid=25737] ppid=25730 vsize=2098132 CPUtime=50.62
/proc/25732/task/25737/stat : 25737 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 24039 0 0 0 4736 326 0 0 20 0 17 0 654951009 2148487168 461796 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25732/tid=25738] ppid=25730 vsize=2098132 CPUtime=52.94
/proc/25732/task/25738/stat : 25738 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 23465 0 0 0 4972 322 0 0 20 0 17 0 654951009 2148487168 461796 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25732/tid=25739] ppid=25730 vsize=2098132 CPUtime=60.04
/proc/25732/task/25739/stat : 25739 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 21970 0 0 0 5724 280 0 0 20 0 17 0 654951009 2148487168 461797 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25732/tid=25740] ppid=25730 vsize=2098132 CPUtime=55.79
/proc/25732/task/25740/stat : 25740 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 24018 0 0 0 5269 310 0 0 20 0 17 0 654951009 2148487168 461797 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25732/tid=25741] ppid=25730 vsize=2098132 CPUtime=55.36
/proc/25732/task/25741/stat : 25741 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 35561 0 0 0 5190 346 0 0 20 0 17 0 654951009 2148487168 461797 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=25732/tid=25742] ppid=25730 vsize=2098132 CPUtime=49.99
/proc/25732/task/25742/stat : 25742 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 29087 0 0 0 4741 258 0 0 20 0 17 0 654951009 2148487168 461798 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25732/tid=25743] ppid=25730 vsize=2098132 CPUtime=59.34
/proc/25732/task/25743/stat : 25743 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 21360 0 0 0 5630 304 0 0 20 0 17 0 654951009 2148487168 461798 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25732/tid=25744] ppid=25730 vsize=2098132 CPUtime=59.46
/proc/25732/task/25744/stat : 25744 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 30211 0 0 0 5572 374 0 0 20 0 17 0 654951009 2148487168 461799 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25732/tid=25745] ppid=25730 vsize=2098132 CPUtime=55.3
/proc/25732/task/25745/stat : 25745 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 40444 0 0 0 5064 466 0 0 20 0 17 0 654951009 2148487168 461799 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25732/tid=25746] ppid=25730 vsize=2098132 CPUtime=53.2
/proc/25732/task/25746/stat : 25746 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 22151 0 0 0 5018 302 0 0 20 0 17 0 654951009 2148487168 461799 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=2098132 CPUtime=60.28
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 30833 0 0 0 5682 346 0 0 20 0 17 0 654951009 2148487168 461799 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25732/tid=25748] ppid=25730 vsize=2098132 CPUtime=52.13
/proc/25732/task/25748/stat : 25748 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 36336 0 0 0 4895 318 0 0 20 0 17 0 654951013 2148487168 461799 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25732/tid=25749] ppid=25730 vsize=2098132 CPUtime=53.36
/proc/25732/task/25749/stat : 25749 (ttsth-5-0) R 25730 25732 15497 0 -1 4202560 21714 0 0 0 5106 230 0 0 20 0 17 0 654951013 2148487168 461800 18446744073709551615 134512640 135237372 4286699248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 895.01
Current children cumulated vsize (KiB) 2098132

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

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

[startup+66.5243 s]
/proc/loadavg: 14.94 14.57 14.54 17/201 25754
/proc/meminfo: memFree=17195376/36427776 swapFree=4692/1854748
[pid=25732] ppid=25730 vsize=0 CPUtime=895.26
/proc/25732/stat : 25732 (ttsth-5-0) Z 25730 25732 15497 0 -1 4203532 461945 0 0 0 84717 4809 0 0 20 0 2 0 654950892 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25732/statm: 0 0 0 0 0 0 0
[pid=25732/tid=25747] ppid=25730 vsize=0 CPUtime=60.39
/proc/25732/task/25747/stat : 25747 (ttsth-5-0) R 25730 25732 15497 0 -1 4203588 30841 0 0 0 5683 356 0 0 20 0 2 0 654951009 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 895.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 66.5973
CPU time (s): 895.348
CPU user time (s): 847.181
CPU system time (s): 48.167
CPU usage (%): 1344.42
Max. virtual memory (cumulated for all children) (KiB): 2098132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 847.181
system time used= 48.167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461945
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= 68445
involuntary context switches= 4796

runsolver used 0.292018 second user time and 0.952059 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 07:14:05
IDJOB=1779825
IDBENCH=70901
IDSOLVER=634
FILE ID=xenhost3-49/1779825-1244956445
PBS_JOBID=
Free space on /tmp= 7023 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-08.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779825-1244956445/watcher-1779825-1244956445 -o /tmp/evaluation-result-1779825-1244956445/solver-1779825-1244956445 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779825-1244956445.cnf

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

MD5SUM BENCH= fc002583fd176f7c17c597cf2b9ef469
RANDOM SEED= 1699175574

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:      19045472 kB
Buffers:        484452 kB
Cached:       14116960 kB
SwapCached:          0 kB
Active:        4130992 kB
Inactive:     10478984 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             688 kB
Writeback:           0 kB
AnonPages:        8544 kB
Mapped:           4312 kB
Slab:           721692 kB
SReclaimable:   694904 kB
SUnreclaim:      26788 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7023 MiB
End job on xenhost3-49 at 2009-06-14 07:15:14