Trace number 306236

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.28 602.964

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1912540524-08.cnf
MD5SUM212d58fdb9f521fd5d4f36dd91409295
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark504.341
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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/306236-1172095078/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.07	c Input file : '/tmp/evaluation/306236-1172095078/instance-306236-1172095078.cnf'
0.00/0.07	c [#vars: 10000, #clauses: 42000 -> 42081 clauses (pre-processing), tautology: 0, 3-CNF]
0.30/0.32	c unit clauses propagate before processing (#clause: 42081)
0.30/0.32	c estimated distribution: 8 tasks
2.14/2.19	c <9467> [PID]: 9469 9470 9471 9472 9473 9474 9475
17.85/10.11	c <9467> [PID]: 9476
17.85/10.11	c real distribution: 8 tasks
1200.18/602.96	c <9467> [9471: NOT SOLVED][9472: NOT SOLVED][9476: NOT SOLVED][9474: NOT SOLVED][9469: NOT SOLVED]
1200.18/602.96	c <9467> [9470: NOT SOLVED][9473: NOT SOLVED][9475: NOT SOLVED]
1200.18/602.96	s NOT SOLVED
1200.18/602.96	c CPU time            : 4.610 seconds
1200.18/602.96	c Elapsed Time        : 602.882 seconds
1200.18/602.96	c Size of search tree : 0 node
1200.18/602.96	c average speed       : 0.000 nodes/sec.
1200.18/602.96	

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/node11/watcher-306236-1172095078 -o ROOT/results/node11/solver-306236-1172095078 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306236-1172095078/kcnfs-smp /tmp/evaluation/306236-1172095078/instance-306236-1172095078.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 0.97 0.98 3/77 9467
/proc/meminfo: memFree=1585472/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=180916 CPUtime=0
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 229462324 185257984 116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/9467/statm: 45229 116 48 160 0 45067 0

[startup+0.106881 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 9467
/proc/meminfo: memFree=1585472/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=187672 CPUtime=0.1
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 1583 0 0 0 10 0 0 0 18 0 1 0 229462324 192176128 1567 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726259 0 0 4096 0 0 0 0 17 1 0 0
/proc/9467/statm: 46918 1567 51 160 0 46756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 187672

[startup+0.514929 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 9467
/proc/meminfo: memFree=1585472/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=0.51
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 2907 0 0 0 50 1 0 0 21 0 1 0 229462324 193331200 2891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/9467/statm: 47200 2891 72 160 0 47038 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 188800

[startup+1.33503 s]
/proc/loadavg: 0.92 0.97 0.98 3/78 9468
/proc/meminfo: memFree=1574136/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=1.33
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 2908 0 0 0 132 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 0 0 0 0 17 1 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 188800

[startup+2.97823 s]
/proc/loadavg: 0.92 0.97 0.98 4/80 9470
/proc/meminfo: memFree=1572520/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=2.56
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 3092 0 0 0 255 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188800 CPUtime=0.78
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 142 0 0 0 78 0 0 0 25 0 1 0 229462543 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665873 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47200 2892 72 160 0 47038 0
[pid=9470] ppid=9467 vsize=188800 CPUtime=0.4
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 130 0 0 0 40 0 0 0 25 0 1 0 229462543 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/9470/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 566400

[startup+6.26662 s]
/proc/loadavg: 1.09 1.00 0.99 6/82 9472
/proc/meminfo: memFree=1571032/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=3.66
/proc/9467/stat : 9467 (kcnfs-smp) R 9465 9467 9348 0 -1 4194304 3280 0 0 0 365 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188800 CPUtime=2.7
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 270 0 0 0 25 0 1 0 229462543 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669203 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47200 2893 72 160 0 47038 0
[pid=9470] ppid=9467 vsize=188800 CPUtime=1.6
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 141 0 0 0 160 0 0 0 25 0 1 0 229462543 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 0 0 0 0 17 0 0 0
/proc/9470/statm: 47200 2892 72 160 0 47038 0
[pid=9471] ppid=9467 vsize=188800 CPUtime=1.41
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 142 0 0 0 141 0 0 0 25 0 1 0 229462675 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664672 0 0 4096 2 0 0 0 17 1 0 0
/proc/9471/statm: 47200 2892 72 160 0 47038 0
[pid=9472] ppid=9467 vsize=188800 CPUtime=0.92
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 138 0 0 0 92 0 0 0 25 0 1 0 229462680 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/9472/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 944000

[startup+12.7644 s]
/proc/loadavg: 1.56 1.10 1.02 9/86 9476
/proc/meminfo: memFree=1568120/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188800 CPUtime=4.87
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 487 0 0 0 25 0 1 0 229462543 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665407 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47200 2893 72 160 0 47038 0
[pid=9470] ppid=9467 vsize=188800 CPUtime=3.6
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 360 0 0 0 25 0 1 0 229462543 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671062 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47200 2893 72 160 0 47038 0
[pid=9471] ppid=9467 vsize=188800 CPUtime=3.54
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 354 0 0 0 25 0 1 0 229462675 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/9471/statm: 47200 2893 72 160 0 47038 0
[pid=9472] ppid=9467 vsize=188800 CPUtime=2.62
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 262 0 0 0 25 0 1 0 229462680 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668548 0 0 4096 0 0 0 0 17 0 0 0
/proc/9472/statm: 47200 2893 72 160 0 47038 0
[pid=9473] ppid=9467 vsize=188800 CPUtime=1.4
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 143 0 0 0 140 0 0 0 25 0 1 0 229463044 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650238 0 0 4096 2 0 0 0 17 0 0 0
/proc/9473/statm: 47200 2892 72 160 0 47038 0
[pid=9474] ppid=9467 vsize=188800 CPUtime=1.33
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 142 0 0 0 133 0 0 0 25 0 1 0 229463045 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670163 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47200 2892 72 160 0 47038 0
[pid=9475] ppid=9467 vsize=188800 CPUtime=0.64
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 140 0 0 0 64 0 0 0 25 0 1 0 229463328 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640239 0 0 4096 2 0 0 0 17 1 0 0
/proc/9475/statm: 47200 2892 72 160 0 47038 0
[pid=9476] ppid=9467 vsize=188800 CPUtime=0.62
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 140 0 0 0 62 0 0 0 25 0 1 0 229463333 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683245 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 1699200

[startup+25.6469 s]
/proc/loadavg: 2.99 1.44 1.13 9/86 9476
/proc/meminfo: memFree=1568120/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188804 CPUtime=8.1
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 145 0 0 0 810 0 0 0 25 0 1 0 229462543 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47201 2894 72 160 0 47039 0
[pid=9470] ppid=9467 vsize=188800 CPUtime=6.8
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 680 0 0 0 25 0 1 0 229462543 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47200 2893 72 160 0 47038 0
[pid=9471] ppid=9467 vsize=188800 CPUtime=6.74
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 674 0 0 0 25 0 1 0 229462675 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/9471/statm: 47200 2893 72 160 0 47038 0
[pid=9472] ppid=9467 vsize=188800 CPUtime=5.82
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 582 0 0 0 25 0 1 0 229462680 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/9472/statm: 47200 2893 72 160 0 47038 0
[pid=9473] ppid=9467 vsize=188800 CPUtime=4.6
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 460 0 0 0 25 0 1 0 229463044 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669203 0 0 4096 2 0 0 0 17 0 0 0
/proc/9473/statm: 47200 2893 72 160 0 47038 0
[pid=9474] ppid=9467 vsize=188800 CPUtime=4.55
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 455 0 0 0 25 0 1 0 229463045 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670214 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47200 2893 72 160 0 47038 0
[pid=9475] ppid=9467 vsize=188800 CPUtime=3.89
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 389 0 0 0 25 0 1 0 229463328 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648215 0 0 4096 2 0 0 0 17 1 0 0
/proc/9475/statm: 47200 2893 72 160 0 47038 0
[pid=9476] ppid=9467 vsize=188800 CPUtime=3.82
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 144 0 0 0 382 0 0 0 25 0 1 0 229463333 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647565 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47200 2893 72 160 0 47038 0
Current children cumulated CPU time (s) 48.93
Current children cumulated vsize (KiB) 1699204

[startup+51.3259 s]
/proc/loadavg: 4.70 1.97 1.31 9/86 9476
/proc/meminfo: memFree=1568056/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188804 CPUtime=14.49
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 146 0 0 0 1449 0 0 0 25 0 1 0 229462543 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47201 2895 72 160 0 47039 0
[pid=9470] ppid=9467 vsize=188804 CPUtime=13.19
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 146 0 0 0 1319 0 0 0 25 0 1 0 229462543 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47201 2895 72 160 0 47039 0
[pid=9471] ppid=9467 vsize=188804 CPUtime=13.16
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 146 0 0 0 1316 0 0 0 25 0 1 0 229462675 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650690 0 0 4096 2 0 0 0 17 1 0 0
/proc/9471/statm: 47201 2895 72 160 0 47039 0
[pid=9472] ppid=9467 vsize=188804 CPUtime=12.22
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 146 0 0 0 1222 0 0 0 25 0 1 0 229462680 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 0 0 0 0 17 0 0 0
/proc/9472/statm: 47201 2895 72 160 0 47039 0
[pid=9473] ppid=9467 vsize=188804 CPUtime=11
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 145 0 0 0 1100 0 0 0 25 0 1 0 229463044 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647701 0 0 4096 2 0 0 0 17 0 0 0
/proc/9473/statm: 47201 2894 72 160 0 47039 0
[pid=9474] ppid=9467 vsize=188804 CPUtime=10.91
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 145 0 0 0 1091 0 0 0 25 0 1 0 229463045 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649337 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47201 2894 72 160 0 47039 0
[pid=9475] ppid=9467 vsize=188804 CPUtime=10.34
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 146 0 0 0 1034 0 0 0 25 0 1 0 229463328 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/9475/statm: 47201 2895 72 160 0 47039 0
[pid=9476] ppid=9467 vsize=188804 CPUtime=10.22
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 145 0 0 0 1022 0 0 0 25 0 1 0 229463333 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47201 2894 72 160 0 47039 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 1699232

[startup+102.574 s]
/proc/loadavg: 6.56 2.89 1.66 9/86 9476
/proc/meminfo: memFree=1567992/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188804 CPUtime=27.29
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 147 0 0 0 2729 0 0 0 25 0 1 0 229462543 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47201 2896 72 160 0 47039 0
[pid=9470] ppid=9467 vsize=188804 CPUtime=25.99
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 147 0 0 0 2599 0 0 0 25 0 1 0 229462543 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47201 2896 72 160 0 47039 0
[pid=9471] ppid=9467 vsize=188804 CPUtime=26
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 147 0 0 0 2600 0 0 0 25 0 1 0 229462675 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/9471/statm: 47201 2896 72 160 0 47039 0
[pid=9472] ppid=9467 vsize=188804 CPUtime=24.92
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 147 0 0 0 2492 0 0 0 25 0 1 0 229462680 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/9472/statm: 47201 2896 72 160 0 47039 0
[pid=9473] ppid=9467 vsize=188804 CPUtime=23.7

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

[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188808 CPUtime=102.28
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 10227 1 0 0 25 0 1 0 229462543 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582212 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47202 2904 72 160 0 47040 0
[pid=9470] ppid=9467 vsize=188808 CPUtime=101.06
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 10106 0 0 0 25 0 1 0 229462543 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572099 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47202 2903 72 160 0 47040 0
[pid=9471] ppid=9467 vsize=188808 CPUtime=100.72
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 10072 0 0 0 25 0 1 0 229462675 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/9471/statm: 47202 2903 72 160 0 47040 0
[pid=9472] ppid=9467 vsize=188808 CPUtime=99.7
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 9966 4 0 0 25 0 1 0 229462680 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650827 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 47202 2903 72 160 0 47040 0
[pid=9473] ppid=9467 vsize=188808 CPUtime=98.58
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 9853 5 0 0 25 0 1 0 229463044 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649736 0 0 4096 2 0 0 0 17 1 0 0
/proc/9473/statm: 47202 2903 72 160 0 47040 0
[pid=9474] ppid=9467 vsize=188808 CPUtime=98.27
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 9824 3 0 0 25 0 1 0 229463045 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47202 2903 72 160 0 47040 0
[pid=9475] ppid=9467 vsize=188808 CPUtime=97.86
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 9785 1 0 0 25 0 1 0 229463328 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648218 0 0 4096 2 0 0 0 17 0 0 0
/proc/9475/statm: 47202 2903 72 160 0 47040 0
[pid=9476] ppid=9467 vsize=188808 CPUtime=97.6
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 154 0 0 0 9756 4 0 0 25 0 1 0 229463333 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47202 2903 72 160 0 47040 0
Current children cumulated CPU time (s) 800.68
Current children cumulated vsize (KiB) 1699264

[startup+462.694 s]
/proc/loadavg: 7.99 6.46 3.68 9/86 9674
/proc/meminfo: memFree=1567480/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188808 CPUtime=117.28
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11727 1 0 0 25 0 1 0 229462543 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47202 2904 72 160 0 47040 0
[pid=9470] ppid=9467 vsize=188808 CPUtime=116.06
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11606 0 0 0 25 0 1 0 229462543 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47202 2904 72 160 0 47040 0
[pid=9471] ppid=9467 vsize=188808 CPUtime=115.61
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 157 0 0 0 11561 0 0 0 25 0 1 0 229462675 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/9471/statm: 47202 2906 72 160 0 47040 0
[pid=9472] ppid=9467 vsize=188808 CPUtime=114.69
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11465 4 0 0 25 0 1 0 229462680 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 47202 2904 72 160 0 47040 0
[pid=9473] ppid=9467 vsize=188808 CPUtime=113.58
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11353 5 0 0 25 0 1 0 229463044 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 1 0 0
/proc/9473/statm: 47202 2904 72 160 0 47040 0
[pid=9474] ppid=9467 vsize=188808 CPUtime=113.23
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11320 3 0 0 25 0 1 0 229463045 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47202 2904 72 160 0 47040 0
[pid=9475] ppid=9467 vsize=188808 CPUtime=112.81
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 155 0 0 0 11280 1 0 0 25 0 1 0 229463328 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/9475/statm: 47202 2904 72 160 0 47040 0
[pid=9476] ppid=9467 vsize=188808 CPUtime=112.5
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 157 0 0 0 11245 5 0 0 25 0 1 0 229463333 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647934 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47202 2906 72 160 0 47040 0
Current children cumulated CPU time (s) 920.37
Current children cumulated vsize (KiB) 1699264

[startup+522.71 s]
/proc/loadavg: 8.05 6.75 3.96 9/86 9674
/proc/meminfo: memFree=1567416/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188808 CPUtime=132.28
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 13227 1 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47202 2907 72 160 0 47040 0
[pid=9470] ppid=9467 vsize=188808 CPUtime=131.06
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 13106 0 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651373 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47202 2907 72 160 0 47040 0
[pid=9471] ppid=9467 vsize=188808 CPUtime=130.62
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 13061 1 0 0 25 0 1 0 229462675 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582052 0 0 4096 2 0 0 0 17 0 0 0
/proc/9471/statm: 47202 2907 72 160 0 47040 0
[pid=9472] ppid=9467 vsize=188808 CPUtime=129.69
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 12965 4 0 0 25 0 1 0 229462680 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 47202 2907 72 160 0 47040 0
[pid=9473] ppid=9467 vsize=188808 CPUtime=128.58
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 12853 5 0 0 25 0 1 0 229463044 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/9473/statm: 47202 2907 72 160 0 47040 0
[pid=9474] ppid=9467 vsize=188808 CPUtime=128.18
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 12814 4 0 0 25 0 1 0 229463045 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47202 2907 72 160 0 47040 0
[pid=9475] ppid=9467 vsize=188808 CPUtime=127.72
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 12770 2 0 0 25 0 1 0 229463328 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/9475/statm: 47202 2907 72 160 0 47040 0
[pid=9476] ppid=9467 vsize=188808 CPUtime=127.4
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 157 0 0 0 12735 5 0 0 25 0 1 0 229463333 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47202 2906 72 160 0 47040 0
Current children cumulated CPU time (s) 1040.14
Current children cumulated vsize (KiB) 1699264

[startup+582.729 s]
/proc/loadavg: 8.02 6.98 4.21 9/86 9674
/proc/meminfo: memFree=1567480/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188808 CPUtime=147.28
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14727 1 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668490 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47202 2907 72 160 0 47040 0
[pid=9470] ppid=9467 vsize=188808 CPUtime=146.07
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14607 0 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47202 2907 72 160 0 47040 0
[pid=9471] ppid=9467 vsize=188808 CPUtime=145.52
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14551 1 0 0 25 0 1 0 229462675 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648824 0 0 4096 2 0 0 0 17 0 0 0
/proc/9471/statm: 47202 2907 72 160 0 47040 0
[pid=9472] ppid=9467 vsize=188808 CPUtime=144.69
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14465 4 0 0 25 0 1 0 229462680 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 47202 2907 72 160 0 47040 0
[pid=9473] ppid=9467 vsize=188808 CPUtime=143.57
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14352 5 0 0 25 0 1 0 229463044 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/9473/statm: 47202 2907 72 160 0 47040 0
[pid=9474] ppid=9467 vsize=188808 CPUtime=143.07
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14303 4 0 0 25 0 1 0 229463045 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582371 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47202 2907 72 160 0 47040 0
[pid=9475] ppid=9467 vsize=188808 CPUtime=142.65
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14263 2 0 0 25 0 1 0 229463328 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582807 0 0 4096 2 0 0 0 17 0 0 0
/proc/9475/statm: 47202 2907 72 160 0 47040 0
[pid=9476] ppid=9467 vsize=188808 CPUtime=142.39
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14234 5 0 0 25 0 1 0 229463333 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651359 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1159.85
Current children cumulated vsize (KiB) 1699264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.949 s]
/proc/loadavg: 8.01 7.04 4.29 9/86 9674
/proc/meminfo: memFree=1567416/2055920 swapFree=4192812/4192956
[pid=9467] ppid=9465 vsize=188800 CPUtime=4.61
/proc/9467/stat : 9467 (kcnfs-smp) S 9465 9467 9348 0 -1 4194304 3546 0 0 0 460 1 0 0 25 0 1 0 229462324 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9467/statm: 47200 2892 72 160 0 47038 0
[pid=9469] ppid=9467 vsize=188808 CPUtime=152.37
/proc/9469/stat : 9469 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 15236 1 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649641 0 0 4096 2 0 0 0 17 1 0 0
/proc/9469/statm: 47202 2907 72 160 0 47040 0
[pid=9470] ppid=9467 vsize=188808 CPUtime=151.07
/proc/9470/stat : 9470 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 15107 0 0 0 25 0 1 0 229462543 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/9470/statm: 47202 2907 72 160 0 47040 0
[pid=9471] ppid=9467 vsize=188808 CPUtime=150.52
/proc/9471/stat : 9471 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 15051 1 0 0 25 0 1 0 229462675 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 2 0 0 0 17 0 0 0
/proc/9471/statm: 47202 2907 72 160 0 47040 0
[pid=9472] ppid=9467 vsize=188808 CPUtime=149.79
/proc/9472/stat : 9472 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14975 4 0 0 25 0 1 0 229462680 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 47202 2907 72 160 0 47040 0
[pid=9473] ppid=9467 vsize=188808 CPUtime=148.59
/proc/9473/stat : 9473 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14854 5 0 0 25 0 1 0 229463044 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 2 0 0 0 17 1 0 0
/proc/9473/statm: 47202 2907 72 160 0 47040 0
[pid=9474] ppid=9467 vsize=188808 CPUtime=148.12
/proc/9474/stat : 9474 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14808 4 0 0 25 0 1 0 229463045 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/9474/statm: 47202 2907 72 160 0 47040 0
[pid=9475] ppid=9467 vsize=188808 CPUtime=147.72
/proc/9475/stat : 9475 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14770 2 0 0 25 0 1 0 229463328 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134685717 0 0 4096 2 0 0 0 17 0 0 0
/proc/9475/statm: 47202 2907 72 160 0 47040 0
[pid=9476] ppid=9467 vsize=188808 CPUtime=147.39
/proc/9476/stat : 9476 (kcnfs-smp) R 9467 9467 9348 0 -1 4194368 158 0 0 0 14734 5 0 0 25 0 1 0 229463333 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/9476/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 1699264

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.964
CPU time (s): 1200.28
CPU user time (s): 1200
CPU system time (s): 0.278957
CPU usage (%): 199.063
Max. virtual memory (cumulated for all children) (KiB): 1699264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4997
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= 46
involuntary context switches= 34139

runsolver used 0.823874 second user time and 1.73274 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Feb 21 21:57:58 UTC 2007

IDJOB= 306236
IDBENCH= 20176
IDSOLVER= 112
FILE ID= node11/306236-1172095078

PBS_JOBID= 3865345

Free space on /tmp= 66546 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S1912540524-08.cnf
COMMAND LINE= /tmp/evaluation/306236-1172095078/kcnfs-smp /tmp/evaluation/306236-1172095078/instance-306236-1172095078.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-306236-1172095078 -o ROOT/results/node11/solver-306236-1172095078 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306236-1172095078/kcnfs-smp /tmp/evaluation/306236-1172095078/instance-306236-1172095078.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  212d58fdb9f521fd5d4f36dd91409295

RANDOM SEED= 833257428

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1585944 kB
Buffers:         56964 kB
Cached:         297248 kB
SwapCached:          0 kB
Active:         218544 kB
Inactive:       179272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3916 kB
Writeback:           0 kB
Mapped:          62504 kB
Slab:            57708 kB
Committed_AS:   755964 kB
PageTables:       1756 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= 66546 MiB

End job on node11 on Wed Feb 21 22:08:03 UTC 2007