Trace number 1776615

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) 574.78 36.5127

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
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 variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.08	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776615-1244935281.cnf 
0.00/0.08	c Using SATTIMEOUT of 10000
0.00/0.08	c Using SATRAM of 2047
0.00/0.08	c Size of subset node = 16
0.00/0.08	c Variables = 8760
0.00/0.08	c Clauses = 55571
0.00/0.08	c Literals = 187746
0.00/0.08	c Reduced size:
0.00/0.08	c Variables = 8756
0.00/0.08	c Clauses = 55487
0.00/0.08	c Literals = 187536
0.00/0.08	c a2
0.20/0.21	c a1
0.80/0.87	c Independent sub-problems = 1
0.80/0.87	c Sub-problem with 8714 variables and 55487 clauses
0.80/0.87	c using permutation method 4
0.80/0.87	c count = 1
0.80/0.87	c Ordering finished 0.830 seconds
0.80/0.87	c mapped 0.860 seconds
0.80/0.87	c permuted 0.860 seconds
0.80/0.87	c about to sort
0.80/0.88	c sorted
1.30/1.32	c clauses now 55487
1.30/1.32	c init finished 1.050 seconds
1.30/1.32	c tree built 1.310 seconds
1.30/1.32	c 
1.30/1.32	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.30/1.32	c ---------------------------------|----------------------------------|------------------------------------------------------
1.30/1.32	c ................................ | ..........                       |                        1.3           0.0             
1.30/1.32	c ................................ | ..........                     1 |                        1.3           0.8             
1.30/1.32	c ................................ | ..........                     2 |                        1.3           1.5             
1.30/1.32	c ................................ | ..........                     3 |                        1.3           2.3             
1.30/1.32	c ................................ | ..........                     4 |                        1.3           3.0             
1.30/1.32	c ................................ | ..........                     5 |                        1.3           3.8             
1.30/1.33	c ................................ | ..........                  1000 | 62                     1.4         729.9          515
272.23/17.61	c ................................ | ..........                249000 | 33647                200.2        1243.8     20105145
484.13/30.64	c ................................ | ..........                305000 | 41725                406.1         751.0     43947314

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-1776615-1244935281/watcher-1776615-1244935281 -o /tmp/evaluation-result-1776615-1244935281/solver-1776615-1244935281 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776615-1244935281.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: 3.63 2.97 2.06 2/184 19798
/proc/meminfo: memFree=19057808/36427776 swapFree=3656/7492
[pid=19798] ppid=19796 vsize=1408 CPUtime=0
/proc/19798/stat : 19798 (ttsth-5-0) R 19796 19798 15497 0 -1 4202496 256 0 0 0 0 0 0 0 20 0 1 0 652834509 1441792 213 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 352 214 75 177 0 174 0

[startup+0.086193 s]
/proc/loadavg: 3.63 2.97 2.06 2/184 19798
/proc/meminfo: memFree=19057808/36427776 swapFree=3656/7492
[pid=19798] ppid=19796 vsize=5960 CPUtime=0.08
/proc/19798/stat : 19798 (ttsth-5-0) R 19796 19798 15497 0 -1 4202496 1372 0 0 0 8 0 0 0 20 0 1 0 652834509 6103040 1329 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 1490 1334 76 177 0 1312 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5960

[startup+0.102201 s]
/proc/loadavg: 3.63 2.97 2.06 2/184 19798
/proc/meminfo: memFree=19057808/36427776 swapFree=3656/7492
[pid=19798] ppid=19796 vsize=9896 CPUtime=0.1
/proc/19798/stat : 19798 (ttsth-5-0) R 19796 19798 15497 0 -1 4202496 2275 0 0 0 10 0 0 0 20 0 1 0 652834509 10133504 2233 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 2474 2236 76 177 0 2296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896

[startup+0.302228 s]
/proc/loadavg: 3.63 2.97 2.06 2/184 19798
/proc/meminfo: memFree=19057808/36427776 swapFree=3656/7492
[pid=19798] ppid=19796 vsize=10688 CPUtime=0.3
/proc/19798/stat : 19798 (ttsth-5-0) R 19796 19798 15497 0 -1 4202496 2633 0 0 0 28 2 0 0 20 0 1 0 652834509 10944512 2479 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134731756 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 2672 2479 77 177 0 2494 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10688

[startup+0.702235 s]
/proc/loadavg: 3.63 2.97 2.06 2/184 19798
/proc/meminfo: memFree=19057808/36427776 swapFree=3656/7492
[pid=19798] ppid=19796 vsize=11144 CPUtime=0.7
/proc/19798/stat : 19798 (ttsth-5-0) R 19796 19798 15497 0 -1 4202496 2756 0 0 0 68 2 0 0 20 0 1 0 652834509 11411456 2602 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134555284 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 2786 2602 77 177 0 2608 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 11144

[startup+1.50236 s]
/proc/loadavg: 3.42 2.94 2.06 2/185 19799
/proc/meminfo: memFree=18990336/36427776 swapFree=4336/76264
[pid=19798] ppid=19796 vsize=253108 CPUtime=3.99
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 30701 0 0 0 173 226 0 0 20 0 17 0 652834509 259182592 30492 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 63277 30493 95 177 0 63099 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 253108

[startup+3.10643 s]
/proc/loadavg: 3.42 2.94 2.06 17/201 19815
/proc/meminfo: memFree=18929380/36427776 swapFree=4676/141112
[pid=19798] ppid=19796 vsize=288232 CPUtime=28.58
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 40296 0 0 0 966 1892 0 0 20 0 17 0 652834509 295149568 40088 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 72058 40089 95 177 0 71880 0
[pid=19798/tid=19800] ppid=19796 vsize=288232 CPUtime=1.72
/proc/19798/task/19800/stat : 19800 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 3641 0 0 0 136 36 0 0 20 0 17 0 652834641 295149568 40089 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19798/tid=19801] ppid=19796 vsize=288232 CPUtime=1.68
/proc/19798/task/19801/stat : 19801 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 489 0 0 0 48 120 0 0 20 0 17 0 652834641 295149568 40090 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19798/tid=19802] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19802/stat : 19802 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 504 0 0 0 48 122 0 0 20 0 17 0 652834641 295149568 40091 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134590938 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19798/tid=19803] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19803/stat : 19803 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 522 0 0 0 54 116 0 0 20 0 17 0 652834641 295149568 40091 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19798/tid=19804] ppid=19796 vsize=288232 CPUtime=1.68
/proc/19798/task/19804/stat : 19804 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 461 0 0 0 42 126 0 0 20 0 17 0 652834641 295149568 40091 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19798/tid=19805] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19805/stat : 19805 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 478 0 0 0 40 130 0 0 20 0 17 0 652834641 295149568 40091 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19798/tid=19806] ppid=19796 vsize=288232 CPUtime=1.68
/proc/19798/task/19806/stat : 19806 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 492 0 0 0 46 122 0 0 20 0 17 0 652834641 295149568 40092 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19798/tid=19807] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19807/stat : 19807 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 561 0 0 0 50 120 0 0 20 0 17 0 652834641 295149568 40092 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19798/tid=19808] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19808/stat : 19808 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 472 0 0 0 46 124 0 0 20 0 17 0 652834641 295149568 40093 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19798/tid=19809] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19809/stat : 19809 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 484 0 0 0 52 118 0 0 20 0 17 0 652834641 295149568 40093 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19798/tid=19810] ppid=19796 vsize=288232 CPUtime=1.68
/proc/19798/task/19810/stat : 19810 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 587 0 0 0 48 120 0 0 20 0 17 0 652834641 295149568 40093 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134589523 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19798/tid=19811] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19811/stat : 19811 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 509 0 0 0 40 130 0 0 20 0 17 0 652834641 295149568 40094 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19798/tid=19812] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19812/stat : 19812 (ttsth-5-0) S 19796 19798 15497 0 -1 4202560 446 0 0 0 50 120 0 0 20 0 17 0 652834641 295149568 40095 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=19798/tid=19813] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19813/stat : 19813 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 424 0 0 0 56 114 0 0 20 0 17 0 652834641 295149568 40095 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19798/tid=19814] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19814/stat : 19814 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 478 0 0 0 44 126 0 0 20 0 17 0 652834641 295149568 40096 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134591076 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=288232 CPUtime=1.7
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 461 0 0 0 40 130 0 0 20 0 17 0 652834642 295149568 40097 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.58
Current children cumulated vsize (KiB) 288232

[startup+6.30872 s]
/proc/loadavg: 3.42 2.94 2.06 17/201 19815
/proc/meminfo: memFree=18849476/36427776 swapFree=4692/219788
[pid=19798] ppid=19796 vsize=357356 CPUtime=78.06
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 59615 0 0 0 2401 5405 0 0 20 0 17 0 652834509 365932544 59406 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 89339 59408 95 177 0 89161 0
[pid=19798/tid=19800] ppid=19796 vsize=357356 CPUtime=4.88
/proc/19798/task/19800/stat : 19800 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 12548 0 0 0 446 42 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19798/tid=19801] ppid=19796 vsize=357356 CPUtime=4.82
/proc/19798/task/19801/stat : 19801 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 990 0 0 0 132 350 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19798/tid=19802] ppid=19796 vsize=357356 CPUtime=4.76
/proc/19798/task/19802/stat : 19802 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1169 0 0 0 122 354 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19798/tid=19803] ppid=19796 vsize=357356 CPUtime=4.78
/proc/19798/task/19803/stat : 19803 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1153 0 0 0 118 360 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19798/tid=19804] ppid=19796 vsize=357356 CPUtime=4.78
/proc/19798/task/19804/stat : 19804 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1222 0 0 0 118 360 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19798/tid=19805] ppid=19796 vsize=357356 CPUtime=4.78
/proc/19798/task/19805/stat : 19805 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1316 0 0 0 120 358 0 0 20 0 17 0 652834641 365932544 59408 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19798/tid=19806] ppid=19796 vsize=357356 CPUtime=4.76
/proc/19798/task/19806/stat : 19806 (ttsth-5-0) S 19796 19798 15497 0 -1 4202560 1030 0 0 0 120 356 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=19798/tid=19807] ppid=19796 vsize=357356 CPUtime=4.8
/proc/19798/task/19807/stat : 19807 (ttsth-5-0) S 19796 19798 15497 0 -1 4202560 1183 0 0 0 126 354 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=19798/tid=19808] ppid=19796 vsize=357356 CPUtime=4.8
/proc/19798/task/19808/stat : 19808 (ttsth-5-0) S 19796 19798 15497 0 -1 4202560 1145 0 0 0 128 352 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=19798/tid=19809] ppid=19796 vsize=357356 CPUtime=4.8
/proc/19798/task/19809/stat : 19809 (ttsth-5-0) S 19796 19798 15497 0 -1 4202560 1245 0 0 0 142 338 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=19798/tid=19810] ppid=19796 vsize=357356 CPUtime=4.78
/proc/19798/task/19810/stat : 19810 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1481 0 0 0 100 378 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19798/tid=19811] ppid=19796 vsize=357356 CPUtime=4.82
/proc/19798/task/19811/stat : 19811 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1080 0 0 0 128 354 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19798/tid=19812] ppid=19796 vsize=357356 CPUtime=4.8
/proc/19798/task/19812/stat : 19812 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1019 0 0 0 124 356 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19798/tid=19813] ppid=19796 vsize=357356 CPUtime=4.7
/proc/19798/task/19813/stat : 19813 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1183 0 0 0 134 336 0 0 20 0 17 0 652834641 365932544 59409 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19798/tid=19814] ppid=19796 vsize=357356 CPUtime=4.76
/proc/19798/task/19814/stat : 19814 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 1748 0 0 0 100 376 0 0 20 0 17 0 652834641 365932544 59410 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=357356 CPUtime=4.8
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 818 0 0 0 120 360 0 0 20 0 17 0 652834642 365932544 59411 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.06
Current children cumulated vsize (KiB) 357356

[startup+12.7072 s]
/proc/loadavg: 5.28 3.35 2.20 17/201 19815
/proc/meminfo: memFree=18547952/36427776 swapFree=4692/522016
[pid=19798] ppid=19796 vsize=682376 CPUtime=187.89
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 137953 0 0 0 9422 9367 0 0 20 0 17 0 652834509 698753024 137744 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 170594 137746 95 177 0 170416 0
[pid=19798/tid=19800] ppid=19796 vsize=682376 CPUtime=11.26
/proc/19798/task/19800/stat : 19800 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 20146 0 0 0 1070 56 0 0 20 0 17 0 652834641 698753024 137746 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19798/tid=19801] ppid=19796 vsize=682376 CPUtime=11.66
/proc/19798/task/19801/stat : 19801 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5361 0 0 0 538 628 0 0 20 0 17 0 652834641 698753024 137747 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19798/tid=19802] ppid=19796 vsize=682376 CPUtime=11.78
/proc/19798/task/19802/stat : 19802 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5251 0 0 0 530 648 0 0 20 0 17 0 652834641 698753024 137747 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19798/tid=19803] ppid=19796 vsize=682376 CPUtime=11.7
/proc/19798/task/19803/stat : 19803 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5563 0 0 0 536 634 0 0 20 0 17 0 652834641 698753024 137747 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19798/tid=19804] ppid=19796 vsize=682376 CPUtime=11.66
/proc/19798/task/19804/stat : 19804 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5453 0 0 0 518 648 0 0 20 0 17 0 652834641 698753024 137747 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19798/tid=19805] ppid=19796 vsize=682376 CPUtime=11.8
/proc/19798/task/19805/stat : 19805 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 6469 0 0 0 534 646 0 0 20 0 17 0 652834641 698753024 137748 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134545992 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19798/tid=19806] ppid=19796 vsize=682376 CPUtime=11.62
/proc/19798/task/19806/stat : 19806 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5329 0 0 0 556 606 0 0 20 0 17 0 652834641 698753024 137749 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19798/tid=19807] ppid=19796 vsize=682376 CPUtime=11.6
/proc/19798/task/19807/stat : 19807 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5744 0 0 0 544 616 0 0 20 0 17 0 652834641 698753024 137749 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19798/tid=19808] ppid=19796 vsize=682376 CPUtime=11.74
/proc/19798/task/19808/stat : 19808 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 5396 0 0 0 526 648 0 0 20 0 17 0 652834641 698753024 137750 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19798/tid=19809] ppid=19796 vsize=682376 CPUtime=11.66
/proc/19798/task/19809/stat : 19809 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 6445 0 0 0 580 586 0 0 20 0 17 0 652834641 698753024 137751 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19798/tid=19810] ppid=19796 vsize=682376 CPUtime=11.72
/proc/19798/task/19810/stat : 19810 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 6960 0 0 0 560 612 0 0 20 0 17 0 652834641 698753024 137751 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19798/tid=19811] ppid=19796 vsize=682376 CPUtime=11.68
/proc/19798/task/19811/stat : 19811 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 6103 0 0 0 580 588 0 0 20 0 17 0 652834641 698753024 137751 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19798/tid=19812] ppid=19796 vsize=682376 CPUtime=11.82
/proc/19798/task/19812/stat : 19812 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 6651 0 0 0 568 614 0 0 20 0 17 0 652834641 698753024 137751 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19798/tid=19813] ppid=19796 vsize=682376 CPUtime=11.36
/proc/19798/task/19813/stat : 19813 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 4952 0 0 0 534 602 0 0 20 0 17 0 652834641 698753024 137754 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19798/tid=19814] ppid=19796 vsize=682376 CPUtime=11.82
/proc/19798/task/19814/stat : 19814 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 8873 0 0 0 616 566 0 0 20 0 17 0 652834641 698753024 137755 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=682376 CPUtime=11.56
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 3975 0 0 0 510 646 0 0 20 0 17 0 652834642 698753024 137756 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.89
Current children cumulated vsize (KiB) 682376

[startup+25.5024 s]
/proc/loadavg: 6.93 3.77 2.35 16/201 19815
/proc/meminfo: memFree=17828116/36427776 swapFree=4692/1240596
[pid=19798] ppid=19796 vsize=1427316 CPUtime=402.73
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 312918 0 0 0 30877 9396 0 0 20 0 17 0 652834509 1461571584 312710 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 356829 312714 95 177 0 356651 0
[pid=19798/tid=19800] ppid=19796 vsize=1427316 CPUtime=24.02
/proc/19798/task/19800/stat : 19800 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 32298 0 0 0 2316 86 0 0 20 0 17 0 652834641 1461571584 312714 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19798/tid=19801] ppid=19796 vsize=1427316 CPUtime=25.1
/proc/19798/task/19801/stat : 19801 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 17559 0 0 0 1882 628 0 0 20 0 17 0 652834641 1461571584 312714 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19798/tid=19802] ppid=19796 vsize=1427316 CPUtime=25.38
/proc/19798/task/19802/stat : 19802 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16045 0 0 0 1890 648 0 0 20 0 17 0 652834641 1461571584 312716 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19798/tid=19803] ppid=19796 vsize=1427316 CPUtime=25.18
/proc/19798/task/19803/stat : 19803 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16622 0 0 0 1884 634 0 0 20 0 17 0 652834641 1461571584 312716 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19798/tid=19804] ppid=19796 vsize=1427316 CPUtime=25.2
/proc/19798/task/19804/stat : 19804 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 19450 0 0 0 1872 648 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19798/tid=19805] ppid=19796 vsize=1427316 CPUtime=25.38
/proc/19798/task/19805/stat : 19805 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 18159 0 0 0 1892 646 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19798/tid=19806] ppid=19796 vsize=1427316 CPUtime=25.06
/proc/19798/task/19806/stat : 19806 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16320 0 0 0 1900 606 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19798/tid=19807] ppid=19796 vsize=1427316 CPUtime=25.18
/proc/19798/task/19807/stat : 19807 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 15191 0 0 0 1902 616 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19798/tid=19808] ppid=19796 vsize=1427316 CPUtime=25.4
/proc/19798/task/19808/stat : 19808 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 13818 0 0 0 1892 648 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19798/tid=19809] ppid=19796 vsize=1427316 CPUtime=25.04
/proc/19798/task/19809/stat : 19809 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16752 0 0 0 1918 586 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19798/tid=19810] ppid=19796 vsize=1427316 CPUtime=25.2
/proc/19798/task/19810/stat : 19810 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16685 0 0 0 1908 612 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19798/tid=19811] ppid=19796 vsize=1427316 CPUtime=25.08
/proc/19798/task/19811/stat : 19811 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 17153 0 0 0 1920 588 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19798/tid=19812] ppid=19796 vsize=1427316 CPUtime=25.28
/proc/19798/task/19812/stat : 19812 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 16505 0 0 0 1914 614 0 0 20 0 17 0 652834641 1461571584 312717 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19798/tid=19813] ppid=19796 vsize=1427316 CPUtime=24.5
/proc/19798/task/19813/stat : 19813 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 14744 0 0 0 1848 602 0 0 20 0 17 0 652834641 1461571584 312718 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19798/tid=19814] ppid=19796 vsize=1427316 CPUtime=25.06
/proc/19798/task/19814/stat : 19814 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 21484 0 0 0 1940 566 0 0 20 0 17 0 652834641 1461571584 312718 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=1427316 CPUtime=25.2
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 14851 0 0 0 1874 646 0 0 20 0 17 0 652834642 1461571584 312719 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134562328 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.73
Current children cumulated vsize (KiB) 1427316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+36.3188 s]
/proc/loadavg: 8.94 4.37 2.57 18/201 19815
/proc/meminfo: memFree=17177928/36427776 swapFree=4692/1888832
[pid=19798] ppid=19796 vsize=2098428 CPUtime=574.61
/proc/19798/stat : 19798 (ttsth-5-0) S 19796 19798 15497 0 -1 4202496 470872 0 0 0 48051 9410 0 0 20 0 17 0 652834509 2148790272 470663 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 524607 470665 95 177 0 524429 0
[pid=19798/tid=19800] ppid=19796 vsize=2098428 CPUtime=34.81
/proc/19798/task/19800/stat : 19800 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 39481 0 0 0 3381 100 0 0 20 0 17 0 652834641 2148790272 470666 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19798/tid=19801] ppid=19796 vsize=2098428 CPUtime=35.88
/proc/19798/task/19801/stat : 19801 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 28171 0 0 0 2960 628 0 0 20 0 17 0 652834641 2148790272 470667 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19798/tid=19802] ppid=19796 vsize=2098428 CPUtime=36.14
/proc/19798/task/19802/stat : 19802 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 24959 0 0 0 2966 648 0 0 20 0 17 0 652834641 2148790272 470667 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19798/tid=19803] ppid=19796 vsize=2098428 CPUtime=35.96
/proc/19798/task/19803/stat : 19803 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 24010 0 0 0 2962 634 0 0 20 0 17 0 652834641 2148790272 470667 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19798/tid=19804] ppid=19796 vsize=2098428 CPUtime=35.94
/proc/19798/task/19804/stat : 19804 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 31475 0 0 0 2946 648 0 0 20 0 17 0 652834641 2148790272 470668 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19798/tid=19805] ppid=19796 vsize=2098428 CPUtime=36.12
/proc/19798/task/19805/stat : 19805 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 32376 0 0 0 2966 646 0 0 20 0 17 0 652834641 2148790272 470670 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19798/tid=19806] ppid=19796 vsize=2098428 CPUtime=35.82
/proc/19798/task/19806/stat : 19806 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 24252 0 0 0 2976 606 0 0 20 0 17 0 652834641 2148790272 470670 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=19798/tid=19807] ppid=19796 vsize=2098428 CPUtime=35.92
/proc/19798/task/19807/stat : 19807 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 26280 0 0 0 2976 616 0 0 20 0 17 0 652834641 2148790272 470670 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19798/tid=19808] ppid=19796 vsize=2098428 CPUtime=36.08
/proc/19798/task/19808/stat : 19808 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 23802 0 0 0 2960 648 0 0 20 0 17 0 652834641 2148790272 470671 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19798/tid=19809] ppid=19796 vsize=2098428 CPUtime=35.8
/proc/19798/task/19809/stat : 19809 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 25030 0 0 0 2994 586 0 0 20 0 17 0 652834641 2148790272 470672 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134562341 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19798/tid=19810] ppid=19796 vsize=2098428 CPUtime=35.98
/proc/19798/task/19810/stat : 19810 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 25331 0 0 0 2986 612 0 0 20 0 17 0 652834641 2148790272 470673 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19798/tid=19811] ppid=19796 vsize=2098428 CPUtime=35.78
/proc/19798/task/19811/stat : 19811 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 29393 0 0 0 2990 588 0 0 20 0 17 0 652834641 2148790272 470673 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19798/tid=19812] ppid=19796 vsize=2098428 CPUtime=36
/proc/19798/task/19812/stat : 19812 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 28483 0 0 0 2986 614 0 0 20 0 17 0 652834641 2148790272 470673 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19798/tid=19813] ppid=19796 vsize=2098428 CPUtime=35.04
/proc/19798/task/19813/stat : 19813 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 23401 0 0 0 2902 602 0 0 20 0 17 0 652834641 2148790272 470673 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134590752 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19798/tid=19814] ppid=19796 vsize=2098428 CPUtime=35.84
/proc/19798/task/19814/stat : 19814 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 30598 0 0 0 3018 566 0 0 20 0 17 0 652834641 2148790272 470673 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=2098428 CPUtime=36
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4202560 24548 0 0 0 2954 646 0 0 20 0 17 0 652834642 2148790272 470675 18446744073709551615 134512640 135237372 4286801680 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 574.61
Current children cumulated vsize (KiB) 2098428

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

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

[startup+36.4293 s]
/proc/loadavg: 8.94 4.37 2.57 18/201 19815
/proc/meminfo: memFree=17177928/36427776 swapFree=4692/1888832
[pid=19798] ppid=19796 vsize=0 CPUtime=574.76
/proc/19798/stat : 19798 (ttsth-5-0) Z 19796 19798 15497 0 -1 4203532 471044 0 0 0 48066 9410 0 0 20 0 2 0 652834509 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 0 0 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=0 CPUtime=36.02
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4203588 24555 0 0 0 2956 646 0 0 20 0 2 0 652834642 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 574.76
Current children cumulated vsize (KiB) 0

[startup+36.5054 s]
/proc/loadavg: 8.94 4.37 2.57 18/201 19815
/proc/meminfo: memFree=17177928/36427776 swapFree=4692/1888832
[pid=19798] ppid=19796 vsize=0 CPUtime=574.76
/proc/19798/stat : 19798 (ttsth-5-0) Z 19796 19798 15497 0 -1 4203532 471044 0 0 0 48066 9410 0 0 20 0 2 0 652834509 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19798/statm: 0 0 0 0 0 0 0
[pid=19798/tid=19815] ppid=19796 vsize=0 CPUtime=36.02
/proc/19798/task/19815/stat : 19815 (ttsth-5-0) R 19796 19798 15497 0 -1 4203588 24555 0 0 0 2956 646 0 0 20 0 2 0 652834642 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 574.76
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 36.5127
CPU time (s): 574.78
CPU user time (s): 480.662
CPU system time (s): 94.1179
CPU usage (%): 1574.19
Max. virtual memory (cumulated for all children) (KiB): 2098428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.662
system time used= 94.1179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471044
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= 42365
involuntary context switches= 1358

runsolver used 0.188011 second user time and 0.608038 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 01:21:21
IDJOB=1776615
IDBENCH=69560
IDSOLVER=634
FILE ID=xenhost3-49/1776615-1244935281
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED= 304253393

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:      19057808 kB
Buffers:        473900 kB
Cached:       14115824 kB
SwapCached:          0 kB
Active:        4119396 kB
Inactive:     10477680 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1360 kB
Writeback:           0 kB
AnonPages:        7492 kB
Mapped:           2992 kB
Slab:           717932 kB
SReclaimable:   691152 kB
SUnreclaim:      26780 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7024 MiB
End job on xenhost3-49 at 2009-06-14 01:22:00