Trace number 306400

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.3 602.199

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S880121748-08.cnf
MD5SUM23cebbf389b50923607c40b76db46967
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.037
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/306400-1172098277/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/306400-1172098277/instance-306400-1172098277.cnf'
0.00/0.05	c [#vars: 7000, #clauses: 29400 -> 29481 clauses (pre-processing), tautology: 0, 3-CNF]
0.09/0.19	c unit clauses propagate before processing (#clause: 29481)
0.09/0.19	c estimated distribution: 8 tasks
1.12/1.21	c <11846> [PID]: 11848 11849 11850 11851 11852 11853 11854
8.57/5.00	c <11846> [PID]: 11855
8.57/5.00	c real distribution: 8 tasks
1200.21/602.19	c <11846> [11850: NOT SOLVED][11848: NOT SOLVED][11852: NOT SOLVED][11854: NOT SOLVED][11855: NOT SOLVED]
1200.21/602.19	c <11846> [11851: NOT SOLVED][11853: NOT SOLVED][11849: NOT SOLVED]
1200.21/602.19	s NOT SOLVED
1200.21/602.19	c CPU time            : 2.590 seconds
1200.21/602.19	c Elapsed Time        : 602.145 seconds
1200.21/602.19	c Size of search tree : 0 node
1200.21/602.19	c average speed       : 0.000 nodes/sec.
1200.21/602.19	

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/node77/watcher-306400-1172098277 -o ROOT/results/node77/solver-306400-1172098277 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306400-1172098277/kcnfs-smp /tmp/evaluation/306400-1172098277/instance-306400-1172098277.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 11846
/proc/meminfo: memFree=1934408/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=180916 CPUtime=0
/proc/11846/stat : 11846 (kcnfs-smp) R 11844 11846 11394 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 4695251 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/11846/statm: 45229 114 48 160 0 45067 0

[startup+0.106747 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 11846
/proc/meminfo: memFree=1934408/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=185820 CPUtime=0.09
/proc/11846/stat : 11846 (kcnfs-smp) R 11844 11846 11394 0 -1 4194304 1133 0 0 0 9 0 0 0 19 0 1 0 4695251 190279680 1118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725798 0 0 4096 0 0 0 0 17 1 0 0
/proc/11846/statm: 46455 1118 51 160 0 46293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 185820

[startup+0.514794 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 11846
/proc/meminfo: memFree=1934408/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=0.51
/proc/11846/stat : 11846 (kcnfs-smp) R 11844 11846 11394 0 -1 4194304 2078 0 0 0 50 1 0 0 23 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 186816

[startup+1.3349 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 11847
/proc/meminfo: memFree=1926272/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=1.22
/proc/11846/stat : 11846 (kcnfs-smp) R 11844 11846 11394 0 -1 4194304 2218 0 0 0 121 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671775 0 0 4096 0 0 0 0 17 0 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 186816

[startup+2.97109 s]
/proc/loadavg: 1.00 1.00 1.00 6/72 11851
/proc/meminfo: memFree=1923928/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.02
/proc/11846/stat : 11846 (kcnfs-smp) R 11844 11846 11394 0 -1 4194304 2371 0 0 0 201 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186816 CPUtime=1.3
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 130 0 0 0 25 0 1 0 4695371 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665428 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46704 2064 72 160 0 46542 0
[pid=11849] ppid=11846 vsize=186816 CPUtime=0.74
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 107 0 0 0 74 0 0 0 25 0 1 0 4695372 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671751 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46704 2063 72 160 0 46542 0
[pid=11850] ppid=11846 vsize=186816 CPUtime=0.32
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 99 0 0 0 32 0 0 0 25 0 1 0 4695448 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46704 2063 72 160 0 46542 0
[pid=11851] ppid=11846 vsize=186816 CPUtime=0.31
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 4695450 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 934080

[startup+6.26449 s]
/proc/loadavg: 1.32 1.07 1.02 9/76 11855
/proc/meminfo: memFree=1921528/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186816 CPUtime=2.26
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 226 0 0 0 25 0 1 0 4695371 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566837 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46704 2064 72 160 0 46542 0
[pid=11849] ppid=11846 vsize=186816 CPUtime=1.72
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 172 0 0 0 25 0 1 0 4695372 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46704 2064 72 160 0 46542 0
[pid=11850] ppid=11846 vsize=186816 CPUtime=1.32
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 132 0 0 0 25 0 1 0 4695448 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670161 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46704 2064 72 160 0 46542 0
[pid=11851] ppid=11846 vsize=186816 CPUtime=1.3
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 130 0 0 0 25 0 1 0 4695450 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46704 2064 72 160 0 46542 0
[pid=11852] ppid=11846 vsize=186816 CPUtime=0.71
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 108 0 0 0 71 0 0 0 25 0 1 0 4695590 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670210 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46704 2063 72 160 0 46542 0
[pid=11853] ppid=11846 vsize=186816 CPUtime=0.7
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 107 0 0 0 70 0 0 0 25 0 1 0 4695591 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640270 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46704 2063 72 160 0 46542 0
[pid=11854] ppid=11846 vsize=186816 CPUtime=0.32
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 99 0 0 0 32 0 0 0 25 0 1 0 4695747 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46704 2063 72 160 0 46542 0
[pid=11855] ppid=11846 vsize=186816 CPUtime=0.31
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 4695749 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 1681344

[startup+12.7493 s]
/proc/loadavg: 1.85 1.18 1.06 9/76 11855
/proc/meminfo: memFree=1921336/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186816 CPUtime=3.9
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 390 0 0 0 25 0 1 0 4695371 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650243 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46704 2064 72 160 0 46542 0
[pid=11849] ppid=11846 vsize=186816 CPUtime=3.37
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 337 0 0 0 25 0 1 0 4695372 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653560 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46704 2064 72 160 0 46542 0
[pid=11850] ppid=11846 vsize=186816 CPUtime=2.92
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 292 0 0 0 25 0 1 0 4695448 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46704 2064 72 160 0 46542 0
[pid=11851] ppid=11846 vsize=186816 CPUtime=2.9
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 290 0 0 0 25 0 1 0 4695450 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650874 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46704 2064 72 160 0 46542 0
[pid=11852] ppid=11846 vsize=186816 CPUtime=2.35
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 235 0 0 0 25 0 1 0 4695590 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46704 2064 72 160 0 46542 0
[pid=11853] ppid=11846 vsize=186816 CPUtime=2.3
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 230 0 0 0 25 0 1 0 4695591 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46704 2064 72 160 0 46542 0
[pid=11854] ppid=11846 vsize=186816 CPUtime=1.92
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 192 0 0 0 25 0 1 0 4695747 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46704 2064 72 160 0 46542 0
[pid=11855] ppid=11846 vsize=186816 CPUtime=1.91
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 191 0 0 0 25 0 1 0 4695749 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650717 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 1681344

[startup+25.6408 s]
/proc/loadavg: 3.22 1.51 1.17 9/76 11855
/proc/meminfo: memFree=1921336/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186816 CPUtime=7.1
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 710 0 0 0 25 0 1 0 4695371 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647699 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46704 2064 72 160 0 46542 0
[pid=11849] ppid=11846 vsize=186816 CPUtime=6.6
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 660 0 0 0 25 0 1 0 4695372 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46704 2064 72 160 0 46542 0
[pid=11850] ppid=11846 vsize=186816 CPUtime=6.14
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 614 0 0 0 25 0 1 0 4695448 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46704 2064 72 160 0 46542 0
[pid=11851] ppid=11846 vsize=186816 CPUtime=6.1
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 610 0 0 0 25 0 1 0 4695450 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46704 2064 72 160 0 46542 0
[pid=11852] ppid=11846 vsize=186816 CPUtime=5.61
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 561 0 0 0 25 0 1 0 4695590 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670200 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46704 2064 72 160 0 46542 0
[pid=11853] ppid=11846 vsize=186816 CPUtime=5.5
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 550 0 0 0 25 0 1 0 4695591 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566799 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46704 2064 72 160 0 46542 0
[pid=11854] ppid=11846 vsize=186816 CPUtime=5.16
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 516 0 0 0 25 0 1 0 4695747 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46704 2064 72 160 0 46542 0
[pid=11855] ppid=11846 vsize=186816 CPUtime=5.11
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 109 0 0 0 511 0 0 0 25 0 1 0 4695749 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 1681344

[startup+51.2968 s]
/proc/loadavg: 4.85 2.03 1.35 9/76 11855
/proc/meminfo: memFree=1921272/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186820 CPUtime=13.5
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1350 0 0 0 25 0 1 0 4695371 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46705 2066 72 160 0 46543 0
[pid=11849] ppid=11846 vsize=186820 CPUtime=12.97
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1297 0 0 0 25 0 1 0 4695372 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46705 2066 72 160 0 46543 0
[pid=11850] ppid=11846 vsize=186820 CPUtime=12.52
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1252 0 0 0 25 0 1 0 4695448 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46705 2066 72 160 0 46543 0
[pid=11851] ppid=11846 vsize=186820 CPUtime=12.5
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1250 0 0 0 25 0 1 0 4695450 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46705 2066 72 160 0 46543 0
[pid=11852] ppid=11846 vsize=186820 CPUtime=12.01
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1201 0 0 0 25 0 1 0 4695590 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649900 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46705 2066 72 160 0 46543 0
[pid=11853] ppid=11846 vsize=186820 CPUtime=11.9
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1190 0 0 0 25 0 1 0 4695591 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582247 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46705 2066 72 160 0 46543 0
[pid=11854] ppid=11846 vsize=186820 CPUtime=11.61
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1161 0 0 0 25 0 1 0 4695747 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46705 2066 72 160 0 46543 0
[pid=11855] ppid=11846 vsize=186820 CPUtime=11.51
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 111 0 0 0 1151 0 0 0 25 0 1 0 4695749 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647699 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46705 2066 72 160 0 46543 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 1681376

[startup+102.503 s]

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

[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186824 CPUtime=101.39
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 10139 0 0 0 25 0 1 0 4695371 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683197 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46706 2116 78 160 0 46544 0
[pid=11849] ppid=11846 vsize=186824 CPUtime=100.48
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 168 0 0 0 10048 0 0 0 25 0 1 0 4695372 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46706 2115 78 160 0 46544 0
[pid=11850] ppid=11846 vsize=186824 CPUtime=100.07
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 10007 0 0 0 25 0 1 0 4695448 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46706 2116 78 160 0 46544 0
[pid=11851] ppid=11846 vsize=186824 CPUtime=99.99
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 9999 0 0 0 25 0 1 0 4695450 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581642 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46706 2114 78 160 0 46544 0
[pid=11852] ppid=11846 vsize=186824 CPUtime=99.87
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 9987 0 0 0 25 0 1 0 4695590 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572771 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46706 2116 78 160 0 46544 0
[pid=11853] ppid=11846 vsize=186824 CPUtime=99.38
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 9938 0 0 0 25 0 1 0 4695591 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46706 2116 78 160 0 46544 0
[pid=11854] ppid=11846 vsize=186824 CPUtime=99.41
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 9941 0 0 0 25 0 1 0 4695747 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683120 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46706 2114 78 160 0 46544 0
[pid=11855] ppid=11846 vsize=186824 CPUtime=99.39
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 9939 0 0 0 25 0 1 0 4695749 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 802.57
Current children cumulated vsize (KiB) 1681408

[startup+462.892 s]
/proc/loadavg: 8.00 6.51 3.72 9/76 11855
/proc/meminfo: memFree=1919416/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186824 CPUtime=116.39
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 11639 0 0 0 25 0 1 0 4695371 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46706 2116 78 160 0 46544 0
[pid=11849] ppid=11846 vsize=186824 CPUtime=115.38
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 168 0 0 0 11538 0 0 0 25 0 1 0 4695372 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46706 2115 78 160 0 46544 0
[pid=11850] ppid=11846 vsize=186824 CPUtime=115
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 11500 0 0 0 25 0 1 0 4695448 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572720 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46706 2116 78 160 0 46544 0
[pid=11851] ppid=11846 vsize=186824 CPUtime=114.95
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 11495 0 0 0 25 0 1 0 4695450 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46706 2114 78 160 0 46544 0
[pid=11852] ppid=11846 vsize=186824 CPUtime=114.89
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 11489 0 0 0 25 0 1 0 4695590 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46706 2116 78 160 0 46544 0
[pid=11853] ppid=11846 vsize=186824 CPUtime=114.38
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 11438 0 0 0 25 0 1 0 4695591 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46706 2116 78 160 0 46544 0
[pid=11854] ppid=11846 vsize=186824 CPUtime=114.44
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 11444 0 0 0 25 0 1 0 4695747 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579024 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46706 2114 78 160 0 46544 0
[pid=11855] ppid=11846 vsize=186824 CPUtime=114.39
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 11439 0 0 0 25 0 1 0 4695749 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 922.41
Current children cumulated vsize (KiB) 1681408

[startup+522.957 s]
/proc/loadavg: 8.00 6.78 3.99 9/76 11855
/proc/meminfo: memFree=1919352/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186824 CPUtime=131.38
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 170 0 0 0 13138 0 0 0 25 0 1 0 4695371 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46706 2117 78 160 0 46544 0
[pid=11849] ppid=11846 vsize=186824 CPUtime=130.38
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 168 0 0 0 13038 0 0 0 25 0 1 0 4695372 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633532 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46706 2115 78 160 0 46544 0
[pid=11850] ppid=11846 vsize=186824 CPUtime=129.99
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 12999 0 0 0 25 0 1 0 4695448 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577457 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46706 2116 78 160 0 46544 0
[pid=11851] ppid=11846 vsize=186824 CPUtime=129.88
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 12988 0 0 0 25 0 1 0 4695450 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567341 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46706 2114 78 160 0 46544 0
[pid=11852] ppid=11846 vsize=186824 CPUtime=129.89
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 12989 0 0 0 25 0 1 0 4695590 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46706 2116 78 160 0 46544 0
[pid=11853] ppid=11846 vsize=186824 CPUtime=129.28
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 12928 0 0 0 25 0 1 0 4695591 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46706 2116 78 160 0 46544 0
[pid=11854] ppid=11846 vsize=186824 CPUtime=129.49
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 12949 0 0 0 25 0 1 0 4695747 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46706 2114 78 160 0 46544 0
[pid=11855] ppid=11846 vsize=186824 CPUtime=129.39
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 12939 0 0 0 25 0 1 0 4695749 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 1042.27
Current children cumulated vsize (KiB) 1681408

[startup+583.024 s]
/proc/loadavg: 8.00 7.00 4.24 9/76 11855
/proc/meminfo: memFree=1919288/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186824 CPUtime=146.38
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 170 0 0 0 14638 0 0 0 25 0 1 0 4695371 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572631 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46706 2117 78 160 0 46544 0
[pid=11849] ppid=11846 vsize=186824 CPUtime=145.31
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 168 0 0 0 14531 0 0 0 25 0 1 0 4695372 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46706 2115 78 160 0 46544 0
[pid=11850] ppid=11846 vsize=186824 CPUtime=144.9
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14490 0 0 0 25 0 1 0 4695448 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46706 2116 78 160 0 46544 0
[pid=11851] ppid=11846 vsize=186824 CPUtime=144.88
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14488 0 0 0 25 0 1 0 4695450 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46706 2114 78 160 0 46544 0
[pid=11852] ppid=11846 vsize=186824 CPUtime=144.89
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14489 0 0 0 25 0 1 0 4695590 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683104 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46706 2116 78 160 0 46544 0
[pid=11853] ppid=11846 vsize=186824 CPUtime=144.28
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14428 0 0 0 25 0 1 0 4695591 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46706 2116 78 160 0 46544 0
[pid=11854] ppid=11846 vsize=186824 CPUtime=144.5
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14450 0 0 0 25 0 1 0 4695747 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46706 2114 78 160 0 46544 0
[pid=11855] ppid=11846 vsize=186824 CPUtime=144.42
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14442 0 0 0 25 0 1 0 4695749 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572246 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 1162.15
Current children cumulated vsize (KiB) 1681408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.186 s]
/proc/loadavg: 8.00 7.06 4.31 9/82 11937
/proc/meminfo: memFree=1917856/2055892 swapFree=4096420/4096564
[pid=11846] ppid=11844 vsize=186816 CPUtime=2.59
/proc/11846/stat : 11846 (kcnfs-smp) S 11844 11846 11394 0 -1 4194304 2585 0 0 0 258 1 0 0 25 0 1 0 4695251 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11846/statm: 46704 2063 72 160 0 46542 0
[pid=11848] ppid=11846 vsize=186824 CPUtime=151.18
/proc/11848/stat : 11848 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 170 0 0 0 15118 0 0 0 25 0 1 0 4695371 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567527 0 0 4096 2 0 0 0 17 1 0 0
/proc/11848/statm: 46706 2117 78 160 0 46544 0
[pid=11849] ppid=11846 vsize=186824 CPUtime=150.07
/proc/11849/stat : 11849 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 168 0 0 0 15005 2 0 0 25 0 1 0 4695372 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11849/statm: 46706 2115 78 160 0 46544 0
[pid=11850] ppid=11846 vsize=186824 CPUtime=149.69
/proc/11850/stat : 11850 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14969 0 0 0 25 0 1 0 4695448 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134574244 0 0 4096 2 0 0 0 17 0 0 0
/proc/11850/statm: 46706 2116 78 160 0 46544 0
[pid=11851] ppid=11846 vsize=186824 CPUtime=149.57
/proc/11851/stat : 11851 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14957 0 0 0 25 0 1 0 4695450 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567592 0 0 4096 0 0 0 0 17 0 0 0
/proc/11851/statm: 46706 2114 78 160 0 46544 0
[pid=11852] ppid=11846 vsize=186824 CPUtime=149.69
/proc/11852/stat : 11852 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14969 0 0 0 25 0 1 0 4695590 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 1 0 0
/proc/11852/statm: 46706 2116 78 160 0 46544 0
[pid=11853] ppid=11846 vsize=186824 CPUtime=149.01
/proc/11853/stat : 11853 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 169 0 0 0 14901 0 0 0 25 0 1 0 4695591 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572157 0 0 4096 0 0 0 0 17 0 0 0
/proc/11853/statm: 46706 2116 78 160 0 46544 0
[pid=11854] ppid=11846 vsize=186824 CPUtime=149.23
/proc/11854/stat : 11854 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14923 0 0 0 25 0 1 0 4695747 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 2 0 0 0 17 1 0 0
/proc/11854/statm: 46706 2114 78 160 0 46544 0
[pid=11855] ppid=11846 vsize=186824 CPUtime=149.18
/proc/11855/stat : 11855 (kcnfs-smp) R 11846 11846 11394 0 -1 4194368 167 0 0 0 14918 0 0 0 25 0 1 0 4695749 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/11855/statm: 46706 2114 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 1681408

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

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

Child status: 0
Real time (s): 602.199
CPU time (s): 1200.3
CPU user time (s): 1200.23
CPU system time (s): 0.071989
CPU usage (%): 199.32
Max. virtual memory (cumulated for all children) (KiB): 1681408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.23
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 20971

runsolver used 0.684895 second user time and 1.46778 second system time

The end

Launcher Data (download as text)

Begin job on node77 on Wed Feb 21 22:51:17 UTC 2007

IDJOB= 306400
IDBENCH= 20180
IDSOLVER= 112
FILE ID= node77/306400-1172098277

PBS_JOBID= 3892864

Free space on /tmp= 66648 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  23cebbf389b50923607c40b76db46967

RANDOM SEED= 413790987

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node77.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.239
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	: 6006.15
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.239
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1934752 kB
Buffers:          5592 kB
Cached:          53024 kB
SwapCached:          0 kB
Active:          42196 kB
Inactive:        33008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1934752 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:          26816 kB
Slab:            32392 kB
Committed_AS:    70096 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66648 MiB

End job on node77 on Wed Feb 21 23:01:21 UTC 2007