Trace number 295904

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 601.752

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
MD5SUMd0e9faac9ab5495d7ef24108e4e226d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.932857
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/295904-1171814328/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.02	c Input file : '/tmp/evaluation/295904-1171814328/instance-295904-1171814328.cnf'
0.00/0.02	c [#vars: 70, #clauses: 6230, 7-CNF]
0.00/0.03	c unit clauses propagate before processing (#clause: 6230)
0.00/0.03	c estimated distribution: 8 tasks
0.00/0.04	c [PID]: 11238 11239 11240 11241 11242 11243 11244
0.04/0.31	c [PID]: 11245
0.04/0.31	c real distribution: 8 tasks

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node26/watcher-295904-1171814328 -o ROOT/results/node26/solver-295904-1171814328 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295904-1171814328/kcnfs-smp /tmp/evaluation/295904-1171814328/instance-295904-1171814328.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/77 11236
/proc/meminfo: memFree=803072/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=180916 CPUtime=0
/proc/11236/stat : 11236 (kcnfs-smp) R 11234 11236 11082 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 201386464 185257984 115 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/11236/statm: 45229 116 48 160 0 45067 0

[startup+0.107125 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11236
/proc/meminfo: memFree=803072/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) R 11234 11236 11082 0 -1 4194304 896 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 182628

[startup+0.515195 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11236
/proc/meminfo: memFree=803072/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 182628

[startup+1.33734 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 11245
/proc/meminfo: memFree=797432/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=0.53
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 53 0 0 0 24 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134692518 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 758 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=0.41
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 41 0 0 0 24 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134691556 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 758 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=0.4
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 40 0 0 0 25 0 1 0 201386470 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134620116 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 758 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=0.3
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 30 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 758 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=0.24
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 24 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567636 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 758 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=0.24
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 24 0 0 0 25 0 1 0 201386491 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134569468 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 758 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=0.21
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 66 0 0 0 21 0 0 0 25 0 1 0 201386494 187011072 757 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577447 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 757 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=0.2
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 20 0 0 0 25 0 1 0 201386495 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 758 73 160 0 45495 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1643652

[startup+2.97862 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 11245
/proc/meminfo: memFree=797240/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=0.93
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 93 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 758 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=0.81
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 81 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580349 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 758 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=0.8
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 80 0 0 0 25 0 1 0 201386470 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134717224 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 758 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=0.74
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 74 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579488 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 758 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=0.64
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 64 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 758 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=0.68
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 68 0 0 0 25 0 1 0 201386491 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622386 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 758 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=0.61
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 61 0 0 0 25 0 1 0 201386494 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134717216 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 758 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=0.6
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 60 0 0 0 25 0 1 0 201386495 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577457 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 758 73 160 0 45495 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1643652

[startup+6.2812 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 11245
/proc/meminfo: memFree=796984/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=1.73
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 173 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577360 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 758 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=1.61
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 161 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 758 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=1.6
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 160 0 0 0 25 0 1 0 201386470 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622380 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 758 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=1.6
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 160 0 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572642 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=1.48
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 148 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 758 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=1.52
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 152 0 0 0 25 0 1 0 201386491 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134717226 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 758 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=1.47
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 147 0 0 0 25 0 1 0 201386494 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 758 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=1.4
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 140 0 0 0 25 0 1 0 201386495 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720482 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 758 73 160 0 45495 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1643652

[startup+12.7683 s]
/proc/loadavg: 2.01 1.21 1.07 9/86 11245
/proc/meminfo: memFree=796920/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=3.33
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 333 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576893 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 758 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=3.21
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 321 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 758 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=3.2
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 320 0 0 0 25 0 1 0 201386470 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 758 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=3.2
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 320 0 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=3.13
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 313 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 758 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=3.12
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 312 0 0 0 25 0 1 0 201386491 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134612112 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 758 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=3.11
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 311 0 0 0 25 0 1 0 201386494 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 758 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=3.05
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 305 0 0 0 25 0 1 0 201386495 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134616511 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 758 73 160 0 45495 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1643652

[startup+25.6436 s]
/proc/loadavg: 3.33 1.55 1.18 9/86 11245
/proc/meminfo: memFree=796920/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=6.55
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 655 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134627811 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 758 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=6.42
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 642 0 0 0 25 0 1 0 201386468 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572741 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 758 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=6.4
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 640 0 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567236 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=6.4
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 640 0 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=6.34
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 634 0 0 0 25 0 1 0 201386471 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572080 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 758 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=6.32
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 632 0 0 0 25 0 1 0 201386491 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134692382 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 758 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=6.31
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 631 0 0 0 25 0 1 0 201386494 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 758 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=6.3
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 67 0 0 0 630 0 0 0 25 0 1 0 201386495 187011072 758 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134610600 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 758 73 160 0 45495 0
Current children cumulated CPU time (s) 51.08

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

[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=100.81
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10081 0 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 759 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=100.29
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10025 4 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 759 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=100.28
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10026 2 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580073 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=100.28
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10026 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572108 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=100.21
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10019 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 759 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=100.6
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10060 0 0 0 25 0 1 0 201386491 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134612833 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 759 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=100.5
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10049 1 0 0 25 0 1 0 201386494 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720482 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 759 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=100.48
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 10048 0 0 0 25 0 1 0 201386495 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580317 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 759 73 160 0 45495 0
Current children cumulated CPU time (s) 803.49
Current children cumulated vsize (KiB) 1643652

[startup+462.979 s]
/proc/loadavg: 8.00 6.52 3.73 10/86 11443
/proc/meminfo: memFree=796728/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=115.8
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11580 0 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 759 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=115.29
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11525 4 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622380 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 759 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=115.28
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11526 2 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134717226 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=115.18
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11516 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720482 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=115.12
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11510 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580385 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 759 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=115.6
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11560 0 0 0 25 0 1 0 201386491 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576874 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 759 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=115.54
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11553 1 0 0 25 0 1 0 201386494 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 759 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=115.48
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 11548 0 0 0 25 0 1 0 201386495 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580154 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 759 73 160 0 45495 0
Current children cumulated CPU time (s) 923.33
Current children cumulated vsize (KiB) 1643652

[startup+523.034 s]
/proc/loadavg: 8.05 6.80 4.00 9/86 11443
/proc/meminfo: memFree=796728/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=130.8
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13080 0 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720482 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 759 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=130.19
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13015 4 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580162 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 759 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=130.18
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13016 2 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134578958 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=130.18
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13016 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=130.11
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13009 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 759 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=130.59
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13059 0 0 0 25 0 1 0 201386491 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134627100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 759 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=130.58
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13057 1 0 0 25 0 1 0 201386494 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622938 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 759 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=130.47
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 13047 0 0 0 25 0 1 0 201386495 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720482 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 759 73 160 0 45495 0
Current children cumulated CPU time (s) 1043.14
Current children cumulated vsize (KiB) 1643652

[startup+583.086 s]
/proc/loadavg: 8.02 7.01 4.25 9/86 11443
/proc/meminfo: memFree=796728/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=145.8
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14579 1 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579111 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 759 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=145.19
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14515 4 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 759 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=145.17
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14515 2 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579525 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=145.07
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14505 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580924 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=145.01
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14499 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572893 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 759 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=145.59
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14559 0 0 0 25 0 1 0 201386491 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 759 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=145.58
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14557 1 0 0 25 0 1 0 201386494 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577693 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 759 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=145.5
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14550 0 0 0 25 0 1 0 201386495 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572109 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 759 73 160 0 45495 0
Current children cumulated CPU time (s) 1162.95
Current children cumulated vsize (KiB) 1643652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.735 s]
/proc/loadavg: 8.01 7.08 4.33 9/86 11443
/proc/meminfo: memFree=796728/2055920 swapFree=4131780/4192956
[pid=11236] ppid=11234 vsize=182628 CPUtime=0.04
/proc/11236/stat : 11236 (kcnfs-smp) S 11234 11236 11082 0 -1 4194304 1011 0 0 0 4 0 0 0 22 0 1 0 201386464 187011072 732 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11236/statm: 45657 732 65 160 0 45495 0
[pid=11238] ppid=11236 vsize=182628 CPUtime=150.5
/proc/11238/stat : 11238 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 15049 1 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134623741 0 0 4096 2 0 0 0 17 1 0 0
/proc/11238/statm: 45657 759 73 160 0 45495 0
[pid=11239] ppid=11236 vsize=182628 CPUtime=149.79
/proc/11239/stat : 11239 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14975 4 0 0 25 0 1 0 201386468 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579516 0 0 4096 0 0 0 0 17 0 0 0
/proc/11239/statm: 45657 759 73 160 0 45495 0
[pid=11240] ppid=11236 vsize=182628 CPUtime=149.78
/proc/11240/stat : 11240 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14976 2 0 0 25 0 1 0 201386470 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 0 0 0
/proc/11240/statm: 45657 759 73 160 0 45495 0
[pid=11241] ppid=11236 vsize=182628 CPUtime=149.77
/proc/11241/stat : 11241 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14975 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134617941 0 0 4096 0 0 0 0 17 0 0 0
/proc/11241/statm: 45657 759 73 160 0 45495 0
[pid=11242] ppid=11236 vsize=182628 CPUtime=149.69
/proc/11242/stat : 11242 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 14967 2 0 0 25 0 1 0 201386471 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577559 0 0 4096 2 0 0 0 17 0 0 0
/proc/11242/statm: 45657 759 73 160 0 45495 0
[pid=11243] ppid=11236 vsize=182628 CPUtime=150.27
/proc/11243/stat : 11243 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 15027 0 0 0 25 0 1 0 201386491 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 45657 759 73 160 0 45495 0
[pid=11244] ppid=11236 vsize=182628 CPUtime=150.18
/proc/11244/stat : 11244 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 15017 1 0 0 25 0 1 0 201386494 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572856 0 0 4096 2 0 0 0 17 1 0 0
/proc/11244/statm: 45657 759 73 160 0 45495 0
[pid=11245] ppid=11236 vsize=182628 CPUtime=150.17
/proc/11245/stat : 11245 (kcnfs-smp) R 11236 11236 11082 0 -1 4194368 68 0 0 0 15017 0 0 0 25 0 1 0 201386495 187011072 759 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134691559 0 0 4096 0 0 0 0 17 1 0 0
/proc/11245/statm: 45657 759 73 160 0 45495 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 1643652

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.752
CPU time (s): 1200.28
CPU user time (s): 1200.11
CPU system time (s): 0.171973
CPU usage (%): 199.464
Max. virtual memory (cumulated for all children) (KiB): 1643652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.11
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2010
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= 49
involuntary context switches= 34263

runsolver used 0.569913 second user time and 1.67274 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Feb 18 15:58:48 UTC 2007

IDJOB= 295904
IDBENCH= 19924
IDSOLVER= 112
FILE ID= node26/295904-1171814328

PBS_JOBID= 3839635

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295904-1171814328/kcnfs-smp /tmp/evaluation/295904-1171814328/instance-295904-1171814328.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-295904-1171814328 -o ROOT/results/node26/solver-295904-1171814328 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295904-1171814328/kcnfs-smp /tmp/evaluation/295904-1171814328/instance-295904-1171814328.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  d0e9faac9ab5495d7ef24108e4e226d5

RANDOM SEED= 704475230

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:        803416 kB
Buffers:         43296 kB
Cached:        1068400 kB
SwapCached:      40904 kB
Active:         783208 kB
Inactive:       379128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        803416 kB
SwapTotal:     4192956 kB
SwapFree:      4131780 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:          29744 kB
Slab:            75760 kB
Committed_AS:   595080 kB
PageTables:       1680 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= 66561 MiB

End job on node26 on Sun Feb 18 16:08:52 UTC 2007