Trace number 1779405

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) 1199.94 81.3006

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.14	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779405-1244953090.cnf 
0.10/0.14	c Using SATTIMEOUT of 10000
0.10/0.14	c Using SATRAM of 2047
0.10/0.14	c Size of subset node = 16
0.10/0.14	c Variables = 31951
0.10/0.14	c Clauses = 96161
0.10/0.14	c Literals = 226837
0.10/0.14	c Reduced size:
0.10/0.14	c Variables = 31951
0.10/0.14	c Clauses = 95677
0.10/0.14	c Literals = 225553
0.10/0.14	c a2
0.20/0.24	c a1
3.80/3.88	c Independent sub-problems = 1
3.80/3.88	c Sub-problem with 31803 variables and 95677 clauses
3.80/3.88	c using permutation method 4
3.80/3.88	c count = 1
3.80/3.88	c Ordering finished 3.850 seconds
3.80/3.88	c mapped 3.880 seconds
3.80/3.88	c permuted 3.880 seconds
3.80/3.88	c about to sort
3.90/3.90	c sorted
4.80/4.86	c clauses now 95677
4.80/4.86	c init finished 4.500 seconds
4.80/4.86	c tree built 4.840 seconds
4.80/4.86	c 
4.80/4.86	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
4.80/4.86	c ---------------------------------|----------------------------------|------------------------------------------------------
4.80/4.86	c ................................ | ..........                       |                        4.9           0.0             
4.80/4.86	c ................................ | ..........                     1 |                        4.9           0.2             
4.80/4.86	c ................................ | ..........                     2 |                        4.9           0.4             
4.80/4.86	c ................................ | ..........                     3 |                        4.9           0.6             
4.80/4.86	c ................................ | ..........                     4 |                        4.9           0.8             
4.80/4.86	c ................................ | ..........                     5 |                        4.9           1.0             
4.80/4.88	c ................................ | ..........                  1000 | 24                     5.0         200.0          359
290.50/23.14	c ................................ | ..........               1133000 | 26941                200.2        5659.6     17178081
564.86/40.62	c ................................ | ..........               1952000 | 45262                400.1        4879.4     35666324
824.87/57.27	c ................................ | ..........               2690000 | 63531                600.7        4478.3     54180452
1078.49/73.46	c ................................ | ..........               3176000 | 76786                800.6        3967.1     75190739

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

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


[startup+0 s]
/proc/loadavg: 14.37 14.70 12.68 2/184 23789
/proc/meminfo: memFree=19046376/36427776 swapFree=4428/7772
[pid=23789] ppid=23787 vsize=1540 CPUtime=0
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 654615352 1576960 233 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 385 233 75 177 0 207 0

[startup+0.022071 s]
/proc/loadavg: 14.37 14.70 12.68 2/184 23789
/proc/meminfo: memFree=19046376/36427776 swapFree=4428/7772
[pid=23789] ppid=23787 vsize=2332 CPUtime=0.02
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 471 0 0 0 2 0 0 0 20 0 1 0 654615352 2387968 428 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 583 429 75 177 0 405 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2332

[startup+0.102089 s]
/proc/loadavg: 14.37 14.70 12.68 2/184 23789
/proc/meminfo: memFree=19046376/36427776 swapFree=4428/7772
[pid=23789] ppid=23787 vsize=7940 CPUtime=0.1
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 1791 0 0 0 10 0 0 0 20 0 1 0 654615352 8130560 1748 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134534282 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 1985 1748 75 177 0 1807 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7940

[startup+0.302111 s]
/proc/loadavg: 14.37 14.70 12.68 2/184 23789
/proc/meminfo: memFree=19046376/36427776 swapFree=4428/7772
[pid=23789] ppid=23787 vsize=14812 CPUtime=0.3
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 3712 0 0 0 28 2 0 0 20 0 1 0 654615352 15167488 3480 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134555296 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 3703 3480 77 177 0 3525 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14812

[startup+0.702087 s]
/proc/loadavg: 14.37 14.70 12.68 2/184 23789
/proc/meminfo: memFree=19046376/36427776 swapFree=4428/7772
[pid=23789] ppid=23787 vsize=18788 CPUtime=0.7
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 4713 0 0 0 66 4 0 0 20 0 1 0 654615352 19238912 4481 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134600960 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 4697 4481 77 177 0 4519 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 18788

[startup+1.50215 s]
/proc/loadavg: 14.37 14.70 12.68 2/185 23790
/proc/meminfo: memFree=19027812/36427776 swapFree=4760/26376
[pid=23789] ppid=23787 vsize=19000 CPUtime=1.5
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 4786 0 0 0 146 4 0 0 20 0 1 0 654615352 19456000 4554 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134555272 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 4750 4554 77 177 0 4572 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 19000

[startup+3.10228 s]
/proc/loadavg: 14.37 14.70 12.68 2/185 23790
/proc/meminfo: memFree=19026532/36427776 swapFree=4684/26800
[pid=23789] ppid=23787 vsize=19872 CPUtime=3.1
/proc/23789/stat : 23789 (ttsth-5-0) R 23787 23789 15497 0 -1 4202496 4972 0 0 0 306 4 0 0 20 0 1 0 654615352 20348928 4740 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134600975 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 4968 4740 77 177 0 4790 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19872

[startup+6.30533 s]
/proc/loadavg: 13.30 14.48 12.62 17/201 23806
/proc/meminfo: memFree=18658860/36427776 swapFree=4664/397316
[pid=23789] ppid=23787 vsize=531464 CPUtime=27.13
/proc/23789/stat : 23789 (ttsth-5-0) S 23787 23789 15497 0 -1 4202496 101930 0 0 0 946 1767 0 0 20 0 17 0 654615352 544219136 101510 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 132866 101512 95 177 0 132688 0
[pid=23789/tid=23791] ppid=23787 vsize=531464 CPUtime=1.4
/proc/23789/task/23791/stat : 23791 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 2066 0 0 0 134 6 0 0 20 0 17 0 654615838 544219136 101512 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23789/tid=23792] ppid=23787 vsize=531464 CPUtime=1.4
/proc/23789/task/23792/stat : 23792 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 309 0 0 0 24 116 0 0 20 0 17 0 654615838 544219136 101512 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23789/tid=23793] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23793/stat : 23793 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 298 0 0 0 16 122 0 0 20 0 17 0 654615838 544219136 101513 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23789/tid=23794] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23794/stat : 23794 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 534 0 0 0 30 108 0 0 20 0 17 0 654615838 544219136 101513 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23789/tid=23795] ppid=23787 vsize=531464 CPUtime=1.4
/proc/23789/task/23795/stat : 23795 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 360 0 0 0 24 116 0 0 20 0 17 0 654615838 544219136 101513 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23789/tid=23796] ppid=23787 vsize=531464 CPUtime=1.4
/proc/23789/task/23796/stat : 23796 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 389 0 0 0 28 112 0 0 20 0 17 0 654615838 544219136 101513 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23789/tid=23797] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23797/stat : 23797 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 442 0 0 0 26 112 0 0 20 0 17 0 654615838 544219136 101513 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23789/tid=23798] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23798/stat : 23798 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 352 0 0 0 20 118 0 0 20 0 17 0 654615838 544219136 101514 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23789/tid=23799] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23799/stat : 23799 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 425 0 0 0 30 108 0 0 20 0 17 0 654615838 544219136 101514 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23789/tid=23800] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23800/stat : 23800 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 393 0 0 0 20 118 0 0 20 0 17 0 654615838 544219136 101514 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23789/tid=23801] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23801/stat : 23801 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 438 0 0 0 22 116 0 0 20 0 17 0 654615839 544219136 101514 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23789/tid=23802] ppid=23787 vsize=531464 CPUtime=1.4
/proc/23789/task/23802/stat : 23802 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 289 0 0 0 22 118 0 0 20 0 17 0 654615839 544219136 101515 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23789/tid=23803] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23803/stat : 23803 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 422 0 0 0 24 114 0 0 20 0 17 0 654615839 544219136 101515 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23789/tid=23804] ppid=23787 vsize=531464 CPUtime=1.36
/proc/23789/task/23804/stat : 23804 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 274 0 0 0 24 112 0 0 20 0 17 0 654615839 544219136 101516 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134591122 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23789/tid=23805] ppid=23787 vsize=531464 CPUtime=1.38
/proc/23789/task/23805/stat : 23805 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 489 0 0 0 16 122 0 0 20 0 17 0 654615840 544219136 101517 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=531464 CPUtime=1.36
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 458 0 0 0 30 106 0 0 20 0 17 0 654615840 544219136 101517 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 531464

[startup+12.7035 s]
/proc/loadavg: 13.51 14.50 12.64 6/201 23806
/proc/meminfo: memFree=18556888/36427776 swapFree=4692/498084
[pid=23789] ppid=23787 vsize=628208 CPUtime=127.46
/proc/23789/stat : 23789 (ttsth-5-0) S 23787 23789 15497 0 -1 4202496 126103 0 0 0 4645 8101 0 0 20 0 17 0 654615352 643284992 125683 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 157052 125683 95 177 0 156874 0
[pid=23789/tid=23791] ppid=23787 vsize=628208 CPUtime=7.8
/proc/23789/task/23791/stat : 23791 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 5363 0 0 0 768 12 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134588397 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23789/tid=23792] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23792/stat : 23792 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1608 0 0 0 226 540 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23789/tid=23793] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23793/stat : 23793 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 2077 0 0 0 224 542 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23789/tid=23794] ppid=23787 vsize=628208 CPUtime=7.64
/proc/23789/task/23794/stat : 23794 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1909 0 0 0 240 524 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23789/tid=23795] ppid=23787 vsize=628208 CPUtime=7.64
/proc/23789/task/23795/stat : 23795 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1396 0 0 0 212 552 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23789/tid=23796] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23796/stat : 23796 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1760 0 0 0 226 540 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23789/tid=23797] ppid=23787 vsize=628208 CPUtime=7.68
/proc/23789/task/23797/stat : 23797 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 2215 0 0 0 254 514 0 0 20 0 17 0 654615838 643284992 125684 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23789/tid=23798] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23798/stat : 23798 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1419 0 0 0 220 546 0 0 20 0 17 0 654615838 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23789/tid=23799] ppid=23787 vsize=628208 CPUtime=7.64
/proc/23789/task/23799/stat : 23799 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1526 0 0 0 222 542 0 0 20 0 17 0 654615838 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23789/tid=23800] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23800/stat : 23800 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 2444 0 0 0 252 514 0 0 20 0 17 0 654615838 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23789/tid=23801] ppid=23787 vsize=628208 CPUtime=7.66
/proc/23789/task/23801/stat : 23801 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1823 0 0 0 210 556 0 0 20 0 17 0 654615839 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23789/tid=23802] ppid=23787 vsize=628208 CPUtime=7.7
/proc/23789/task/23802/stat : 23802 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 2280 0 0 0 230 540 0 0 20 0 17 0 654615839 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23789/tid=23803] ppid=23787 vsize=628208 CPUtime=7.68
/proc/23789/task/23803/stat : 23803 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1554 0 0 0 224 544 0 0 20 0 17 0 654615839 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23789/tid=23804] ppid=23787 vsize=628208 CPUtime=7.48
/proc/23789/task/23804/stat : 23804 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1287 0 0 0 212 536 0 0 20 0 17 0 654615839 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23789/tid=23805] ppid=23787 vsize=628208 CPUtime=7.62
/proc/23789/task/23805/stat : 23805 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1622 0 0 0 222 540 0 0 20 0 17 0 654615840 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=628208 CPUtime=7.64
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 1825 0 0 0 246 518 0 0 20 0 17 0 654615840 643284992 125685 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 127.46
Current children cumulated vsize (KiB) 628208

[startup+25.5054 s]
/proc/loadavg: 14.06 14.57 12.69 17/201 23806
/proc/meminfo: memFree=18300840/36427776 swapFree=4692/754772
[pid=23789] ppid=23787 vsize=889228 CPUtime=328
/proc/23789/stat : 23789 (ttsth-5-0) S 23787 23789 15497 0 -1 4202496 188611 0 0 0 14917 17883 0 0 20 0 17 0 654615352 910569472 188191 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 222307 188191 95 177 0 222129 0
[pid=23789/tid=23791] ppid=23787 vsize=889228 CPUtime=20.58
/proc/23789/task/23791/stat : 23791 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 13308 0 0 0 2036 22 0 0 20 0 17 0 654615838 910569472 188191 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134591065 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23789/tid=23792] ppid=23787 vsize=889228 CPUtime=20.22
/proc/23789/task/23792/stat : 23792 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 5494 0 0 0 888 1134 0 0 20 0 17 0 654615838 910569472 188191 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23789/tid=23793] ppid=23787 vsize=889228 CPUtime=20.12
/proc/23789/task/23793/stat : 23793 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 3844 0 0 0 780 1232 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23789/tid=23794] ppid=23787 vsize=889228 CPUtime=20.24
/proc/23789/task/23794/stat : 23794 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 7877 0 0 0 912 1112 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23789/tid=23795] ppid=23787 vsize=889228 CPUtime=20.18
/proc/23789/task/23795/stat : 23795 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 4928 0 0 0 838 1180 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23789/tid=23796] ppid=23787 vsize=889228 CPUtime=20.18
/proc/23789/task/23796/stat : 23796 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 5268 0 0 0 842 1176 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23789/tid=23797] ppid=23787 vsize=889228 CPUtime=20.24
/proc/23789/task/23797/stat : 23797 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 6997 0 0 0 878 1146 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23789/tid=23798] ppid=23787 vsize=889228 CPUtime=20.2
/proc/23789/task/23798/stat : 23798 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 4443 0 0 0 816 1204 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23789/tid=23799] ppid=23787 vsize=889228 CPUtime=20.2
/proc/23789/task/23799/stat : 23799 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 4847 0 0 0 814 1206 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23789/tid=23800] ppid=23787 vsize=889228 CPUtime=20.28
/proc/23789/task/23800/stat : 23800 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 6872 0 0 0 902 1126 0 0 20 0 17 0 654615838 910569472 188192 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23789/tid=23801] ppid=23787 vsize=889228 CPUtime=20.08
/proc/23789/task/23801/stat : 23801 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 3437 0 0 0 648 1360 0 0 20 0 17 0 654615839 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23789/tid=23802] ppid=23787 vsize=889228 CPUtime=20.3
/proc/23789/task/23802/stat : 23802 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 7060 0 0 0 846 1184 0 0 20 0 17 0 654615839 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23789/tid=23803] ppid=23787 vsize=889228 CPUtime=20.26
/proc/23789/task/23803/stat : 23803 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 5834 0 0 0 878 1148 0 0 20 0 17 0 654615839 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23789/tid=23804] ppid=23787 vsize=889228 CPUtime=19.54
/proc/23789/task/23804/stat : 23804 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 3270 0 0 0 646 1308 0 0 20 0 17 0 654615839 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23789/tid=23805] ppid=23787 vsize=889228 CPUtime=20.16
/proc/23789/task/23805/stat : 23805 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 4092 0 0 0 824 1192 0 0 20 0 17 0 654615840 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=889228 CPUtime=20.22
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 7044 0 0 0 910 1112 0 0 20 0 17 0 654615840 910569472 188193 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 328
Current children cumulated vsize (KiB) 889228

[startup+51.1045 s]
/proc/loadavg: 14.72 14.69 12.78 17/201 23806
/proc/meminfo: memFree=17820468/36427776 swapFree=4692/1232728
[pid=23789] ppid=23787 vsize=1389492 CPUtime=728.97
/proc/23789/stat : 23789 (ttsth-5-0) S 23787 23789 15497 0 -1 4202496 307786 0 0 0 37270 35627 0 0 20 0 17 0 654615352 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 347373 307366 95 177 0 347195 0
[pid=23789/tid=23791] ppid=23787 vsize=1389492 CPUtime=46.15
/proc/23789/task/23791/stat : 23791 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 29258 0 0 0 4581 34 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23789/tid=23792] ppid=23787 vsize=1389492 CPUtime=45.42
/proc/23789/task/23792/stat : 23792 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 14137 0 0 0 2384 2158 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23789/tid=23793] ppid=23787 vsize=1389492 CPUtime=45.2
/proc/23789/task/23793/stat : 23793 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 10842 0 0 0 2080 2440 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23789/tid=23794] ppid=23787 vsize=1389492 CPUtime=45.38
/proc/23789/task/23794/stat : 23794 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 16278 0 0 0 2306 2232 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23789/tid=23795] ppid=23787 vsize=1389492 CPUtime=45.36
/proc/23789/task/23795/stat : 23795 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 12448 0 0 0 2282 2254 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23789/tid=23796] ppid=23787 vsize=1389492 CPUtime=45.3
/proc/23789/task/23796/stat : 23796 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 13631 0 0 0 2254 2276 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23789/tid=23797] ppid=23787 vsize=1389492 CPUtime=45.4
/proc/23789/task/23797/stat : 23797 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 16463 0 0 0 2300 2240 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23789/tid=23798] ppid=23787 vsize=1389492 CPUtime=45.42
/proc/23789/task/23798/stat : 23798 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 13464 0 0 0 2288 2254 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23789/tid=23799] ppid=23787 vsize=1389492 CPUtime=45.2
/proc/23789/task/23799/stat : 23799 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 10101 0 0 0 2028 2492 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23789/tid=23800] ppid=23787 vsize=1389492 CPUtime=45.36
/proc/23789/task/23800/stat : 23800 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 12593 0 0 0 2218 2318 0 0 20 0 17 0 654615838 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134680502 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23789/tid=23801] ppid=23787 vsize=1389492 CPUtime=45.04
/proc/23789/task/23801/stat : 23801 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 7383 0 0 0 1896 2608 0 0 20 0 17 0 654615839 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23789/tid=23802] ppid=23787 vsize=1389492 CPUtime=45.3
/proc/23789/task/23802/stat : 23802 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 12861 0 0 0 2014 2516 0 0 20 0 17 0 654615839 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23789/tid=23803] ppid=23787 vsize=1389492 CPUtime=45.4
/proc/23789/task/23803/stat : 23803 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 13534 0 0 0 2192 2348 0 0 20 0 17 0 654615839 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23789/tid=23804] ppid=23787 vsize=1389492 CPUtime=43.72
/proc/23789/task/23804/stat : 23804 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 6052 0 0 0 1680 2692 0 0 20 0 17 0 654615839 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23789/tid=23805] ppid=23787 vsize=1389492 CPUtime=44.9
/proc/23789/task/23805/stat : 23805 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 8861 0 0 0 1982 2508 0 0 20 0 17 0 654615840 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=1389492 CPUtime=45.38
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 15883 0 0 0 2328 2210 0 0 20 0 17 0 654615840 1422839808 307366 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 728.97
Current children cumulated vsize (KiB) 1389492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+81.1051 s]
/proc/loadavg: 15.23 14.81 12.88 17/201 23806
/proc/meminfo: memFree=17148064/36427776 swapFree=4692/1906588
[pid=23789] ppid=23787 vsize=2098144 CPUtime=1199.6
/proc/23789/stat : 23789 (ttsth-5-0) S 23787 23789 15497 0 -1 4202496 474646 0 0 0 68593 51367 0 0 20 0 17 0 654615352 2148499456 474226 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 524536 474227 95 177 0 524358 0
[pid=23789/tid=23791] ppid=23787 vsize=2098144 CPUtime=76.15
/proc/23789/task/23791/stat : 23791 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 48391 0 0 0 7555 60 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23789/tid=23792] ppid=23787 vsize=2098144 CPUtime=75.04
/proc/23789/task/23792/stat : 23792 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 23618 0 0 0 4400 3104 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23789/tid=23793] ppid=23787 vsize=2098144 CPUtime=74.66
/proc/23789/task/23793/stat : 23793 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 24724 0 0 0 4059 3407 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23789/tid=23794] ppid=23787 vsize=2098144 CPUtime=74.97
/proc/23789/task/23794/stat : 23794 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 29712 0 0 0 4337 3160 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23789/tid=23795] ppid=23787 vsize=2098144 CPUtime=74.97
/proc/23789/task/23795/stat : 23795 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 25000 0 0 0 4295 3202 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23789/tid=23796] ppid=23787 vsize=2098144 CPUtime=74.8
/proc/23789/task/23796/stat : 23796 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 25217 0 0 0 4201 3279 0 0 20 0 17 0 654615838 2148499456 474227 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23789/tid=23797] ppid=23787 vsize=2098144 CPUtime=75.01
/proc/23789/task/23797/stat : 23797 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 28117 0 0 0 4325 3176 0 0 20 0 17 0 654615838 2148499456 474228 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23789/tid=23798] ppid=23787 vsize=2098144 CPUtime=75.15
/proc/23789/task/23798/stat : 23798 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 23214 0 0 0 4459 3056 0 0 20 0 17 0 654615838 2148499456 474228 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23789/tid=23799] ppid=23787 vsize=2098144 CPUtime=74.37
/proc/23789/task/23799/stat : 23799 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 17174 0 0 0 3674 3763 0 0 20 0 17 0 654615838 2148499456 474228 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23789/tid=23800] ppid=23787 vsize=2098144 CPUtime=74.55
/proc/23789/task/23800/stat : 23800 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 19697 0 0 0 3969 3486 0 0 20 0 17 0 654615838 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23789/tid=23801] ppid=23787 vsize=2098144 CPUtime=74.3
/proc/23789/task/23801/stat : 23801 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 13428 0 0 0 3700 3730 0 0 20 0 17 0 654615839 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23789/tid=23802] ppid=23787 vsize=2098144 CPUtime=74.59
/proc/23789/task/23802/stat : 23802 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 19726 0 0 0 3746 3713 0 0 20 0 17 0 654615839 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134728885 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23789/tid=23803] ppid=23787 vsize=2098144 CPUtime=74.73
/proc/23789/task/23803/stat : 23803 (ttsth-5-0) S 23787 23789 15497 0 -1 4202560 20564 0 0 0 3896 3577 0 0 20 0 17 0 654615839 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=23789/tid=23804] ppid=23787 vsize=2098144 CPUtime=72.65
/proc/23789/task/23804/stat : 23804 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 19934 0 0 0 3601 3664 0 0 20 0 17 0 654615839 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134565869 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23789/tid=23805] ppid=23787 vsize=2098144 CPUtime=73.92
/proc/23789/task/23805/stat : 23805 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 15065 0 0 0 3752 3640 0 0 20 0 17 0 654615840 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=2098144 CPUtime=74.81
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4202560 27071 0 0 0 4171 3310 0 0 20 0 17 0 654615840 2148499456 474229 18446744073709551615 134512640 135237372 4287733744 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1199.6
Current children cumulated vsize (KiB) 2098144

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

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

[startup+81.2249 s]
/proc/loadavg: 15.23 14.81 12.88 17/201 23806
/proc/meminfo: memFree=17148064/36427776 swapFree=4692/1906588
[pid=23789] ppid=23787 vsize=0 CPUtime=1199.87
/proc/23789/stat : 23789 (ttsth-5-0) Z 23787 23789 15497 0 -1 4203532 474704 0 0 0 68605 51382 0 0 20 0 2 0 654615352 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
[pid=23789/tid=23806] ppid=23787 vsize=0 CPUtime=74.92
/proc/23789/task/23806/stat : 23806 (ttsth-5-0) R 23787 23789 15497 0 -1 4203588 27076 0 0 0 4171 3321 0 0 20 0 2 0 654615840 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) 1199.87
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 81.3006
CPU time (s): 1199.94
CPU user time (s): 686.063
CPU system time (s): 513.88
CPU usage (%): 1475.93
Max. virtual memory (cumulated for all children) (KiB): 2098144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 686.063
system time used= 513.88
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474704
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= 154325
involuntary context switches= 2542

runsolver used 0.48003 second user time and 1.12807 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:18:10
IDJOB=1779405
IDBENCH=70849
IDSOLVER=634
FILE ID=xenhost3-49/1779405-1244953090
PBS_JOBID=
Free space on /tmp= 7023 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779405-1244953090/watcher-1779405-1244953090 -o /tmp/evaluation-result-1779405-1244953090/solver-1779405-1244953090 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779405-1244953090.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED= 681564453

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:      19046376 kB
Buffers:        482616 kB
Cached:       14118072 kB
SwapCached:          0 kB
Active:        4128944 kB
Inactive:     10479536 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2012 kB
Writeback:           0 kB
AnonPages:        7772 kB
Mapped:           3764 kB
Slab:           721544 kB
SReclaimable:   694760 kB
SUnreclaim:      26784 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 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 06:19:33