Trace number 306277

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.15 602.302

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S2051531193-03.cnf
MD5SUMab0e9ac33b65d3d4c4302e45af764ace
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.202
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
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/306277-1172095886/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/306277-1172095886/instance-306277-1172095886.cnf'
0.00/0.05	c [#vars: 7000, #clauses: 29400 -> 29476 clauses (pre-processing), tautology: 0, 3-CNF]
0.09/0.20	c unit clauses propagate before processing (#clause: 29476)
0.09/0.20	c estimated distribution: 8 tasks
1.22/1.26	c <19772> [PID]: 19774 19775 19776 19777 19778 19779 19780
9.15/5.29	c <19772> [PID]: 19781
9.15/5.29	c real distribution: 8 tasks
1200.03/602.29	c <19772> [19781: NOT SOLVED][19780: NOT SOLVED][19774: NOT SOLVED][19775: NOT SOLVED][19778: NOT SOLVED]
1200.03/602.29	c <19772> [19776: NOT SOLVED][19777: NOT SOLVED][19779: NOT SOLVED]
1200.03/602.29	s NOT SOLVED
1200.03/602.29	c CPU time            : 2.660 seconds
1200.03/602.29	c Elapsed Time        : 602.243 seconds
1200.03/602.29	c Size of search tree : 0 node
1200.03/602.29	c average speed       : 0.000 nodes/sec.
1200.03/602.29	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-306277-1172095886 -o ROOT/results/node4/solver-306277-1172095886 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306277-1172095886/kcnfs-smp /tmp/evaluation/306277-1172095886/instance-306277-1172095886.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.00 1.00 1.00 3/77 19772
/proc/meminfo: memFree=1440096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=180916 CPUtime=0
/proc/19772/stat : 19772 (kcnfs-smp) R 19770 19772 19420 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 229543441 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/19772/statm: 45229 113 48 160 0 45067 0

[startup+0.107082 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19772
/proc/meminfo: memFree=1440096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=185820 CPUtime=0.09
/proc/19772/stat : 19772 (kcnfs-smp) R 19770 19772 19420 0 -1 4194304 1134 0 0 0 9 0 0 0 18 0 1 0 229543441 190279680 1118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726259 0 0 4096 0 0 0 0 17 1 0 0
/proc/19772/statm: 46455 1118 51 160 0 46293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 185820

[startup+0.51512 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19772
/proc/meminfo: memFree=1440096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=0.5
/proc/19772/stat : 19772 (kcnfs-smp) R 19770 19772 19420 0 -1 4194304 2078 0 0 0 50 0 0 0 21 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 186816

[startup+1.3352 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19773
/proc/meminfo: memFree=1432088/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=1.26
/proc/19772/stat : 19772 (kcnfs-smp) R 19770 19772 19420 0 -1 4194304 2220 0 0 0 126 0 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670161 0 0 4096 0 0 0 0 17 0 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 186816

[startup+2.97236 s]
/proc/loadavg: 1.16 1.03 1.01 6/82 19777
/proc/meminfo: memFree=1429688/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=1.87
/proc/19772/stat : 19772 (kcnfs-smp) R 19770 19772 19420 0 -1 4194304 2379 0 0 0 187 0 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186816 CPUtime=1.24
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 124 0 0 0 25 0 1 0 229543566 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670163 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46704 2063 72 160 0 46542 0
[pid=19775] ppid=19772 vsize=186816 CPUtime=0.89
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 107 0 0 0 89 0 0 0 25 0 1 0 229543567 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649565 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46704 2062 72 160 0 46542 0
[pid=19776] ppid=19772 vsize=186816 CPUtime=0.33
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 99 0 0 0 33 0 0 0 25 0 1 0 229543644 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46704 2062 72 160 0 46542 0
[pid=19777] ppid=19772 vsize=186816 CPUtime=0.31
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 229543648 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 934080

[startup+6.17467 s]
/proc/loadavg: 1.16 1.03 1.01 9/86 19781
/proc/meminfo: memFree=1427288/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186816 CPUtime=2.44
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 244 0 0 0 25 0 1 0 229543566 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647723 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46704 2063 72 160 0 46542 0
[pid=19775] ppid=19772 vsize=186816 CPUtime=2.09
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 209 0 0 0 25 0 1 0 229543567 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46704 2063 72 160 0 46542 0
[pid=19776] ppid=19772 vsize=186816 CPUtime=1.23
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 123 0 0 0 25 0 1 0 229543644 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566885 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46704 2063 72 160 0 46542 0
[pid=19777] ppid=19772 vsize=186816 CPUtime=1.21
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 121 0 0 0 25 0 1 0 229543648 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668439 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46704 2063 72 160 0 46542 0
[pid=19778] ppid=19772 vsize=186816 CPUtime=0.51
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 105 0 0 0 51 0 0 0 25 0 1 0 229543859 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46704 2062 72 160 0 46542 0
[pid=19779] ppid=19772 vsize=186816 CPUtime=0.45
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 107 0 0 0 45 0 0 0 25 0 1 0 229543861 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46704 2062 72 160 0 46542 0
[pid=19780] ppid=19772 vsize=186816 CPUtime=0.21
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 97 0 0 0 21 0 0 0 25 0 1 0 229543967 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46704 2062 72 160 0 46542 0
[pid=19781] ppid=19772 vsize=186816 CPUtime=0.2
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 97 0 0 0 20 0 0 0 25 0 1 0 229543969 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 1681344

[startup+12.6663 s]
/proc/loadavg: 2.21 1.26 1.08 9/86 19781
/proc/meminfo: memFree=1427096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186816 CPUtime=4.11
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 411 0 0 0 25 0 1 0 229543566 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46704 2063 72 160 0 46542 0
[pid=19775] ppid=19772 vsize=186816 CPUtime=3.71
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 371 0 0 0 25 0 1 0 229543567 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46704 2063 72 160 0 46542 0
[pid=19776] ppid=19772 vsize=186816 CPUtime=2.85
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 285 0 0 0 25 0 1 0 229543644 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46704 2063 72 160 0 46542 0
[pid=19777] ppid=19772 vsize=186816 CPUtime=2.81
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 281 0 0 0 25 0 1 0 229543648 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648913 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46704 2063 72 160 0 46542 0
[pid=19778] ppid=19772 vsize=186816 CPUtime=2.11
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 229543859 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46704 2063 72 160 0 46542 0
[pid=19779] ppid=19772 vsize=186816 CPUtime=2.1
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 210 0 0 0 25 0 1 0 229543861 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46704 2063 72 160 0 46542 0
[pid=19780] ppid=19772 vsize=186816 CPUtime=1.81
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 181 0 0 0 25 0 1 0 229543967 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647801 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46704 2063 72 160 0 46542 0
[pid=19781] ppid=19772 vsize=186816 CPUtime=1.8
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 180 0 0 0 25 0 1 0 229543969 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 1681344

[startup+25.5525 s]
/proc/loadavg: 3.10 1.48 1.16 9/86 19781
/proc/meminfo: memFree=1427096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186816 CPUtime=7.34
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 734 0 0 0 25 0 1 0 229543566 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648860 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46704 2063 72 160 0 46542 0
[pid=19775] ppid=19772 vsize=186816 CPUtime=6.91
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 691 0 0 0 25 0 1 0 229543567 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46704 2063 72 160 0 46542 0
[pid=19776] ppid=19772 vsize=186816 CPUtime=6.08
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 608 0 0 0 25 0 1 0 229543644 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653820 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46704 2063 72 160 0 46542 0
[pid=19777] ppid=19772 vsize=186816 CPUtime=6.01
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 601 0 0 0 25 0 1 0 229543648 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46704 2063 72 160 0 46542 0
[pid=19778] ppid=19772 vsize=186816 CPUtime=5.31
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 531 0 0 0 25 0 1 0 229543859 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648227 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46704 2063 72 160 0 46542 0
[pid=19779] ppid=19772 vsize=186816 CPUtime=5.3
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 530 0 0 0 25 0 1 0 229543861 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582087 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46704 2063 72 160 0 46542 0
[pid=19780] ppid=19772 vsize=186816 CPUtime=5.07
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 507 0 0 0 25 0 1 0 229543967 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566799 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46704 2063 72 160 0 46542 0
[pid=19781] ppid=19772 vsize=186816 CPUtime=5
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 109 0 0 0 500 0 0 0 25 0 1 0 229543969 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582049 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 1681344

[startup+51.23 s]
/proc/loadavg: 4.77 2.01 1.34 9/86 19781
/proc/meminfo: memFree=1427096/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186820 CPUtime=13.74
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1374 0 0 0 25 0 1 0 229543566 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46705 2065 72 160 0 46543 0
[pid=19775] ppid=19772 vsize=186820 CPUtime=13.31
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1331 0 0 0 25 0 1 0 229543567 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46705 2065 72 160 0 46543 0
[pid=19776] ppid=19772 vsize=186820 CPUtime=12.43
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1243 0 0 0 25 0 1 0 229543644 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46705 2065 72 160 0 46543 0
[pid=19777] ppid=19772 vsize=186820 CPUtime=12.41
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1241 0 0 0 25 0 1 0 229543648 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649731 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46705 2065 72 160 0 46543 0
[pid=19778] ppid=19772 vsize=186820 CPUtime=11.7
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1170 0 0 0 25 0 1 0 229543859 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46705 2065 72 160 0 46543 0
[pid=19779] ppid=19772 vsize=186820 CPUtime=11.69
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1169 0 0 0 25 0 1 0 229543861 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647684 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46705 2065 72 160 0 46543 0
[pid=19780] ppid=19772 vsize=186820 CPUtime=11.51
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1151 0 0 0 25 0 1 0 229543967 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650697 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46705 2065 72 160 0 46543 0
[pid=19781] ppid=19772 vsize=186820 CPUtime=11.43
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 111 0 0 0 1143 0 0 0 25 0 1 0 229543969 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46705 2065 72 160 0 46543 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 1681376

[startup+102.494 s]

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

[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186824 CPUtime=101.53
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 10152 1 0 0 25 0 1 0 229543566 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580056 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46706 2116 78 160 0 46544 0
[pid=19775] ppid=19772 vsize=186824 CPUtime=101.12
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 10111 1 0 0 25 0 1 0 229543567 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567580 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46706 2115 78 160 0 46544 0
[pid=19776] ppid=19772 vsize=186824 CPUtime=99.81
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 9981 0 0 0 25 0 1 0 229543644 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46706 2114 78 160 0 46544 0
[pid=19777] ppid=19772 vsize=186824 CPUtime=99.79
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 9979 0 0 0 25 0 1 0 229543648 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46706 2115 78 160 0 46544 0
[pid=19778] ppid=19772 vsize=186824 CPUtime=99.09
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 9909 0 0 0 25 0 1 0 229543859 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46706 2115 78 160 0 46544 0
[pid=19779] ppid=19772 vsize=186824 CPUtime=99.08
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 9908 0 0 0 25 0 1 0 229543861 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46706 2115 78 160 0 46544 0
[pid=19780] ppid=19772 vsize=186824 CPUtime=99.3
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 9929 1 0 0 25 0 1 0 229543967 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46706 2115 78 160 0 46544 0
[pid=19781] ppid=19772 vsize=186824 CPUtime=99.28
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 9928 0 0 0 25 0 1 0 229543969 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572907 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 801.66
Current children cumulated vsize (KiB) 1681408

[startup+462.563 s]
/proc/loadavg: 8.00 6.51 3.73 9/86 19781
/proc/meminfo: memFree=1425304/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186824 CPUtime=116.52
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 11651 1 0 0 25 0 1 0 229543566 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567415 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46706 2116 78 160 0 46544 0
[pid=19775] ppid=19772 vsize=186824 CPUtime=116.12
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 11611 1 0 0 25 0 1 0 229543567 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46706 2115 78 160 0 46544 0
[pid=19776] ppid=19772 vsize=186824 CPUtime=114.81
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 11481 0 0 0 25 0 1 0 229543644 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46706 2114 78 160 0 46544 0
[pid=19777] ppid=19772 vsize=186824 CPUtime=114.69
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 11469 0 0 0 25 0 1 0 229543648 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46706 2115 78 160 0 46544 0
[pid=19778] ppid=19772 vsize=186824 CPUtime=113.98
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 11398 0 0 0 25 0 1 0 229543859 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46706 2115 78 160 0 46544 0
[pid=19779] ppid=19772 vsize=186824 CPUtime=113.98
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 11398 0 0 0 25 0 1 0 229543861 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46706 2116 78 160 0 46544 0
[pid=19780] ppid=19772 vsize=186824 CPUtime=114.29
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 11428 1 0 0 25 0 1 0 229543967 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567313 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46706 2115 78 160 0 46544 0
[pid=19781] ppid=19772 vsize=186824 CPUtime=114.28
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 11428 0 0 0 25 0 1 0 229543969 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 921.33
Current children cumulated vsize (KiB) 1681408

[startup+522.575 s]
/proc/loadavg: 8.00 6.78 3.99 9/86 19781
/proc/meminfo: memFree=1425240/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186824 CPUtime=131.52
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 13151 1 0 0 25 0 1 0 229543566 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572970 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46706 2116 78 160 0 46544 0
[pid=19775] ppid=19772 vsize=186824 CPUtime=131.13
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 13112 1 0 0 25 0 1 0 229543567 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46706 2115 78 160 0 46544 0
[pid=19776] ppid=19772 vsize=186824 CPUtime=129.71
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 12971 0 0 0 25 0 1 0 229543644 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567296 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46706 2114 78 160 0 46544 0
[pid=19777] ppid=19772 vsize=186824 CPUtime=129.69
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 12969 0 0 0 25 0 1 0 229543648 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46706 2115 78 160 0 46544 0
[pid=19778] ppid=19772 vsize=186824 CPUtime=128.91
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 12891 0 0 0 25 0 1 0 229543859 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46706 2115 78 160 0 46544 0
[pid=19779] ppid=19772 vsize=186824 CPUtime=128.88
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 12888 0 0 0 25 0 1 0 229543861 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46706 2116 78 160 0 46544 0
[pid=19780] ppid=19772 vsize=186824 CPUtime=129.29
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 12928 1 0 0 25 0 1 0 229543967 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46706 2115 78 160 0 46544 0
[pid=19781] ppid=19772 vsize=186824 CPUtime=129.27
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 12927 0 0 0 25 0 1 0 229543969 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577693 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 1041.06
Current children cumulated vsize (KiB) 1681408

[startup+582.586 s]
/proc/loadavg: 8.00 7.00 4.24 9/86 19781
/proc/meminfo: memFree=1425240/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186824 CPUtime=146.51
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 14650 1 0 0 25 0 1 0 229543566 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572697 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46706 2116 78 160 0 46544 0
[pid=19775] ppid=19772 vsize=186824 CPUtime=146.13
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14612 1 0 0 25 0 1 0 229543567 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579145 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46706 2115 78 160 0 46544 0
[pid=19776] ppid=19772 vsize=186824 CPUtime=144.6
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 14460 0 0 0 25 0 1 0 229543644 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46706 2114 78 160 0 46544 0
[pid=19777] ppid=19772 vsize=186824 CPUtime=144.59
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14459 0 0 0 25 0 1 0 229543648 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46706 2115 78 160 0 46544 0
[pid=19778] ppid=19772 vsize=186824 CPUtime=143.88
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14388 0 0 0 25 0 1 0 229543859 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46706 2115 78 160 0 46544 0
[pid=19779] ppid=19772 vsize=186824 CPUtime=143.82
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 14382 0 0 0 25 0 1 0 229543861 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636456 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46706 2116 78 160 0 46544 0
[pid=19780] ppid=19772 vsize=186824 CPUtime=144.28
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14427 1 0 0 25 0 1 0 229543967 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46706 2115 78 160 0 46544 0
[pid=19781] ppid=19772 vsize=186824 CPUtime=144.27
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14427 0 0 0 25 0 1 0 229543969 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 1160.74
Current children cumulated vsize (KiB) 1681408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.285 s]
/proc/loadavg: 8.00 7.06 4.32 9/86 19781
/proc/meminfo: memFree=1425240/2055920 swapFree=4192812/4192956
[pid=19772] ppid=19770 vsize=186816 CPUtime=2.66
/proc/19772/stat : 19772 (kcnfs-smp) S 19770 19772 19420 0 -1 4194304 2596 0 0 0 265 1 0 0 25 0 1 0 229543441 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19772/statm: 46704 2062 72 160 0 46542 0
[pid=19774] ppid=19772 vsize=186824 CPUtime=151.45
/proc/19774/stat : 19774 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 15144 1 0 0 25 0 1 0 229543566 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 1 0 0
/proc/19774/statm: 46706 2116 78 160 0 46544 0
[pid=19775] ppid=19772 vsize=186824 CPUtime=151.09
/proc/19775/stat : 19775 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 15108 1 0 0 25 0 1 0 229543567 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579714 0 0 4096 0 0 0 0 17 1 0 0
/proc/19775/statm: 46706 2115 78 160 0 46544 0
[pid=19776] ppid=19772 vsize=186824 CPUtime=149.5
/proc/19776/stat : 19776 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 168 0 0 0 14950 0 0 0 25 0 1 0 229543644 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569531 0 0 4096 2 0 0 0 17 0 0 0
/proc/19776/statm: 46706 2114 78 160 0 46544 0
[pid=19777] ppid=19772 vsize=186824 CPUtime=149.48
/proc/19777/stat : 19777 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14948 0 0 0 25 0 1 0 229543648 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 0 0 0 0 17 0 0 0
/proc/19777/statm: 46706 2115 78 160 0 46544 0
[pid=19778] ppid=19772 vsize=186824 CPUtime=148.78
/proc/19778/stat : 19778 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14878 0 0 0 25 0 1 0 229543859 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/19778/statm: 46706 2115 78 160 0 46544 0
[pid=19779] ppid=19772 vsize=186824 CPUtime=148.72
/proc/19779/stat : 19779 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 170 0 0 0 14872 0 0 0 25 0 1 0 229543861 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/19779/statm: 46706 2116 78 160 0 46544 0
[pid=19780] ppid=19772 vsize=186824 CPUtime=149.18
/proc/19780/stat : 19780 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14917 1 0 0 25 0 1 0 229543967 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 2 0 0 0 17 1 0 0
/proc/19780/statm: 46706 2115 78 160 0 46544 0
[pid=19781] ppid=19772 vsize=186824 CPUtime=149.17
/proc/19781/stat : 19781 (kcnfs-smp) R 19772 19772 19420 0 -1 4194368 169 0 0 0 14917 0 0 0 25 0 1 0 229543969 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19781/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1681408

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

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

Child status: 0
Real time (s): 602.302
CPU time (s): 1200.15
CPU user time (s): 1200.04
CPU system time (s): 0.112982
CPU usage (%): 199.261
Max. virtual memory (cumulated for all children) (KiB): 1681408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4086
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= 34033

runsolver used 0.880866 second user time and 1.70974 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Feb 21 22:11:26 UTC 2007

IDJOB= 306277
IDBENCH= 20177
IDSOLVER= 112
FILE ID= node4/306277-1172095886

PBS_JOBID= 3865342

Free space on /tmp= 66545 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S2051531193-03.cnf
COMMAND LINE= /tmp/evaluation/306277-1172095886/kcnfs-smp /tmp/evaluation/306277-1172095886/instance-306277-1172095886.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-306277-1172095886 -o ROOT/results/node4/solver-306277-1172095886 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306277-1172095886/kcnfs-smp /tmp/evaluation/306277-1172095886/instance-306277-1172095886.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  ab0e9ac33b65d3d4c4302e45af764ace

RANDOM SEED= 743854707

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1440632 kB
Buffers:         56248 kB
Cached:         422132 kB
SwapCached:          0 kB
Active:         211672 kB
Inactive:       326352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          78532 kB
Slab:            62840 kB
Committed_AS:  1030920 kB
PageTables:       1768 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= 66545 MiB

End job on node4 on Wed Feb 21 22:21:30 UTC 2007