Trace number 298323

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.25 603.468

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1161940794-17.UNSAT.shuffled.cnf
MD5SUM042851b85016f1918e014c527c3c65b8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298323-1171853798/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/298323-1171853798/instance-298323-1171853798.cnf'
0.00/0.00	c [#vars: 500, #clauses: 2130 -> 2218 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.01	c unit clauses propagate before processing (#clause: 2218)
0.00/0.01	c estimated distribution: 8 tasks
0.00/0.07	c <26917> [PID]: 26919 26920 26921 26922 26923 26924 26925
0.03/0.47	c <26917> [PID]: 26926
0.03/0.47	c real distribution: 8 tasks
679.60/341.24	c <26917> [26926: UNSAT][26920: NOT SOLVED][26919: NOT SOLVED][26921: NOT SOLVED][26924: NOT SOLVED]
1200.15/603.46	c <26917> [26922: NOT SOLVED][26923: NOT SOLVED][26925: NOT SOLVED]
1200.15/603.46	s NOT SOLVED
1200.15/603.46	c CPU time            : 675.080 seconds
1200.15/603.46	c Elapsed Time        : 603.462 seconds
1200.15/603.46	c Size of search tree : 0 node
1200.15/603.46	c average speed       : 0.000 nodes/sec.
1200.15/603.46	

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/node71/watcher-298323-1171853798 -o ROOT/results/node71/solver-298323-1171853798 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298323-1171853798/kcnfs-smp /tmp/evaluation/298323-1171853798/instance-298323-1171853798.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/64 26917
/proc/meminfo: memFree=946376/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=181980 CPUtime=0
/proc/26917/stat : 26917 (kcnfs-smp) R 26915 26917 26854 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 205337662 186347520 140 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726194 0 0 4096 0 0 0 0 17 1 0 0
/proc/26917/statm: 45495 140 51 160 0 45333 0

[startup+0.106026 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26917
/proc/meminfo: memFree=946376/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.03
/proc/26917/stat : 26917 (kcnfs-smp) R 26915 26917 26854 0 -1 4194304 377 0 0 0 3 0 0 0 22 0 1 0 205337662 186826752 257 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134687527 0 0 4096 0 0 0 0 17 0 0 0
/proc/26917/statm: 45612 257 72 160 0 45450 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 182448

[startup+0.514114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26917
/proc/meminfo: memFree=946376/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 182448

[startup+1.33529 s]
/proc/loadavg: 1.00 1.00 1.00 9/73 26926
/proc/meminfo: memFree=943488/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=0.54
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 54 0 0 0 24 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 1 0 0
/proc/26919/statm: 45612 271 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=0.48
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 48 0 0 0 24 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 271 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=0.3
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 30 0 0 0 24 0 1 0 205337668 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670059 0 0 4096 2 0 0 0 17 1 0 0
/proc/26921/statm: 45612 271 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=0.36
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 36 0 0 0 25 0 1 0 205337669 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579490 0 0 4096 0 0 0 0 17 0 0 0
/proc/26922/statm: 45612 271 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=0.24
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 24 0 0 0 25 0 1 0 205337700 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580081 0 0 4096 2 0 0 0 17 0 0 0
/proc/26923/statm: 45612 271 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=0.22
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 22 0 0 0 25 0 1 0 205337705 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572119 0 0 4096 0 0 0 0 17 1 0 0
/proc/26924/statm: 45612 271 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=0.2
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 20 0 0 0 25 0 1 0 205337708 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593542 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 271 78 160 0 45450 0
[pid=26926] ppid=26917 vsize=182448 CPUtime=0.2
/proc/26926/stat : 26926 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 20 0 0 0 25 0 1 0 205337709 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683197 0 0 4096 0 0 0 0 17 0 0 0
/proc/26926/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1642032

[startup+2.98065 s]
/proc/loadavg: 1.00 1.00 1.00 9/73 26926
/proc/meminfo: memFree=943296/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=0.94
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 94 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 2 0 0 0 17 1 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=0.82
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 82 0 0 0 25 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 271 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=0.8
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 80 0 0 0 25 0 1 0 205337668 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134674464 0 0 4096 2 0 0 0 17 1 0 0
/proc/26921/statm: 45612 271 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=0.8
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 80 0 0 0 25 0 1 0 205337669 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 0 0 0
/proc/26922/statm: 45612 271 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=0.64
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 64 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577432 0 0 4096 2 0 0 0 17 0 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=0.62
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 62 0 0 0 25 0 1 0 205337705 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 1 0 0
/proc/26924/statm: 45612 271 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=0.6
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 60 0 0 0 25 0 1 0 205337708 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569461 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 271 78 160 0 45450 0
[pid=26926] ppid=26917 vsize=182448 CPUtime=0.6
/proc/26926/stat : 26926 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 60 0 0 0 25 0 1 0 205337709 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 0 0 0
/proc/26926/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1642032

[startup+6.27636 s]
/proc/loadavg: 1.64 1.13 1.04 9/73 26926
/proc/meminfo: memFree=943040/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=1.74
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 174 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 1 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=1.72
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 172 0 0 0 25 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 271 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=1.6
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 160 0 0 0 25 0 1 0 205337668 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134587121 0 0 4096 2 0 0 0 17 1 0 0
/proc/26921/statm: 45612 271 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=1.6
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 160 0 0 0 25 0 1 0 205337669 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589777 0 0 4096 0 0 0 0 17 0 0 0
/proc/26922/statm: 45612 271 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=1.52
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 152 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 2 0 0 0 17 0 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=1.42
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 142 0 0 0 25 0 1 0 205337705 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603257 0 0 4096 0 0 0 0 17 1 0 0
/proc/26924/statm: 45612 271 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=1.4
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 140 0 0 0 25 0 1 0 205337708 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134596018 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 271 78 160 0 45450 0
[pid=26926] ppid=26917 vsize=182448 CPUtime=1.4
/proc/26926/stat : 26926 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 140 0 0 0 25 0 1 0 205337709 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580157 0 0 4096 0 0 0 0 17 0 0 0
/proc/26926/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1642032

[startup+12.7658 s]
/proc/loadavg: 2.15 1.25 1.08 9/73 26926
/proc/meminfo: memFree=942984/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=3.43
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 343 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595506 0 0 4096 2 0 0 0 17 1 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=3.32
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 332 0 0 0 25 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603834 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 271 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=3.2
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 320 0 0 0 25 0 1 0 205337668 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580360 0 0 4096 2 0 0 0 17 1 0 0
/proc/26921/statm: 45612 271 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=3.2
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 320 0 0 0 25 0 1 0 205337669 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633688 0 0 4096 0 0 0 0 17 0 0 0
/proc/26922/statm: 45612 271 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=3.14
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 314 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683095 0 0 4096 2 0 0 0 17 0 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=3.02
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 302 0 0 0 25 0 1 0 205337705 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 0 0 0 0 17 1 0 0
/proc/26924/statm: 45612 271 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=3.04
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 304 0 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572922 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
[pid=26926] ppid=26917 vsize=182448 CPUtime=3
/proc/26926/stat : 26926 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 300 0 0 0 25 0 1 0 205337709 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603477 0 0 4096 0 0 0 0 17 0 0 0
/proc/26926/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1642032

[startup+25.6436 s]
/proc/loadavg: 3.44 1.58 1.19 9/73 26926
/proc/meminfo: memFree=942984/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=0.04
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 460 0 0 0 4 0 0 0 22 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=6.64
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 664 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 2 0 0 0 17 1 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=6.52
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 652 0 0 0 25 0 1 0 205337665 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595527 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 271 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=6.4
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 640 0 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134591580 0 0 4096 2 0 0 0 17 1 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=6.4
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 46 0 0 0 640 0 0 0 25 0 1 0 205337669 186826752 271 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675762 0 0 4096 0 0 0 0 17 0 0 0
/proc/26922/statm: 45612 271 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=6.34
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 634 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 0 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=6.28
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 628 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=6.26
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 626 0 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572108 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
[pid=26926] ppid=26917 vsize=182448 CPUtime=6.2
/proc/26926/stat : 26926 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 620 0 0 0 25 0 1 0 205337709 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134544111 0 0 4096 0 0 0 0 17 0 0 0
/proc/26926/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 51.08

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

/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 8457 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=86.28
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 8628 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603284 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=86
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 8600 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=84.49
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 8448 1 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 682.41
Current children cumulated vsize (KiB) 1459584

[startup+402.774 s]
/proc/loadavg: 7.78 6.20 3.46 8/72 27534
/proc/meminfo: memFree=942352/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=84.41
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 461 61 0 0 4 0 8436 1 16 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=99.92
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 9990 2 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134590084 0 0 4096 2 0 0 0 17 0 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=106
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 10600 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 272 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=99.79
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 9976 3 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 2 0 0 0 17 0 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=103.78
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 10377 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572912 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=105.49
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 10549 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=100.97
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 10097 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=99.39
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 9937 2 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134629372 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 799.75
Current children cumulated vsize (KiB) 1459584

[startup+462.779 s]
/proc/loadavg: 7.28 6.34 3.68 8/72 27534
/proc/meminfo: memFree=942480/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=84.41
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 461 61 0 0 4 0 8436 1 16 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=114.82
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 11480 2 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595473 0 0 4096 2 0 0 0 17 0 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=125.99
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 12599 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 272 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=114.78
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 11475 3 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577666 0 0 4096 2 0 0 0 17 0 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=123.77
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 12376 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=125.48
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 12548 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=115.9
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 11590 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577113 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=114.3
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 11428 2 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 2 0 0 0 17 0 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 919.45
Current children cumulated vsize (KiB) 1459584

[startup+522.781 s]
/proc/loadavg: 7.10 6.46 3.88 8/72 27534
/proc/meminfo: memFree=942544/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=84.41
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 461 61 0 0 4 0 8436 1 16 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=131.42
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 13140 2 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603276 0 0 4096 2 0 0 0 17 0 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=144.39
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 14439 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134597197 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 272 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=131.28
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 13125 3 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647728 0 0 4096 2 0 0 0 17 0 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=142.11
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 14210 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134605476 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=143.82
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 14382 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134591971 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=132.47
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 13247 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576952 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=129.28
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 12926 2 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589552 0 0 4096 2 0 0 0 17 1 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1039.18
Current children cumulated vsize (KiB) 1459584

[startup+582.878 s]
/proc/loadavg: 7.04 6.55 4.08 8/72 27534
/proc/meminfo: memFree=942544/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=84.41
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 461 61 0 0 4 0 8436 1 16 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=151.33
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15131 2 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134596599 0 0 4096 2 0 0 0 17 0 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=159.39
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15939 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593907 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 272 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=151.28
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15125 3 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 2 0 0 0 17 0 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=157.17
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15716 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134574171 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=158.84
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15884 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=152.39
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15239 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577403 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=144.28
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 14426 2 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 2 0 0 0 17 1 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1159.09
Current children cumulated vsize (KiB) 1459584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.46 s]
/proc/loadavg: 7.02 6.59 4.15 8/72 27534
/proc/meminfo: memFree=942608/2055920 swapFree=4174780/4192956
[pid=26917] ppid=26915 vsize=182448 CPUtime=84.41
/proc/26917/stat : 26917 (kcnfs-smp) S 26915 26917 26854 0 -1 4194304 461 61 0 0 4 0 8436 1 16 0 1 0 205337662 186826752 258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26917/statm: 45612 258 72 160 0 45450 0
[pid=26919] ppid=26917 vsize=182448 CPUtime=158.21
/proc/26919/stat : 26919 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15819 2 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572941 0 0 4096 2 0 0 0 17 0 0 0
/proc/26919/statm: 45612 272 78 160 0 45450 0
[pid=26920] ppid=26917 vsize=182448 CPUtime=164.49
/proc/26920/stat : 26920 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 16449 0 0 0 25 0 1 0 205337665 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 0 0 0 0 17 1 0 0
/proc/26920/statm: 45612 272 78 160 0 45450 0
[pid=26921] ppid=26917 vsize=182448 CPUtime=158.08
/proc/26921/stat : 26921 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15805 3 0 0 25 0 1 0 205337668 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577715 0 0 4096 2 0 0 0 17 0 0 0
/proc/26921/statm: 45612 272 78 160 0 45450 0
[pid=26922] ppid=26917 vsize=182448 CPUtime=162.27
/proc/26922/stat : 26922 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 16226 1 0 0 25 0 1 0 205337669 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 1 0 0
/proc/26922/statm: 45612 272 78 160 0 45450 0
[pid=26923] ppid=26917 vsize=182448 CPUtime=164.01
/proc/26923/stat : 26923 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 16401 0 0 0 25 0 1 0 205337700 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 1 0 0
/proc/26923/statm: 45612 272 78 160 0 45450 0
[pid=26924] ppid=26917 vsize=182448 CPUtime=159.2
/proc/26924/stat : 26924 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 15920 0 0 0 25 0 1 0 205337705 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580273 0 0 4096 0 0 0 0 17 0 0 0
/proc/26924/statm: 45612 272 78 160 0 45450 0
[pid=26925] ppid=26917 vsize=182448 CPUtime=149.48
/proc/26925/stat : 26925 (kcnfs-smp) R 26917 26917 26854 0 -1 4194368 47 0 0 0 14946 2 0 0 25 0 1 0 205337708 186826752 272 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134598738 0 0 4096 2 0 0 0 17 1 0 0
/proc/26925/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 1459584

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 603.468
CPU time (s): 1200.25
CPU user time (s): 1200.11
CPU system time (s): 0.137979
CPU usage (%): 198.892
Max. virtual memory (cumulated for all children) (KiB): 1642032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.11
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 21242

runsolver used 0.611906 second user time and 1.62075 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Feb 19 02:56:38 UTC 2007

IDJOB= 298323
IDBENCH= 19983
IDSOLVER= 112
FILE ID= node71/298323-1171853798

PBS_JOBID= 3839751

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1161940794-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298323-1171853798/kcnfs-smp /tmp/evaluation/298323-1171853798/instance-298323-1171853798.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-298323-1171853798 -o ROOT/results/node71/solver-298323-1171853798 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298323-1171853798/kcnfs-smp /tmp/evaluation/298323-1171853798/instance-298323-1171853798.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  042851b85016f1918e014c527c3c65b8

RANDOM SEED= 937786734

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:        946912 kB
Buffers:         50576 kB
Cached:         918408 kB
SwapCached:      12392 kB
Active:         757160 kB
Inactive:       229948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        946912 kB
SwapTotal:     4192956 kB
SwapFree:      4174780 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:          15404 kB
Slab:           107952 kB
Committed_AS:   664552 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node71 on Mon Feb 19 03:06:42 UTC 2007