Trace number 1779630

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) 1108.87 76.8004

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-17.cnf
MD5SUM7c312337e643719c8d3ae6a851030951
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.44
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of clauses108759
Sum of the clauses size274969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 251306
Number of clauses of size 357452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.18/0.22	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779630-1244954845.cnf 
0.18/0.22	c Using SATTIMEOUT of 10000
0.18/0.22	c Using SATRAM of 2047
0.18/0.22	c Size of subset node = 16
0.18/0.22	c Variables = 33894
0.18/0.22	c Clauses = 108759
0.18/0.22	c Literals = 274969
0.18/0.22	c Reduced size:
0.18/0.22	c Variables = 33894
0.18/0.22	c Clauses = 106474
0.18/0.22	c Literals = 269472
0.18/0.22	c a2
0.28/0.35	c a1
4.08/4.16	c Independent sub-problems = 1
4.08/4.16	c Sub-problem with 32980 variables and 106474 clauses
4.08/4.16	c using permutation method 4
4.08/4.16	c count = 1
4.08/4.16	c Ordering finished 4.120 seconds
4.08/4.16	c mapped 4.150 seconds
4.08/4.16	c permuted 4.150 seconds
4.08/4.16	c about to sort
4.08/4.18	c sorted
5.18/5.22	c clauses now 106474
5.18/5.22	c init finished 4.810 seconds
5.18/5.22	c tree built 5.210 seconds
5.18/5.22	c 
5.18/5.22	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
5.18/5.22	c ---------------------------------|----------------------------------|------------------------------------------------------
5.18/5.22	c ................................ | ..........                       |                        5.2           0.0             
5.18/5.22	c ................................ | ..........                     1 |                        5.2           0.2             
5.18/5.22	c ................................ | ..........                     2 |                        5.2           0.4            1
5.18/5.22	c ................................ | ..........                     3 |                        5.2           0.6            1
5.18/5.22	c ................................ | ..........                     4 |                        5.2           0.8            1
5.18/5.22	c ................................ | ..........                     5 |                        5.2           1.0            1
5.18/5.24	c ................................ | ..........                  1000 | 21                     5.3         188.0          552
261.55/21.69	c ................................ | ..........               1214000 | 51789                200.0        6069.4     20933887
505.01/37.14	c ................................ | ..........               2256000 | 90078                400.0        5640.0     38777115
745.31/52.47	c ................................ | ..........               3405000 | 130619               600.2        5672.8     54227390
976.40/67.41	c ................................ | ..........               4197000 | 180833               800.3        5244.3     73165724

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-1779630-1244954845/watcher-1779630-1244954845 -o /tmp/evaluation-result-1779630-1244954845/solver-1779630-1244954845 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779630-1244954845.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: 10.80 14.30 14.44 2/189 24782
/proc/meminfo: memFree=19040328/36427776 swapFree=4572/7940
[pid=24782] ppid=24780 vsize=1540 CPUtime=0
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 654790908 1576960 240 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 385 240 75 177 0 207 0

[startup+0.073242 s]
/proc/loadavg: 10.80 14.30 14.44 2/189 24782
/proc/meminfo: memFree=19040328/36427776 swapFree=4572/7940
[pid=24782] ppid=24780 vsize=5600 CPUtime=0.06
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 1291 0 0 0 6 0 0 0 20 0 1 0 654790908 5734400 1248 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 1400 1249 75 177 0 1222 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5600

[startup+0.101243 s]
/proc/loadavg: 10.80 14.30 14.44 2/189 24782
/proc/meminfo: memFree=19040328/36427776 swapFree=4572/7940
[pid=24782] ppid=24780 vsize=8856 CPUtime=0.1
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 1848 0 0 0 10 0 0 0 20 0 1 0 654790908 9068544 1805 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134533736 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 2214 1817 75 177 0 2036 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8856

[startup+0.301283 s]
/proc/loadavg: 10.80 14.30 14.44 2/189 24782
/proc/meminfo: memFree=19040328/36427776 swapFree=4572/7940
[pid=24782] ppid=24780 vsize=16248 CPUtime=0.28
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 3849 0 0 0 26 2 0 0 20 0 1 0 654790908 16637952 3805 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134680311 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 4062 3805 76 177 0 3884 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16248

[startup+0.701332 s]
/proc/loadavg: 10.80 14.30 14.44 2/189 24782
/proc/meminfo: memFree=19040328/36427776 swapFree=4572/7940
[pid=24782] ppid=24780 vsize=20600 CPUtime=0.68
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 5313 0 0 0 66 2 0 0 20 0 1 0 654790908 21094400 4890 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134555272 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 5150 4890 77 177 0 4972 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20600

[startup+1.50135 s]
/proc/loadavg: 10.80 14.30 14.44 2/190 24783
/proc/meminfo: memFree=19021056/36427776 swapFree=4728/28056
[pid=24782] ppid=24780 vsize=20812 CPUtime=1.48
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 5394 0 0 0 144 4 0 0 20 0 1 0 654790908 21311488 4971 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 5203 4971 77 177 0 5025 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20812

[startup+3.10151 s]
/proc/loadavg: 10.80 14.30 14.44 2/190 24783
/proc/meminfo: memFree=19019948/36427776 swapFree=4764/29784
[pid=24782] ppid=24780 vsize=21712 CPUtime=3.08
/proc/24782/stat : 24782 (ttsth-5-0) R 24780 24782 15497 0 -1 4202496 5583 0 0 0 304 4 0 0 20 0 1 0 654790908 22233088 5160 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 5428 5160 77 177 0 5250 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21712

[startup+6.30679 s]
/proc/loadavg: 10.01 14.08 14.37 16/206 24799
/proc/meminfo: memFree=18649808/36427776 swapFree=4808/399452
[pid=24782] ppid=24780 vsize=542448 CPUtime=21.98
/proc/24782/stat : 24782 (ttsth-5-0) S 24780 24782 15497 0 -1 4202496 103653 0 0 0 896 1302 0 0 20 0 17 0 654790908 555466752 103022 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 135612 103023 95 177 0 135434 0
[pid=24782/tid=24784] ppid=24780 vsize=542448 CPUtime=1.06
/proc/24782/task/24784/stat : 24784 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2039 0 0 0 98 8 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24785/stat : 24785 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 259 0 0 0 12 92 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24786/stat : 24786 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 246 0 0 0 24 80 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24787/stat : 24787 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 252 0 0 0 26 78 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24788/stat : 24788 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 289 0 0 0 22 82 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24789/stat : 24789 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 230 0 0 0 18 86 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24790/stat : 24790 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 213 0 0 0 20 84 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24791/stat : 24791 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 180 0 0 0 20 84 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24792/stat : 24792 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 208 0 0 0 16 88 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24793/stat : 24793 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 263 0 0 0 20 84 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24794/stat : 24794 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 311 0 0 0 20 84 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24795/stat : 24795 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 313 0 0 0 22 82 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24796/stat : 24796 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 221 0 0 0 22 82 0 0 20 0 17 0 654791430 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=542448 CPUtime=1.02
/proc/24782/task/24797/stat : 24797 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 276 0 0 0 20 82 0 0 20 0 17 0 654791431 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=542448 CPUtime=1.04
/proc/24782/task/24798/stat : 24798 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 337 0 0 0 26 78 0 0 20 0 17 0 654791431 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=542448 CPUtime=1.02
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 314 0 0 0 22 80 0 0 20 0 17 0 654791431 555466752 103023 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.98
Current children cumulated vsize (KiB) 542448

[startup+12.7053 s]
/proc/loadavg: 10.49 14.11 14.38 16/206 24799
/proc/meminfo: memFree=18496900/36427776 swapFree=4836/555724
[pid=24782] ppid=24780 vsize=702696 CPUtime=122.17
/proc/24782/stat : 24782 (ttsth-5-0) S 24780 24782 15497 0 -1 4202496 142351 0 0 0 5831 6386 0 0 20 0 17 0 654790908 719560704 141720 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 175674 141720 95 177 0 175496 0
[pid=24782/tid=24784] ppid=24780 vsize=702696 CPUtime=7.46
/proc/24782/task/24784/stat : 24784 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 8546 0 0 0 728 18 0 0 20 0 17 0 654791430 719560704 141720 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=702696 CPUtime=7.28
/proc/24782/task/24785/stat : 24785 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 1968 0 0 0 298 430 0 0 20 0 17 0 654791430 719560704 141720 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=702696 CPUtime=7.3
/proc/24782/task/24786/stat : 24786 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2378 0 0 0 306 424 0 0 20 0 17 0 654791430 719560704 141720 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24787/stat : 24787 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2401 0 0 0 316 416 0 0 20 0 17 0 654791430 719560704 141720 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=702696 CPUtime=7.3
/proc/24782/task/24788/stat : 24788 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2554 0 0 0 322 408 0 0 20 0 17 0 654791430 719560704 141721 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134549888 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=702696 CPUtime=7.28
/proc/24782/task/24789/stat : 24789 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2907 0 0 0 256 472 0 0 20 0 17 0 654791430 719560704 141722 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24790/stat : 24790 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2975 0 0 0 278 454 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=702696 CPUtime=7.3
/proc/24782/task/24791/stat : 24791 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2146 0 0 0 304 426 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=702696 CPUtime=7.3
/proc/24782/task/24792/stat : 24792 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2872 0 0 0 260 470 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24793/stat : 24793 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2191 0 0 0 336 396 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24794/stat : 24794 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2015 0 0 0 340 392 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24795/stat : 24795 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2025 0 0 0 318 414 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=702696 CPUtime=7.32
/proc/24782/task/24796/stat : 24796 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2234 0 0 0 312 420 0 0 20 0 17 0 654791430 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=702696 CPUtime=7.12
/proc/24782/task/24797/stat : 24797 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2178 0 0 0 318 394 0 0 20 0 17 0 654791431 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134561426 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=702696 CPUtime=7.28
/proc/24782/task/24798/stat : 24798 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 2226 0 0 0 322 406 0 0 20 0 17 0 654791431 719560704 141723 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=702696 CPUtime=7.28
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 3033 0 0 0 330 398 0 0 20 0 17 0 654791431 719560704 141724 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 122.17
Current children cumulated vsize (KiB) 702696

[startup+25.5036 s]
/proc/loadavg: 11.71 14.20 14.40 17/206 24799
/proc/meminfo: memFree=18198988/36427776 swapFree=4836/852448
[pid=24782] ppid=24780 vsize=1000884 CPUtime=322.61
/proc/24782/stat : 24782 (ttsth-5-0) S 24780 24782 15497 0 -1 4202496 213604 0 0 0 18506 13755 0 0 20 0 17 0 654790908 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 250221 212973 95 177 0 250043 0
[pid=24782/tid=24784] ppid=24780 vsize=1000884 CPUtime=20.24
/proc/24782/task/24784/stat : 24784 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 15824 0 0 0 1994 30 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=1000884 CPUtime=19.72
/proc/24782/task/24785/stat : 24785 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 4721 0 0 0 1006 966 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=1000884 CPUtime=19.86
/proc/24782/task/24786/stat : 24786 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6774 0 0 0 1134 852 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=1000884 CPUtime=19.88
/proc/24782/task/24787/stat : 24787 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6461 0 0 0 1156 832 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=1000884 CPUtime=19.68
/proc/24782/task/24788/stat : 24788 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6209 0 0 0 964 1004 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=1000884 CPUtime=19.78
/proc/24782/task/24789/stat : 24789 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 9148 0 0 0 896 1082 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=1000884 CPUtime=19.84
/proc/24782/task/24790/stat : 24790 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 7662 0 0 0 1062 922 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=1000884 CPUtime=19.84
/proc/24782/task/24791/stat : 24791 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6150 0 0 0 1030 954 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=1000884 CPUtime=19.9
/proc/24782/task/24792/stat : 24792 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 7265 0 0 0 1104 886 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=1000884 CPUtime=19.86
/proc/24782/task/24793/stat : 24793 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6470 0 0 0 1104 882 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=1000884 CPUtime=19.9
/proc/24782/task/24794/stat : 24794 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 5863 0 0 0 1128 862 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=1000884 CPUtime=19.84
/proc/24782/task/24795/stat : 24795 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 5568 0 0 0 1012 972 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=1000884 CPUtime=19.92
/proc/24782/task/24796/stat : 24796 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6359 0 0 0 1148 844 0 0 20 0 17 0 654791430 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=1000884 CPUtime=19.46
/proc/24782/task/24797/stat : 24797 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 5841 0 0 0 1124 822 0 0 20 0 17 0 654791431 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=1000884 CPUtime=19.72
/proc/24782/task/24798/stat : 24798 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 6083 0 0 0 1016 956 0 0 20 0 17 0 654791431 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=1000884 CPUtime=19.84
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 9503 0 0 0 1142 842 0 0 20 0 17 0 654791431 1024905216 212973 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 322.61
Current children cumulated vsize (KiB) 1000884

[startup+51.1052 s]
/proc/loadavg: 13.17 14.35 14.45 17/206 24799
/proc/meminfo: memFree=17728564/36427776 swapFree=4836/1324856
[pid=24782] ppid=24780 vsize=1506744 CPUtime=724.81
/proc/24782/stat : 24782 (ttsth-5-0) S 24780 24782 15497 0 -1 4202496 332541 0 0 0 47008 25473 0 0 20 0 17 0 654790908 1542905856 331910 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 376686 331911 95 177 0 376508 0
[pid=24782/tid=24784] ppid=24780 vsize=1506744 CPUtime=45.82
/proc/24782/task/24784/stat : 24784 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 22293 0 0 0 4542 40 0 0 20 0 17 0 654791430 1542905856 331911 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134591062 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=1506744 CPUtime=44.6
/proc/24782/task/24785/stat : 24785 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 12913 0 0 0 2574 1886 0 0 20 0 17 0 654791430 1542905856 331911 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=1506744 CPUtime=45.04
/proc/24782/task/24786/stat : 24786 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 14577 0 0 0 2912 1592 0 0 20 0 17 0 654791430 1542905856 331911 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=1506744 CPUtime=45.1
/proc/24782/task/24787/stat : 24787 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 11641 0 0 0 2910 1600 0 0 20 0 17 0 654791430 1542905856 331911 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=1506744 CPUtime=44.68
/proc/24782/task/24788/stat : 24788 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 12639 0 0 0 2546 1922 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=1506744 CPUtime=44.96
/proc/24782/task/24789/stat : 24789 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 19970 0 0 0 2720 1776 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=1506744 CPUtime=44.94
/proc/24782/task/24790/stat : 24790 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 13625 0 0 0 2708 1786 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=1506744 CPUtime=45.04
/proc/24782/task/24791/stat : 24791 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 10823 0 0 0 2718 1786 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=1506744 CPUtime=45.22
/proc/24782/task/24792/stat : 24792 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 12543 0 0 0 3062 1460 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134680285 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=1506744 CPUtime=44.9
/proc/24782/task/24793/stat : 24793 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 12972 0 0 0 2736 1754 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=1506744 CPUtime=45.02
/proc/24782/task/24794/stat : 24794 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 14427 0 0 0 2820 1682 0 0 20 0 17 0 654791430 1542905856 331912 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=1506744 CPUtime=44.92
/proc/24782/task/24795/stat : 24795 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 11662 0 0 0 2650 1842 0 0 20 0 17 0 654791430 1542905856 331913 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=1506744 CPUtime=45.18
/proc/24782/task/24796/stat : 24796 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 14384 0 0 0 2968 1550 0 0 20 0 17 0 654791430 1542905856 331913 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=1506744 CPUtime=44.16
/proc/24782/task/24797/stat : 24797 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 12697 0 0 0 2906 1510 0 0 20 0 17 0 654791431 1542905856 331913 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=1506744 CPUtime=44.94
/proc/24782/task/24798/stat : 24798 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 15712 0 0 0 2830 1664 0 0 20 0 17 0 654791431 1542905856 331914 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=1506744 CPUtime=44.94
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 21963 0 0 0 2918 1576 0 0 20 0 17 0 654791431 1542905856 331915 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 724.81
Current children cumulated vsize (KiB) 1506744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+76.6038 s]
/proc/loadavg: 14.14 14.48 14.49 17/201 24900
/proc/meminfo: memFree=17159700/36427776 swapFree=4692/1892156
[pid=24782] ppid=24780 vsize=2098336 CPUtime=1108.58
/proc/24782/stat : 24782 (ttsth-5-0) S 24780 24782 15497 0 -1 4202496 471421 0 0 0 77102 33756 0 0 20 0 17 0 654790908 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 524584 470790 95 177 0 524406 0
[pid=24782/tid=24784] ppid=24780 vsize=2098336 CPUtime=70.08
/proc/24782/task/24784/stat : 24784 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 54162 0 0 0 6936 72 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134749351 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=2098336 CPUtime=67.79
/proc/24782/task/24785/stat : 24785 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 18381 0 0 0 4189 2590 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=2098336 CPUtime=69.92
/proc/24782/task/24786/stat : 24786 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 21187 0 0 0 4778 2214 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=2098336 CPUtime=70.19
/proc/24782/task/24787/stat : 24787 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 15872 0 0 0 4877 2142 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=2098336 CPUtime=69.6
/proc/24782/task/24788/stat : 24788 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 19307 0 0 0 4448 2512 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=2098336 CPUtime=70
/proc/24782/task/24789/stat : 24789 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 29861 0 0 0 4776 2224 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=2098336 CPUtime=67.04
/proc/24782/task/24790/stat : 24790 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 22680 0 0 0 4334 2370 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=2098336 CPUtime=69.19
/proc/24782/task/24791/stat : 24791 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 17506 0 0 0 4557 2362 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=2098336 CPUtime=67.08
/proc/24782/task/24792/stat : 24792 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 17182 0 0 0 4882 1826 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134550416 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=2098336 CPUtime=69.55
/proc/24782/task/24793/stat : 24793 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 19632 0 0 0 4679 2276 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=2098336 CPUtime=68.2
/proc/24782/task/24794/stat : 24794 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 21846 0 0 0 4556 2264 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=2098336 CPUtime=67.17
/proc/24782/task/24795/stat : 24795 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 18403 0 0 0 4335 2382 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=2098336 CPUtime=70.23
/proc/24782/task/24796/stat : 24796 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 22555 0 0 0 4957 2066 0 0 20 0 17 0 654791430 2148696064 470790 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=2098336 CPUtime=67.34
/proc/24782/task/24797/stat : 24797 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 18609 0 0 0 4660 2074 0 0 20 0 17 0 654791431 2148696064 470791 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=2098336 CPUtime=70.03
/proc/24782/task/24798/stat : 24798 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 23725 0 0 0 4853 2150 0 0 20 0 17 0 654791431 2148696064 470791 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=2098336 CPUtime=69.83
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4202560 32810 0 0 0 4803 2180 0 0 20 0 17 0 654791431 2148696064 470791 18446744073709551615 134512640 135237372 4292934880 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1108.58
Current children cumulated vsize (KiB) 2098336

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

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

[startup+76.7239 s]
/proc/loadavg: 14.14 14.48 14.49 17/201 24900
/proc/meminfo: memFree=17159700/36427776 swapFree=4692/1892156
[pid=24782] ppid=24780 vsize=0 CPUtime=1108.81
/proc/24782/stat : 24782 (ttsth-5-0) Z 24780 24782 15497 0 -1 4203532 471466 0 0 0 77110 33771 0 0 20 0 2 0 654790908 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24782/statm: 0 0 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=0 CPUtime=69.93
/proc/24782/task/24799/stat : 24799 (ttsth-5-0) R 24780 24782 15497 0 -1 4203588 32810 0 0 0 4803 2190 0 0 20 0 2 0 654791431 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) 1108.81
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 76.8004
CPU time (s): 1108.87
CPU user time (s): 771.1
CPU system time (s): 337.773
CPU usage (%): 1443.84
Max. virtual memory (cumulated for all children) (KiB): 2098336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 771.1
system time used= 337.773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471466
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= 159629
involuntary context switches= 3325

runsolver used 0.260016 second user time and 1.22808 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:47:25
IDJOB=1779630
IDBENCH=70882
IDSOLVER=634
FILE ID=xenhost3-49/1779630-1244954845
PBS_JOBID=
Free space on /tmp= 7022 MiB

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

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

MD5SUM BENCH= 7c312337e643719c8d3ae6a851030951
RANDOM SEED= 533130306

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:      19040328 kB
Buffers:        483468 kB
Cached:       14118320 kB
SwapCached:          0 kB
Active:        4129504 kB
Inactive:     10481480 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:        7940 kB
Mapped:           3908 kB
Slab:           722512 kB
SReclaimable:   695552 kB
SUnreclaim:      26960 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    31444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7022 MiB
End job on xenhost3-49 at 2009-06-14 06:48:44