Trace number 307056

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, and are wall clock time (not CPU 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
KCNFS SMP? (TO) 1200.23 603.32

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S161446644-14.cnf
MD5SUM319199115eec5f04169695cb4210fb35
Bench CategoryRANDOM (random 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 variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/307056-1172112192/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.10	c Input file : '/tmp/evaluation/307056-1172112192/instance-307056-1172112192.cnf'
0.00/0.10	c [#vars: 13000, #clauses: 54600 -> 54684 clauses (pre-processing), tautology: 0, 3-CNF]
0.40/0.44	c unit clauses propagate before processing (#clause: 54684)
0.40/0.44	c estimated distribution: 8 tasks
3.16/3.17	c <17804> [PID]: 17806 17807 17808 17809 17810 17811 17812
25.09/14.24	c <17804> [PID]: 17813
25.09/14.24	c real distribution: 8 tasks

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-307056-1172112192 -o ROOT/results/node12/solver-307056-1172112192 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307056-1172112192/kcnfs-smp /tmp/evaluation/307056-1172112192/instance-307056-1172112192.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.08 1.86 3/77 17804
/proc/meminfo: memFree=1598000/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=180916 CPUtime=0
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 231173663 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134939087 0 0 4096 0 0 0 0 17 1 0 0
/proc/17804/statm: 45229 113 48 160 0 45067 0

[startup+0.106562 s]
/proc/loadavg: 0.92 1.08 1.86 3/77 17804
/proc/meminfo: memFree=1598000/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=189392 CPUtime=0.1
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 2034 0 0 0 9 1 0 0 18 0 1 0 231173663 193937408 2018 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725749 0 0 4096 0 0 0 0 17 1 0 0
/proc/17804/statm: 47348 2018 51 160 0 47186 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 189392

[startup+0.514635 s]
/proc/loadavg: 0.92 1.08 1.86 3/77 17804
/proc/meminfo: memFree=1598000/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=0.5
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 3726 0 0 0 49 1 0 0 22 0 1 0 231173663 195362816 3710 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670055 0 0 4096 0 0 0 0 17 1 0 0
/proc/17804/statm: 47696 3710 65 160 0 47534 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 190784

[startup+1.33478 s]
/proc/loadavg: 0.92 1.08 1.86 2/78 17805
/proc/meminfo: memFree=1583272/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=1.32
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 3739 0 0 0 131 1 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649759 0 0 4096 0 0 0 0 17 1 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 190784

[startup+2.97108 s]
/proc/loadavg: 0.92 1.08 1.86 2/78 17805
/proc/meminfo: memFree=1583144/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=2.96
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 3739 0 0 0 295 1 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566874 0 0 4096 0 0 0 0 17 1 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 190784

[startup+6.25568 s]
/proc/loadavg: 1.09 1.11 1.87 6/82 17809
/proc/meminfo: memFree=1579656/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=4.41
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 4188 0 0 0 440 1 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190784 CPUtime=2.51
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 251 0 0 0 25 0 1 0 231173981 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47696 3723 72 160 0 47534 0
[pid=17807] ppid=17804 vsize=190784 CPUtime=1.56
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 171 0 0 0 156 0 0 0 25 0 1 0 231173981 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47696 3723 72 160 0 47534 0
[pid=17808] ppid=17804 vsize=190784 CPUtime=0.4
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 160 0 0 0 40 0 0 0 25 0 1 0 231174163 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/17808/statm: 47696 3723 72 160 0 47534 0
[pid=17809] ppid=17804 vsize=190784 CPUtime=0.4
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 160 0 0 0 40 0 0 0 25 0 1 0 231174163 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 953920

[startup+12.7428 s]
/proc/loadavg: 1.40 1.18 1.88 8/84 17811
/proc/meminfo: memFree=1577848/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.35
/proc/17804/stat : 17804 (kcnfs-smp) R 17802 17804 17046 0 -1 4194304 4416 0 0 0 633 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190788 CPUtime=5.41
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 178 0 0 0 541 0 0 0 25 0 1 0 231173981 195366912 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47697 3724 72 160 0 47535 0
[pid=17807] ppid=17804 vsize=190784 CPUtime=4.45
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 445 0 0 0 25 0 1 0 231173981 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647736 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47696 3723 72 160 0 47534 0
[pid=17808] ppid=17804 vsize=190784 CPUtime=2.6
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 175 0 0 0 260 0 0 0 25 0 1 0 231174163 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47696 3723 72 160 0 47534 0
[pid=17809] ppid=17804 vsize=190784 CPUtime=2.4
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 175 0 0 0 240 0 0 0 25 0 1 0 231174163 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47696 3723 72 160 0 47534 0
[pid=17810] ppid=17804 vsize=190784 CPUtime=0.51
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 157 0 0 0 51 0 0 0 25 0 1 0 231174714 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/17810/statm: 47696 3723 72 160 0 47534 0
[pid=17811] ppid=17804 vsize=190784 CPUtime=0.5
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 160 0 0 0 50 0 0 0 25 0 1 0 231174716 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 1335492

[startup+25.6312 s]
/proc/loadavg: 2.79 1.49 1.97 9/86 17813
/proc/meminfo: memFree=1576168/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190788 CPUtime=8.81
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 881 0 0 0 25 0 1 0 231173981 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566898 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47697 3725 72 160 0 47535 0
[pid=17807] ppid=17804 vsize=190788 CPUtime=7.8
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 178 0 0 0 780 0 0 0 25 0 1 0 231173981 195366912 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47697 3724 72 160 0 47535 0
[pid=17808] ppid=17804 vsize=190788 CPUtime=5.93
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 178 0 0 0 593 0 0 0 25 0 1 0 231174163 195366912 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649744 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47697 3724 72 160 0 47535 0
[pid=17809] ppid=17804 vsize=190784 CPUtime=5.53
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 553 0 0 0 25 0 1 0 231174163 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47696 3723 72 160 0 47534 0
[pid=17810] ppid=17804 vsize=190784 CPUtime=3.8
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 380 0 0 0 25 0 1 0 231174714 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47696 3723 72 160 0 47534 0
[pid=17811] ppid=17804 vsize=190784 CPUtime=3.7
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 370 0 0 0 25 0 1 0 231174716 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669700 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47696 3723 72 160 0 47534 0
[pid=17812] ppid=17804 vsize=190784 CPUtime=2.8
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 177 0 0 0 280 0 0 0 25 0 1 0 231175087 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668548 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47696 3723 72 160 0 47534 0
[pid=17813] ppid=17804 vsize=190784 CPUtime=2.79
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 176 0 0 0 279 0 0 0 25 0 1 0 231175088 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 47.89
Current children cumulated vsize (KiB) 1717068

[startup+51.3098 s]
/proc/loadavg: 4.57 2.02 2.13 9/86 17813
/proc/meminfo: memFree=1576104/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190788 CPUtime=15.21
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 1521 0 0 0 25 0 1 0 231173981 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649698 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47697 3725 72 160 0 47535 0
[pid=17807] ppid=17804 vsize=190788 CPUtime=14.2
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 1420 0 0 0 25 0 1 0 231173981 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668575 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47697 3725 72 160 0 47535 0
[pid=17808] ppid=17804 vsize=190788 CPUtime=12.4
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 1240 0 0 0 25 0 1 0 231174163 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668630 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47697 3725 72 160 0 47535 0
[pid=17809] ppid=17804 vsize=190788 CPUtime=11.9
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 1190 0 0 0 25 0 1 0 231174163 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47697 3725 72 160 0 47535 0
[pid=17810] ppid=17804 vsize=190788 CPUtime=10.2
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 1020 0 0 0 25 0 1 0 231174714 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671160 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47697 3725 72 160 0 47535 0
[pid=17811] ppid=17804 vsize=190788 CPUtime=10.1
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 178 0 0 0 1010 0 0 0 25 0 1 0 231174716 195366912 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47697 3724 72 160 0 47535 0
[pid=17812] ppid=17804 vsize=190788 CPUtime=9.2
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 920 0 0 0 25 0 1 0 231175087 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47697 3725 72 160 0 47535 0
[pid=17813] ppid=17804 vsize=190788 CPUtime=9.18
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 918 0 0 0 25 0 1 0 231175088 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47697 3725 72 160 0 47535 0
Current children cumulated CPU time (s) 99.12
Current children cumulated vsize (KiB) 1717088

[startup+102.556 s]
/proc/loadavg: 6.51 2.94 2.44 9/86 17813
/proc/meminfo: memFree=1575976/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190788 CPUtime=28
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 181 0 0 0 2800 0 0 0 25 0 1 0 231173981 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582206 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47697 3727 72 160 0 47535 0
[pid=17807] ppid=17804 vsize=190788 CPUtime=27.04
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 181 0 0 0 2704 0 0 0 25 0 1 0 231173981 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665415 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47697 3727 72 160 0 47535 0
[pid=17808] ppid=17804 vsize=190788 CPUtime=25.2
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 181 0 0 0 2520 0 0 0 25 0 1 0 231174163 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47697 3727 72 160 0 47535 0
[pid=17809] ppid=17804 vsize=190788 CPUtime=24.69
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 180 0 0 0 2469 0 0 0 25 0 1 0 231174163 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664672 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47697 3726 72 160 0 47535 0
[pid=17810] ppid=17804 vsize=190788 CPUtime=23
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 2300 0 0 0 25 0 1 0 231174714 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649736 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47697 3725 72 160 0 47535 0
[pid=17811] ppid=17804 vsize=190788 CPUtime=22.88
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 2288 0 0 0 25 0 1 0 231174716 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650697 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47697 3725 72 160 0 47535 0
[pid=17812] ppid=17804 vsize=190788 CPUtime=21.9
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 179 0 0 0 2190 0 0 0 25 0 1 0 231175087 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649724 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47697 3725 72 160 0 47535 0
[pid=17813] ppid=17804 vsize=190788 CPUtime=21.89
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 180 0 0 0 2189 0 0 0 25 0 1 0 231175088 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665361 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47697 3726 72 160 0 47535 0
Current children cumulated CPU time (s) 201.33

################
# More data... #
################

[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190792 CPUtime=103
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 10299 1 0 0 25 0 1 0 231173981 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47698 3732 72 160 0 47536 0
[pid=17807] ppid=17804 vsize=190792 CPUtime=102.03
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 10203 0 0 0 25 0 1 0 231173981 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47698 3732 72 160 0 47536 0
[pid=17808] ppid=17804 vsize=190792 CPUtime=100.18
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 10018 0 0 0 25 0 1 0 231174163 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47698 3732 72 160 0 47536 0
[pid=17809] ppid=17804 vsize=190792 CPUtime=99.28
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 9928 0 0 0 25 0 1 0 231174163 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47698 3732 72 160 0 47536 0
[pid=17810] ppid=17804 vsize=190792 CPUtime=97.99
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 9799 0 0 0 25 0 1 0 231174714 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47698 3732 72 160 0 47536 0
[pid=17811] ppid=17804 vsize=190792 CPUtime=97.48
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 9748 0 0 0 25 0 1 0 231174716 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671219 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47698 3732 72 160 0 47536 0
[pid=17812] ppid=17804 vsize=190792 CPUtime=96.58
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 9658 0 0 0 25 0 1 0 231175087 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47698 3732 72 160 0 47536 0
[pid=17813] ppid=17804 vsize=190792 CPUtime=96.56
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 9656 0 0 0 25 0 1 0 231175088 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566853 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47698 3732 72 160 0 47536 0
Current children cumulated CPU time (s) 799.83
Current children cumulated vsize (KiB) 1717120

[startup+462.642 s]
/proc/loadavg: 8.04 6.49 4.22 9/86 17813
/proc/meminfo: memFree=1575656/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190792 CPUtime=117.99
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 11798 1 0 0 25 0 1 0 231173981 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653820 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47698 3733 72 160 0 47536 0
[pid=17807] ppid=17804 vsize=190792 CPUtime=117.04
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11703 1 0 0 25 0 1 0 231173981 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47698 3732 72 160 0 47536 0
[pid=17808] ppid=17804 vsize=190792 CPUtime=115.17
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 11517 0 0 0 25 0 1 0 231174163 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47698 3733 72 160 0 47536 0
[pid=17809] ppid=17804 vsize=190792 CPUtime=114.27
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11427 0 0 0 25 0 1 0 231174163 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647708 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47698 3732 72 160 0 47536 0
[pid=17810] ppid=17804 vsize=190792 CPUtime=112.98
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11298 0 0 0 25 0 1 0 231174714 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669074 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47698 3732 72 160 0 47536 0
[pid=17811] ppid=17804 vsize=190792 CPUtime=112.39
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11239 0 0 0 25 0 1 0 231174716 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47698 3732 72 160 0 47536 0
[pid=17812] ppid=17804 vsize=190792 CPUtime=111.48
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11148 0 0 0 25 0 1 0 231175087 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47698 3732 72 160 0 47536 0
[pid=17813] ppid=17804 vsize=190792 CPUtime=111.47
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 186 0 0 0 11147 0 0 0 25 0 1 0 231175088 195371008 3732 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47698 3732 72 160 0 47536 0
Current children cumulated CPU time (s) 919.52
Current children cumulated vsize (KiB) 1717120

[startup+522.665 s]
/proc/loadavg: 8.01 6.76 4.45 9/86 17813
/proc/meminfo: memFree=1575656/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190792 CPUtime=132.99
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 13298 1 0 0 25 0 1 0 231173981 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47698 3733 72 160 0 47536 0
[pid=17807] ppid=17804 vsize=190792 CPUtime=132.04
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 13203 1 0 0 25 0 1 0 231173981 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47698 3733 72 160 0 47536 0
[pid=17808] ppid=17804 vsize=190792 CPUtime=130.17
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 13017 0 0 0 25 0 1 0 231174163 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671115 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47698 3734 72 160 0 47536 0
[pid=17809] ppid=17804 vsize=190792 CPUtime=129.17
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 12917 0 0 0 25 0 1 0 231174163 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47698 3733 72 160 0 47536 0
[pid=17810] ppid=17804 vsize=190792 CPUtime=127.98
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 12798 0 0 0 25 0 1 0 231174714 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669240 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47698 3733 72 160 0 47536 0
[pid=17811] ppid=17804 vsize=190792 CPUtime=127.38
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 12737 1 0 0 25 0 1 0 231174716 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47698 3733 72 160 0 47536 0
[pid=17812] ppid=17804 vsize=190792 CPUtime=126.42
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 12642 0 0 0 25 0 1 0 231175087 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47698 3733 72 160 0 47536 0
[pid=17813] ppid=17804 vsize=190792 CPUtime=126.37
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 187 0 0 0 12637 0 0 0 25 0 1 0 231175088 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47698 3733 72 160 0 47536 0
Current children cumulated CPU time (s) 1039.25
Current children cumulated vsize (KiB) 1717120

[startup+582.682 s]
/proc/loadavg: 8.00 6.98 4.67 9/86 17813
/proc/meminfo: memFree=1575592/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190792 CPUtime=147.98
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14797 1 0 0 25 0 1 0 231173981 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47698 3735 72 160 0 47536 0
[pid=17807] ppid=17804 vsize=190792 CPUtime=147.05
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14704 1 0 0 25 0 1 0 231173981 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669094 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47698 3734 72 160 0 47536 0
[pid=17808] ppid=17804 vsize=190792 CPUtime=145.18
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14517 1 0 0 25 0 1 0 231174163 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47698 3735 72 160 0 47536 0
[pid=17809] ppid=17804 vsize=190792 CPUtime=144.07
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14407 0 0 0 25 0 1 0 231174163 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669203 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47698 3734 72 160 0 47536 0
[pid=17810] ppid=17804 vsize=190792 CPUtime=142.98
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14298 0 0 0 25 0 1 0 231174714 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47698 3734 72 160 0 47536 0
[pid=17811] ppid=17804 vsize=190792 CPUtime=142.28
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14227 1 0 0 25 0 1 0 231174716 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649950 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47698 3734 72 160 0 47536 0
[pid=17812] ppid=17804 vsize=190792 CPUtime=141.37
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14137 0 0 0 25 0 1 0 231175087 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47698 3735 72 160 0 47536 0
[pid=17813] ppid=17804 vsize=190792 CPUtime=141.33
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14133 0 0 0 25 0 1 0 231175088 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566845 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47698 3734 72 160 0 47536 0
Current children cumulated CPU time (s) 1158.97
Current children cumulated vsize (KiB) 1717120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.305 s]
/proc/loadavg: 8.07 7.06 4.74 9/86 17813
/proc/meminfo: memFree=1575592/2055920 swapFree=4154940/4192956
[pid=17804] ppid=17802 vsize=190784 CPUtime=6.73
/proc/17804/stat : 17804 (kcnfs-smp) S 17802 17804 17046 0 -1 4194304 4501 0 0 0 671 2 0 0 25 0 1 0 231173663 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 47696 3723 72 160 0 47534 0
[pid=17806] ppid=17804 vsize=190792 CPUtime=153.18
/proc/17806/stat : 17806 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 15317 1 0 0 25 0 1 0 231173981 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/17806/statm: 47698 3735 72 160 0 47536 0
[pid=17807] ppid=17804 vsize=190792 CPUtime=152.18
/proc/17807/stat : 17807 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 15217 1 0 0 25 0 1 0 231173981 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/17807/statm: 47698 3734 72 160 0 47536 0
[pid=17808] ppid=17804 vsize=190792 CPUtime=150.28
/proc/17808/stat : 17808 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 15027 1 0 0 25 0 1 0 231174163 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/17808/statm: 47698 3735 72 160 0 47536 0
[pid=17809] ppid=17804 vsize=190792 CPUtime=149.27
/proc/17809/stat : 17809 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14926 1 0 0 25 0 1 0 231174163 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670112 0 0 4096 0 0 0 0 17 0 0 0
/proc/17809/statm: 47698 3735 72 160 0 47536 0
[pid=17810] ppid=17804 vsize=190792 CPUtime=148.17
/proc/17810/stat : 17810 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 188 0 0 0 14817 0 0 0 25 0 1 0 231174714 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/17810/statm: 47698 3734 72 160 0 47536 0
[pid=17811] ppid=17804 vsize=190792 CPUtime=147.38
/proc/17811/stat : 17811 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14737 1 0 0 25 0 1 0 231174716 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 0 0 0 0 17 0 0 0
/proc/17811/statm: 47698 3735 72 160 0 47536 0
[pid=17812] ppid=17804 vsize=190792 CPUtime=146.47
/proc/17812/stat : 17812 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 190 0 0 0 14647 0 0 0 25 0 1 0 231175087 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582348 0 0 4096 2 0 0 0 17 0 0 0
/proc/17812/statm: 47698 3736 72 160 0 47536 0
[pid=17813] ppid=17804 vsize=190792 CPUtime=146.47
/proc/17813/stat : 17813 (kcnfs-smp) R 17804 17804 17046 0 -1 4194368 189 0 0 0 14647 0 0 0 25 0 1 0 231175088 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17813/statm: 47698 3735 72 160 0 47536 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 1717120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 603.32
CPU time (s): 1200.23
CPU user time (s): 1200.1
CPU system time (s): 0.12798
CPU usage (%): 198.937
Max. virtual memory (cumulated for all children) (KiB): 1717120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.1
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6081
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= 40
involuntary context switches= 34194

runsolver used 0.802877 second user time and 1.72574 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Feb 22 02:43:12 UTC 2007

IDJOB= 307056
IDBENCH= 20196
IDSOLVER= 112
FILE ID= node12/307056-1172112192

PBS_JOBID= 3865351

Free space on /tmp= 66543 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S161446644-14.cnf
COMMAND LINE= /tmp/evaluation/307056-1172112192/kcnfs-smp /tmp/evaluation/307056-1172112192/instance-307056-1172112192.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-307056-1172112192 -o ROOT/results/node12/solver-307056-1172112192 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307056-1172112192/kcnfs-smp /tmp/evaluation/307056-1172112192/instance-307056-1172112192.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  319199115eec5f04169695cb4210fb35

RANDOM SEED= 441704672

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1598408 kB
Buffers:         56212 kB
Cached:         304892 kB
SwapCached:      18268 kB
Active:         196568 kB
Inactive:       190928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598408 kB
SwapTotal:     4192956 kB
SwapFree:      4154940 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:          30060 kB
Slab:            55612 kB
Committed_AS:  1087372 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66543 MiB

End job on node12 on Thu Feb 22 02:53:18 UTC 2007