Trace number 306523

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
KCNFS SMP? (TO) 1200.24 602.161

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S565127616-04.cnf
MD5SUM68e7dc46416b462dab3be9fd6f79650c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark361.463
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/306523-1172100827/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/306523-1172100827/instance-306523-1172100827.cnf'
0.00/0.05	c [#vars: 7000, #clauses: 29400 -> 29481 clauses (pre-processing), tautology: 0, 3-CNF]
0.09/0.20	c unit clauses propagate before processing (#clause: 29481)
0.09/0.20	c estimated distribution: 8 tasks
1.22/1.25	c <14710> [PID]: 14712 14713 14714 14715 14716 14717 14718
9.53/5.46	c <14710> [PID]: 14719
9.53/5.46	c real distribution: 8 tasks
1200.15/602.15	c <14710> [14719: NOT SOLVED][14718: NOT SOLVED][14713: NOT SOLVED][14715: NOT SOLVED][14714: NOT SOLVED]
1200.15/602.15	c <14710> [14716: NOT SOLVED][14717: NOT SOLVED][14712: NOT SOLVED]
1200.15/602.15	s NOT SOLVED
1200.15/602.15	c CPU time            : 2.610 seconds
1200.15/602.15	c Elapsed Time        : 602.104 seconds
1200.15/602.15	c Size of search tree : 0 node
1200.15/602.15	c average speed       : 0.000 nodes/sec.
1200.15/602.15	

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/node70/watcher-306523-1172100827 -o ROOT/results/node70/solver-306523-1172100827 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306523-1172100827/kcnfs-smp /tmp/evaluation/306523-1172100827/instance-306523-1172100827.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.91 0.97 0.99 3/64 14710
/proc/meminfo: memFree=1940752/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=180916 CPUtime=0
/proc/14710/stat : 14710 (kcnfs-smp) R 14708 14710 14262 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 192883427 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/14710/statm: 45229 114 48 160 0 45067 0

[startup+0.107067 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14710
/proc/meminfo: memFree=1940752/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=185820 CPUtime=0.09
/proc/14710/stat : 14710 (kcnfs-smp) R 14708 14710 14262 0 -1 4194304 1134 0 0 0 9 0 0 0 18 0 1 0 192883427 190279680 1118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726194 0 0 4096 0 0 0 0 17 1 0 0
/proc/14710/statm: 46455 1118 51 160 0 46293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 185820

[startup+0.51514 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14710
/proc/meminfo: memFree=1940752/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=0.5
/proc/14710/stat : 14710 (kcnfs-smp) R 14708 14710 14262 0 -1 4194304 2079 0 0 0 50 0 0 0 21 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 186816

[startup+1.33831 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 14711
/proc/meminfo: memFree=1932616/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=1.25
/proc/14710/stat : 14710 (kcnfs-smp) R 14708 14710 14262 0 -1 4194304 2223 0 0 0 125 0 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640239 0 0 4096 0 0 0 0 17 0 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 186816

[startup+2.97459 s]
/proc/loadavg: 0.91 0.97 0.99 6/69 14715
/proc/meminfo: memFree=1930344/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=1.88
/proc/14710/stat : 14710 (kcnfs-smp) R 14708 14710 14262 0 -1 4194304 2377 0 0 0 188 0 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186816 CPUtime=1.22
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 122 0 0 0 25 0 1 0 192883551 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664739 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46704 2064 72 160 0 46542 0
[pid=14713] ppid=14710 vsize=186816 CPUtime=0.91
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 106 0 0 0 91 0 0 0 25 0 1 0 192883552 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46704 2063 72 160 0 46542 0
[pid=14714] ppid=14710 vsize=186816 CPUtime=0.33
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 99 0 0 0 33 0 0 0 25 0 1 0 192883627 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46704 2063 72 160 0 46542 0
[pid=14715] ppid=14710 vsize=186816 CPUtime=0.31
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 192883631 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647686 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 934080

[startup+6.27019 s]
/proc/loadavg: 1.24 1.03 1.01 9/73 14719
/proc/meminfo: memFree=1927944/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186816 CPUtime=2.52
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 252 0 0 0 25 0 1 0 192883551 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649592 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46704 2064 72 160 0 46542 0
[pid=14713] ppid=14710 vsize=186816 CPUtime=2.11
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 192883552 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566911 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46704 2064 72 160 0 46542 0
[pid=14714] ppid=14710 vsize=186816 CPUtime=1.3
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 130 0 0 0 25 0 1 0 192883627 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46704 2064 72 160 0 46542 0
[pid=14715] ppid=14710 vsize=186816 CPUtime=1.21
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 121 0 0 0 25 0 1 0 192883631 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668557 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46704 2064 72 160 0 46542 0
[pid=14716] ppid=14710 vsize=186816 CPUtime=0.51
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 108 0 0 0 51 0 0 0 25 0 1 0 192883842 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46704 2063 72 160 0 46542 0
[pid=14717] ppid=14710 vsize=186816 CPUtime=0.5
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 105 0 0 0 50 0 0 0 25 0 1 0 192883844 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649581 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46704 2063 72 160 0 46542 0
[pid=14718] ppid=14710 vsize=186816 CPUtime=0.22
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 98 0 0 0 22 0 0 0 25 0 1 0 192883969 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649846 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46704 2063 72 160 0 46542 0
[pid=14719] ppid=14710 vsize=186816 CPUtime=0.21
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 97 0 0 0 21 0 0 0 25 0 1 0 192883971 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 1681344

[startup+12.7604 s]
/proc/loadavg: 1.78 1.15 1.05 9/73 14719
/proc/meminfo: memFree=1927752/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186816 CPUtime=4.12
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 412 0 0 0 25 0 1 0 192883551 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648227 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46704 2064 72 160 0 46542 0
[pid=14713] ppid=14710 vsize=186816 CPUtime=3.8
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 380 0 0 0 25 0 1 0 192883552 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566801 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46704 2064 72 160 0 46542 0
[pid=14714] ppid=14710 vsize=186816 CPUtime=2.93
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 293 0 0 0 25 0 1 0 192883627 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46704 2064 72 160 0 46542 0
[pid=14715] ppid=14710 vsize=186816 CPUtime=2.84
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 284 0 0 0 25 0 1 0 192883631 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649744 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46704 2064 72 160 0 46542 0
[pid=14716] ppid=14710 vsize=186816 CPUtime=2.11
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 192883842 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582053 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46704 2064 72 160 0 46542 0
[pid=14717] ppid=14710 vsize=186816 CPUtime=2.1
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 210 0 0 0 25 0 1 0 192883844 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648818 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46704 2064 72 160 0 46542 0
[pid=14718] ppid=14710 vsize=186816 CPUtime=1.82
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 182 0 0 0 25 0 1 0 192883969 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46704 2064 72 160 0 46542 0
[pid=14719] ppid=14710 vsize=186816 CPUtime=1.81
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 181 0 0 0 25 0 1 0 192883971 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649742 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 1681344

[startup+25.6517 s]
/proc/loadavg: 3.16 1.48 1.16 9/73 14719
/proc/meminfo: memFree=1927816/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186816 CPUtime=7.4
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 740 0 0 0 25 0 1 0 192883551 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46704 2064 72 160 0 46542 0
[pid=14713] ppid=14710 vsize=186816 CPUtime=7.01
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 701 0 0 0 25 0 1 0 192883552 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649350 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46704 2064 72 160 0 46542 0
[pid=14714] ppid=14710 vsize=186816 CPUtime=6.13
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 613 0 0 0 25 0 1 0 192883627 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651366 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46704 2064 72 160 0 46542 0
[pid=14715] ppid=14710 vsize=186816 CPUtime=6.09
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 609 0 0 0 25 0 1 0 192883631 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46704 2064 72 160 0 46542 0
[pid=14716] ppid=14710 vsize=186816 CPUtime=5.31
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 531 0 0 0 25 0 1 0 192883842 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46704 2064 72 160 0 46542 0
[pid=14717] ppid=14710 vsize=186816 CPUtime=5.3
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 530 0 0 0 25 0 1 0 192883844 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46704 2064 72 160 0 46542 0
[pid=14718] ppid=14710 vsize=186816 CPUtime=5.02
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 502 0 0 0 25 0 1 0 192883969 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668523 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46704 2064 72 160 0 46542 0
[pid=14719] ppid=14710 vsize=186816 CPUtime=5.01
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 109 0 0 0 501 0 0 0 25 0 1 0 192883971 191299584 2064 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46704 2064 72 160 0 46542 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 1681344

[startup+51.3203 s]
/proc/loadavg: 4.81 2.01 1.34 9/73 14719
/proc/meminfo: memFree=1927816/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186820 CPUtime=13.82
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1382 0 0 0 25 0 1 0 192883551 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647686 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46705 2066 72 160 0 46543 0
[pid=14713] ppid=14710 vsize=186820 CPUtime=13.4
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1340 0 0 0 25 0 1 0 192883552 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46705 2066 72 160 0 46543 0
[pid=14714] ppid=14710 vsize=186820 CPUtime=12.53
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1253 0 0 0 25 0 1 0 192883627 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648847 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46705 2066 72 160 0 46543 0
[pid=14715] ppid=14710 vsize=186820 CPUtime=12.43
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1243 0 0 0 25 0 1 0 192883631 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650827 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46705 2066 72 160 0 46543 0
[pid=14716] ppid=14710 vsize=186820 CPUtime=11.71
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1171 0 0 0 25 0 1 0 192883842 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46705 2066 72 160 0 46543 0
[pid=14717] ppid=14710 vsize=186820 CPUtime=11.7
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1170 0 0 0 25 0 1 0 192883844 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647728 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46705 2066 72 160 0 46543 0
[pid=14718] ppid=14710 vsize=186820 CPUtime=11.47
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1147 0 0 0 25 0 1 0 192883969 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650238 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46705 2066 72 160 0 46543 0
[pid=14719] ppid=14710 vsize=186820 CPUtime=11.41
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 111 0 0 0 1141 0 0 0 25 0 1 0 192883971 191303680 2066 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670208 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/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=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186824 CPUtime=101.6
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 10160 0 0 0 25 0 1 0 192883551 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46706 2116 78 160 0 46544 0
[pid=14713] ppid=14710 vsize=186824 CPUtime=101.23
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 10123 0 0 0 25 0 1 0 192883552 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572782 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46706 2117 78 160 0 46544 0
[pid=14714] ppid=14710 vsize=186824 CPUtime=100.02
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 10002 0 0 0 25 0 1 0 192883627 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567529 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46706 2116 78 160 0 46544 0
[pid=14715] ppid=14710 vsize=186824 CPUtime=99.9
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 9990 0 0 0 25 0 1 0 192883631 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46706 2117 78 160 0 46544 0
[pid=14716] ppid=14710 vsize=186824 CPUtime=99.2
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 9920 0 0 0 25 0 1 0 192883842 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46706 2116 78 160 0 46544 0
[pid=14717] ppid=14710 vsize=186824 CPUtime=99.18
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 9918 0 0 0 25 0 1 0 192883844 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569442 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46706 2116 78 160 0 46544 0
[pid=14718] ppid=14710 vsize=186824 CPUtime=99.31
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 9931 0 0 0 25 0 1 0 192883969 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46706 2117 78 160 0 46544 0
[pid=14719] ppid=14710 vsize=186824 CPUtime=99.29
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 9929 0 0 0 25 0 1 0 192883971 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 802.34
Current children cumulated vsize (KiB) 1681408

[startup+462.879 s]
/proc/loadavg: 7.99 6.47 3.70 9/73 14719
/proc/meminfo: memFree=1926088/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186824 CPUtime=116.63
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 11663 0 0 0 25 0 1 0 192883551 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46706 2116 78 160 0 46544 0
[pid=14713] ppid=14710 vsize=186824 CPUtime=116.29
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 11629 0 0 0 25 0 1 0 192883552 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46706 2117 78 160 0 46544 0
[pid=14714] ppid=14710 vsize=186824 CPUtime=114.91
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 11491 0 0 0 25 0 1 0 192883627 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46706 2116 78 160 0 46544 0
[pid=14715] ppid=14710 vsize=186824 CPUtime=114.89
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 11489 0 0 0 25 0 1 0 192883631 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640141 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46706 2117 78 160 0 46544 0
[pid=14716] ppid=14710 vsize=186824 CPUtime=114.19
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 11419 0 0 0 25 0 1 0 192883842 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46706 2116 78 160 0 46544 0
[pid=14717] ppid=14710 vsize=186824 CPUtime=114.14
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 11414 0 0 0 25 0 1 0 192883844 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683073 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46706 2116 78 160 0 46544 0
[pid=14718] ppid=14710 vsize=186824 CPUtime=114.31
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 11431 0 0 0 25 0 1 0 192883969 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46706 2117 78 160 0 46544 0
[pid=14719] ppid=14710 vsize=186824 CPUtime=114.29
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 11429 0 0 0 25 0 1 0 192883971 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 922.26
Current children cumulated vsize (KiB) 1681408

[startup+522.88 s]
/proc/loadavg: 7.99 6.75 3.97 9/73 14719
/proc/meminfo: memFree=1926024/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186824 CPUtime=131.62
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 13162 0 0 0 25 0 1 0 192883551 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46706 2116 78 160 0 46544 0
[pid=14713] ppid=14710 vsize=186824 CPUtime=131.29
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 13129 0 0 0 25 0 1 0 192883552 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579714 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46706 2117 78 160 0 46544 0
[pid=14714] ppid=14710 vsize=186824 CPUtime=129.91
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 12991 0 0 0 25 0 1 0 192883627 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46706 2116 78 160 0 46544 0
[pid=14715] ppid=14710 vsize=186824 CPUtime=129.8
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 12980 0 0 0 25 0 1 0 192883631 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46706 2117 78 160 0 46544 0
[pid=14716] ppid=14710 vsize=186824 CPUtime=129.09
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 12909 0 0 0 25 0 1 0 192883842 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572900 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46706 2116 78 160 0 46544 0
[pid=14717] ppid=14710 vsize=186824 CPUtime=129.08
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 12908 0 0 0 25 0 1 0 192883844 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46706 2116 78 160 0 46544 0
[pid=14718] ppid=14710 vsize=186824 CPUtime=129.3
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 12930 0 0 0 25 0 1 0 192883969 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46706 2117 78 160 0 46544 0
[pid=14719] ppid=14710 vsize=186824 CPUtime=129.29
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 12929 0 0 0 25 0 1 0 192883971 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1041.99
Current children cumulated vsize (KiB) 1681408

[startup+582.975 s]
/proc/loadavg: 7.99 6.97 4.22 9/73 14719
/proc/meminfo: memFree=1925960/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186824 CPUtime=146.69
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14669 0 0 0 25 0 1 0 192883551 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46706 2116 78 160 0 46544 0
[pid=14713] ppid=14710 vsize=186824 CPUtime=146.28
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 14628 0 0 0 25 0 1 0 192883552 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46706 2117 78 160 0 46544 0
[pid=14714] ppid=14710 vsize=186824 CPUtime=144.81
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14481 0 0 0 25 0 1 0 192883627 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46706 2116 78 160 0 46544 0
[pid=14715] ppid=14710 vsize=186824 CPUtime=144.79
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 14479 0 0 0 25 0 1 0 192883631 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572944 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46706 2117 78 160 0 46544 0
[pid=14716] ppid=14710 vsize=186824 CPUtime=144.09
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14409 0 0 0 25 0 1 0 192883842 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46706 2116 78 160 0 46544 0
[pid=14717] ppid=14710 vsize=186824 CPUtime=144.03
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14403 0 0 0 25 0 1 0 192883844 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46706 2116 78 160 0 46544 0
[pid=14718] ppid=14710 vsize=186824 CPUtime=144.31
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 14431 0 0 0 25 0 1 0 192883969 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46706 2117 78 160 0 46544 0
[pid=14719] ppid=14710 vsize=186824 CPUtime=144.28
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14428 0 0 0 25 0 1 0 192883971 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572763 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1161.89
Current children cumulated vsize (KiB) 1681408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.145 s]
/proc/loadavg: 7.99 7.04 4.30 9/73 14719
/proc/meminfo: memFree=1925960/2055920 swapFree=4183300/4192956
[pid=14710] ppid=14708 vsize=186816 CPUtime=2.61
/proc/14710/stat : 14710 (kcnfs-smp) S 14708 14710 14262 0 -1 4194304 2586 0 0 0 260 1 0 0 25 0 1 0 192883427 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 46704 2063 72 160 0 46542 0
[pid=14712] ppid=14710 vsize=186824 CPUtime=151.47
/proc/14712/stat : 14712 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 15147 0 0 0 25 0 1 0 192883551 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567622 0 0 4096 2 0 0 0 17 1 0 0
/proc/14712/statm: 46706 2116 78 160 0 46544 0
[pid=14713] ppid=14710 vsize=186824 CPUtime=151.08
/proc/14713/stat : 14713 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 15108 0 0 0 25 0 1 0 192883552 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 0 0 0 0 17 1 0 0
/proc/14713/statm: 46706 2117 78 160 0 46544 0
[pid=14714] ppid=14710 vsize=186824 CPUtime=149.61
/proc/14714/stat : 14714 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14961 0 0 0 25 0 1 0 192883627 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636613 0 0 4096 2 0 0 0 17 0 0 0
/proc/14714/statm: 46706 2116 78 160 0 46544 0
[pid=14715] ppid=14710 vsize=186824 CPUtime=149.59
/proc/14715/stat : 14715 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 14959 0 0 0 25 0 1 0 192883631 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589808 0 0 4096 0 0 0 0 17 0 0 0
/proc/14715/statm: 46706 2117 78 160 0 46544 0
[pid=14716] ppid=14710 vsize=186824 CPUtime=148.83
/proc/14716/stat : 14716 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14883 0 0 0 25 0 1 0 192883842 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572741 0 0 4096 2 0 0 0 17 0 0 0
/proc/14716/statm: 46706 2116 78 160 0 46544 0
[pid=14717] ppid=14710 vsize=186824 CPUtime=148.78
/proc/14717/stat : 14717 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14878 0 0 0 25 0 1 0 192883844 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 0 0 0 0 17 0 0 0
/proc/14717/statm: 46706 2116 78 160 0 46544 0
[pid=14718] ppid=14710 vsize=186824 CPUtime=149.1
/proc/14718/stat : 14718 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 170 0 0 0 14910 0 0 0 25 0 1 0 192883969 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/14718/statm: 46706 2117 78 160 0 46544 0
[pid=14719] ppid=14710 vsize=186824 CPUtime=149.08
/proc/14719/stat : 14719 (kcnfs-smp) R 14710 14710 14262 0 -1 4194368 169 0 0 0 14908 0 0 0 25 0 1 0 192883971 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 0 0 0 0 17 1 0 0
/proc/14719/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.15
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.161
CPU time (s): 1200.24
CPU user time (s): 1200.18
CPU system time (s): 0.056991
CPU usage (%): 199.322
Max. virtual memory (cumulated for all children) (KiB): 1681408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.18
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4078
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= 42
involuntary context switches= 20762

runsolver used 0.471928 second user time and 1.66975 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Feb 21 23:33:47 UTC 2007

IDJOB= 306523
IDBENCH= 20183
IDSOLVER= 112
FILE ID= node70/306523-1172100827

PBS_JOBID= 3892885

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-S565127616-04.cnf
COMMAND LINE= /tmp/evaluation/306523-1172100827/kcnfs-smp /tmp/evaluation/306523-1172100827/instance-306523-1172100827.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-306523-1172100827 -o ROOT/results/node70/solver-306523-1172100827 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306523-1172100827/kcnfs-smp /tmp/evaluation/306523-1172100827/instance-306523-1172100827.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  68e7dc46416b462dab3be9fd6f79650c

RANDOM SEED= 737260764

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.261
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.261
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:       1941096 kB
Buffers:          6884 kB
Cached:          52428 kB
SwapCached:       3928 kB
Active:          32600 kB
Inactive:        36764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1941096 kB
SwapTotal:     4192956 kB
SwapFree:      4183300 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          15780 kB
Slab:            31464 kB
Committed_AS:   321668 kB
PageTables:       1396 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 node70 on Wed Feb 21 23:43:52 UTC 2007