Trace number 306154

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.24 602.614

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S657313757-16.cnf
MD5SUM8caebdbe5c8dcb4cfb2a355910089bd4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark545.386
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/306154-1172093356/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.07	c Input file : '/tmp/evaluation/306154-1172093356/instance-306154-1172093356.cnf'
0.00/0.07	c [#vars: 10000, #clauses: 42000 -> 42085 clauses (pre-processing), tautology: 0, 3-CNF]
0.30/0.32	c unit clauses propagate before processing (#clause: 42085)
0.30/0.32	c estimated distribution: 8 tasks
2.14/2.16	c <12353> [PID]: 12355 12356 12357 12358 12359 12360 12361
17.65/9.99	c <12353> [PID]: 12362
17.65/9.99	c real distribution: 8 tasks
1200.15/602.61	c <12353> [12355: NOT SOLVED][12359: NOT SOLVED][12360: NOT SOLVED][12361: NOT SOLVED][12362: NOT SOLVED]
1200.15/602.61	c <12353> [12356: NOT SOLVED][12358: NOT SOLVED][12357: NOT SOLVED]
1200.15/602.61	s NOT SOLVED
1200.15/602.61	c CPU time            : 4.560 seconds
1200.15/602.61	c Elapsed Time        : 602.533 seconds
1200.15/602.61	c Size of search tree : 0 node
1200.15/602.61	c average speed       : 0.000 nodes/sec.
1200.15/602.61	

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/node39/watcher-306154-1172093356 -o ROOT/results/node39/solver-306154-1172093356 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306154-1172093356/kcnfs-smp /tmp/evaluation/306154-1172093356/instance-306154-1172093356.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.98 0.99 3/64 12353
/proc/meminfo: memFree=1761984/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=180916 CPUtime=0
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229291528 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/12353/statm: 45229 113 48 160 0 45067 0

[startup+0.107653 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12353
/proc/meminfo: memFree=1761984/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=187672 CPUtime=0.1
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 1583 0 0 0 10 0 0 0 18 0 1 0 229291528 192176128 1567 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726315 0 0 4096 0 0 0 0 17 1 0 0
/proc/12353/statm: 46918 1567 51 160 0 46756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 187672

[startup+0.516723 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12353
/proc/meminfo: memFree=1761984/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=0.5
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 2907 0 0 0 50 0 0 0 21 0 1 0 229291528 193331200 2891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/12353/statm: 47200 2891 72 160 0 47038 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 188800

[startup+1.33686 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12354
/proc/meminfo: memFree=1750520/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=1.32
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 2908 0 0 0 132 0 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 188800

[startup+2.97315 s]
/proc/loadavg: 0.92 0.98 0.99 4/67 12356
/proc/meminfo: memFree=1749096/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=2.54
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 3096 0 0 0 254 0 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648881 0 0 4096 0 0 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188800 CPUtime=0.8
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 140 0 0 0 80 0 0 0 25 0 1 0 229291744 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47200 2892 72 160 0 47038 0
[pid=12356] ppid=12353 vsize=188800 CPUtime=0.4
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 135 0 0 0 40 0 0 0 25 0 1 0 229291745 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647974 0 0 4096 0 0 0 0 17 0 0 0
/proc/12356/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 566400

[startup+6.26372 s]
/proc/loadavg: 1.25 1.05 1.02 6/69 12358
/proc/meminfo: memFree=1747544/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=3.66
/proc/12353/stat : 12353 (kcnfs-smp) R 12351 12353 11082 0 -1 4194304 3284 0 0 0 365 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 0 0 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188800 CPUtime=2.71
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 271 0 0 0 25 0 1 0 229291744 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651057 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47200 2893 72 160 0 47038 0
[pid=12356] ppid=12353 vsize=188800 CPUtime=2.08
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 208 0 0 0 25 0 1 0 229291745 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683210 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47200 2893 72 160 0 47038 0
[pid=12357] ppid=12353 vsize=188800 CPUtime=0.95
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 139 0 0 0 95 0 0 0 25 0 1 0 229291867 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/12357/statm: 47200 2892 72 160 0 47038 0
[pid=12358] ppid=12353 vsize=188800 CPUtime=0.9
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 141 0 0 0 90 0 0 0 25 0 1 0 229291867 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/12358/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 944000

[startup+12.7508 s]
/proc/loadavg: 1.71 1.15 1.05 9/73 12362
/proc/meminfo: memFree=1744632/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188800 CPUtime=4.88
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 488 0 0 0 25 0 1 0 229291744 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47200 2893 72 160 0 47038 0
[pid=12356] ppid=12353 vsize=188800 CPUtime=4.2
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 420 0 0 0 25 0 1 0 229291745 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47200 2893 72 160 0 47038 0
[pid=12357] ppid=12353 vsize=188800 CPUtime=2.6
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 260 0 0 0 25 0 1 0 229291867 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649739 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47200 2893 72 160 0 47038 0
[pid=12358] ppid=12353 vsize=188800 CPUtime=2.9
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 290 0 0 0 25 0 1 0 229291867 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47200 2893 72 160 0 47038 0
[pid=12359] ppid=12353 vsize=188800 CPUtime=1.4
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 143 0 0 0 140 0 0 0 25 0 1 0 229292238 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47200 2893 72 160 0 47038 0
[pid=12360] ppid=12353 vsize=188800 CPUtime=1.4
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 142 0 0 0 140 0 0 0 25 0 1 0 229292239 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650717 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47200 2892 72 160 0 47038 0
[pid=12361] ppid=12353 vsize=188800 CPUtime=0.68
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 139 0 0 0 68 0 0 0 25 0 1 0 229292520 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670059 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47200 2892 72 160 0 47038 0
[pid=12362] ppid=12353 vsize=188800 CPUtime=0.62
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 140 0 0 0 62 0 0 0 25 0 1 0 229292525 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639272 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 1699200

[startup+25.644 s]
/proc/loadavg: 3.10 1.48 1.16 9/73 12362
/proc/meminfo: memFree=1744632/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188800 CPUtime=8.11
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 811 0 0 0 25 0 1 0 229291744 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47200 2893 72 160 0 47038 0
[pid=12356] ppid=12353 vsize=188800 CPUtime=7.4
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 740 0 0 0 25 0 1 0 229291745 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47200 2893 72 160 0 47038 0
[pid=12357] ppid=12353 vsize=188800 CPUtime=5.85
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 585 0 0 0 25 0 1 0 229291867 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47200 2893 72 160 0 47038 0
[pid=12358] ppid=12353 vsize=188800 CPUtime=6.1
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 610 0 0 0 25 0 1 0 229291867 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648674 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47200 2893 72 160 0 47038 0
[pid=12359] ppid=12353 vsize=188800 CPUtime=4.6
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 460 0 0 0 25 0 1 0 229292238 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650243 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47200 2893 72 160 0 47038 0
[pid=12360] ppid=12353 vsize=188800 CPUtime=4.59
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 459 0 0 0 25 0 1 0 229292239 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582465 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47200 2893 72 160 0 47038 0
[pid=12361] ppid=12353 vsize=188800 CPUtime=3.92
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 392 0 0 0 25 0 1 0 229292520 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47200 2893 72 160 0 47038 0
[pid=12362] ppid=12353 vsize=188800 CPUtime=3.82
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 144 0 0 0 382 0 0 0 25 0 1 0 229292525 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47200 2893 72 160 0 47038 0
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (KiB) 1699200

[startup+51.3124 s]
/proc/loadavg: 4.77 2.01 1.34 9/73 12362
/proc/meminfo: memFree=1744568/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188804 CPUtime=14.51
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1451 0 0 0 25 0 1 0 229291744 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47201 2895 72 160 0 47039 0
[pid=12356] ppid=12353 vsize=188804 CPUtime=13.82
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1382 0 0 0 25 0 1 0 229291745 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649676 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47201 2895 72 160 0 47039 0
[pid=12357] ppid=12353 vsize=188804 CPUtime=12.29
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1229 0 0 0 25 0 1 0 229291867 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47201 2895 72 160 0 47039 0
[pid=12358] ppid=12353 vsize=188804 CPUtime=12.49
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1249 0 0 0 25 0 1 0 229291867 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47201 2895 72 160 0 47039 0
[pid=12359] ppid=12353 vsize=188804 CPUtime=10.99
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1099 0 0 0 25 0 1 0 229292238 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47201 2895 72 160 0 47039 0
[pid=12360] ppid=12353 vsize=188804 CPUtime=10.99
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 145 0 0 0 1099 0 0 0 25 0 1 0 229292239 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47201 2894 72 160 0 47039 0
[pid=12361] ppid=12353 vsize=188804 CPUtime=10.28
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 146 0 0 0 1028 0 0 0 25 0 1 0 229292520 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648674 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47201 2895 72 160 0 47039 0
[pid=12362] ppid=12353 vsize=188804 CPUtime=10.22
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 145 0 0 0 1022 0 0 0 25 0 1 0 229292525 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650874 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47201 2894 72 160 0 47039 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 1699232

[startup+102.555 s]
/proc/loadavg: 6.60 2.93 1.69 9/73 12362
/proc/meminfo: memFree=1744376/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188804 CPUtime=27.31
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 148 0 0 0 2731 0 0 0 25 0 1 0 229291744 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47201 2897 72 160 0 47039 0
[pid=12356] ppid=12353 vsize=188804 CPUtime=26.65
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 148 0 0 0 2665 0 0 0 25 0 1 0 229291745 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47201 2897 72 160 0 47039 0
[pid=12357] ppid=12353 vsize=188804 CPUtime=25.09
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 148 0 0 0 2509 0 0 0 25 0 1 0 229291867 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47201 2897 72 160 0 47039 0
[pid=12358] ppid=12353 vsize=188804 CPUtime=25.29
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 148 0 0 0 2529 0 0 0 25 0 1 0 229291867 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671117 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47201 2897 72 160 0 47039 0
[pid=12359] ppid=12353 vsize=188804 CPUtime=23.76

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

[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188808 CPUtime=102.3
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 10230 0 0 0 25 0 1 0 229291744 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47202 2903 72 160 0 47040 0
[pid=12356] ppid=12353 vsize=188808 CPUtime=101.62
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 10162 0 0 0 25 0 1 0 229291745 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47202 2903 72 160 0 47040 0
[pid=12357] ppid=12353 vsize=188808 CPUtime=100.08
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 10008 0 0 0 25 0 1 0 229291867 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47202 2903 72 160 0 47040 0
[pid=12358] ppid=12353 vsize=188808 CPUtime=100.28
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 10028 0 0 0 25 0 1 0 229291867 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47202 2903 72 160 0 47040 0
[pid=12359] ppid=12353 vsize=188808 CPUtime=98.4
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 9840 0 0 0 25 0 1 0 229292238 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650690 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47202 2903 72 160 0 47040 0
[pid=12360] ppid=12353 vsize=188808 CPUtime=98.38
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 9838 0 0 0 25 0 1 0 229292239 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582264 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47202 2903 72 160 0 47040 0
[pid=12361] ppid=12353 vsize=188808 CPUtime=97.73
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 9773 0 0 0 25 0 1 0 229292520 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47202 2903 72 160 0 47040 0
[pid=12362] ppid=12353 vsize=188808 CPUtime=97.7
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 154 0 0 0 9770 0 0 0 25 0 1 0 229292525 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47202 2903 72 160 0 47040 0
Current children cumulated CPU time (s) 801.05
Current children cumulated vsize (KiB) 1699264

[startup+462.593 s]
/proc/loadavg: 8.13 6.50 3.71 9/73 12362
/proc/meminfo: memFree=1744056/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188808 CPUtime=117.29
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 155 0 0 0 11729 0 0 0 25 0 1 0 229291744 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47202 2904 72 160 0 47040 0
[pid=12356] ppid=12353 vsize=188808 CPUtime=116.61
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 157 0 0 0 11661 0 0 0 25 0 1 0 229291745 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647708 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47202 2906 72 160 0 47040 0
[pid=12357] ppid=12353 vsize=188808 CPUtime=115.08
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 156 0 0 0 11508 0 0 0 25 0 1 0 229291867 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47202 2905 72 160 0 47040 0
[pid=12358] ppid=12353 vsize=188808 CPUtime=115.28
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 156 0 0 0 11528 0 0 0 25 0 1 0 229291867 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648855 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47202 2905 72 160 0 47040 0
[pid=12359] ppid=12353 vsize=188808 CPUtime=113.38
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 156 0 0 0 11338 0 0 0 25 0 1 0 229292238 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47202 2905 72 160 0 47040 0
[pid=12360] ppid=12353 vsize=188808 CPUtime=113.37
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 156 0 0 0 11337 0 0 0 25 0 1 0 229292239 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47202 2905 72 160 0 47040 0
[pid=12361] ppid=12353 vsize=188808 CPUtime=112.62
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 157 0 0 0 11262 0 0 0 25 0 1 0 229292520 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649357 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47202 2906 72 160 0 47040 0
[pid=12362] ppid=12353 vsize=188808 CPUtime=112.6
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 156 0 0 0 11260 0 0 0 25 0 1 0 229292525 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47202 2905 72 160 0 47040 0
Current children cumulated CPU time (s) 920.79
Current children cumulated vsize (KiB) 1699264

[startup+522.594 s]
/proc/loadavg: 8.08 6.79 3.98 9/73 12362
/proc/meminfo: memFree=1743992/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188808 CPUtime=132.29
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 13229 0 0 0 25 0 1 0 229291744 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47202 2907 72 160 0 47040 0
[pid=12356] ppid=12353 vsize=188808 CPUtime=131.6
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 13160 0 0 0 25 0 1 0 229291745 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47202 2907 72 160 0 47040 0
[pid=12357] ppid=12353 vsize=188808 CPUtime=130.07
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 13007 0 0 0 25 0 1 0 229291867 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649734 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47202 2907 72 160 0 47040 0
[pid=12358] ppid=12353 vsize=188808 CPUtime=130.27
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 157 0 0 0 13027 0 0 0 25 0 1 0 229291867 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47202 2906 72 160 0 47040 0
[pid=12359] ppid=12353 vsize=188808 CPUtime=128.28
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 12828 0 0 0 25 0 1 0 229292238 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47202 2907 72 160 0 47040 0
[pid=12360] ppid=12353 vsize=188808 CPUtime=128.27
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 12827 0 0 0 25 0 1 0 229292239 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47202 2907 72 160 0 47040 0
[pid=12361] ppid=12353 vsize=188808 CPUtime=127.62
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 157 0 0 0 12762 0 0 0 25 0 1 0 229292520 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47202 2906 72 160 0 47040 0
[pid=12362] ppid=12353 vsize=188808 CPUtime=127.55
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 12755 0 0 0 25 0 1 0 229292525 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1040.51
Current children cumulated vsize (KiB) 1699264

[startup+582.597 s]
/proc/loadavg: 8.03 7.00 4.23 9/73 12362
/proc/meminfo: memFree=1743928/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188808 CPUtime=147.29
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14729 0 0 0 25 0 1 0 229291744 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649534 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47202 2907 72 160 0 47040 0
[pid=12356] ppid=12353 vsize=188808 CPUtime=146.59
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14659 0 0 0 25 0 1 0 229291745 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670110 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47202 2907 72 160 0 47040 0
[pid=12357] ppid=12353 vsize=188808 CPUtime=145.07
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14507 0 0 0 25 0 1 0 229291867 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47202 2907 72 160 0 47040 0
[pid=12358] ppid=12353 vsize=188808 CPUtime=145.27
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14527 0 0 0 25 0 1 0 229291867 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47202 2907 72 160 0 47040 0
[pid=12359] ppid=12353 vsize=188808 CPUtime=143.26
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14326 0 0 0 25 0 1 0 229292238 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47202 2907 72 160 0 47040 0
[pid=12360] ppid=12353 vsize=188808 CPUtime=143.17
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14317 0 0 0 25 0 1 0 229292239 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47202 2907 72 160 0 47040 0
[pid=12361] ppid=12353 vsize=188808 CPUtime=142.52
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14252 0 0 0 25 0 1 0 229292520 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47202 2907 72 160 0 47040 0
[pid=12362] ppid=12353 vsize=188808 CPUtime=142.49
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14249 0 0 0 25 0 1 0 229292525 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1160.22
Current children cumulated vsize (KiB) 1699264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.6 s]
/proc/loadavg: 8.02 7.07 4.31 9/73 12362
/proc/meminfo: memFree=1743928/2055920 swapFree=4183764/4192956
[pid=12353] ppid=12351 vsize=188800 CPUtime=4.56
/proc/12353/stat : 12353 (kcnfs-smp) S 12351 12353 11082 0 -1 4194304 3539 0 0 0 455 1 0 0 25 0 1 0 229291528 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12353/statm: 47200 2892 72 160 0 47038 0
[pid=12355] ppid=12353 vsize=188808 CPUtime=152.29
/proc/12355/stat : 12355 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 15229 0 0 0 25 0 1 0 229291744 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 1 0 0
/proc/12355/statm: 47202 2907 72 160 0 47040 0
[pid=12356] ppid=12353 vsize=188808 CPUtime=151.59
/proc/12356/stat : 12356 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 15159 0 0 0 25 0 1 0 229291745 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/12356/statm: 47202 2907 72 160 0 47040 0
[pid=12357] ppid=12353 vsize=188808 CPUtime=150.07
/proc/12357/stat : 12357 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 15007 0 0 0 25 0 1 0 229291867 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/12357/statm: 47202 2907 72 160 0 47040 0
[pid=12358] ppid=12353 vsize=188808 CPUtime=150.27
/proc/12358/stat : 12358 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 15027 0 0 0 25 0 1 0 229291867 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/12358/statm: 47202 2907 72 160 0 47040 0
[pid=12359] ppid=12353 vsize=188808 CPUtime=148.19
/proc/12359/stat : 12359 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14819 0 0 0 25 0 1 0 229292238 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/12359/statm: 47202 2907 72 160 0 47040 0
[pid=12360] ppid=12353 vsize=188808 CPUtime=148.17
/proc/12360/stat : 12360 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14817 0 0 0 25 0 1 0 229292239 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648818 0 0 4096 0 0 0 0 17 0 0 0
/proc/12360/statm: 47202 2907 72 160 0 47040 0
[pid=12361] ppid=12353 vsize=188808 CPUtime=147.52
/proc/12361/stat : 12361 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14752 0 0 0 25 0 1 0 229292520 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/12361/statm: 47202 2907 72 160 0 47040 0
[pid=12362] ppid=12353 vsize=188808 CPUtime=147.49
/proc/12362/stat : 12362 (kcnfs-smp) R 12353 12353 11082 0 -1 4194368 158 0 0 0 14749 0 0 0 25 0 1 0 229292525 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.15
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.614
CPU time (s): 1200.24
CPU user time (s): 1200.19
CPU system time (s): 0.049992
CPU usage (%): 199.172
Max. virtual memory (cumulated for all children) (KiB): 1699264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.19
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4990
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= 39
involuntary context switches= 20768

runsolver used 0.570913 second user time and 1.57776 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Wed Feb 21 21:29:16 UTC 2007

IDJOB= 306154
IDBENCH= 20174
IDSOLVER= 112
FILE ID= node39/306154-1172093356

PBS_JOBID= 3892828

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  8caebdbe5c8dcb4cfb2a355910089bd4

RANDOM SEED= 70576463

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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:       1762392 kB
Buffers:         37824 kB
Cached:         205076 kB
SwapCached:       3736 kB
Active:         125580 kB
Inactive:       127680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762392 kB
SwapTotal:     4192956 kB
SwapFree:      4183764 kB
Dirty:            3884 kB
Writeback:           0 kB
Mapped:          15600 kB
Slab:            26324 kB
Committed_AS:   619724 kB
PageTables:       1412 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= 66555 MiB

End job on node39 on Wed Feb 21 21:39:21 UTC 2007