Trace number 306974

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.25 603.298

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S1890278326-03.cnf
MD5SUM54d48c33f7a9a8497a5de749a63ebbcb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark943.856
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/306974-1172110382/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.10	c Input file : '/tmp/evaluation/306974-1172110382/instance-306974-1172110382.cnf'
0.00/0.10	c [#vars: 13000, #clauses: 54600 -> 54686 clauses (pre-processing), tautology: 0, 3-CNF]
0.40/0.44	c unit clauses propagate before processing (#clause: 54686)
0.40/0.44	c estimated distribution: 8 tasks
3.17/3.19	c <17702> [PID]: 17704 17705 17706 17707 17708 17709 17710
22.75/13.07	c <17702> [PID]: 17711
22.75/13.07	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-306974-1172110382 -o ROOT/results/node12/solver-306974-1172110382 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306974-1172110382/kcnfs-smp /tmp/evaluation/306974-1172110382/instance-306974-1172110382.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: 1.07 0.99 0.99 3/77 17702
/proc/meminfo: memFree=1600240/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=180916 CPUtime=0
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 230992647 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 45229 113 48 160 0 45067 0

[startup+0.107726 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 17702
/proc/meminfo: memFree=1600240/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=189392 CPUtime=0.1
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 2034 0 0 0 10 0 0 0 18 0 1 0 230992647 193937408 2018 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725749 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47348 2018 51 160 0 47186 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 189392

[startup+0.515799 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 17702
/proc/meminfo: memFree=1600240/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=0.51
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 3725 0 0 0 50 1 0 0 22 0 1 0 230992647 195362816 3709 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671775 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47696 3709 65 160 0 47534 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 190784

[startup+1.33995 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 17703
/proc/meminfo: memFree=1585512/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=1.33
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 3739 0 0 0 132 1 0 0 25 0 1 0 230992647 195362816 3723 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648672 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47696 3723 72 160 0 47534 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 190784

[startup+2.97624 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 17703
/proc/meminfo: memFree=1585384/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=2.97
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 3740 0 0 0 296 1 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 190784

[startup+6.26785 s]
/proc/loadavg: 1.23 1.02 1.01 6/82 17707
/proc/meminfo: memFree=1581896/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=4.59
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 4180 0 0 0 458 1 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190784 CPUtime=2.6
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 174 0 0 0 260 0 0 0 25 0 1 0 230992966 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47696 3724 72 160 0 47534 0
[pid=17705] ppid=17702 vsize=190784 CPUtime=1.39
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 172 0 0 0 139 0 0 0 25 0 1 0 230992967 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47696 3724 72 160 0 47534 0
[pid=17706] ppid=17702 vsize=190784 CPUtime=0.38
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 160 0 0 0 38 0 0 0 25 0 1 0 230993161 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647433 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47696 3724 72 160 0 47534 0
[pid=17707] ppid=17702 vsize=190784 CPUtime=0.31
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 160 0 0 0 31 0 0 0 25 0 1 0 230993165 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47696 3724 72 160 0 47534 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 953920

[startup+12.743 s]
/proc/loadavg: 1.53 1.09 1.03 8/84 17709
/proc/meminfo: memFree=1580088/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.86
/proc/17702/stat : 17702 (kcnfs-smp) R 17700 17702 17046 0 -1 4194304 4401 0 0 0 685 1 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190784 CPUtime=4.94
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 494 0 0 0 25 0 1 0 230992966 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664540 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47696 3724 72 160 0 47534 0
[pid=17705] ppid=17702 vsize=190784 CPUtime=3.5
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 350 0 0 0 25 0 1 0 230992967 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665361 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47696 3724 72 160 0 47534 0
[pid=17706] ppid=17702 vsize=190784 CPUtime=2.53
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 176 0 0 0 253 0 0 0 25 0 1 0 230993161 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649715 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47696 3724 72 160 0 47534 0
[pid=17707] ppid=17702 vsize=190784 CPUtime=2.51
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 175 0 0 0 251 0 0 0 25 0 1 0 230993165 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648998 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47696 3724 72 160 0 47534 0
[pid=17708] ppid=17702 vsize=190784 CPUtime=0.93
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 170 0 0 0 93 0 0 0 25 0 1 0 230993549 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640121 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47696 3724 72 160 0 47534 0
[pid=17709] ppid=17702 vsize=190784 CPUtime=0.91
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 160 0 0 0 91 0 0 0 25 0 1 0 230993553 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647884 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47696 3724 72 160 0 47534 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 1335488

[startup+25.6343 s]
/proc/loadavg: 2.96 1.42 1.14 9/86 17711
/proc/meminfo: memFree=1578408/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190788 CPUtime=8.2
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 178 0 0 0 820 0 0 0 25 0 1 0 230992966 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648787 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47697 3725 72 160 0 47535 0
[pid=17705] ppid=17702 vsize=190788 CPUtime=6.79
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 178 0 0 0 679 0 0 0 25 0 1 0 230992967 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47697 3725 72 160 0 47535 0
[pid=17706] ppid=17702 vsize=190788 CPUtime=5.77
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 178 0 0 0 577 0 0 0 25 0 1 0 230993161 195366912 3725 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47697 3725 72 160 0 47535 0
[pid=17707] ppid=17702 vsize=190784 CPUtime=5.71
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 571 0 0 0 25 0 1 0 230993165 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47696 3724 72 160 0 47534 0
[pid=17708] ppid=17702 vsize=190784 CPUtime=4.19
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 419 0 0 0 25 0 1 0 230993549 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648215 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47696 3724 72 160 0 47534 0
[pid=17709] ppid=17702 vsize=190784 CPUtime=4.11
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 411 0 0 0 25 0 1 0 230993553 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134667457 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47696 3724 72 160 0 47534 0
[pid=17710] ppid=17702 vsize=190784 CPUtime=3.14
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 314 0 0 0 25 0 1 0 230993948 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670202 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47696 3724 72 160 0 47534 0
[pid=17711] ppid=17702 vsize=190784 CPUtime=3.12
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 177 0 0 0 312 0 0 0 25 0 1 0 230993953 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664540 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47696 3724 72 160 0 47534 0
Current children cumulated CPU time (s) 47.91
Current children cumulated vsize (KiB) 1717068

[startup+51.314 s]
/proc/loadavg: 4.68 1.95 1.32 9/86 17711
/proc/meminfo: memFree=1578344/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190788 CPUtime=14.59
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1459 0 0 0 25 0 1 0 230992966 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649343 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47697 3726 72 160 0 47535 0
[pid=17705] ppid=17702 vsize=190788 CPUtime=13.17
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1317 0 0 0 25 0 1 0 230992967 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47697 3726 72 160 0 47535 0
[pid=17706] ppid=17702 vsize=190788 CPUtime=12.13
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1213 0 0 0 25 0 1 0 230993161 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47697 3726 72 160 0 47535 0
[pid=17707] ppid=17702 vsize=190788 CPUtime=12.11
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1211 0 0 0 25 0 1 0 230993165 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648860 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47697 3726 72 160 0 47535 0
[pid=17708] ppid=17702 vsize=190788 CPUtime=10.63
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1063 0 0 0 25 0 1 0 230993549 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47697 3726 72 160 0 47535 0
[pid=17709] ppid=17702 vsize=190788 CPUtime=10.54
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 1054 0 0 0 25 0 1 0 230993553 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647801 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47697 3726 72 160 0 47535 0
[pid=17710] ppid=17702 vsize=190788 CPUtime=9.54
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 954 0 0 0 25 0 1 0 230993948 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47697 3726 72 160 0 47535 0
[pid=17711] ppid=17702 vsize=190788 CPUtime=9.52
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 952 0 0 0 25 0 1 0 230993953 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566837 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47697 3726 72 160 0 47535 0
Current children cumulated CPU time (s) 99.11
Current children cumulated vsize (KiB) 1717088

[startup+102.56 s]
/proc/loadavg: 6.56 2.88 1.67 9/86 17711
/proc/meminfo: memFree=1578216/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190788 CPUtime=27.39
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 181 0 0 0 2739 0 0 0 25 0 1 0 230992966 195366912 3728 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47697 3728 72 160 0 47535 0
[pid=17705] ppid=17702 vsize=190788 CPUtime=25.89
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 180 0 0 0 2589 0 0 0 25 0 1 0 230992967 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648701 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47697 3727 72 160 0 47535 0
[pid=17706] ppid=17702 vsize=190788 CPUtime=24.93
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 181 0 0 0 2493 0 0 0 25 0 1 0 230993161 195366912 3728 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47697 3728 72 160 0 47535 0
[pid=17707] ppid=17702 vsize=190788 CPUtime=24.9
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 180 0 0 0 2490 0 0 0 25 0 1 0 230993165 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669203 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47697 3727 72 160 0 47535 0
[pid=17708] ppid=17702 vsize=190788 CPUtime=23.43
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 2343 0 0 0 25 0 1 0 230993549 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647974 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47697 3726 72 160 0 47535 0
[pid=17709] ppid=17702 vsize=190788 CPUtime=23.37
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 2337 0 0 0 25 0 1 0 230993553 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47697 3726 72 160 0 47535 0
[pid=17710] ppid=17702 vsize=190788 CPUtime=22.33
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 180 0 0 0 2233 0 0 0 25 0 1 0 230993948 195366912 3727 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47697 3727 72 160 0 47535 0
[pid=17711] ppid=17702 vsize=190788 CPUtime=22.21
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 179 0 0 0 2221 0 0 0 25 0 1 0 230993953 195366912 3726 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47697 3726 72 160 0 47535 0
Current children cumulated CPU time (s) 201.33

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

[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190792 CPUtime=102.38
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 10237 1 0 0 25 0 1 0 230992966 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47698 3733 72 160 0 47536 0
[pid=17705] ppid=17702 vsize=190792 CPUtime=100.58
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 10057 1 0 0 25 0 1 0 230992967 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47698 3733 72 160 0 47536 0
[pid=17706] ppid=17702 vsize=190792 CPUtime=99.53
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9953 0 0 0 25 0 1 0 230993161 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47698 3733 72 160 0 47536 0
[pid=17707] ppid=17702 vsize=190792 CPUtime=99.5
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9950 0 0 0 25 0 1 0 230993165 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47698 3733 72 160 0 47536 0
[pid=17708] ppid=17702 vsize=190792 CPUtime=98.41
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9841 0 0 0 25 0 1 0 230993549 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47698 3733 72 160 0 47536 0
[pid=17709] ppid=17702 vsize=190792 CPUtime=98.36
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9836 0 0 0 25 0 1 0 230993553 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47698 3733 72 160 0 47536 0
[pid=17710] ppid=17702 vsize=190792 CPUtime=97.32
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9732 0 0 0 25 0 1 0 230993948 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47698 3733 72 160 0 47536 0
[pid=17711] ppid=17702 vsize=190792 CPUtime=96.9
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 9690 0 0 0 25 0 1 0 230993953 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47698 3733 72 160 0 47536 0
Current children cumulated CPU time (s) 799.86
Current children cumulated vsize (KiB) 1717120

[startup+462.631 s]
/proc/loadavg: 7.99 6.46 3.69 9/86 17711
/proc/meminfo: memFree=1577896/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190792 CPUtime=117.38
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11737 1 0 0 25 0 1 0 230992966 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649350 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47698 3734 72 160 0 47536 0
[pid=17705] ppid=17702 vsize=190792 CPUtime=115.47
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11546 1 0 0 25 0 1 0 230992967 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670057 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47698 3734 72 160 0 47536 0
[pid=17706] ppid=17702 vsize=190792 CPUtime=114.51
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11451 0 0 0 25 0 1 0 230993161 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47698 3734 72 160 0 47536 0
[pid=17707] ppid=17702 vsize=190792 CPUtime=114.44
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11444 0 0 0 25 0 1 0 230993165 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669081 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47698 3734 72 160 0 47536 0
[pid=17708] ppid=17702 vsize=190792 CPUtime=113.41
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 11341 0 0 0 25 0 1 0 230993549 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566874 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47698 3733 72 160 0 47536 0
[pid=17709] ppid=17702 vsize=190792 CPUtime=113.35
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 186 0 0 0 11335 0 0 0 25 0 1 0 230993553 195371008 3733 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47698 3733 72 160 0 47536 0
[pid=17710] ppid=17702 vsize=190792 CPUtime=112.31
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11231 0 0 0 25 0 1 0 230993948 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47698 3734 72 160 0 47536 0
[pid=17711] ppid=17702 vsize=190792 CPUtime=111.8
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 11180 0 0 0 25 0 1 0 230993953 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47698 3734 72 160 0 47536 0
Current children cumulated CPU time (s) 919.55
Current children cumulated vsize (KiB) 1717120

[startup+522.645 s]
/proc/loadavg: 7.99 6.73 3.95 9/86 17711
/proc/meminfo: memFree=1577896/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190792 CPUtime=132.37
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 13236 1 0 0 25 0 1 0 230992966 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47698 3735 72 160 0 47536 0
[pid=17705] ppid=17702 vsize=190792 CPUtime=130.37
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 13036 1 0 0 25 0 1 0 230992967 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47698 3735 72 160 0 47536 0
[pid=17706] ppid=17702 vsize=190792 CPUtime=129.41
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 12941 0 0 0 25 0 1 0 230993161 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47698 3735 72 160 0 47536 0
[pid=17707] ppid=17702 vsize=190792 CPUtime=129.39
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 12939 0 0 0 25 0 1 0 230993165 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650697 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47698 3735 72 160 0 47536 0
[pid=17708] ppid=17702 vsize=190792 CPUtime=128.41
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 12840 1 0 0 25 0 1 0 230993549 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670110 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47698 3734 72 160 0 47536 0
[pid=17709] ppid=17702 vsize=190792 CPUtime=128.35
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 187 0 0 0 12835 0 0 0 25 0 1 0 230993553 195371008 3734 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47698 3734 72 160 0 47536 0
[pid=17710] ppid=17702 vsize=190792 CPUtime=127.31
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 12731 0 0 0 25 0 1 0 230993948 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47698 3735 72 160 0 47536 0
[pid=17711] ppid=17702 vsize=190792 CPUtime=126.78
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 12678 0 0 0 25 0 1 0 230993953 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670115 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47698 3735 72 160 0 47536 0
Current children cumulated CPU time (s) 1039.27
Current children cumulated vsize (KiB) 1717120

[startup+582.657 s]
/proc/loadavg: 7.99 6.96 4.20 9/86 17711
/proc/meminfo: memFree=1577832/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190792 CPUtime=147.37
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14736 1 0 0 25 0 1 0 230992966 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47698 3736 72 160 0 47536 0
[pid=17705] ppid=17702 vsize=190792 CPUtime=145.37
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 14536 1 0 0 25 0 1 0 230992967 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665254 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47698 3735 72 160 0 47536 0
[pid=17706] ppid=17702 vsize=190792 CPUtime=144.31
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14431 0 0 0 25 0 1 0 230993161 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47698 3736 72 160 0 47536 0
[pid=17707] ppid=17702 vsize=190792 CPUtime=144.29
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14429 0 0 0 25 0 1 0 230993165 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47698 3736 72 160 0 47536 0
[pid=17708] ppid=17702 vsize=190792 CPUtime=143.41
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 14340 1 0 0 25 0 1 0 230993549 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671766 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47698 3735 72 160 0 47536 0
[pid=17709] ppid=17702 vsize=190792 CPUtime=143.35
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14335 0 0 0 25 0 1 0 230993553 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47698 3736 72 160 0 47536 0
[pid=17710] ppid=17702 vsize=190792 CPUtime=142.31
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 14231 0 0 0 25 0 1 0 230993948 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47698 3735 72 160 0 47536 0
[pid=17711] ppid=17702 vsize=190792 CPUtime=141.69
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14169 0 0 0 25 0 1 0 230993953 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47698 3736 72 160 0 47536 0
Current children cumulated CPU time (s) 1158.98
Current children cumulated vsize (KiB) 1717120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.283 s]
/proc/loadavg: 8.07 7.04 4.29 9/86 17711
/proc/meminfo: memFree=1577832/2055920 swapFree=4154940/4192956
[pid=17702] ppid=17700 vsize=190784 CPUtime=6.88
/proc/17702/stat : 17702 (kcnfs-smp) S 17700 17702 17046 0 -1 4194304 4485 0 0 0 686 2 0 0 25 0 1 0 230992647 195362816 3724 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17702/statm: 47696 3724 72 160 0 47534 0
[pid=17704] ppid=17702 vsize=190792 CPUtime=152.56
/proc/17704/stat : 17704 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 15255 1 0 0 25 0 1 0 230992966 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/17704/statm: 47698 3736 72 160 0 47536 0
[pid=17705] ppid=17702 vsize=190792 CPUtime=150.47
/proc/17705/stat : 17705 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 190 0 0 0 15046 1 0 0 25 0 1 0 230992967 195371008 3737 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671773 0 0 4096 0 0 0 0 17 0 0 0
/proc/17705/statm: 47698 3737 72 160 0 47536 0
[pid=17706] ppid=17702 vsize=190792 CPUtime=149.5
/proc/17706/stat : 17706 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 190 0 0 0 14950 0 0 0 25 0 1 0 230993161 195371008 3737 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 0 0 0
/proc/17706/statm: 47698 3737 72 160 0 47536 0
[pid=17707] ppid=17702 vsize=190792 CPUtime=149.43
/proc/17707/stat : 17707 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14943 0 0 0 25 0 1 0 230993165 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648235 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 47698 3736 72 160 0 47536 0
[pid=17708] ppid=17702 vsize=190792 CPUtime=148.51
/proc/17708/stat : 17708 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 14850 1 0 0 25 0 1 0 230993549 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671761 0 0 4096 2 0 0 0 17 1 0 0
/proc/17708/statm: 47698 3735 72 160 0 47536 0
[pid=17709] ppid=17702 vsize=190792 CPUtime=148.49
/proc/17709/stat : 17709 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14849 0 0 0 25 0 1 0 230993553 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/17709/statm: 47698 3736 72 160 0 47536 0
[pid=17710] ppid=17702 vsize=190792 CPUtime=147.52
/proc/17710/stat : 17710 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 188 0 0 0 14751 1 0 0 25 0 1 0 230993948 195371008 3735 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/17710/statm: 47698 3735 72 160 0 47536 0
[pid=17711] ppid=17702 vsize=190792 CPUtime=146.79
/proc/17711/stat : 17711 (kcnfs-smp) R 17702 17702 17046 0 -1 4194368 189 0 0 0 14679 0 0 0 25 0 1 0 230993953 195371008 3736 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 0 0 0 0 17 0 0 0
/proc/17711/statm: 47698 3736 72 160 0 47536 0
Current children cumulated CPU time (s) 1200.15
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.298
CPU time (s): 1200.25
CPU user time (s): 1200.12
CPU system time (s): 0.12698
CPU usage (%): 198.947
Max. virtual memory (cumulated for all children) (KiB): 1717120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.12
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6134
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= 37
involuntary context switches= 34235

runsolver used 0.840872 second user time and 1.62175 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Feb 22 02:13:02 UTC 2007

IDJOB= 306974
IDBENCH= 20194
IDSOLVER= 112
FILE ID= node12/306974-1172110382

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-S1890278326-03.cnf
COMMAND LINE= /tmp/evaluation/306974-1172110382/kcnfs-smp /tmp/evaluation/306974-1172110382/instance-306974-1172110382.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-306974-1172110382 -o ROOT/results/node12/solver-306974-1172110382 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306974-1172110382/kcnfs-smp /tmp/evaluation/306974-1172110382/instance-306974-1172110382.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  54d48c33f7a9a8497a5de749a63ebbcb

RANDOM SEED= 978860876

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:       1600648 kB
Buffers:         56172 kB
Cached:         302824 kB
SwapCached:      18268 kB
Active:         196408 kB
Inactive:       188848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600648 kB
SwapTotal:     4192956 kB
SwapFree:      4154940 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:          29924 kB
Slab:            55600 kB
Committed_AS:  1085740 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:23:07 UTC 2007