Trace number 1779465

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) 748.82 64.007

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-15-s100.cnf
MD5SUMb185751224700d221426aae46b36e25c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.22
Satisfiable
(Un)Satisfiability was proved
Number of variables31238
Number of clauses93878
Sum of the clauses size221002
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260504
Number of clauses of size 333310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.13	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779465-1244953485.cnf 
0.10/0.13	c Using SATTIMEOUT of 10000
0.10/0.13	c Using SATRAM of 2047
0.10/0.13	c Size of subset node = 16
0.10/0.13	c Variables = 31238
0.10/0.13	c Clauses = 93878
0.10/0.13	c Literals = 221002
0.10/0.13	c Reduced size:
0.10/0.13	c Variables = 31238
0.10/0.13	c Clauses = 93394
0.10/0.13	c Literals = 219718
0.10/0.13	c a2
0.18/0.24	c a1
3.80/3.89	c Independent sub-problems = 1
3.80/3.89	c Sub-problem with 31090 variables and 93394 clauses
3.80/3.89	c using permutation method 4
3.80/3.89	c count = 1
3.80/3.89	c Ordering finished 3.850 seconds
3.80/3.89	c mapped 3.870 seconds
3.80/3.89	c permuted 3.870 seconds
3.80/3.89	c about to sort
3.90/3.90	c sorted
4.78/4.84	c clauses now 93394
4.78/4.84	c init finished 4.490 seconds
4.78/4.84	c tree built 4.820 seconds
4.78/4.84	c 
4.78/4.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
4.78/4.84	c ---------------------------------|----------------------------------|------------------------------------------------------
4.78/4.84	c ................................ | ..........                       |                        4.8           0.0             
4.78/4.84	c ................................ | ..........                     1 |                        4.8           0.2             
4.78/4.84	c ................................ | ..........                     2 |                        4.8           0.4             
4.78/4.84	c ................................ | ..........                     3 |                        4.8           0.6             
4.78/4.84	c ................................ | ..........                     4 |                        4.9           0.8             
4.78/4.84	c ................................ | ..........                     5 |                        4.9           1.0             
4.78/4.86	c ................................ | ..........                  1000 | 10                     5.0         201.6          150
252.55/21.91	c ................................ | ..........                532000 | 16959                200.2        2656.8     24802524
465.48/37.68	c ................................ | ..........                934000 | 29166                400.2        2333.7     50635107
675.02/55.96	c ................................ | ..........               1247000 | 39695                600.0        2078.3     77098808

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

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


[startup+0 s]
/proc/loadavg: 14.13 14.47 13.26 2/184 24014
/proc/meminfo: memFree=19044900/36427776 swapFree=2984/6936
[pid=24014] ppid=24012 vsize=1540 CPUtime=0
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 279 0 0 0 0 0 0 0 20 0 1 0 654654856 1576960 235 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 385 236 75 177 0 207 0

[startup+0.060323 s]
/proc/loadavg: 14.13 14.47 13.26 2/184 24014
/proc/meminfo: memFree=19044900/36427776 swapFree=2984/6936
[pid=24014] ppid=24012 vsize=4940 CPUtime=0.04
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 1113 0 0 0 4 0 0 0 20 0 1 0 654654856 5058560 1069 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 1235 1070 75 177 0 1057 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4940

[startup+0.104348 s]
/proc/loadavg: 14.13 14.47 13.26 2/184 24014
/proc/meminfo: memFree=19044900/36427776 swapFree=2984/6936
[pid=24014] ppid=24012 vsize=7792 CPUtime=0.1
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 1753 0 0 0 8 2 0 0 20 0 1 0 654654856 7979008 1709 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134534043 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 1948 1709 75 177 0 1770 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7792

[startup+0.300385 s]
/proc/loadavg: 14.13 14.47 13.26 2/184 24014
/proc/meminfo: memFree=19044900/36427776 swapFree=2984/6936
[pid=24014] ppid=24012 vsize=14756 CPUtime=0.28
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 3723 0 0 0 26 2 0 0 20 0 1 0 654654856 15110144 3494 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 3689 3496 77 177 0 3511 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14756

[startup+0.700369 s]
/proc/loadavg: 14.13 14.47 13.26 2/184 24014
/proc/meminfo: memFree=19044900/36427776 swapFree=2984/6936
[pid=24014] ppid=24012 vsize=18324 CPUtime=0.68
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 4612 0 0 0 66 2 0 0 20 0 1 0 654654856 18763776 4383 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 4581 4383 77 177 0 4403 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18324

[startup+1.50045 s]
/proc/loadavg: 14.13 14.47 13.26 2/185 24015
/proc/meminfo: memFree=19027800/36427776 swapFree=3508/24988
[pid=24014] ppid=24012 vsize=18612 CPUtime=1.5
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 4684 0 0 0 146 4 0 0 20 0 1 0 654654856 19058688 4455 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134550999 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 4653 4455 77 177 0 4475 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 18612

[startup+3.10058 s]
/proc/loadavg: 14.13 14.47 13.26 2/185 24015
/proc/meminfo: memFree=19025752/36427776 swapFree=4704/27024
[pid=24014] ppid=24012 vsize=19476 CPUtime=3.1
/proc/24014/stat : 24014 (ttsth-5-0) R 24012 24014 15497 0 -1 4202496 4848 0 0 0 306 4 0 0 20 0 1 0 654654856 19943424 4619 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 4869 4619 77 177 0 4691 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19476

[startup+6.30494 s]
/proc/loadavg: 13.08 14.24 13.19 15/201 24031
/proc/meminfo: memFree=18666468/36427776 swapFree=4664/388824
[pid=24014] ppid=24012 vsize=528252 CPUtime=27.14
/proc/24014/stat : 24014 (ttsth-5-0) S 24012 24014 15497 0 -1 4202496 101606 0 0 0 960 1754 0 0 20 0 17 0 654654856 540930048 101192 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 132063 101192 95 177 0 131885 0
[pid=24014/tid=24016] ppid=24012 vsize=528252 CPUtime=1.42
/proc/24014/task/24016/stat : 24016 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2526 0 0 0 132 10 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24017] ppid=24012 vsize=528252 CPUtime=1.4
/proc/24014/task/24017/stat : 24017 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 657 0 0 0 28 112 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24018] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24018/stat : 24018 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 418 0 0 0 26 112 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24019] ppid=24012 vsize=528252 CPUtime=1.4
/proc/24014/task/24019/stat : 24019 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 439 0 0 0 26 114 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24020] ppid=24012 vsize=528252 CPUtime=1.4
/proc/24014/task/24020/stat : 24020 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 338 0 0 0 28 112 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24014/tid=24021] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24021/stat : 24021 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 485 0 0 0 26 112 0 0 20 0 17 0 654655340 540930048 101193 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24022] ppid=24012 vsize=528252 CPUtime=1.4
/proc/24014/task/24022/stat : 24022 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 423 0 0 0 28 112 0 0 20 0 17 0 654655340 540930048 101194 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24014/tid=24023] ppid=24012 vsize=528252 CPUtime=1.4
/proc/24014/task/24023/stat : 24023 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 648 0 0 0 32 108 0 0 20 0 17 0 654655340 540930048 101194 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24014/tid=24024] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24024/stat : 24024 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 649 0 0 0 28 110 0 0 20 0 17 0 654655340 540930048 101194 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24014/tid=24025] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24025/stat : 24025 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 403 0 0 0 26 112 0 0 20 0 17 0 654655340 540930048 101194 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24014/tid=24026] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24026/stat : 24026 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 368 0 0 0 20 118 0 0 20 0 17 0 654655341 540930048 101194 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=24014/tid=24027] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24027/stat : 24027 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 471 0 0 0 18 120 0 0 20 0 17 0 654655341 540930048 101195 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24014/tid=24028] ppid=24012 vsize=528252 CPUtime=1.36
/proc/24014/task/24028/stat : 24028 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 523 0 0 0 24 112 0 0 20 0 17 0 654655341 540930048 101195 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134519936 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24014/tid=24029] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24029/stat : 24029 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 404 0 0 0 20 118 0 0 20 0 17 0 654655341 540930048 101195 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=528252 CPUtime=1.38
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 468 0 0 0 24 114 0 0 20 0 17 0 654655341 540930048 101195 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24014/tid=24031] ppid=24012 vsize=528252 CPUtime=1.36
/proc/24014/task/24031/stat : 24031 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 487 0 0 0 28 108 0 0 20 0 17 0 654655342 540930048 101195 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 27.14
Current children cumulated vsize (KiB) 528252

[startup+12.7049 s]
/proc/loadavg: 13.31 14.27 13.21 16/201 24031
/proc/meminfo: memFree=18490408/36427776 swapFree=4692/563248
[pid=24014] ppid=24012 vsize=701732 CPUtime=126.63
/proc/24014/stat : 24014 (ttsth-5-0) S 24012 24014 15497 0 -1 4202496 143476 0 0 0 6302 6361 0 0 20 0 17 0 654654856 718573568 143063 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 175433 143063 95 177 0 175255 0
[pid=24014/tid=24016] ppid=24012 vsize=701732 CPUtime=7.8
/proc/24014/task/24016/stat : 24016 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 8290 0 0 0 762 18 0 0 20 0 17 0 654655340 718573568 143064 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24017] ppid=24012 vsize=701732 CPUtime=7.6
/proc/24014/task/24017/stat : 24017 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3710 0 0 0 340 420 0 0 20 0 17 0 654655340 718573568 143064 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24018] ppid=24012 vsize=701732 CPUtime=7.62
/proc/24014/task/24018/stat : 24018 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3105 0 0 0 350 412 0 0 20 0 17 0 654655340 718573568 143065 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24019] ppid=24012 vsize=701732 CPUtime=7.6
/proc/24014/task/24019/stat : 24019 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2881 0 0 0 328 432 0 0 20 0 17 0 654655340 718573568 143065 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24020] ppid=24012 vsize=701732 CPUtime=7.62
/proc/24014/task/24020/stat : 24020 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2874 0 0 0 364 398 0 0 20 0 17 0 654655340 718573568 143065 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24014/tid=24021] ppid=24012 vsize=701732 CPUtime=7.6
/proc/24014/task/24021/stat : 24021 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2217 0 0 0 320 440 0 0 20 0 17 0 654655340 718573568 143065 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24022] ppid=24012 vsize=701732 CPUtime=7.62
/proc/24014/task/24022/stat : 24022 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2694 0 0 0 330 432 0 0 20 0 17 0 654655340 718573568 143065 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24014/tid=24023] ppid=24012 vsize=701732 CPUtime=7.66
/proc/24014/task/24023/stat : 24023 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2927 0 0 0 346 420 0 0 20 0 17 0 654655340 718573568 143066 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24014/tid=24024] ppid=24012 vsize=701732 CPUtime=7.6
/proc/24014/task/24024/stat : 24024 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3019 0 0 0 366 394 0 0 20 0 17 0 654655340 718573568 143066 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24014/tid=24025] ppid=24012 vsize=701732 CPUtime=7.54
/proc/24014/task/24025/stat : 24025 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3009 0 0 0 330 424 0 0 20 0 17 0 654655340 718573568 143066 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24014/tid=24026] ppid=24012 vsize=701732 CPUtime=7.58
/proc/24014/task/24026/stat : 24026 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2396 0 0 0 324 434 0 0 20 0 17 0 654655341 718573568 143066 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=24014/tid=24027] ppid=24012 vsize=701732 CPUtime=7.62
/proc/24014/task/24027/stat : 24027 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3488 0 0 0 362 400 0 0 20 0 17 0 654655341 718573568 143067 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24014/tid=24028] ppid=24012 vsize=701732 CPUtime=7.48
/proc/24014/task/24028/stat : 24028 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 3636 0 0 0 366 382 0 0 20 0 17 0 654655341 718573568 143067 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24014/tid=24029] ppid=24012 vsize=701732 CPUtime=7.58
/proc/24014/task/24029/stat : 24029 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2096 0 0 0 318 440 0 0 20 0 17 0 654655341 718573568 143067 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=701732 CPUtime=7.56
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2309 0 0 0 318 438 0 0 20 0 17 0 654655341 718573568 143067 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134590472 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24014/tid=24031] ppid=24012 vsize=701732 CPUtime=7.56
/proc/24014/task/24031/stat : 24031 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 2927 0 0 0 330 426 0 0 20 0 17 0 654655342 718573568 143069 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 126.63
Current children cumulated vsize (KiB) 701732

[startup+25.5048 s]
/proc/loadavg: 13.98 14.37 13.26 17/206 24056
/proc/meminfo: memFree=18119696/36427776 swapFree=4836/933796
[pid=24014] ppid=24012 vsize=1086984 CPUtime=301.68
/proc/24014/stat : 24014 (ttsth-5-0) S 24012 24014 15497 0 -1 4202496 234308 0 0 0 20646 9522 0 0 20 0 17 0 654654856 1113071616 233894 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 271746 233895 95 177 0 271568 0
[pid=24014/tid=24016] ppid=24012 vsize=1086984 CPUtime=20.28
/proc/24014/task/24016/stat : 24016 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 17451 0 0 0 2000 28 0 0 20 0 17 0 654655340 1113071616 233895 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24017] ppid=24012 vsize=1086984 CPUtime=16.5
/proc/24014/task/24017/stat : 24017 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 9695 0 0 0 1026 624 0 0 20 0 17 0 654655340 1113071616 233896 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24018] ppid=24012 vsize=1086984 CPUtime=19.94
/proc/24014/task/24018/stat : 24018 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 9952 0 0 0 1368 626 0 0 20 0 17 0 654655340 1113071616 233896 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134590948 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24019] ppid=24012 vsize=1086984 CPUtime=18.08
/proc/24014/task/24019/stat : 24019 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 7674 0 0 0 1164 644 0 0 20 0 17 0 654655340 1113071616 233896 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134590275 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24014/tid=24020] ppid=24012 vsize=1086984 CPUtime=16.16
/proc/24014/task/24020/stat : 24020 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 6404 0 0 0 1028 588 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24021] ppid=24012 vsize=1086984 CPUtime=19.14
/proc/24014/task/24021/stat : 24021 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 6271 0 0 0 1260 654 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24022] ppid=24012 vsize=1086984 CPUtime=19.9
/proc/24014/task/24022/stat : 24022 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 9891 0 0 0 1338 652 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24014/tid=24023] ppid=24012 vsize=1086984 CPUtime=19.76
/proc/24014/task/24023/stat : 24023 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 8462 0 0 0 1336 640 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24014/tid=24024] ppid=24012 vsize=1086984 CPUtime=19.84
/proc/24014/task/24024/stat : 24024 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 9199 0 0 0 1346 638 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24014/tid=24025] ppid=24012 vsize=1086984 CPUtime=17.56
/proc/24014/task/24025/stat : 24025 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 8168 0 0 0 1112 644 0 0 20 0 17 0 654655340 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134551012 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24026] ppid=24012 vsize=1086984 CPUtime=19.64
/proc/24014/task/24026/stat : 24026 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 7523 0 0 0 1324 640 0 0 20 0 17 0 654655341 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24014/tid=24027] ppid=24012 vsize=1086984 CPUtime=19.52
/proc/24014/task/24027/stat : 24027 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 10517 0 0 0 1342 610 0 0 20 0 17 0 654655341 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=24014/tid=24028] ppid=24012 vsize=1086984 CPUtime=19.28
/proc/24014/task/24028/stat : 24028 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 11179 0 0 0 1298 630 0 0 20 0 17 0 654655341 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24014/tid=24029] ppid=24012 vsize=1086984 CPUtime=19.86
/proc/24014/task/24029/stat : 24029 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 7023 0 0 0 1336 650 0 0 20 0 17 0 654655341 1113071616 233897 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=1086984 CPUtime=15.6
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 6134 0 0 0 950 610 0 0 20 0 17 0 654655341 1113071616 233898 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24014/tid=24031] ppid=24012 vsize=1086984 CPUtime=15.58
/proc/24014/task/24031/stat : 24031 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 6866 0 0 0 966 592 0 0 20 0 17 0 654655342 1113071616 233898 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134590285 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 301.68
Current children cumulated vsize (KiB) 1086984

[startup+51.1046 s]
/proc/loadavg: 14.67 14.50 13.33 17/206 24056
/proc/meminfo: memFree=17437936/36427776 swapFree=4836/1614436
[pid=24014] ppid=24012 vsize=1813836 CPUtime=628.18
/proc/24014/stat : 24014 (ttsth-5-0) S 24012 24014 15497 0 -1 4202496 405542 0 0 0 51202 11616 0 0 20 0 17 0 654654856 1857368064 405128 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 453459 405130 95 177 0 453281 0
[pid=24014/tid=24016] ppid=24012 vsize=1813836 CPUtime=43.75
/proc/24014/task/24016/stat : 24016 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 30164 0 0 0 4331 44 0 0 20 0 17 0 654655340 1857368064 405130 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24017] ppid=24012 vsize=1813836 CPUtime=35.72
/proc/24014/task/24017/stat : 24017 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 24985 0 0 0 2828 744 0 0 20 0 17 0 654655340 1857368064 405130 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=24014/tid=24018] ppid=24012 vsize=1813836 CPUtime=43.58
/proc/24014/task/24018/stat : 24018 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 21989 0 0 0 3562 796 0 0 20 0 17 0 654655340 1857368064 405130 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24019] ppid=24012 vsize=1813836 CPUtime=37.92
/proc/24014/task/24019/stat : 24019 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 17745 0 0 0 3010 782 0 0 20 0 17 0 654655340 1857368064 405130 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=24014/tid=24020] ppid=24012 vsize=1813836 CPUtime=34.52
/proc/24014/task/24020/stat : 24020 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 15261 0 0 0 2758 694 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24014/tid=24021] ppid=24012 vsize=1813836 CPUtime=34.8
/proc/24014/task/24021/stat : 24021 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 12437 0 0 0 2722 758 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24022] ppid=24012 vsize=1813836 CPUtime=40.67
/proc/24014/task/24022/stat : 24022 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 20307 0 0 0 3273 794 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24023] ppid=24012 vsize=1813836 CPUtime=40.53
/proc/24014/task/24023/stat : 24023 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 19133 0 0 0 3251 802 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24014/tid=24024] ppid=24012 vsize=1813836 CPUtime=43.44
/proc/24014/task/24024/stat : 24024 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 20849 0 0 0 3538 806 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134591214 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24014/tid=24025] ppid=24012 vsize=1813836 CPUtime=40.3
/proc/24014/task/24025/stat : 24025 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 22625 0 0 0 3218 812 0 0 20 0 17 0 654655340 1857368064 405131 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24026] ppid=24012 vsize=1813836 CPUtime=38.34
/proc/24014/task/24026/stat : 24026 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 14140 0 0 0 3066 768 0 0 20 0 17 0 654655341 1857368064 405132 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24027] ppid=24012 vsize=1813836 CPUtime=42.21
/proc/24014/task/24027/stat : 24027 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 24460 0 0 0 3447 774 0 0 20 0 17 0 654655341 1857368064 405133 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=24014/tid=24028] ppid=24012 vsize=1813836 CPUtime=40.52
/proc/24014/task/24028/stat : 24028 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 24086 0 0 0 3252 800 0 0 20 0 17 0 654655341 1857368064 405133 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24029] ppid=24012 vsize=1813836 CPUtime=40.32
/proc/24014/task/24029/stat : 24029 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 14503 0 0 0 3234 798 0 0 20 0 17 0 654655341 1857368064 405134 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134590281 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=1813836 CPUtime=34.16
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 15542 0 0 0 2698 718 0 0 20 0 17 0 654655341 1857368064 405134 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=24014/tid=24031] ppid=24012 vsize=1813836 CPUtime=32.4
/proc/24014/task/24031/stat : 24031 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 15418 0 0 0 2566 674 0 0 20 0 17 0 654655342 1857368064 405134 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 628.18
Current children cumulated vsize (KiB) 1813836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+63.8141 s]
/proc/loadavg: 14.68 14.51 13.35 14/206 24056
/proc/meminfo: memFree=17155608/36427776 swapFree=4836/1896600
[pid=24014] ppid=24012 vsize=2097648 CPUtime=748.53
/proc/24014/stat : 24014 (ttsth-5-0) S 24012 24014 15497 0 -1 4202496 472243 0 0 0 62881 11972 0 0 20 0 17 0 654654856 2147991552 471829 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 524412 471831 95 177 0 524234 0
[pid=24014/tid=24016] ppid=24012 vsize=2097648 CPUtime=50.51
/proc/24014/task/24016/stat : 24016 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 33996 0 0 0 5001 50 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134589980 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=24014/tid=24017] ppid=24012 vsize=2097648 CPUtime=42.47
/proc/24014/task/24017/stat : 24017 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 30340 0 0 0 3477 770 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24018] ppid=24012 vsize=2097648 CPUtime=48.92
/proc/24014/task/24018/stat : 24018 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 24622 0 0 0 4082 810 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24019] ppid=24012 vsize=2097648 CPUtime=44.73
/proc/24014/task/24019/stat : 24019 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 22445 0 0 0 3667 806 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24014/tid=24020] ppid=24012 vsize=2097648 CPUtime=42.45
/proc/24014/task/24020/stat : 24020 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 18903 0 0 0 3529 716 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=24014/tid=24021] ppid=24012 vsize=2097648 CPUtime=42.31
/proc/24014/task/24021/stat : 24021 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 15685 0 0 0 3451 780 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=24014/tid=24022] ppid=24012 vsize=2097648 CPUtime=48.52
/proc/24014/task/24022/stat : 24022 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 25123 0 0 0 4026 826 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636436 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=24014/tid=24023] ppid=24012 vsize=2097648 CPUtime=48.31
/proc/24014/task/24023/stat : 24023 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 23490 0 0 0 4005 826 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24024] ppid=24012 vsize=2097648 CPUtime=50.27
/proc/24014/task/24024/stat : 24024 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 23938 0 0 0 4203 824 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=24014/tid=24025] ppid=24012 vsize=2097648 CPUtime=48.94
/proc/24014/task/24025/stat : 24025 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 28339 0 0 0 4060 834 0 0 20 0 17 0 654655340 2147991552 471833 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=24014/tid=24026] ppid=24012 vsize=2097648 CPUtime=46.59
/proc/24014/task/24026/stat : 24026 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 17605 0 0 0 3873 786 0 0 20 0 17 0 654655341 2147991552 471835 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=24014/tid=24027] ppid=24012 vsize=2097648 CPUtime=48.81
/proc/24014/task/24027/stat : 24027 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 28791 0 0 0 4091 790 0 0 20 0 17 0 654655341 2147991552 471835 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=24014/tid=24028] ppid=24012 vsize=2097648 CPUtime=49.46
/proc/24014/task/24028/stat : 24028 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 29181 0 0 0 4114 832 0 0 20 0 17 0 654655341 2147991552 471835 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=24014/tid=24029] ppid=24012 vsize=2097648 CPUtime=47.87
/proc/24014/task/24029/stat : 24029 (ttsth-5-0) S 24012 24014 15497 0 -1 4202560 18278 0 0 0 3963 824 0 0 20 0 17 0 654655341 2147991552 471836 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=2097648 CPUtime=41.62
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 19686 0 0 0 3418 744 0 0 20 0 17 0 654655341 2147991552 471836 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134680502 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=24014/tid=24031] ppid=24012 vsize=2097648 CPUtime=41.82
/proc/24014/task/24031/stat : 24031 (ttsth-5-0) R 24012 24014 15497 0 -1 4202560 19925 0 0 0 3478 704 0 0 20 0 17 0 654655342 2147991552 471836 18446744073709551615 134512640 135237372 4291988480 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 748.53
Current children cumulated vsize (KiB) 2097648

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

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

[startup+64.0057 s]
/proc/loadavg: 14.68 14.51 13.35 14/206 24056
/proc/meminfo: memFree=17155608/36427776 swapFree=4836/1896600
[pid=24014] ppid=24012 vsize=0 CPUtime=748.82
/proc/24014/stat : 24014 (ttsth-5-0) Z 24012 24014 15497 0 -1 4203532 472280 0 0 0 62891 11991 0 0 20 0 2 0 654654856 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24014/statm: 0 0 0 0 0 0 0
[pid=24014/tid=24030] ppid=24012 vsize=0 CPUtime=41.81
/proc/24014/task/24030/stat : 24030 (ttsth-5-0) R 24012 24014 15497 0 -1 4203588 19688 0 0 0 3419 762 0 0 20 0 2 0 654655341 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 748.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24014 and gives
#  childrusage.ru_utime.tv_sec=628
#  childrusage.ru_utime.tv_usec=915304
#  childrusage.ru_stime.tv_sec=119
#  childrusage.ru_stime.tv_usec=903493
# CPU time returned by wait4() is 748.819
# while last known CPU time is 748.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 64.007
CPU time (s): 748.82
CPU user time (s): 628.91
CPU system time (s): 119.91
CPU usage (%): 1169.9
Max. virtual memory (cumulated for all children) (KiB): 2097648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 628.915
system time used= 119.903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472280
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= 110827
involuntary context switches= 6835

runsolver used 0.272017 second user time and 0.924057 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:24:45
IDJOB=1779465
IDBENCH=70858
IDSOLVER=634
FILE ID=xenhost3-49/1779465-1244953485
PBS_JOBID=
Free space on /tmp= 7023 MiB

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

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

MD5SUM BENCH= b185751224700d221426aae46b36e25c
RANDOM SEED= 1651864791

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:      19044900 kB
Buffers:        482616 kB
Cached:       14118116 kB
SwapCached:          0 kB
Active:        4128756 kB
Inactive:     10480260 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2024 kB
Writeback:           0 kB
AnonPages:        6936 kB
Mapped:           2320 kB
Slab:           721548 kB
SReclaimable:   694768 kB
SUnreclaim:      26780 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

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