Trace number 1779075

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) 567.427 43.2012

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.94
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.05	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779075-1244950058.cnf 
0.04/0.05	c Using SATTIMEOUT of 10000
0.04/0.05	c Using SATRAM of 2047
0.04/0.05	c Size of subset node = 16
0.04/0.05	c Variables = 14578
0.04/0.05	c Clauses = 42581
0.04/0.05	c Literals = 99353
0.04/0.05	c Reduced size:
0.04/0.05	c Variables = 14578
0.04/0.05	c Clauses = 42537
0.04/0.05	c Literals = 99250
0.04/0.05	c a2
0.10/0.10	c a1
1.30/1.37	c Independent sub-problems = 1
1.30/1.37	c Sub-problem with 14560 variables and 42537 clauses
1.30/1.37	c using permutation method 4
1.30/1.37	c count = 1
1.30/1.37	c Ordering finished 1.350 seconds
1.30/1.37	c mapped 1.360 seconds
1.30/1.37	c permuted 1.360 seconds
1.30/1.37	c about to sort
1.30/1.38	c sorted
1.80/1.83	c clauses now 42537
1.80/1.83	c init finished 1.650 seconds
1.80/1.83	c tree built 1.830 seconds
1.80/1.83	c 
1.80/1.83	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.80/1.83	c ---------------------------------|----------------------------------|------------------------------------------------------
1.80/1.83	c ................................ | ..........                       |                        1.8           0.0             
1.80/1.83	c ................................ | ..........                     1 |                        1.8           0.5             
1.80/1.83	c ................................ | ..........                     2 |                        1.8           1.1             
1.80/1.83	c ................................ | ..........                     3 |                        1.8           1.6             
1.80/1.83	c ................................ | ..........                     4 |                        1.8           2.2             
1.80/1.83	c ................................ | ..........                     5 |                        1.8           2.7             
1.80/1.85	c ................................ | ..........                  1000 |                        1.9         523.6          556
264.36/20.87	c ................................ | ..........                824000 | 17310                200.2        4116.3     28488216
473.40/36.35	c ................................ | ..........               1079000 | 25106                400.6        2693.1     68188768

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

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


[startup+0 s]
/proc/loadavg: 15.87 11.98 6.99 2/184 22558
/proc/meminfo: memFree=19046588/36427776 swapFree=4428/7112
[pid=22558] ppid=22556 vsize=1540 CPUtime=0
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 281 0 0 0 0 0 0 0 20 0 1 0 654312145 1576960 238 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 385 239 75 177 0 207 0

[startup+0.05431 s]
/proc/loadavg: 15.87 11.98 6.99 2/184 22558
/proc/meminfo: memFree=19046588/36427776 swapFree=4428/7112
[pid=22558] ppid=22556 vsize=4156 CPUtime=0.04
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 870 0 0 0 4 0 0 0 20 0 1 0 654312145 4255744 827 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134534262 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 1039 827 75 177 0 861 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4156

[startup+0.1023 s]
/proc/loadavg: 15.87 11.98 6.99 2/184 22558
/proc/meminfo: memFree=19046588/36427776 swapFree=4428/7112
[pid=22558] ppid=22556 vsize=7060 CPUtime=0.1
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 1619 0 0 0 10 0 0 0 20 0 1 0 654312145 7229440 1575 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134749353 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 1765 1575 76 177 0 1587 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7060

[startup+0.302326 s]
/proc/loadavg: 15.87 11.98 6.99 2/184 22558
/proc/meminfo: memFree=19046588/36427776 swapFree=4428/7112
[pid=22558] ppid=22556 vsize=9016 CPUtime=0.3
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 2202 0 0 0 30 0 0 0 20 0 1 0 654312145 9232384 2074 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 2254 2074 77 177 0 2076 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9016

[startup+0.702348 s]
/proc/loadavg: 15.87 11.98 6.99 2/184 22558
/proc/meminfo: memFree=19046588/36427776 swapFree=4428/7112
[pid=22558] ppid=22556 vsize=9016 CPUtime=0.7
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 2225 0 0 0 70 0 0 0 20 0 1 0 654312145 9232384 2097 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134555272 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 2254 2097 77 177 0 2076 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9016

[startup+1.50245 s]
/proc/loadavg: 15.87 11.98 6.99 2/185 22559
/proc/meminfo: memFree=19037648/36427776 swapFree=4472/16148
[pid=22558] ppid=22556 vsize=66480 CPUtime=1.5
/proc/22558/stat : 22558 (ttsth-5-0) R 22556 22558 15497 0 -1 4202496 16634 0 0 0 142 8 0 0 20 0 1 0 654312145 68075520 16464 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134574366 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 16653 16471 85 177 0 16475 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 66480

[startup+3.1028 s]
/proc/loadavg: 15.87 11.98 6.99 17/201 22575
/proc/meminfo: memFree=18866388/36427776 swapFree=4668/192892
[pid=22558] ppid=22556 vsize=322780 CPUtime=20.01
/proc/22558/stat : 22558 (ttsth-5-0) S 22556 22558 15497 0 -1 4202496 51085 0 0 0 539 1462 0 0 20 0 17 0 654312145 330526720 50874 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 80695 50874 95 177 0 80517 0
[pid=22558/tid=22560] ppid=22556 vsize=322780 CPUtime=1.24
/proc/22558/task/22560/stat : 22560 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1294 0 0 0 114 10 0 0 20 0 17 0 654312329 330526720 50874 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22561] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22561/stat : 22561 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 571 0 0 0 22 98 0 0 20 0 17 0 654312329 330526720 50874 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22558/tid=22562] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22562/stat : 22562 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 488 0 0 0 20 100 0 0 20 0 17 0 654312329 330526720 50874 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22563] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22563/stat : 22563 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 504 0 0 0 22 98 0 0 20 0 17 0 654312329 330526720 50875 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22558/tid=22564] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22564/stat : 22564 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 600 0 0 0 18 102 0 0 20 0 17 0 654312329 330526720 50875 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22558/tid=22565] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22565/stat : 22565 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 374 0 0 0 12 108 0 0 20 0 17 0 654312329 330526720 50875 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22558/tid=22566] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22566/stat : 22566 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 452 0 0 0 22 98 0 0 20 0 17 0 654312329 330526720 50875 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22558/tid=22567] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22567/stat : 22567 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 361 0 0 0 18 102 0 0 20 0 17 0 654312329 330526720 50875 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22568] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22568/stat : 22568 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 265 0 0 0 12 108 0 0 20 0 17 0 654312329 330526720 50876 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22558/tid=22569] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22569/stat : 22569 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 389 0 0 0 16 104 0 0 20 0 17 0 654312329 330526720 50876 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22558/tid=22570] ppid=22556 vsize=322780 CPUtime=0.62
/proc/22558/task/22570/stat : 22570 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 418 0 0 0 10 52 0 0 20 0 17 0 654312329 330526720 50876 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22558/tid=22571] ppid=22556 vsize=322780 CPUtime=1.2
/proc/22558/task/22571/stat : 22571 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 433 0 0 0 16 104 0 0 20 0 17 0 654312329 330526720 50877 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22558/tid=22572] ppid=22556 vsize=322780 CPUtime=1.18
/proc/22558/task/22572/stat : 22572 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 502 0 0 0 18 100 0 0 20 0 17 0 654312330 330526720 50877 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134591181 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22558/tid=22573] ppid=22556 vsize=322780 CPUtime=1.18
/proc/22558/task/22573/stat : 22573 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 281 0 0 0 14 104 0 0 20 0 17 0 654312330 330526720 50877 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=322780 CPUtime=1.18
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 524 0 0 0 16 102 0 0 20 0 17 0 654312330 330526720 50878 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22575] ppid=22556 vsize=322780 CPUtime=0.64
/proc/22558/task/22575/stat : 22575 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 313 0 0 0 18 46 0 0 20 0 17 0 654312331 330526720 50878 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.01
Current children cumulated vsize (KiB) 322780

[startup+6.30292 s]
/proc/loadavg: 15.88 12.05 7.04 17/201 22575
/proc/meminfo: memFree=18812096/36427776 swapFree=4692/245900
[pid=22558] ppid=22556 vsize=361476 CPUtime=66.7
/proc/22558/stat : 22558 (ttsth-5-0) S 22556 22558 15497 0 -1 4202496 62328 0 0 0 1730 4940 0 0 20 0 17 0 654312145 370151424 62116 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 90369 62117 95 177 0 90191 0
[pid=22558/tid=22560] ppid=22556 vsize=361476 CPUtime=4.38
/proc/22558/task/22560/stat : 22560 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 3879 0 0 0 418 20 0 0 20 0 17 0 654312329 370151424 62117 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22561] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22561/stat : 22561 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1187 0 0 0 84 346 0 0 20 0 17 0 654312329 370151424 62117 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22558/tid=22562] ppid=22556 vsize=361476 CPUtime=4.32
/proc/22558/task/22562/stat : 22562 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1346 0 0 0 108 324 0 0 20 0 17 0 654312329 370151424 62117 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22563] ppid=22556 vsize=361476 CPUtime=4.32
/proc/22558/task/22563/stat : 22563 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 787 0 0 0 72 360 0 0 20 0 17 0 654312329 370151424 62117 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22558/tid=22564] ppid=22556 vsize=361476 CPUtime=4.32
/proc/22558/task/22564/stat : 22564 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 919 0 0 0 78 354 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=22558/tid=22565] ppid=22556 vsize=361476 CPUtime=4.32
/proc/22558/task/22565/stat : 22565 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 755 0 0 0 66 366 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134549872 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22558/tid=22566] ppid=22556 vsize=361476 CPUtime=4.32
/proc/22558/task/22566/stat : 22566 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1300 0 0 0 86 346 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22558/tid=22567] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22567/stat : 22567 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 734 0 0 0 80 350 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22568] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22568/stat : 22568 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 989 0 0 0 66 364 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22558/tid=22569] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22569/stat : 22569 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 810 0 0 0 74 356 0 0 20 0 17 0 654312329 370151424 62118 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22558/tid=22570] ppid=22556 vsize=361476 CPUtime=3.36
/proc/22558/task/22570/stat : 22570 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 850 0 0 0 64 272 0 0 20 0 17 0 654312329 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134590129 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22558/tid=22571] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22571/stat : 22571 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 915 0 0 0 84 346 0 0 20 0 17 0 654312329 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22558/tid=22572] ppid=22556 vsize=361476 CPUtime=4.3
/proc/22558/task/22572/stat : 22572 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1676 0 0 0 96 334 0 0 20 0 17 0 654312330 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22558/tid=22573] ppid=22556 vsize=361476 CPUtime=4.2
/proc/22558/task/22573/stat : 22573 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1152 0 0 0 82 338 0 0 20 0 17 0 654312330 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=361476 CPUtime=3.14
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 699 0 0 0 50 264 0 0 20 0 17 0 654312330 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22575] ppid=22556 vsize=361476 CPUtime=2.26
/proc/22558/task/22575/stat : 22575 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 1014 0 0 0 52 174 0 0 20 0 17 0 654312331 370151424 62120 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 66.7
Current children cumulated vsize (KiB) 361476

[startup+12.7034 s]
/proc/loadavg: 15.89 12.11 7.08 17/201 22575
/proc/meminfo: memFree=18637740/36427776 swapFree=4692/421132
[pid=22558] ppid=22556 vsize=568592 CPUtime=154.84
/proc/22558/stat : 22558 (ttsth-5-0) S 22556 22558 15497 0 -1 4202496 113890 0 0 0 5813 9671 0 0 20 0 17 0 654312145 582238208 113678 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 142148 113679 95 177 0 141970 0
[pid=22558/tid=22560] ppid=22556 vsize=568592 CPUtime=10.6
/proc/22558/task/22560/stat : 22560 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 10593 0 0 0 912 148 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22561] ppid=22556 vsize=568592 CPUtime=10.24
/proc/22558/task/22561/stat : 22561 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 4381 0 0 0 340 684 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22558/tid=22562] ppid=22556 vsize=568592 CPUtime=10.2
/proc/22558/task/22562/stat : 22562 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 4235 0 0 0 360 660 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22563] ppid=22556 vsize=568592 CPUtime=9.3
/proc/22558/task/22563/stat : 22563 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 3719 0 0 0 312 618 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22558/tid=22564] ppid=22556 vsize=568592 CPUtime=10.36
/proc/22558/task/22564/stat : 22564 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 4106 0 0 0 296 740 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22558/tid=22565] ppid=22556 vsize=568592 CPUtime=10.22
/proc/22558/task/22565/stat : 22565 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 4126 0 0 0 346 676 0 0 20 0 17 0 654312329 582238208 113679 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503006 0 0 -1 14 0 0 0 0 0
[pid=22558/tid=22566] ppid=22556 vsize=568592 CPUtime=10.36
/proc/22558/task/22566/stat : 22566 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 4184 0 0 0 390 646 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22558/tid=22567] ppid=22556 vsize=568592 CPUtime=10.18
/proc/22558/task/22567/stat : 22567 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 3797 0 0 0 250 768 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22568] ppid=22556 vsize=568592 CPUtime=7.88
/proc/22558/task/22568/stat : 22568 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 2753 0 0 0 170 618 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22569] ppid=22556 vsize=568592 CPUtime=10.28
/proc/22558/task/22569/stat : 22569 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 5300 0 0 0 418 610 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22558/tid=22570] ppid=22556 vsize=568592 CPUtime=9.56
/proc/22558/task/22570/stat : 22570 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 5293 0 0 0 324 632 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134590245 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22558/tid=22571] ppid=22556 vsize=568592 CPUtime=10.2
/proc/22558/task/22571/stat : 22571 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 3522 0 0 0 312 708 0 0 20 0 17 0 654312329 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=22558/tid=22572] ppid=22556 vsize=568592 CPUtime=10.18
/proc/22558/task/22572/stat : 22572 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 5072 0 0 0 428 590 0 0 20 0 17 0 654312330 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22558/tid=22573] ppid=22556 vsize=568592 CPUtime=10.18
/proc/22558/task/22573/stat : 22573 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 3865 0 0 0 384 634 0 0 20 0 17 0 654312330 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134634403 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=568592 CPUtime=7.7
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 2696 0 0 0 208 562 0 0 20 0 17 0 654312330 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22575] ppid=22556 vsize=568592 CPUtime=5.42
/proc/22558/task/22575/stat : 22575 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 2931 0 0 0 194 348 0 0 20 0 17 0 654312331 582238208 113680 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 154.84
Current children cumulated vsize (KiB) 568592

[startup+25.5038 s]
/proc/loadavg: 15.78 12.27 7.22 15/201 22575
/proc/meminfo: memFree=18023588/36427776 swapFree=4692/1033640
[pid=22558] ppid=22556 vsize=1185836 CPUtime=322.7
/proc/22558/stat : 22558 (ttsth-5-0) S 22556 22558 15497 0 -1 4202496 259768 0 0 0 21949 10321 0 0 20 0 17 0 654312145 1214296064 259557 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 296459 259557 95 177 0 296281 0
[pid=22558/tid=22560] ppid=22556 vsize=1185836 CPUtime=22.38
/proc/22558/task/22560/stat : 22560 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 22243 0 0 0 2076 162 0 0 20 0 17 0 654312329 1214296064 259557 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22561] ppid=22556 vsize=1185836 CPUtime=19.92
/proc/22558/task/22561/stat : 22561 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 10750 0 0 0 1244 748 0 0 20 0 17 0 654312329 1214296064 259557 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22562] ppid=22556 vsize=1185836 CPUtime=17.54
/proc/22558/task/22562/stat : 22562 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 10421 0 0 0 1046 708 0 0 20 0 17 0 654312329 1214296064 259558 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22563] ppid=22556 vsize=1185836 CPUtime=18.92
/proc/22558/task/22563/stat : 22563 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 11641 0 0 0 1238 654 0 0 20 0 17 0 654312329 1214296064 259559 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22558/tid=22564] ppid=22556 vsize=1185836 CPUtime=21.94
/proc/22558/task/22564/stat : 22564 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 16642 0 0 0 1454 740 0 0 20 0 17 0 654312329 1214296064 259559 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134749348 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22558/tid=22565] ppid=22556 vsize=1185836 CPUtime=21.1
/proc/22558/task/22565/stat : 22565 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 13309 0 0 0 1396 714 0 0 20 0 17 0 654312329 1214296064 259560 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22558/tid=22566] ppid=22556 vsize=1185836 CPUtime=22.14
/proc/22558/task/22566/stat : 22566 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 16101 0 0 0 1550 664 0 0 20 0 17 0 654312329 1214296064 259561 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22558/tid=22567] ppid=22556 vsize=1185836 CPUtime=21.72
/proc/22558/task/22567/stat : 22567 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 15744 0 0 0 1400 772 0 0 20 0 17 0 654312329 1214296064 259561 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22568] ppid=22556 vsize=1185836 CPUtime=17.46
/proc/22558/task/22568/stat : 22568 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 10387 0 0 0 1072 674 0 0 20 0 17 0 654312329 1214296064 259561 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22569] ppid=22556 vsize=1185836 CPUtime=21.98
/proc/22558/task/22569/stat : 22569 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 15278 0 0 0 1522 676 0 0 20 0 17 0 654312329 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22558/tid=22570] ppid=22556 vsize=1185836 CPUtime=20.54
/proc/22558/task/22570/stat : 22570 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 16625 0 0 0 1422 632 0 0 20 0 17 0 654312329 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22558/tid=22571] ppid=22556 vsize=1185836 CPUtime=21.88
/proc/22558/task/22571/stat : 22571 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 10801 0 0 0 1422 766 0 0 20 0 17 0 654312329 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22558/tid=22572] ppid=22556 vsize=1185836 CPUtime=20.86
/proc/22558/task/22572/stat : 22572 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 15782 0 0 0 1426 660 0 0 20 0 17 0 654312330 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22558/tid=22573] ppid=22556 vsize=1185836 CPUtime=21.68
/proc/22558/task/22573/stat : 22573 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 15905 0 0 0 1534 634 0 0 20 0 17 0 654312330 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=1185836 CPUtime=14.06
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 6918 0 0 0 818 588 0 0 20 0 17 0 654312330 1214296064 259562 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22575] ppid=22556 vsize=1185836 CPUtime=16.58
/proc/22558/task/22575/stat : 22575 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 7908 0 0 0 1156 502 0 0 20 0 17 0 654312331 1214296064 259563 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 322.7
Current children cumulated vsize (KiB) 1185836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+43.006 s]
/proc/loadavg: 15.84 12.51 7.40 17/201 22575
/proc/meminfo: memFree=17152092/36427776 swapFree=4692/1903188
[pid=22558] ppid=22556 vsize=2097032 CPUtime=567.15
/proc/22558/stat : 22558 (ttsth-5-0) S 22556 22558 15497 0 -1 4202496 473870 0 0 0 45624 11091 0 0 20 0 17 0 654312145 2147360768 473658 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 524258 473658 95 177 0 524080 0
[pid=22558/tid=22560] ppid=22556 vsize=2097032 CPUtime=38.07
/proc/22558/task/22560/stat : 22560 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 33722 0 0 0 3629 178 0 0 20 0 17 0 654312329 2147360768 473658 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22561] ppid=22556 vsize=2097032 CPUtime=36.36
/proc/22558/task/22561/stat : 22561 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 29371 0 0 0 2858 778 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22558/tid=22562] ppid=22556 vsize=2097032 CPUtime=33.7
/proc/22558/task/22562/stat : 22562 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 22315 0 0 0 2612 758 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22558/tid=22563] ppid=22556 vsize=2097032 CPUtime=35.26
/proc/22558/task/22563/stat : 22563 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 31874 0 0 0 2826 700 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134680273 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22558/tid=22564] ppid=22556 vsize=2097032 CPUtime=37.9
/proc/22558/task/22564/stat : 22564 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 32519 0 0 0 3050 740 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22558/tid=22565] ppid=22556 vsize=2097032 CPUtime=36.02
/proc/22558/task/22565/stat : 22565 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 26832 0 0 0 2854 748 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22558/tid=22566] ppid=22556 vsize=2097032 CPUtime=38.58
/proc/22558/task/22566/stat : 22566 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 30537 0 0 0 3128 730 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134593337 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22558/tid=22567] ppid=22556 vsize=2097032 CPUtime=37.16
/proc/22558/task/22567/stat : 22567 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 28681 0 0 0 2914 802 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22558/tid=22568] ppid=22556 vsize=2097032 CPUtime=33
/proc/22558/task/22568/stat : 22568 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 24499 0 0 0 2590 710 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134591065 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22558/tid=22569] ppid=22556 vsize=2097032 CPUtime=38.08
/proc/22558/task/22569/stat : 22569 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 29641 0 0 0 3058 750 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22558/tid=22570] ppid=22556 vsize=2097032 CPUtime=36.64
/proc/22558/task/22570/stat : 22570 (ttsth-5-0) S 22556 22558 15497 0 -1 4202560 30169 0 0 0 2984 680 0 0 20 0 17 0 654312329 2147360768 473659 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=22558/tid=22571] ppid=22556 vsize=2097032 CPUtime=32.92
/proc/22558/task/22571/stat : 22571 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 17262 0 0 0 2488 804 0 0 20 0 17 0 654312329 2147360768 473660 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22558/tid=22572] ppid=22556 vsize=2097032 CPUtime=37.38
/proc/22558/task/22572/stat : 22572 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 23845 0 0 0 2964 774 0 0 20 0 17 0 654312330 2147360768 473660 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134680484 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22558/tid=22573] ppid=22556 vsize=2097032 CPUtime=37.72
/proc/22558/task/22573/stat : 22573 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 29594 0 0 0 3116 656 0 0 20 0 17 0 654312330 2147360768 473660 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134592184 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=2097032 CPUtime=23.24
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 16327 0 0 0 1706 618 0 0 20 0 17 0 654312330 2147360768 473660 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22558/tid=22575] ppid=22556 vsize=2097032 CPUtime=33.12
/proc/22558/task/22575/stat : 22575 (ttsth-5-0) R 22556 22558 15497 0 -1 4202560 23365 0 0 0 2674 638 0 0 20 0 17 0 654312331 2147360768 473660 18446744073709551615 134512640 135237372 4290724560 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 567.15
Current children cumulated vsize (KiB) 2097032

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

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

[startup+43.1258 s]
/proc/loadavg: 15.84 12.51 7.40 17/201 22575
/proc/meminfo: memFree=17152092/36427776 swapFree=4692/1903188
[pid=22558] ppid=22556 vsize=0 CPUtime=567.35
/proc/22558/stat : 22558 (ttsth-5-0) Z 22556 22558 15497 0 -1 4203532 473939 0 0 0 45635 11100 0 0 20 0 2 0 654312145 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22558/statm: 0 0 0 0 0 0 0
[pid=22558/tid=22574] ppid=22556 vsize=0 CPUtime=23.3
/proc/22558/task/22574/stat : 22574 (ttsth-5-0) R 22556 22558 15497 0 -1 4203588 16327 0 0 0 1706 624 0 0 20 0 2 0 654312330 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 567.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 43.2012
CPU time (s): 567.427
CPU user time (s): 456.357
CPU system time (s): 111.071
CPU usage (%): 1313.45
Max. virtual memory (cumulated for all children) (KiB): 2097032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 456.357
system time used= 111.071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473939
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= 135516
involuntary context switches= 8801

runsolver used 0.188011 second user time and 0.668041 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:27:38
IDJOB=1779075
IDBENCH=70803
IDSOLVER=634
FILE ID=xenhost3-49/1779075-1244950058
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED= 1555099579

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:      19046588 kB
Buffers:        482588 kB
Cached:       14116668 kB
SwapCached:          0 kB
Active:        4128552 kB
Inactive:     10479164 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1356 kB
Writeback:           0 kB
AnonPages:        7112 kB
Mapped:           3764 kB
Slab:           721528 kB
SReclaimable:   694668 kB
SUnreclaim:      26860 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7024 MiB
End job on xenhost3-49 at 2009-06-14 05:28:23