Trace number 1779420

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) 1405.38 94.7119

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.14	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779420-1244953173.cnf 
0.10/0.14	c Using SATTIMEOUT of 10000
0.10/0.14	c Using SATRAM of 2047
0.10/0.14	c Size of subset node = 16
0.10/0.14	c Variables = 31942
0.10/0.14	c Clauses = 96138
0.10/0.14	c Literals = 226784
0.10/0.14	c Reduced size:
0.10/0.14	c Variables = 31942
0.10/0.14	c Clauses = 95654
0.10/0.14	c Literals = 225500
0.10/0.14	c a2
0.20/0.25	c a1
3.80/3.89	c Independent sub-problems = 1
3.80/3.89	c Sub-problem with 31794 variables and 95654 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.860 seconds
3.80/3.89	c mapped 3.890 seconds
3.80/3.89	c permuted 3.890 seconds
3.80/3.89	c about to sort
3.90/3.91	c sorted
4.80/4.87	c clauses now 95654
4.80/4.87	c init finished 4.500 seconds
4.80/4.87	c tree built 4.860 seconds
4.80/4.87	c 
4.80/4.87	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
4.80/4.87	c ---------------------------------|----------------------------------|------------------------------------------------------
4.80/4.87	c ................................ | ..........                       |                        4.9           0.0             
4.80/4.87	c ................................ | ..........                     1 |                        4.9           0.2             
4.80/4.87	c ................................ | ..........                     2 |                        4.9           0.4             
4.80/4.87	c ................................ | ..........                     3 |                        4.9           0.6             
4.80/4.87	c ................................ | ..........                     4 |                        4.9           0.8             
4.80/4.87	c ................................ | ..........                     5 |                        4.9           1.0             
4.80/4.89	c ................................ | ..........                  1000 | 16                     5.0         200.4          362
291.06/23.23	c ................................ | ..........               1144000 | 27090                200.0        5720.0     16660320
558.09/40.44	c ................................ | ..........               1925000 | 44710                400.2        4810.0     35845476
830.35/57.85	c ................................ | ..........               2816000 | 66309                600.3        4691.1     51495968
1110.50/75.72	c ................................ | ..........               3416000 | 89294                800.2        4269.0     66737129
1354.93/91.39	c ................................ | *.........               3732000 | 98314               1001.8        3725.4     84030645

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-1779420-1244953173/watcher-1779420-1244953173 -o /tmp/evaluation-result-1779420-1244953173/solver-1779420-1244953173 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779420-1244953173.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.01 14.57 12.81 2/184 23844
/proc/meminfo: memFree=19045244/36427776 swapFree=3648/7928
[pid=23844] ppid=23842 vsize=1540 CPUtime=0
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 280 0 0 0 0 0 0 0 20 0 1 0 654623683 1576960 236 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134639534 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 385 237 75 177 0 207 0

[startup+0.027515 s]
/proc/loadavg: 14.01 14.57 12.81 2/184 23844
/proc/meminfo: memFree=19045244/36427776 swapFree=3648/7928
[pid=23844] ppid=23842 vsize=2760 CPUtime=0.02
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 563 0 0 0 2 0 0 0 20 0 1 0 654623683 2826240 519 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 690 520 75 177 0 512 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2760

[startup+0.103556 s]
/proc/loadavg: 14.01 14.57 12.81 2/184 23844
/proc/meminfo: memFree=19045244/36427776 swapFree=3648/7928
[pid=23844] ppid=23842 vsize=7940 CPUtime=0.1
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 1791 0 0 0 10 0 0 0 20 0 1 0 654623683 8130560 1747 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134534064 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 1985 1747 75 177 0 1807 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7940

[startup+0.303595 s]
/proc/loadavg: 14.01 14.57 12.81 2/184 23844
/proc/meminfo: memFree=19045244/36427776 swapFree=3648/7928
[pid=23844] ppid=23842 vsize=14808 CPUtime=0.28
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 3711 0 0 0 28 0 0 0 20 0 1 0 654623683 15163392 3478 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134730887 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 3702 3478 77 177 0 3524 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14808

[startup+0.703588 s]
/proc/loadavg: 14.01 14.57 12.81 2/184 23844
/proc/meminfo: memFree=19045244/36427776 swapFree=3648/7928
[pid=23844] ppid=23842 vsize=18784 CPUtime=0.68
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 4712 0 0 0 68 0 0 0 20 0 1 0 654623683 19234816 4479 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 4696 4479 77 177 0 4518 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18784

[startup+1.50364 s]
/proc/loadavg: 14.01 14.57 12.81 2/185 23845
/proc/meminfo: memFree=19027104/36427776 swapFree=3728/26336
[pid=23844] ppid=23842 vsize=18996 CPUtime=1.48
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 4785 0 0 0 148 0 0 0 20 0 1 0 654623683 19451904 4552 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134555272 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 4749 4552 77 177 0 4571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18996

[startup+3.10376 s]
/proc/loadavg: 14.01 14.57 12.81 2/185 23845
/proc/meminfo: memFree=19025244/36427776 swapFree=4256/26784
[pid=23844] ppid=23842 vsize=19868 CPUtime=3.1
/proc/23844/stat : 23844 (ttsth-5-0) R 23842 23844 15497 0 -1 4202496 4970 0 0 0 310 0 0 0 20 0 1 0 654623683 20344832 4737 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 4967 4737 77 177 0 4789 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19868

[startup+6.30268 s]
/proc/loadavg: 12.96 14.34 12.75 17/201 23861
/proc/meminfo: memFree=18658900/36427776 swapFree=4668/396008
[pid=23844] ppid=23842 vsize=531668 CPUtime=26.88
/proc/23844/stat : 23844 (ttsth-5-0) S 23842 23844 15497 0 -1 4202496 101779 0 0 0 899 1789 0 0 20 0 17 0 654623683 544428032 101358 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 132917 101358 95 177 0 132739 0
[pid=23844/tid=23846] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23846/stat : 23846 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 2007 0 0 0 124 14 0 0 20 0 17 0 654624169 544428032 101358 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23844/tid=23847] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23847/stat : 23847 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 350 0 0 0 16 122 0 0 20 0 17 0 654624169 544428032 101359 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23844/tid=23848] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23848/stat : 23848 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 300 0 0 0 20 118 0 0 20 0 17 0 654624169 544428032 101359 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23844/tid=23849] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23849/stat : 23849 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 371 0 0 0 26 112 0 0 20 0 17 0 654624169 544428032 101360 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23844/tid=23850] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23850/stat : 23850 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 445 0 0 0 30 108 0 0 20 0 17 0 654624169 544428032 101360 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23844/tid=23851] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23851/stat : 23851 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 290 0 0 0 14 124 0 0 20 0 17 0 654624169 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23844/tid=23852] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23852/stat : 23852 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 475 0 0 0 24 114 0 0 20 0 17 0 654624169 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23844/tid=23853] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23853/stat : 23853 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 395 0 0 0 24 114 0 0 20 0 17 0 654624169 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23844/tid=23854] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23854/stat : 23854 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 435 0 0 0 22 116 0 0 20 0 17 0 654624169 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23844/tid=23855] ppid=23842 vsize=531668 CPUtime=1.38
/proc/23844/task/23855/stat : 23855 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 379 0 0 0 18 120 0 0 20 0 17 0 654624170 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23844/tid=23856] ppid=23842 vsize=531668 CPUtime=1.34
/proc/23844/task/23856/stat : 23856 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 418 0 0 0 14 120 0 0 20 0 17 0 654624170 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23844/tid=23857] ppid=23842 vsize=531668 CPUtime=1.36
/proc/23844/task/23857/stat : 23857 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 394 0 0 0 22 114 0 0 20 0 17 0 654624170 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23844/tid=23858] ppid=23842 vsize=531668 CPUtime=1.36
/proc/23844/task/23858/stat : 23858 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 317 0 0 0 24 112 0 0 20 0 17 0 654624170 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23844/tid=23859] ppid=23842 vsize=531668 CPUtime=1.36
/proc/23844/task/23859/stat : 23859 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 329 0 0 0 20 116 0 0 20 0 17 0 654624171 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23844/tid=23860] ppid=23842 vsize=531668 CPUtime=1.36
/proc/23844/task/23860/stat : 23860 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 585 0 0 0 24 112 0 0 20 0 17 0 654624171 544428032 101361 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=531668 CPUtime=1.36
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 319 0 0 0 18 118 0 0 20 0 17 0 654624172 544428032 101362 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 531668

[startup+12.7038 s]
/proc/loadavg: 13.21 14.37 12.76 15/201 23861
/proc/meminfo: memFree=18554968/36427776 swapFree=4692/499656
[pid=23844] ppid=23842 vsize=627968 CPUtime=126.91
/proc/23844/stat : 23844 (ttsth-5-0) S 23842 23844 15497 0 -1 4202496 125825 0 0 0 4680 8011 0 0 20 0 17 0 654623683 643039232 125404 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 156992 125405 95 177 0 156814 0
[pid=23844/tid=23846] ppid=23842 vsize=627968 CPUtime=7.76
/proc/23844/task/23846/stat : 23846 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 5515 0 0 0 756 20 0 0 20 0 17 0 654624169 643039232 125405 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23844/tid=23847] ppid=23842 vsize=627968 CPUtime=7.62
/proc/23844/task/23847/stat : 23847 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1829 0 0 0 244 518 0 0 20 0 17 0 654624169 643039232 125405 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23844/tid=23848] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23848/stat : 23848 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 2068 0 0 0 222 538 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23844/tid=23849] ppid=23842 vsize=627968 CPUtime=7.64
/proc/23844/task/23849/stat : 23849 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1780 0 0 0 250 514 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23844/tid=23850] ppid=23842 vsize=627968 CPUtime=7.64
/proc/23844/task/23850/stat : 23850 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1844 0 0 0 246 518 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23844/tid=23851] ppid=23842 vsize=627968 CPUtime=7.62
/proc/23844/task/23851/stat : 23851 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1432 0 0 0 200 562 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23844/tid=23852] ppid=23842 vsize=627968 CPUtime=7.62
/proc/23844/task/23852/stat : 23852 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1637 0 0 0 232 530 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23844/tid=23853] ppid=23842 vsize=627968 CPUtime=7.64
/proc/23844/task/23853/stat : 23853 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 2192 0 0 0 254 510 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23844/tid=23854] ppid=23842 vsize=627968 CPUtime=7.68
/proc/23844/task/23854/stat : 23854 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 2360 0 0 0 238 530 0 0 20 0 17 0 654624169 643039232 125406 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23844/tid=23855] ppid=23842 vsize=627968 CPUtime=7.62
/proc/23844/task/23855/stat : 23855 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1574 0 0 0 218 544 0 0 20 0 17 0 654624170 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23844/tid=23856] ppid=23842 vsize=627968 CPUtime=7.44
/proc/23844/task/23856/stat : 23856 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1513 0 0 0 212 532 0 0 20 0 17 0 654624170 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23844/tid=23857] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23857/stat : 23857 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1492 0 0 0 226 534 0 0 20 0 17 0 654624170 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23844/tid=23858] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23858/stat : 23858 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1518 0 0 0 240 520 0 0 20 0 17 0 654624170 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23844/tid=23859] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23859/stat : 23859 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1797 0 0 0 224 536 0 0 20 0 17 0 654624171 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134550044 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23844/tid=23860] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23860/stat : 23860 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1983 0 0 0 238 522 0 0 20 0 17 0 654624171 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134591217 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=627968 CPUtime=7.6
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 1321 0 0 0 218 542 0 0 20 0 17 0 654624172 643039232 125407 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 126.91
Current children cumulated vsize (KiB) 627968

[startup+25.5072 s]
/proc/loadavg: 13.83 14.45 12.82 17/201 23861
/proc/meminfo: memFree=18319916/36427776 swapFree=4692/734744
[pid=23844] ppid=23842 vsize=872808 CPUtime=327.05
/proc/23844/stat : 23844 (ttsth-5-0) S 23842 23844 15497 0 -1 4202496 184450 0 0 0 14922 17783 0 0 20 0 17 0 654623683 893755392 184029 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 218202 184030 95 177 0 218024 0
[pid=23844/tid=23846] ppid=23842 vsize=872808 CPUtime=20.56
/proc/23844/task/23846/stat : 23846 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 13402 0 0 0 2026 30 0 0 20 0 17 0 654624169 893755392 184031 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23844/tid=23847] ppid=23842 vsize=872808 CPUtime=20.2
/proc/23844/task/23847/stat : 23847 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 6651 0 0 0 960 1060 0 0 20 0 17 0 654624169 893755392 184031 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23844/tid=23848] ppid=23842 vsize=872808 CPUtime=20.06
/proc/23844/task/23848/stat : 23848 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4719 0 0 0 790 1216 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23844/tid=23849] ppid=23842 vsize=872808 CPUtime=20.14
/proc/23844/task/23849/stat : 23849 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4906 0 0 0 834 1180 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23844/tid=23850] ppid=23842 vsize=872808 CPUtime=20.18
/proc/23844/task/23850/stat : 23850 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4620 0 0 0 874 1144 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134565859 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23844/tid=23851] ppid=23842 vsize=872808 CPUtime=20.08
/proc/23844/task/23851/stat : 23851 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 3435 0 0 0 754 1254 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23844/tid=23852] ppid=23842 vsize=872808 CPUtime=20.1
/proc/23844/task/23852/stat : 23852 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4003 0 0 0 784 1226 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23844/tid=23853] ppid=23842 vsize=872808 CPUtime=20.18
/proc/23844/task/23853/stat : 23853 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 6062 0 0 0 870 1148 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23844/tid=23854] ppid=23842 vsize=872808 CPUtime=20.18
/proc/23844/task/23854/stat : 23854 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 7351 0 0 0 784 1234 0 0 20 0 17 0 654624169 893755392 184032 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23844/tid=23855] ppid=23842 vsize=872808 CPUtime=20.18
/proc/23844/task/23855/stat : 23855 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 6308 0 0 0 804 1214 0 0 20 0 17 0 654624170 893755392 184033 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23844/tid=23856] ppid=23842 vsize=872808 CPUtime=19.68
/proc/23844/task/23856/stat : 23856 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4486 0 0 0 798 1170 0 0 20 0 17 0 654624170 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23844/tid=23857] ppid=23842 vsize=872808 CPUtime=19.98
/proc/23844/task/23857/stat : 23857 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4155 0 0 0 728 1270 0 0 20 0 17 0 654624170 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23844/tid=23858] ppid=23842 vsize=872808 CPUtime=20.14
/proc/23844/task/23858/stat : 23858 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 5247 0 0 0 874 1140 0 0 20 0 17 0 654624170 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23844/tid=23859] ppid=23842 vsize=872808 CPUtime=20.1
/proc/23844/task/23859/stat : 23859 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4958 0 0 0 860 1150 0 0 20 0 17 0 654624171 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23844/tid=23860] ppid=23842 vsize=872808 CPUtime=20.1
/proc/23844/task/23860/stat : 23860 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 4697 0 0 0 816 1194 0 0 20 0 17 0 654624171 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=872808 CPUtime=20.2
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 5480 0 0 0 906 1114 0 0 20 0 17 0 654624172 893755392 184034 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 327.05
Current children cumulated vsize (KiB) 872808

[startup+51.1026 s]
/proc/loadavg: 14.57 14.57 12.90 17/201 23866
/proc/meminfo: memFree=17868880/36427776 swapFree=4692/1182852
[pid=23844] ppid=23842 vsize=1345484 CPUtime=725.5
/proc/23844/stat : 23844 (ttsth-5-0) S 23842 23844 15497 0 -1 4202496 296758 0 0 0 36829 35721 0 0 20 0 17 0 654623683 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 336371 296338 95 177 0 336193 0
[pid=23844/tid=23846] ppid=23842 vsize=1345484 CPUtime=46.13
/proc/23844/task/23846/stat : 23846 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 28025 0 0 0 4569 44 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23844/tid=23847] ppid=23842 vsize=1345484 CPUtime=45
/proc/23844/task/23847/stat : 23847 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 11723 0 0 0 2104 2396 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134591166 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23844/tid=23848] ppid=23842 vsize=1345484 CPUtime=44.28
/proc/23844/task/23848/stat : 23848 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 9618 0 0 0 1922 2506 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23844/tid=23849] ppid=23842 vsize=1345484 CPUtime=44.98
/proc/23844/task/23849/stat : 23849 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 13366 0 0 0 2294 2204 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23844/tid=23850] ppid=23842 vsize=1345484 CPUtime=45.2
/proc/23844/task/23850/stat : 23850 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 9706 0 0 0 2168 2352 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23844/tid=23851] ppid=23842 vsize=1345484 CPUtime=45.12
/proc/23844/task/23851/stat : 23851 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 8544 0 0 0 2040 2472 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23844/tid=23852] ppid=23842 vsize=1345484 CPUtime=45.28
/proc/23844/task/23852/stat : 23852 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 10239 0 0 0 2242 2286 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23844/tid=23853] ppid=23842 vsize=1345484 CPUtime=44.94
/proc/23844/task/23853/stat : 23853 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 8969 0 0 0 1864 2630 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23844/tid=23854] ppid=23842 vsize=1345484 CPUtime=45.28
/proc/23844/task/23854/stat : 23854 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 16843 0 0 0 2036 2492 0 0 20 0 17 0 654624169 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23844/tid=23855] ppid=23842 vsize=1345484 CPUtime=45.3
/proc/23844/task/23855/stat : 23855 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 15001 0 0 0 2100 2430 0 0 20 0 17 0 654624170 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23844/tid=23856] ppid=23842 vsize=1345484 CPUtime=44.28
/proc/23844/task/23856/stat : 23856 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 12187 0 0 0 2210 2218 0 0 20 0 17 0 654624170 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23844/tid=23857] ppid=23842 vsize=1345484 CPUtime=44.6
/proc/23844/task/23857/stat : 23857 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 8843 0 0 0 1876 2584 0 0 20 0 17 0 654624170 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134680257 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23844/tid=23858] ppid=23842 vsize=1345484 CPUtime=45.16
/proc/23844/task/23858/stat : 23858 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 14097 0 0 0 2232 2284 0 0 20 0 17 0 654624170 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23844/tid=23859] ppid=23842 vsize=1345484 CPUtime=44.4
/proc/23844/task/23859/stat : 23859 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 10946 0 0 0 2166 2274 0 0 20 0 17 0 654624171 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23844/tid=23860] ppid=23842 vsize=1345484 CPUtime=45.1
/proc/23844/task/23860/stat : 23860 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 12171 0 0 0 2160 2350 0 0 20 0 17 0 654624171 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=1345484 CPUtime=45.44
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 12509 0 0 0 2384 2160 0 0 20 0 17 0 654624172 1377775616 296338 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 725.5
Current children cumulated vsize (KiB) 1345484



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+94.5035 s]
/proc/loadavg: 15.26 14.75 13.03 17/201 23866
/proc/meminfo: memFree=17148160/36427776 swapFree=4692/1905608
[pid=23844] ppid=23842 vsize=2096924 CPUtime=1405.03
/proc/23844/stat : 23844 (ttsth-5-0) S 23842 23844 15497 0 -1 4202496 474813 0 0 0 78132 62371 0 0 20 0 17 0 654623683 2147250176 474392 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 524231 474392 95 177 0 524053 0
[pid=23844/tid=23846] ppid=23842 vsize=2096924 CPUtime=89.53
/proc/23844/task/23846/stat : 23846 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 56494 0 0 0 8881 72 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134593217 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23844/tid=23847] ppid=23842 vsize=2096924 CPUtime=87.44
/proc/23844/task/23847/stat : 23847 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 22307 0 0 0 4807 3937 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23844/tid=23848] ppid=23842 vsize=2096924 CPUtime=86.35
/proc/23844/task/23848/stat : 23848 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 17290 0 0 0 4203 4432 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23844/tid=23849] ppid=23842 vsize=2096924 CPUtime=87.86
/proc/23844/task/23849/stat : 23849 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 25834 0 0 0 5103 3683 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23844/tid=23850] ppid=23842 vsize=2096924 CPUtime=87.85
/proc/23844/task/23850/stat : 23850 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 21075 0 0 0 4663 4122 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23844/tid=23851] ppid=23842 vsize=2096924 CPUtime=87.76
/proc/23844/task/23851/stat : 23851 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 19197 0 0 0 4534 4242 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23844/tid=23852] ppid=23842 vsize=2096924 CPUtime=87.5
/proc/23844/task/23852/stat : 23852 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 17100 0 0 0 4437 4313 0 0 20 0 17 0 654624169 2147250176 474393 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23844/tid=23853] ppid=23842 vsize=2096924 CPUtime=87.21
/proc/23844/task/23853/stat : 23853 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 16337 0 0 0 4084 4637 0 0 20 0 17 0 654624169 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134588171 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23844/tid=23854] ppid=23842 vsize=2096924 CPUtime=87.73
/proc/23844/task/23854/stat : 23854 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 25640 0 0 0 4409 4364 0 0 20 0 17 0 654624169 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23844/tid=23855] ppid=23842 vsize=2096924 CPUtime=87.63
/proc/23844/task/23855/stat : 23855 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 23575 0 0 0 4347 4416 0 0 20 0 17 0 654624170 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23844/tid=23856] ppid=23842 vsize=2096924 CPUtime=85.61
/proc/23844/task/23856/stat : 23856 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 21239 0 0 0 4520 4041 0 0 20 0 17 0 654624170 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134549950 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23844/tid=23857] ppid=23842 vsize=2096924 CPUtime=86.86
/proc/23844/task/23857/stat : 23857 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 18636 0 0 0 4292 4394 0 0 20 0 17 0 654624170 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23844/tid=23858] ppid=23842 vsize=2096924 CPUtime=88.04
/proc/23844/task/23858/stat : 23858 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 27994 0 0 0 5001 3803 0 0 20 0 17 0 654624170 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23844/tid=23859] ppid=23842 vsize=2096924 CPUtime=86.96
/proc/23844/task/23859/stat : 23859 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 21939 0 0 0 4699 3997 0 0 20 0 17 0 654624171 2147250176 474394 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23844/tid=23860] ppid=23842 vsize=2096924 CPUtime=87.42
/proc/23844/task/23860/stat : 23860 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 22289 0 0 0 4555 4187 0 0 20 0 17 0 654624171 2147250176 474395 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=2096924 CPUtime=88.36
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4202560 23897 0 0 0 5142 3694 0 0 20 0 17 0 654624172 2147250176 474395 18446744073709551615 134512640 135237372 4287266688 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1405.03
Current children cumulated vsize (KiB) 2096924

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

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

[startup+94.6395 s]
/proc/loadavg: 15.26 14.75 13.03 17/201 23866
/proc/meminfo: memFree=17148160/36427776 swapFree=4692/1905608
[pid=23844] ppid=23842 vsize=0 CPUtime=1405.29
/proc/23844/stat : 23844 (ttsth-5-0) Z 23842 23844 15497 0 -1 4203532 474867 0 0 0 78145 62384 0 0 20 0 2 0 654623683 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 0 0 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=0 CPUtime=88.46
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4203588 23905 0 0 0 5142 3704 0 0 20 0 2 0 654624172 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1405.29
Current children cumulated vsize (KiB) 0

[startup+94.7035 s]
/proc/loadavg: 15.26 14.75 13.03 17/201 23866
/proc/meminfo: memFree=17148160/36427776 swapFree=4692/1905608
[pid=23844] ppid=23842 vsize=0 CPUtime=1405.36
/proc/23844/stat : 23844 (ttsth-5-0) Z 23842 23844 15497 0 -1 4203532 474867 0 0 0 78145 62391 0 0 20 0 2 0 654623683 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23844/statm: 0 0 0 0 0 0 0
[pid=23844/tid=23861] ppid=23842 vsize=0 CPUtime=88.53
/proc/23844/task/23861/stat : 23861 (ttsth-5-0) R 23842 23844 15497 0 -1 4203588 23905 0 0 0 5142 3711 0 0 20 0 2 0 654624172 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1405.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 94.7119
CPU time (s): 1405.38
CPU user time (s): 781.457
CPU system time (s): 623.919
CPU usage (%): 1483.84
Max. virtual memory (cumulated for all children) (KiB): 2096924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 781.457
system time used= 623.919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474867
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= 192300
involuntary context switches= 3458

runsolver used 0.476029 second user time and 1.44009 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:19:33
IDJOB=1779420
IDBENCH=70850
IDSOLVER=634
FILE ID=xenhost3-49/1779420-1244953173
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-26-s100.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779420-1244953173/watcher-1779420-1244953173 -o /tmp/evaluation-result-1779420-1244953173/solver-1779420-1244953173 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779420-1244953173.cnf

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED= 1874058124

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:      19044800 kB
Buffers:        482616 kB
Cached:       14118104 kB
SwapCached:          0 kB
Active:        4129128 kB
Inactive:     10480204 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2004 kB
Writeback:           0 kB
AnonPages:        7928 kB
Mapped:           2984 kB
Slab:           721500 kB
SReclaimable:   694752 kB
SUnreclaim:      26748 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

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