Trace number 306318

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.14 602.133

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S427890210-10.cnf
MD5SUM44e1b0f761a25d475a1d40bc83b487fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.1612
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/306318-1172096747/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/306318-1172096747/instance-306318-1172096747.cnf'
0.00/0.05	c [#vars: 7000, #clauses: 29400 -> 29487 clauses (pre-processing), tautology: 0, 3-CNF]
0.10/0.20	c unit clauses propagate before processing (#clause: 29487)
0.10/0.20	c estimated distribution: 8 tasks
1.22/1.25	c <7888> [PID]: 7890 7891 7892 7893 7894 7895 7896
9.56/5.47	c <7888> [PID]: 7897
9.56/5.47	c real distribution: 8 tasks
1200.04/602.12	c <7888> [7897: NOT SOLVED][7896: NOT SOLVED][7890: NOT SOLVED][7891: NOT SOLVED][7892: NOT SOLVED]
1200.04/602.12	c <7888> [7893: NOT SOLVED][7894: NOT SOLVED][7895: NOT SOLVED]
1200.04/602.12	s NOT SOLVED
1200.04/602.12	c CPU time            : 2.640 seconds
1200.04/602.12	c Elapsed Time        : 602.075 seconds
1200.04/602.12	c Size of search tree : 0 node
1200.04/602.12	c average speed       : 0.000 nodes/sec.
1200.04/602.12	

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/node33/watcher-306318-1172096747 -o ROOT/results/node33/solver-306318-1172096747 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306318-1172096747/kcnfs-smp /tmp/evaluation/306318-1172096747/instance-306318-1172096747.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 0.99 0.99 3/64 7888
/proc/meminfo: memFree=1473624/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=180916 CPUtime=0
/proc/7888/stat : 7888 (kcnfs-smp) R 7886 7888 7522 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 134709992 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134533622 0 0 4096 0 0 0 0 17 1 0 0
/proc/7888/statm: 45229 114 48 160 0 45067 0

[startup+0.107526 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 7888
/proc/meminfo: memFree=1473624/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=185820 CPUtime=0.1
/proc/7888/stat : 7888 (kcnfs-smp) R 7886 7888 7522 0 -1 4194304 1134 0 0 0 10 0 0 0 18 0 1 0 134709992 190279680 1118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726054 0 0 4096 0 0 0 0 17 1 0 0
/proc/7888/statm: 46455 1118 51 160 0 46293 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 185820

[startup+0.51561 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 7888
/proc/meminfo: memFree=1473624/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=0.51
/proc/7888/stat : 7888 (kcnfs-smp) R 7886 7888 7522 0 -1 4194304 2079 0 0 0 51 0 0 0 21 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 186816

[startup+1.33679 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7889
/proc/meminfo: memFree=1465552/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=1.26
/proc/7888/stat : 7888 (kcnfs-smp) R 7886 7888 7522 0 -1 4194304 2215 0 0 0 126 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639232 0 0 4096 0 0 0 0 17 0 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 186816

[startup+2.97512 s]
/proc/loadavg: 1.00 0.99 0.99 6/69 7893
/proc/meminfo: memFree=1463216/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=1.9
/proc/7888/stat : 7888 (kcnfs-smp) R 7886 7888 7522 0 -1 4194304 2368 0 0 0 190 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186816 CPUtime=1.22
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 122 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134685708 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46704 2064 72 160 0 46542 0
[pid=7891] ppid=7888 vsize=186816 CPUtime=0.9
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 107 0 0 0 90 0 0 0 25 0 1 0 134710118 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46704 2063 72 160 0 46542 0
[pid=7892] ppid=7888 vsize=186816 CPUtime=0.33
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 99 0 0 0 33 0 0 0 25 0 1 0 134710194 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647686 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46704 2063 72 160 0 46542 0
[pid=7893] ppid=7888 vsize=186816 CPUtime=0.31
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 134710197 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648860 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 934080

[startup+6.2688 s]
/proc/loadavg: 1.48 1.09 1.03 9/73 7897
/proc/meminfo: memFree=1460816/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186816 CPUtime=2.52
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 252 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46704 2064 72 160 0 46542 0
[pid=7891] ppid=7888 vsize=186816 CPUtime=2.11
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46704 2064 72 160 0 46542 0
[pid=7892] ppid=7888 vsize=186816 CPUtime=1.29
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 129 0 0 0 25 0 1 0 134710194 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46704 2064 72 160 0 46542 0
[pid=7893] ppid=7888 vsize=186816 CPUtime=1.21
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 121 0 0 0 25 0 1 0 134710197 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668504 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46704 2064 72 160 0 46542 0
[pid=7894] ppid=7888 vsize=186816 CPUtime=0.51
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 106 0 0 0 51 0 0 0 25 0 1 0 134710409 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46704 2063 72 160 0 46542 0
[pid=7895] ppid=7888 vsize=186816 CPUtime=0.5
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 106 0 0 0 50 0 0 0 25 0 1 0 134710410 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46704 2063 72 160 0 46542 0
[pid=7896] ppid=7888 vsize=186816 CPUtime=0.22
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 98 0 0 0 22 0 0 0 25 0 1 0 134710535 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46704 2063 72 160 0 46542 0
[pid=7897] ppid=7888 vsize=186816 CPUtime=0.2
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 97 0 0 0 20 0 0 0 25 0 1 0 134710538 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 1681344

[startup+12.7601 s]
/proc/loadavg: 2.00 1.20 1.06 9/73 7897
/proc/meminfo: memFree=1460624/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186816 CPUtime=4.12
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 412 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46704 2064 72 160 0 46542 0
[pid=7891] ppid=7888 vsize=186816 CPUtime=3.79
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 379 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46704 2064 72 160 0 46542 0
[pid=7892] ppid=7888 vsize=186816 CPUtime=2.93
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 293 0 0 0 25 0 1 0 134710194 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650243 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46704 2064 72 160 0 46542 0
[pid=7893] ppid=7888 vsize=186816 CPUtime=2.83
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 283 0 0 0 25 0 1 0 134710197 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46704 2064 72 160 0 46542 0
[pid=7894] ppid=7888 vsize=186816 CPUtime=2.11
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 134710409 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46704 2064 72 160 0 46542 0
[pid=7895] ppid=7888 vsize=186816 CPUtime=2.1
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 210 0 0 0 25 0 1 0 134710410 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46704 2064 72 160 0 46542 0
[pid=7896] ppid=7888 vsize=186816 CPUtime=1.82
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 182 0 0 0 25 0 1 0 134710535 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648318 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46704 2064 72 160 0 46542 0
[pid=7897] ppid=7888 vsize=186816 CPUtime=1.81
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 181 0 0 0 25 0 1 0 134710538 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 1681344

[startup+25.6468 s]
/proc/loadavg: 2.92 1.43 1.14 10/73 7897
/proc/meminfo: memFree=1460624/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186816 CPUtime=7.39
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 739 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46704 2064 72 160 0 46542 0
[pid=7891] ppid=7888 vsize=186816 CPUtime=7
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 700 0 0 0 25 0 1 0 134710118 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46704 2064 72 160 0 46542 0
[pid=7892] ppid=7888 vsize=186816 CPUtime=6.13
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 613 0 0 0 25 0 1 0 134710194 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46704 2064 72 160 0 46542 0
[pid=7893] ppid=7888 vsize=186816 CPUtime=6.07
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 607 0 0 0 25 0 1 0 134710197 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46704 2064 72 160 0 46542 0
[pid=7894] ppid=7888 vsize=186816 CPUtime=5.31
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 531 0 0 0 25 0 1 0 134710409 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46704 2064 72 160 0 46542 0
[pid=7895] ppid=7888 vsize=186816 CPUtime=5.3
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 530 0 0 0 25 0 1 0 134710410 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46704 2064 72 160 0 46542 0
[pid=7896] ppid=7888 vsize=186816 CPUtime=5.02
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 502 0 0 0 25 0 1 0 134710535 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46704 2064 72 160 0 46542 0
[pid=7897] ppid=7888 vsize=186816 CPUtime=5.01
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 109 0 0 0 501 0 0 0 25 0 1 0 134710538 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 1681344

[startup+51.3221 s]
/proc/loadavg: 4.92 2.05 1.35 9/73 7897
/proc/meminfo: memFree=1460560/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186820 CPUtime=13.81
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1381 0 0 0 25 0 1 0 134710118 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649702 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46705 2066 72 160 0 46543 0
[pid=7891] ppid=7888 vsize=186820 CPUtime=13.4
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1340 0 0 0 25 0 1 0 134710118 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46705 2066 72 160 0 46543 0
[pid=7892] ppid=7888 vsize=186820 CPUtime=12.53
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1253 0 0 0 25 0 1 0 134710194 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46705 2066 72 160 0 46543 0
[pid=7893] ppid=7888 vsize=186820 CPUtime=12.43
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1243 0 0 0 25 0 1 0 134710197 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46705 2066 72 160 0 46543 0
[pid=7894] ppid=7888 vsize=186820 CPUtime=11.7
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1170 0 0 0 25 0 1 0 134710409 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670149 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46705 2066 72 160 0 46543 0
[pid=7895] ppid=7888 vsize=186820 CPUtime=11.7
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1170 0 0 0 25 0 1 0 134710410 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46705 2066 72 160 0 46543 0
[pid=7896] ppid=7888 vsize=186820 CPUtime=11.46
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1146 0 0 0 25 0 1 0 134710535 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46705 2066 72 160 0 46543 0
[pid=7897] ppid=7888 vsize=186820 CPUtime=11.41
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 111 0 0 0 1141 0 0 0 25 0 1 0 134710538 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46705 2066 72 160 0 46543 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 1681376

[startup+102.56 s]

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

[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186824 CPUtime=101.61
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 10161 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46706 2116 78 160 0 46544 0
[pid=7891] ppid=7888 vsize=186824 CPUtime=101.29
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 10129 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683120 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46706 2116 78 160 0 46544 0
[pid=7892] ppid=7888 vsize=186824 CPUtime=100.01
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 10001 0 0 0 25 0 1 0 134710194 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46706 2116 78 160 0 46544 0
[pid=7893] ppid=7888 vsize=186824 CPUtime=99.98
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 9998 0 0 0 25 0 1 0 134710197 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46706 2117 78 160 0 46544 0
[pid=7894] ppid=7888 vsize=186824 CPUtime=99.19
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 9919 0 0 0 25 0 1 0 134710409 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46706 2117 78 160 0 46544 0
[pid=7895] ppid=7888 vsize=186824 CPUtime=99.18
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 9918 0 0 0 25 0 1 0 134710410 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640134 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46706 2117 78 160 0 46544 0
[pid=7896] ppid=7888 vsize=186824 CPUtime=99.3
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 167 0 0 0 9930 0 0 0 25 0 1 0 134710535 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577632 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46706 2114 78 160 0 46544 0
[pid=7897] ppid=7888 vsize=186824 CPUtime=99.29
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 9929 0 0 0 25 0 1 0 134710538 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134573380 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 802.49
Current children cumulated vsize (KiB) 1681408

[startup+462.957 s]
/proc/loadavg: 8.02 6.49 3.71 9/73 7897
/proc/meminfo: memFree=1458704/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186824 CPUtime=116.69
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 11669 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46706 2116 78 160 0 46544 0
[pid=7891] ppid=7888 vsize=186824 CPUtime=116.29
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 11629 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633493 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46706 2116 78 160 0 46544 0
[pid=7892] ppid=7888 vsize=186824 CPUtime=114.92
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 11492 0 0 0 25 0 1 0 134710194 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46706 2117 78 160 0 46544 0
[pid=7893] ppid=7888 vsize=186824 CPUtime=114.89
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 11489 0 0 0 25 0 1 0 134710197 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46706 2118 78 160 0 46544 0
[pid=7894] ppid=7888 vsize=186824 CPUtime=114.19
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 11419 0 0 0 25 0 1 0 134710409 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46706 2117 78 160 0 46544 0
[pid=7895] ppid=7888 vsize=186824 CPUtime=114.18
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 11418 0 0 0 25 0 1 0 134710410 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46706 2117 78 160 0 46544 0
[pid=7896] ppid=7888 vsize=186824 CPUtime=114.3
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 167 0 0 0 11430 0 0 0 25 0 1 0 134710535 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633506 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46706 2114 78 160 0 46544 0
[pid=7897] ppid=7888 vsize=186824 CPUtime=114.29
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 11429 0 0 0 25 0 1 0 134710538 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 922.39
Current children cumulated vsize (KiB) 1681408

[startup+523.052 s]
/proc/loadavg: 8.00 6.77 3.98 9/73 7897
/proc/meminfo: memFree=1458640/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186824 CPUtime=131.7
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 13170 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572243 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46706 2116 78 160 0 46544 0
[pid=7891] ppid=7888 vsize=186824 CPUtime=131.29
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 13129 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572290 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46706 2116 78 160 0 46544 0
[pid=7892] ppid=7888 vsize=186824 CPUtime=129.91
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 12991 0 0 0 25 0 1 0 134710194 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46706 2117 78 160 0 46544 0
[pid=7893] ppid=7888 vsize=186824 CPUtime=129.89
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 12989 0 0 0 25 0 1 0 134710197 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46706 2118 78 160 0 46544 0
[pid=7894] ppid=7888 vsize=186824 CPUtime=129.15
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 12915 0 0 0 25 0 1 0 134710409 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567281 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46706 2118 78 160 0 46544 0
[pid=7895] ppid=7888 vsize=186824 CPUtime=129.08
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 12908 0 0 0 25 0 1 0 134710410 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46706 2117 78 160 0 46544 0
[pid=7896] ppid=7888 vsize=186824 CPUtime=129.37
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 167 0 0 0 12937 0 0 0 25 0 1 0 134710535 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46706 2114 78 160 0 46544 0
[pid=7897] ppid=7888 vsize=186824 CPUtime=129.29
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 12929 0 0 0 25 0 1 0 134710538 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580256 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1042.32
Current children cumulated vsize (KiB) 1681408

[startup+583.151 s]
/proc/loadavg: 8.00 6.99 4.23 9/73 7897
/proc/meminfo: memFree=1458640/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186824 CPUtime=146.69
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 14669 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46706 2116 78 160 0 46544 0
[pid=7891] ppid=7888 vsize=186824 CPUtime=146.28
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 14628 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675782 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46706 2116 78 160 0 46544 0
[pid=7892] ppid=7888 vsize=186824 CPUtime=144.9
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 14490 0 0 0 25 0 1 0 134710194 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46706 2117 78 160 0 46544 0
[pid=7893] ppid=7888 vsize=186824 CPUtime=144.8
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 14480 0 0 0 25 0 1 0 134710197 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572856 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46706 2118 78 160 0 46544 0
[pid=7894] ppid=7888 vsize=186824 CPUtime=144.08
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 14408 0 0 0 25 0 1 0 134710409 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46706 2118 78 160 0 46544 0
[pid=7895] ppid=7888 vsize=186824 CPUtime=144.07
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 14407 0 0 0 25 0 1 0 134710410 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567453 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46706 2117 78 160 0 46544 0
[pid=7896] ppid=7888 vsize=186824 CPUtime=144.4
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 167 0 0 0 14440 0 0 0 25 0 1 0 134710535 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46706 2114 78 160 0 46544 0
[pid=7897] ppid=7888 vsize=186824 CPUtime=144.34
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 14434 0 0 0 25 0 1 0 134710538 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1162.2
Current children cumulated vsize (KiB) 1681408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.115 s]
/proc/loadavg: 8.00 7.05 4.31 9/73 7897
/proc/meminfo: memFree=1458576/2055920 swapFree=4183936/4192956
[pid=7888] ppid=7886 vsize=186816 CPUtime=2.64
/proc/7888/stat : 7888 (kcnfs-smp) S 7886 7888 7522 0 -1 4194304 2579 0 0 0 264 0 0 0 25 0 1 0 134709992 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7888/statm: 46704 2063 72 160 0 46542 0
[pid=7890] ppid=7888 vsize=186824 CPUtime=151.42
/proc/7890/stat : 7890 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 15142 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/7890/statm: 46706 2116 78 160 0 46544 0
[pid=7891] ppid=7888 vsize=186824 CPUtime=151.08
/proc/7891/stat : 7891 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 15108 0 0 0 25 0 1 0 134710118 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633573 0 0 4096 0 0 0 0 17 1 0 0
/proc/7891/statm: 46706 2116 78 160 0 46544 0
[pid=7892] ppid=7888 vsize=186824 CPUtime=149.6
/proc/7892/stat : 7892 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 14960 0 0 0 25 0 1 0 134710194 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633583 0 0 4096 2 0 0 0 17 0 0 0
/proc/7892/statm: 46706 2117 78 160 0 46544 0
[pid=7893] ppid=7888 vsize=186824 CPUtime=149.57
/proc/7893/stat : 7893 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 14957 0 0 0 25 0 1 0 134710197 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567281 0 0 4096 0 0 0 0 17 0 0 0
/proc/7893/statm: 46706 2118 78 160 0 46544 0
[pid=7894] ppid=7888 vsize=186824 CPUtime=148.78
/proc/7894/stat : 7894 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 171 0 0 0 14878 0 0 0 25 0 1 0 134710409 191307776 2118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577432 0 0 4096 2 0 0 0 17 0 0 0
/proc/7894/statm: 46706 2118 78 160 0 46544 0
[pid=7895] ppid=7888 vsize=186824 CPUtime=148.77
/proc/7895/stat : 7895 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 170 0 0 0 14877 0 0 0 25 0 1 0 134710410 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134629606 0 0 4096 0 0 0 0 17 0 0 0
/proc/7895/statm: 46706 2117 78 160 0 46544 0
[pid=7896] ppid=7888 vsize=186824 CPUtime=149.1
/proc/7896/stat : 7896 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 167 0 0 0 14910 0 0 0 25 0 1 0 134710535 191307776 2114 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572930 0 0 4096 2 0 0 0 17 1 0 0
/proc/7896/statm: 46706 2114 78 160 0 46544 0
[pid=7897] ppid=7888 vsize=186824 CPUtime=149.08
/proc/7897/stat : 7897 (kcnfs-smp) R 7888 7888 7522 0 -1 4194368 169 0 0 0 14908 0 0 0 25 0 1 0 134710538 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 0 0 0 0 17 1 0 0
/proc/7897/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.04
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.133
CPU time (s): 1200.14
CPU user time (s): 1200.1
CPU system time (s): 0.038994
CPU usage (%): 199.315
Max. virtual memory (cumulated for all children) (KiB): 1681408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.1
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4073
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= 44
involuntary context switches= 20751

runsolver used 0.404938 second user time and 1.73673 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Feb 21 22:25:47 UTC 2007

IDJOB= 306318
IDBENCH= 20178
IDSOLVER= 112
FILE ID= node33/306318-1172096747

PBS_JOBID= 3892862

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  44e1b0f761a25d475a1d40bc83b487fd

RANDOM SEED= 307928080

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:       1474032 kB
Buffers:         33936 kB
Cached:         454816 kB
SwapCached:       3092 kB
Active:          48876 kB
Inactive:       449488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474032 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          15544 kB
Slab:            69520 kB
Committed_AS:   223388 kB
PageTables:       1408 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= 66558 MiB

End job on node33 on Wed Feb 21 22:35:51 UTC 2007